- Code: Select all
Scanning dependencies of target FreeCADMain
[ 36%] Building CXX object src/Main/CMakeFiles/FreeCADMain.dir/MainGui.cpp.o
Linking CXX executable ../../bin/FreeCAD
../../lib/libFreeCADApp.so: undefined reference to `boost::program_options::options_description::options_description(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)'
collect2: ld returned 1 exit status
make[2]: *** [bin/FreeCAD] Fehler 1
make[1]: *** [src/Main/CMakeFiles/FreeCADMain.dir/all] Fehler 2
make: *** [all] Fehler 2
The second time the compilation stops at this stage.
I followed the instructions of the "Debian Squeeze" section of the doc
https://sourceforge.net/apps/mediawiki/ ... eOnUnix/de
cmake I've called with
- Code: Select all
cmake . -DEIGEN3_INCLUDE_DIR=/usr/local/FreeCADLibs_7.10_x86_VC9/include/eigen3 -DBOOST_INCLUDE_DIR=/usr/local/boost
There is an message:
- Code: Select all
fatal: Not a git repository (or any parent up to mount parent /mnt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
sh: bzr: Kommando nicht gefunden.
»/usr/local/free-cad« nicht versioniert und nicht exportiert
svn: »/usr/local« ist keine Arbeitskopie
but I' don't know what that means. I've used git for getting the sources.
boost: boost_1_52_0/ from source, debian_version: 6.0.6; arch: intel 32bit;
- bzr added
I'm asking for some help to solve it. Thanks in advance,
Ralf
