Guest User

Untitled

a guest
Feb 21st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. roelofs@trillian [method_properties]~/projects/rice $ make
  2. Making all in rice
  3. make[1]: Entering directory `/home/roelofs/projects/rice/rice'
  4. make all-am
  5. make[2]: Entering directory `/home/roelofs/projects/rice/rice'
  6. g++ -DHAVE_CONFIG_H -I. -I/usr/lib/ruby/1.8/i686-linux -O2 -march=prescott -pipe -fno-strict-aliasing -fPIC -fPIC -I/usr/lib/ruby/1.8/i686-linux -MT Class.o -MD -MP -MF .deps/Class.Tpo -c -o Class.o Class.cpp
  7. Module_impl.ipp: In member function 'Derived_T& Rice::Module_impl<Base_T, Derived_T>::define_method(Rice::Identifier, Func_T, const Rice::Method_Property&)':
  8. Module_impl.ipp:147: error: there are no arguments to 'default_method_property' that depend on a template parameter, so a declaration of 'default_method_property' must be available
  9. Module_impl.ipp:147: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  10. Module_impl.ipp: In member function 'Derived_T& Rice::Module_impl<Base_T, Derived_T>::public_visibility()':
  11. Module_impl.ipp:213: error: there are no arguments to 'default_method_property' that depend on a template parameter, so a declaration of 'default_method_property' must be available
  12. Module_impl.ipp: In member function 'Derived_T& Rice::Module_impl<Base_T, Derived_T>::private_visibility()':
  13. Module_impl.ipp:222: error: there are no arguments to 'default_method_property' that depend on a template parameter, so a declaration of 'default_method_property' must be available
  14. Module_impl.ipp: In member function 'Derived_T& Rice::Module_impl<Base_T, Derived_T>::protected_visibility()':
  15. Module_impl.ipp:232: error: there are no arguments to 'default_method_property' that depend on a template parameter, so a declaration of 'default_method_property' must be available
  16. make[2]: *** [Class.o] Error 1
  17. make[2]: Leaving directory `/home/roelofs/projects/rice/rice'
  18. make[1]: *** [all] Error 2
  19. make[1]: Leaving directory `/home/roelofs/projects/rice/rice'
  20. make: *** [all-recursive] Error 1
  21.  
  22.  
  23. roelofs@trillian [method_properties]~/projects/rice $ g++ --version
  24. g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2)
  25. Copyright (C) 2006 Free Software Foundation, Inc.
  26. This is free software; see the source for copying conditions. There is NO
  27. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Add Comment
Please, Sign In to add comment