Advertisement
martinst

Untitled

Mar 14th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.09 KB | None | 0 0
  1. martin@martin-laptop:~/apps/LibreCAD$ g++ --version
  2. g++ (Ubuntu 4.6.0-3~ppa1) 4.6.1 20110409 (prerelease)
  3.  
  4. martin@martin-laptop:~/apps/LibreCAD$ make
  5. cd libraries/ && make -f Makefile
  6. make[1]: Entering directory `/home/martin/apps/LibreCAD/libraries'
  7. cd libdxfrw/ && make -f Makefile
  8. make[2]: Entering directory `/home/martin/apps/LibreCAD/libraries/libdxfrw'
  9. make[2]: Nothing to be done for `first'.
  10. make[2]: Leaving directory `/home/martin/apps/LibreCAD/libraries/libdxfrw'
  11. cd dxflib/ && make -f Makefile
  12. make[2]: Entering directory `/home/martin/apps/LibreCAD/libraries/dxflib'
  13. make[2]: Nothing to be done for `first'.
  14. make[2]: Leaving directory `/home/martin/apps/LibreCAD/libraries/dxflib'
  15. cd jwwlib/ && make -f Makefile
  16. make[2]: Entering directory `/home/martin/apps/LibreCAD/libraries/jwwlib'
  17. make[2]: Nothing to be done for `first'.
  18. make[2]: Leaving directory `/home/martin/apps/LibreCAD/libraries/jwwlib'
  19. cd fparser/ && make -f Makefile
  20. make[2]: Entering directory `/home/martin/apps/LibreCAD/libraries/fparser'
  21. g++ -c -pipe -std=c++0x -O2 -Wall -W -fPIC -D_REENTRANT -DQT_NO_DEBUG -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4 -I../../generated/lib/fparser/moc -o ../../generated/lib/fparser/obj/fparser.o fparser.cc
  22. fparser.cc: In function ‘bool {anonymous}::BeginsLiteral(unsigned int)’:
  23. fparser.cc:902:58: error: could not convert template argument ‘n’ to ‘unsigned int’
  24. fparser.cc: In function ‘void {anonymous}::SkipSpace(CharPtr&)’:
  25. fparser.cc:959:61: error: could not convert template argument ‘n’ to ‘unsigned int’
  26. fparser.cc: In function ‘bool {anonymous}::BeginsLiteral(unsigned int) [with Value_t = double]’:
  27. fparser.cc:904:5: warning: control reaches end of non-void function [-Wreturn-type]
  28. make[2]: *** [../../generated/lib/fparser/obj/fparser.o] Error 1
  29. make[2]: Leaving directory `/home/martin/apps/LibreCAD/libraries/fparser'
  30. make[1]: *** [sub-fparser-make_default] Error 2
  31. make[1]: Leaving directory `/home/martin/apps/LibreCAD/libraries'
  32. make: *** [sub-libraries-make_default-ordered] Error 2
  33. martin@martin-laptop:~/apps/LibreCAD$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement