On 17 December 2015 at 23:52, Tomaz Canabrava <[email protected]> wrote: > Lubomir, what's your system? Let me try to compile locally using the same > thing as you have. >
cmake version 3.2.0-rc2 (will update to a new version in a bit and report if the same issues occur) i use something in these lines (win32 magic aside): cd subsurface mkdir build cd build cmake -G "MinGW Makefiles" -DQt5_DIR=C:\bin\qt\5.5\mingw492_32\lib\cmake\Qt5 -DCMAKE_BUILD_TYPE=Debug -DUSE_LIBGIT23_API=1 -DCMAKE_C_FLAGS="-Wall" -DCMAKE_CXX_FLAGS="-Wall" -DCMAKE_COLOR_MAKEFILE=0 -DLIBGRANTLEE_FROM_PKGCONFIG=1 -DLIBGIT2_FROM_PKGCONFIG=1 -LIBDC_FROM_PKGCONFIG=1 -DLIBMARBLE_FROM_PKGCONFIG=1 -DNO_DOCS=1 -DNO_MARBLE=1 -DMAKE_TESTS=0 -DNO_PRINTING=0 -DFTDISUPPORT=0 .. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
