Question #141422 on DOLFIN changed: https://answers.launchpad.net/dolfin/+question/141422
Till B posted a new comment: ok. Boost is in C:\Boost\include\boost-1_45\boost (that's where all the .hpp-files are). I just tried BOOST_INCLUDE_DIR and it works better (finds the missing file). It doesn't give the line that you asked for, but it says (with CMAKE_VERBOSE_MAKEFILE checked): "C:\Program Files\CMake 2.8\bin\cmake.exe" -HC:\Till\ufc-1.4.2 -BC:\tempbuild --check-build-system CMakeFiles\Makefile.cmake 0 "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_progress_start C:\tempbuild\CMakeFiles C:\tempbuild\CMakeFiles\progress.marks make -f CMakeFiles\Makefile2 all make[1]: Entering directory `C:/tempbuild' make -f CMakeFiles\_ufc.dir\build.make CMakeFiles/_ufc.dir/depend make[2]: Entering directory `C:/tempbuild' "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_depends "MinGW Makefiles" C:\Till\ufc-1.4.2 C:\Till\ufc-1.4.2 C:\tempbuild C:\tempbuild C:\tempbuild\CMakeFiles\_ufc.dir\DependInfo.cmake --color= make[2]: Leaving directory `C:/tempbuild' make -f CMakeFiles\_ufc.dir\build.make CMakeFiles/_ufc.dir/build make[2]: Entering directory `C:/tempbuild' Linking CXX shared module _ufc.pyd "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_link_script CMakeFiles\_ufc.dir\link.txt --verbose=1 "C:\Program Files\CMake 2.8\bin\cmake.exe" -E remove -f CMakeFiles\_ufc.dir/objects.a C:\PROGRA~1\pythonxy\mingw\bin\ar.exe cr CMakeFiles\_ufc.dir/objects.a @CMakeFiles\_ufc.dir\objects1.rsp C:\PROGRA~1\pythonxy\mingw\bin\G__~1.EXE -shared -o _ufc.pyd -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles\_ufc.dir/objects.a -Wl,--no-whole-archive C:\Python26\libs\python26.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 CMakeFiles\_ufc.dir/objects.a(ufcPYTHON_wrap.cxx.obj):ufcPYTHON_wrap.cxx:(.text+0x5c): undefined reference to `_imp__PyExc_RuntimeError' CMakeFiles\_ufc.dir/objects.a(ufcPYTHON_wrap.cxx.obj):ufcPYTHON_wrap.cxx:(.text+0x6d): undefined reference to `_imp__PyExc_IndexError' CMakeFiles\_ufc.dir/objects.a(ufcPYTHON_wrap.cxx.obj):ufcPYTHON_wrap.cxx:(.text+0x79): undefined reference to `_imp__PyExc_IOError' ...going on like this... CMakeFiles\_ufc.dir/objects.a(ufcPYTHON_wrap.cxx.obj):ufcPYTHON_wrap.cxx:(.text+0x32c4): more undefined references to `_imp__PyType_Type' follow CMakeFiles\_ufc.dir/objects.a(ufcPYTHON_wrap.cxx.obj):ufcPYTHON_wrap.cxx:(.text+0x4fb3): undefined reference to `_imp__PyExc_AttributeError' collect2: ld returned 1 exit status make[2]: *** [_ufc.pyd] Error 1 make[2]: Leaving directory `C:/tempbuild' make[1]: *** [CMakeFiles/_ufc.dir/all] Error 2 make[1]: Leaving directory `C:/tempbuild' make: *** [all] Error 2 -- You received this question notification because you are a member of DOLFIN Team, which is an answer contact for DOLFIN. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

