shadowm

Untitled

Dec 12th, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. /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
  2. In file included from src/foreach.hpp:4:0,
  3. from src/gui/auxiliary/widget_definition.hpp:20,
  4. from src/gui/widgets/control.hpp:19,
  5. from src/gui/widgets/grid.hpp:20,
  6. from src/tests/gui/fire_event.cpp:20:
  7. /usr/include/boost/foreach.hpp:168:12: error: ‘BOOST_FOREACH’ in namespace ‘boost’ does not name a type
  8. /usr/include/boost/foreach.hpp:193:12: error: ‘BOOST_FOREACH’ in namespace ‘boost’ does not name a type
  9. In file included from src/gui/widgets/control.hpp:19:0,
  10. from src/gui/widgets/grid.hpp:20,
  11. from src/tests/gui/fire_event.cpp:20:
  12. src/gui/auxiliary/widget_definition.hpp: In member function ‘void gui2::tcontrol_definition::load_resolutions(const config&)’:
  13. 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]
  14. 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)
  15. 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]
  16. 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]
  17. 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]
  18. 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]
  19. 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]
  20. scons: *** [build/debug/tests/gui/fire_event.o] Error 1
  21. scons: building terminated because of errors.
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment