Advertisement
Guest User

TheNodeBoxGeneratorCompileError

a guest
Jul 23rd, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. brandon@brema-ubuntu:~/The-NodeBox-Generator$ cmake .
  2. -- IRRLICHT_SOURCE_DIR =
  3. -- IRRLICHT_INCLUDE_DIR = /usr/include/irrlicht
  4. -- IRRLICHT_LIBRARY = /usr/lib/x86_64-linux-gnu/libIrrlicht.a
  5. -- Configuring done
  6. -- Generating done
  7. -- Build files have been written to: /home/brandon/The-NodeBox-Generator
  8. brandon@brema-ubuntu:~/The-NodeBox-Generator$ make
  9. [ 16%] Building CXX object CMakeFiles/NodeBoxGenerator.dir/main.cpp.o
  10. In file included from /home/brandon/The-NodeBox-Generator/Editor.h:4:0,
  11. from /home/brandon/The-NodeBox-Generator/main.cpp:3:
  12. /home/brandon/The-NodeBox-Generator/Project.h: In constructor ‘Project::Project(irr::io::path)’:
  13. /home/brandon/The-NodeBox-Generator/Project.h:12:20: error: cannot call constructor ‘Project::Project’ directly [-fpermissive]
  14. /home/brandon/The-NodeBox-Generator/Project.h:12:20: error: for a function-style cast, remove the redundant ‘::Project’ [-fpermissive]
  15. /home/brandon/The-NodeBox-Generator/Project.h: In constructor ‘Project::Project()’:
  16. /home/brandon/The-NodeBox-Generator/Project.h:19:42: error: call of overloaded ‘string(NULL)’ is ambiguous
  17. /home/brandon/The-NodeBox-Generator/Project.h:19:42: note: candidates are:
  18. In file included from /usr/include/irrlicht/matrix4.h:14:0,
  19. from /usr/include/irrlicht/SMaterial.h:9,
  20. from /usr/include/irrlicht/IMeshBuffer.h:9,
  21. from /usr/include/irrlicht/IDynamicMeshBuffer.h:8,
  22. from /usr/include/irrlicht/CDynamicMeshBuffer.h:8,
  23. from /usr/include/irrlicht/irrlicht.h:34,
  24. from /home/brandon/The-NodeBox-Generator/main.cpp:1:
  25. /usr/include/irrlicht/irrString.h:161:11: note: irr::core::string<T, TAlloc>::string(unsigned int) [with T = char; TAlloc = irr::core::irrAllocator<char>]
  26. /usr/include/irrlicht/irrString.h:113:11: note: irr::core::string<T, TAlloc>::string(int) [with T = char; TAlloc = irr::core::irrAllocator<char>]
  27. /usr/include/irrlicht/irrString.h:103:11: note: irr::core::string<T, TAlloc>::string(double) [with T = char; TAlloc = irr::core::irrAllocator<char>]
  28. /usr/include/irrlicht/irrString.h:87:2: note: irr::core::string<T, TAlloc>::string(const irr::core::string<T, TAlloc>&) [with T = char; TAlloc = irr::core::irrAllocator<char>]
  29. In file included from /home/brandon/The-NodeBox-Generator/Editor.h:4:0,
  30. from /home/brandon/The-NodeBox-Generator/main.cpp:3:
  31. /home/brandon/The-NodeBox-Generator/Project.h:19:42: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  32. make[2]: *** [CMakeFiles/NodeBoxGenerator.dir/main.cpp.o] Error 1
  33. make[1]: *** [CMakeFiles/NodeBoxGenerator.dir/all] Error 2
  34. make: *** [all] Error 2
  35. brandon@brema-ubuntu:~/The-NodeBox-Generator$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement