shadowm

Untitled

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