Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/bin/ccache g++ -o build/debug/tests/gui/fire_event.o -c -std=c++98 -pipe -mtune=native -march=native -pthread -W -Wall -Werror -O0 -DDEBUG -ggdb3 -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -D_X11 -DBOOST_TEST_DYN_LINK -I/usr/include -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/fribidi -I. -Isrc src/tests/gui/fire_event.cpp
- In file included from src/foreach.hpp:4:0,
- from src/gui/auxiliary/widget_definition.hpp:20,
- from src/gui/widgets/control.hpp:19,
- from src/gui/widgets/grid.hpp:20,
- from src/tests/gui/fire_event.cpp:20:
- /usr/include/boost/foreach.hpp:168:12: error: ‘BOOST_FOREACH’ in namespace ‘boost’ does not name a type
- /usr/include/boost/foreach.hpp:193:12: error: ‘BOOST_FOREACH’ in namespace ‘boost’ does not name a type
- In file included from src/gui/widgets/control.hpp:19:0,
- from src/gui/widgets/grid.hpp:20,
- from src/tests/gui/fire_event.cpp:20:
- src/gui/auxiliary/widget_definition.hpp: In member function ‘void gui2::tcontrol_definition::load_resolutions(const config&)’:
- src/gui/auxiliary/widget_definition.hpp:101:475: error: there are no arguments to ‘boost_foreach_is_noncopyable’ that depend on a template parameter, so a declaration of ‘boost_foreach_is_noncopyable’ must be available [-fpermissive]
- src/gui/auxiliary/widget_definition.hpp:101:475: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
- src/gui/auxiliary/widget_definition.hpp:101:743: error: there are no arguments to ‘boost_foreach_is_noncopyable’ that depend on a template parameter, so a declaration of ‘boost_foreach_is_noncopyable’ must be available [-fpermissive]
- src/gui/auxiliary/widget_definition.hpp:101:1366: error: there are no arguments to ‘boost_foreach_is_noncopyable’ that depend on a template parameter, so a declaration of ‘boost_foreach_is_noncopyable’ must be available [-fpermissive]
- src/gui/auxiliary/widget_definition.hpp:101:1634: error: there are no arguments to ‘boost_foreach_is_noncopyable’ that depend on a template parameter, so a declaration of ‘boost_foreach_is_noncopyable’ must be available [-fpermissive]
- src/gui/auxiliary/widget_definition.hpp:101:2255: error: there are no arguments to ‘boost_foreach_is_noncopyable’ that depend on a template parameter, so a declaration of ‘boost_foreach_is_noncopyable’ must be available [-fpermissive]
- src/gui/auxiliary/widget_definition.hpp:101:2523: error: there are no arguments to ‘boost_foreach_is_noncopyable’ that depend on a template parameter, so a declaration of ‘boost_foreach_is_noncopyable’ must be available [-fpermissive]
- scons: *** [build/debug/tests/gui/fire_event.o] Error 1
- scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment