Advertisement
Guest User

Horde3D AUR Build Error

a guest
Jul 23rd, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.33 KB | None | 0 0
  1. [kiril@lynx horde3d]$ makepkg -s
  2. ==> Making package: horde3d 1.0.0_Beta5-2 (Mon Jul 23 23:50:23 EDT 2012)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6.   -> Found Horde3D_SDK_1.0.0_Beta5.zip
  7. ==> Validating source files with md5sums...
  8.     Horde3D_SDK_1.0.0_Beta5.zip ... Passed
  9. ==> Extracting Sources...
  10.   -> Extracting Horde3D_SDK_1.0.0_Beta5.zip with bsdtar
  11. ==> Removing existing pkg/ directory...
  12. ==> Starting build()...
  13. -- Configuring done
  14. -- Generating done
  15. -- Build files have been written to: /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/bld
  16. [  1%] Building CXX object Horde3D/Source/Horde3DEngine/CMakeFiles/Horde3D.dir/egSceneGraphRes.o
  17. In file included from /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/egSceneGraphRes.cpp:17:0:
  18. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h: In instantiation of ‘OutIt rapidxml::internal::print_node(OutIt, const rapidxml::xml_node<Ch>*, int, int) [with OutIt = std::back_insert_iterator<std::basic_string<char> >; Ch = char]’:
  19. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:420:57:   required from ‘OutIt rapidxml::print(OutIt, const rapidxml::xml_node<Ch>&, int) [with OutIt = std::back_insert_iterator<std::basic_string<char> >; Ch = char]
  20. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/egSceneGraphRes.cpp:71:96:   required from here
  21. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:145:17: error: ‘print_children’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  22. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:199:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_children(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  23. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:150:17: error: ‘print_element_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  24. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:272:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_element_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  25. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:155:17: error: ‘print_data_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  26. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:238:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_data_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  27. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:160:17: error: ‘print_cdata_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  28. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:249:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_cdata_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  29. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:165:17: error: ‘print_declaration_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  30. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:328:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_declaration_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  31. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:170:17: error: ‘print_comment_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  32. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:351:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_comment_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  33. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:175:17: error: ‘print_doctype_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  34. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:369:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_doctype_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  35. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:180:17: error: ‘print_pi_node’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  36. /home/kiril/aur/horde3d/src/Horde3D_SDK_1.0.0_Beta5/Horde3D/Source/Horde3DEngine/../Shared/rapidxml_print.h:391:22: note: ‘template<class OutIt, class Ch> OutIt rapidxml::internal::print_pi_node(OutIt, const rapidxml::xml_node<Ch>*, int, int)’ declared here, later in the translation unit
  37. make[2]: *** [Horde3D/Source/Horde3DEngine/CMakeFiles/Horde3D.dir/egSceneGraphRes.o] Error 1
  38. make[1]: *** [Horde3D/Source/Horde3DEngine/CMakeFiles/Horde3D.dir/all] Error 2
  39. make: *** [all] Error 2
  40. ==> ERROR: A failure occurred in build().
  41.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement