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
compiling with g++ 4.8.2-16 fails (see log below).
Exactly the same output for g++ 4.9-20140303-1.
Using 4.7 works (for this I had to downgrade g++ and g++-multilib to 4.7).
Operating system: [linux2]
** CPPUNIT version checK: ii libcppunit-dev 1.13.1-2 amd64 Unit Testing Library for C++
Loading MakerBot install tool
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: obj
g++ -o obj/src/miracle_grue/get_slice.o -c -Wall -Wextra -O2 -DMB_VERSION_STR=\"9.9.9\" -Iobj/src -Iobj/src/mgl -I/usr/include -Iobj/submodule/EzCppLog -Iobj/submodule/optionparser/src -Iobj/src/eigen obj/src/miracle_grue/get_slice.cc
In file included from obj/src/mgl/loop_path.h:5:0,
from obj/src/mgl/segment.h:24,
from obj/src/mgl/grid.h:18,
from obj/src/mgl/slicer.h:16,
from obj/src/mgl/regioner.h:18,
from obj/src/mgl/pather.h:18,
from obj/src/mgl/gcoder.h:19,
from obj/src/mgl/miracle.h:15,
from obj/src/miracle_grue/get_slice.cc:22:
obj/src/mgl/loop_path_iter_impl.h: In member function ‘mgl::LoopPath::iterator_gen<BASE>& mgl::LoopPath::iterator_gen<BASE>::operator--()’:
obj/src/mgl/loop_path_iter_impl.h:306:14: error: cannot call member function ‘mgl::LoopPath::iterator mgl::LoopPath::end()’ without object
base = end();
^
scons: *** [obj/src/miracle_grue/get_slice.o] Error 1
scons: building terminated because of errors.
The text was updated successfully, but these errors were encountered:
compiling with g++ 4.8.2-16 fails (see log below).
Exactly the same output for g++ 4.9-20140303-1.
Using 4.7 works (for this I had to downgrade g++ and g++-multilib to 4.7).
The text was updated successfully, but these errors were encountered: