You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting build errors while trying to build from source. Installed QT and cppunit via hombrew.
scons: Building targets ...
g++ -o src/miracle_grue/get_slice.o -c -O2 -Wall -Wextra -Isrc -Isubmodule/json-cpp/include -Isubmodule/EzCppLog -Isubmodule/optionparser/src -Isrc/eigen -I/opt/local/include -I/System/Library/Frameworks/CoreFoundation.framework/Versions/Current/Headers src/miracle_grue/get_slice.cc
In file included from src/miracle_grue/get_slice.cc:22:
In file included from src/mgl/miracle.h:15:
In file included from src/mgl/gcoder.h:19:
In file included from src/mgl/pather.h:18:
In file included from src/mgl/regioner.h:18:
In file included from src/mgl/slicer.h:16:
In file included from src/mgl/grid.h:18:
In file included from src/mgl/segment.h:24:
In file included from src/mgl/loop_path.h:5:
src/mgl/loop_path_iter_impl.h:306:10: error: call to non-static member function 'end' of 'LoopPath' from nested type 'iterator_gen'
base = end();
Any ideas? Trying to build as part of make-me
The text was updated successfully, but these errors were encountered:
I keep getting build errors while trying to build from source. Installed QT and cppunit via hombrew.
scons: Building targets ...
g++ -o src/miracle_grue/get_slice.o -c -O2 -Wall -Wextra -Isrc -Isubmodule/json-cpp/include -Isubmodule/EzCppLog -Isubmodule/optionparser/src -Isrc/eigen -I/opt/local/include -I/System/Library/Frameworks/CoreFoundation.framework/Versions/Current/Headers src/miracle_grue/get_slice.cc
In file included from src/miracle_grue/get_slice.cc:22:
In file included from src/mgl/miracle.h:15:
In file included from src/mgl/gcoder.h:19:
In file included from src/mgl/pather.h:18:
In file included from src/mgl/regioner.h:18:
In file included from src/mgl/slicer.h:16:
In file included from src/mgl/grid.h:18:
In file included from src/mgl/segment.h:24:
In file included from src/mgl/loop_path.h:5:
src/mgl/loop_path_iter_impl.h:306:10: error: call to non-static member function 'end' of 'LoopPath' from nested type 'iterator_gen'
base = end();
Any ideas? Trying to build as part of make-me
The text was updated successfully, but these errors were encountered: