I still don't understand why, but you can "brute force it" like here: https://forum.freecadweb.org/viewtopic. ... 10#p299534
Do you have a system installed boost? I think you have a Conda one?
I still don't understand why, but you can "brute force it" like here: https://forum.freecadweb.org/viewtopic. ... 10#p299534
@apeltauer, do you have time to try to build the python bindings of https://github.com/aewallin/opencamlib
In CMake watch what's linked. I've had problems with using the new libpack, some conda stuff is auto-detected and this destroys the config. If I set all the flags with a clean cmake cache, it works, if I run config again conda stuff creeps in.
Code: Select all
unresolved external symbol "void __cdecl boost::throw_exception(class std::exception const &)"
I might do that although they all seem to be the same as pasted above so I thought I'll ask about it here first. BTW: I'm strugling to set up the build system on Windows for days now, while on Linux it was a matter of minutes... there must be something wrong with me but every time I want to do some serious work or get productive on Windows it fights me back. I guess I'm incompatible with it... or just prejudiced.
I set up a batch file like this but for some reason it failed to find the correct file locations. When running the batch file I receive this error message:
Code: Select all
D:\Storage\Work\FreeCAD\Build2\bin
Code: Select all
set PATH=D:\Storage\Work\FreeCAD\FreeCADLibs_12.1.2_x64_VC15\bin;%PATH%
start FreeCAD.exe --write-log %1 %2 %3