RT fork specific problem : compile with BUILD_ASSEMBLY

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Marc Bassini
Posts: 135
Joined: Fri Aug 13, 2021 10:08 am

RT fork specific problem : compile with BUILD_ASSEMBLY

Post by Marc Bassini »

Hello!

So I have downloaded :
FreeCAD-2022.04.30-edge
FreeCADLibs_12.5.5_x64_VC17

And I manage to compile FreeCAD with the few workbenches I'm interested in. I have a working exe which works fines.
My problem is that I need the Assembly workbench but cmake terminates with an error if I enable the BUILD_ASSEMBLY option :

Code: Select all

CMake Error at src/Mod/Assembly/Gui/CMakeLists.txt:35 (fc_wrap_cpp):
    Unknown CMake command "fc_wrap_cpp".
I saw on the forum that this command has already caused problems, but I couldn't find anything in the comments that would allow me to go further.

Does anyone know how to solve this problem?
Attachments
cmake version.png
cmake version.png (12.21 KiB) Viewed 681 times
output.log
(3.47 KiB) Downloaded 13 times
CMakeOutput.log
(7.25 KiB) Downloaded 15 times
CMakeError.log
(1.2 KiB) Downloaded 14 times
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: RT fork specific problem : compile with BUILD_ASSEMBLY

Post by adrianinsaval »

assembly 3 workbench is python, it doesn't need compiling, that CMAKE flag is for the abandoned assembly workbench that is in FreeCAD repo.
Post Reply