Advertisement
szabozoltan69

Burrrrrrrr

Aug 3rd, 2016
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 27.51 KB | None | 0 0
  1. ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... no
  9. checking for mawk... mawk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether make supports nested variables... yes
  12. checking whether to enable maintainer-specific portions of Makefiles... no
  13. checking for ranlib... ranlib
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking for style of include used by make... GNU
  24. checking dependency style of gcc... gcc3
  25. checking for g++... g++
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether g++ accepts -g... yes
  28. checking dependency style of g++... gcc3
  29. checking whether gcc and cc understand -c and -o together... yes
  30. checking for the pthreads library -lpthreads... no
  31. checking whether pthreads work without any flags... no
  32. checking whether pthreads work with -Kthread... no
  33. checking whether pthreads work with -kthread... no
  34. checking for the pthreads library -llthread... no
  35. checking whether pthreads work with -pthread... yes
  36. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  37. checking if more special flags are required for pthreads... no
  38. checking for PTHREAD_PRIO_INHERIT... yes
  39. checking for fltk-config... /usr/bin/fltk-config
  40. checking for uncompress in -lz... yes
  41. checking for boostlib >= 1.33.1... yes
  42. checking whether the Boost::Test_Exec_Monitor library is available... yes
  43. checking whether the Boost::Thread library is available... yes
  44. checking for exit in -lboost_thread... yes
  45. checking for libpng-config... /usr/bin/libpng-config
  46. checking how to run the C preprocessor... gcc -E
  47. checking for X... libraries , headers
  48. checking for gethostbyname... yes
  49. checking for connect... yes
  50. checking for remove... yes
  51. checking for shmat... yes
  52. checking for IceConnectionNumber in -lICE... yes
  53. checking for OpenGL... yes
  54. checking for nm... nm
  55. checking whether FLTK file function use 64 bit structures... no
  56. checking that generated files are newer than configure... done
  57. configure: creating ./config.status
  58. config.status: creating Makefile
  59. config.status: creating src/Makefile
  60. config.status: creating doxygen.cfg
  61. config.status: creating src/config.h
  62. config.status: src/config.h is unchanged
  63. config.status: executing depfiles commands
  64.  
  65. $ make clean
  66. Making clean in src
  67. make[1]: Entering directory '/home/vki/burrtools/burrtools-0.6.3/src'
  68. test -z "burrTxt burrTxt2 gui/burrGui" || rm -f burrTxt burrTxt2 gui/burrGui
  69. test -z "lib/libburr.a flu/libflu.a help/libhelp.a lua/liblua.a tools/libtools.a halfedge/libhalfedge.a" || rm -f lib/libburr.a flu/libflu.a help/libhelp.a lua/liblua.a tools/libtools.a halfedge/libhalfedge.a
  70. test -z "help/helpviewer unitTest" || rm -f help/helpviewer unitTest
  71. rm -f *.o
  72. rm -f flu/*.o
  73. rm -f gui/*.o
  74. rm -f halfedge/*.o
  75. rm -f help/*.o
  76. rm -f lib/*.o
  77. rm -f lua/*.o
  78. rm -f tools/*.o
  79. make[1]: Leaving directory '/home/vki/burrtools/burrtools-0.6.3/src'
  80. make[1]: Entering directory '/home/vki/burrtools/burrtools-0.6.3'
  81. make[1]: Nothing to be done for 'clean-am'.
  82. make[1]: Leaving directory '/home/vki/burrtools/burrtools-0.6.3'
  83.  
  84.  
  85. $ make
  86. Making all in src
  87. make[1]: Entering directory '/home/vki/burrtools/burrtools-0.6.3/src'
  88. make  all-am
  89. make[2]: Entering directory '/home/vki/burrtools/burrtools-0.6.3/src'
  90.   CXX      lib/assembler.o
  91.   CXX      lib/assembler_0.o
  92.   CXX      lib/assembler_1.o
  93.   CXX      lib/assembly.o
  94. lib/assembly.cpp: In member function ‘bool assembly_c::transform(unsigned char, const problem_c*, const mirrorInfo_c*)’:
  95. lib/assembly.cpp:395:28: warning: ‘t_inv’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  96.            if (sym->transAdd(t, t_inv) == TND || sym->transAdd(t_inv, t) == TND) return false;
  97.                             ^
  98. In file included from lib/assembly.h:24:0,
  99.                  from lib/assembly.cpp:21:
  100. lib/bt_assert.h:86:26: warning: ‘p3’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  101.  #define bt_assert(expr)  if (!(expr)) bt_te(__STRING(expr), __FILE__, __LINE__, __PRETTY_FUNCTION__)
  102.                           ^
  103. lib/assembly.cpp:371:24: note: ‘p3’ was declared here
  104.            unsigned int p3;
  105.                         ^
  106.   CXX      lib/bt_assert.o
  107.   CXX      lib/burrgrower.o
  108.   CXX      lib/converter.o
  109.   CXX      lib/disassembler_0.o
  110.   CXX      lib/disassembler_a.o
  111. lib/disassembler_a.cpp: In function ‘void create_new_params(const disassemblerNode_c*, disassemblerNode_c**, std::vector<unsigned int>&, const std::vector<unsigned int>&, int, bool)’:
  112. lib/disassembler_a.cpp:67:7: warning: variable ‘dx’ set but not used [-Wunused-but-set-variable]
  113.    int dx, dy, dz;
  114.        ^
  115.   CXX      lib/disassemblerhashes.o
  116.   CXX      lib/disassemblernode.o
  117.   CXX      lib/disassembly.o
  118. lib/disassembly.cpp: In member function ‘int separation_c::movesText2(char*, int) const’:
  119. lib/disassembly.cpp:465:54: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘std::deque<state_c*>::size_type {aka long unsigned int}[-Wformat=]
  120.    int len2 = snprintf(txt, len, "%u", states.size()-1);
  121.                                                       ^
  122. lib/disassembly.cpp:465:54: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘std::deque<state_c*>::size_type {aka long unsigned int}[-Wformat=]
  123.   CXX      lib/disasmtomoves.o
  124.   CXX      lib/gridtype.o
  125.   CXX      lib/grouping.o
  126.   CXX      lib/millable.o
  127.   CXX      lib/movementanalysator.o
  128.   CXX      lib/movementcache.o
  129.   CXX      lib/movementcache_0.o
  130.   CXX      lib/movementcache_1.o
  131.   CXX      lib/print.o
  132.   CXX      lib/ps3dloader.o
  133.   CXX      lib/problem.o
  134.   CXX      lib/puzzle.o
  135.   CXX      lib/solution.o
  136.   CXX      lib/solvethread.o
  137.   CXX      lib/stl.o
  138.   CXX      lib/stl_0.o
  139.   CXX      lib/stl_2.o
  140.   CXX      lib/symmetries_0.o
  141.   CXX      lib/symmetries_1.o
  142.   CXX      lib/symmetries_2.o
  143.   CXX      lib/thread.o
  144.   CXX      lib/voxel.o
  145. lib/voxel.cpp: In member function ‘virtual Polyhedron* voxel_c::getMeshInternal(double, double, bool) const’:
  146. lib/voxel.cpp:1096:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  147.                if (!fast & (offset > 0) && ((nx > x) || (nx == x && ny > y) || (nx == x && ny == y && nz > z)))
  148.                                                 ^
  149. lib/voxel.cpp:1096:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  150.                if (!fast & (offset > 0) && ((nx > x) || (nx == x && ny > y) || (nx == x && ny == y && nz > z)))
  151.                                                             ^
  152. lib/voxel.cpp:1096:71: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  153.                if (!fast & (offset > 0) && ((nx > x) || (nx == x && ny > y) || (nx == x && ny == y && nz > z)))
  154.                                                                        ^
  155. lib/voxel.cpp:1096:83: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  156.                if (!fast & (offset > 0) && ((nx > x) || (nx == x && ny > y) || (nx == x && ny == y && nz > z)))
  157.                                                                                    ^
  158. lib/voxel.cpp:1096:94: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  159.                if (!fast & (offset > 0) && ((nx > x) || (nx == x && ny > y) || (nx == x && ny == y && nz > z)))
  160.                                                                                               ^
  161. lib/voxel.cpp:1096:105: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  162.                if (!fast & (offset > 0) && ((nx > x) || (nx == x && ny > y) || (nx == x && ny == y && nz > z)))
  163.                                                                                                          ^
  164. lib/voxel.cpp:1108:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  165.                    if (mx == x && my == y && mz == z)
  166.                           ^
  167. lib/voxel.cpp:1108:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  168.                    if (mx == x && my == y && mz == z)
  169.                                      ^
  170. lib/voxel.cpp:1108:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  171.                    if (mx == x && my == y && mz == z)
  172.                                                 ^
  173.   CXX      lib/voxel_0.o
  174.   CXX      lib/voxel_1.o
  175. lib/voxel_1.cpp: In member function ‘virtual void voxel_1_c::scale(unsigned int, bool)’:
  176. lib/voxel_1.cpp:341:61: warning: suggest parentheses around ‘&&’ within ‘||[-Wparentheses]
  177.                      || (ay == 0        && (((x+y) & 1) == 0 && isEmpty2(x, y-1, z) || ((x+y) & 1) == 1 && isEmpty2(x, y+1, z)))
  178.                                                              ^
  179.   CXX      lib/voxel_2.o
  180.   CXX      lib/voxel_2_mesh.o
  181.   CXX      lib/voxel_3.o
  182.   CXX      lib/voxel_4.o
  183.   CXX      lib/voxeltable.o
  184.   AR       lib/libburr.a
  185. ar: `u' modifier ignored since `D' is the default (see `U')
  186.  CXX      flu/Flu_Button.o
  187.  CXX      flu/Flu_Combo_Box.o
  188.  CXX      flu/Flu_Combo_List.o
  189.  CXX      flu/Flu_Combo_Tree.o
  190.  CXX      flu/Flu_File_Chooser.o
  191. flu/Flu_File_Chooser.cpp: In member function ‘void Flu_File_Chooser::trashCB(bool)’:
  192. flu/Flu_File_Chooser.cpp:1100:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  193.         if( !fl_ask( "Really send '%s' to the Recycle Bin?", first ) )
  194.              ^
  195. In file included from flu/Flu_File_Chooser.cpp:41:0:
  196. /usr/include/FL/fl_ask.H:53:15: note: declared here
  197. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  198.               ^
  199. flu/Flu_File_Chooser.cpp:1100:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  200.         if( !fl_ask( "Really send '%s' to the Recycle Bin?", first ) )
  201.              ^
  202. In file included from flu/Flu_File_Chooser.cpp:41:0:
  203. /usr/include/FL/fl_ask.H:53:15: note: declared here
  204. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  205.               ^
  206. flu/Flu_File_Chooser.cpp:1100:68: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  207.         if( !fl_ask( "Really send '%s' to the Recycle Bin?", first ) )
  208.                                                                    ^
  209. In file included from flu/Flu_File_Chooser.cpp:41:0:
  210. /usr/include/FL/fl_ask.H:53:15: note: declared here
  211. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  212.               ^
  213. flu/Flu_File_Chooser.cpp:1105:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  214.         if( !fl_ask( "Really delete '%s'?", first ) )
  215.              ^
  216. In file included from flu/Flu_File_Chooser.cpp:41:0:
  217. /usr/include/FL/fl_ask.H:53:15: note: declared here
  218. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  219.               ^
  220. flu/Flu_File_Chooser.cpp:1105:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  221.         if( !fl_ask( "Really delete '%s'?", first ) )
  222.              ^
  223. In file included from flu/Flu_File_Chooser.cpp:41:0:
  224. /usr/include/FL/fl_ask.H:53:15: note: declared here
  225. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  226.               ^
  227. flu/Flu_File_Chooser.cpp:1105:51: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  228.         if( !fl_ask( "Really delete '%s'?", first ) )
  229.                                                   ^
  230. In file included from flu/Flu_File_Chooser.cpp:41:0:
  231. /usr/include/FL/fl_ask.H:53:15: note: declared here
  232. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  233.               ^
  234. flu/Flu_File_Chooser.cpp:1113:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  235.         if( !fl_ask( "Really send these %d files to the Recycle Bin?", selected ) )
  236.              ^
  237. In file included from flu/Flu_File_Chooser.cpp:41:0:
  238. /usr/include/FL/fl_ask.H:53:15: note: declared here
  239. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  240.               ^
  241. flu/Flu_File_Chooser.cpp:1113:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  242.         if( !fl_ask( "Really send these %d files to the Recycle Bin?", selected ) )
  243.              ^
  244. In file included from flu/Flu_File_Chooser.cpp:41:0:
  245. /usr/include/FL/fl_ask.H:53:15: note: declared here
  246. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  247.               ^
  248. flu/Flu_File_Chooser.cpp:1113:81: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  249.         if( !fl_ask( "Really send these %d files to the Recycle Bin?", selected ) )
  250.                                                                                 ^
  251. In file included from flu/Flu_File_Chooser.cpp:41:0:
  252. /usr/include/FL/fl_ask.H:53:15: note: declared here
  253. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  254.               ^
  255. flu/Flu_File_Chooser.cpp:1118:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  256.         if( !fl_ask( "Really delete these %d files?", selected ) )
  257.              ^
  258. In file included from flu/Flu_File_Chooser.cpp:41:0:
  259. /usr/include/FL/fl_ask.H:53:15: note: declared here
  260. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  261.               ^
  262. flu/Flu_File_Chooser.cpp:1118:14: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  263.         if( !fl_ask( "Really delete these %d files?", selected ) )
  264.              ^
  265. In file included from flu/Flu_File_Chooser.cpp:41:0:
  266. /usr/include/FL/fl_ask.H:53:15: note: declared here
  267. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  268.               ^
  269. flu/Flu_File_Chooser.cpp:1118:64: warning: ‘int fl_ask(const char*, ...)’ is deprecated [-Wdeprecated-declarations]
  270.         if( !fl_ask( "Really delete these %d files?", selected ) )
  271.                                                                ^
  272. In file included from flu/Flu_File_Chooser.cpp:41:0:
  273. /usr/include/FL/fl_ask.H:53:15: note: declared here
  274. FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
  275.               ^
  276. flu/Flu_File_Chooser.cpp: In member function ‘void Flu_File_Chooser::Entry::updateSize()’:
  277. flu/Flu_File_Chooser.cpp:2339:15: warning: variable ‘iH’ set but not used [-Wunused-but-set-variable]
  278.   int iW = 0, iH = 0;
  279.               ^
  280. flu/Flu_File_Chooser.cpp: In member function ‘int Flu_File_Chooser::popupContextMenu(Flu_File_Chooser::Entry*)’:
  281. flu/Flu_File_Chooser.cpp:2717:20: warning: enumeral and non-enumeral type in conditional expression [-Wextra]
  282.   int type = entry ? entry->type : ENTRY_NONE;
  283.                    ^
  284. flu/Flu_File_Chooser.cpp:2774:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  285.       entryPopup.add( contextHandlers[i].name.c_str(), 0, 0, (void*)i );
  286.                                                                     ^
  287. flu/Flu_File_Chooser.cpp: At global scope:
  288. flu/Flu_File_Chooser.cpp:3177:56: warning: unused parameter ‘path’ [-Wunused-parameter]
  289. bool Flu_File_Chooser :: correctPath( FluSimpleString &path )
  290.                                                        ^
  291. flu/Flu_File_Chooser.cpp: In constructor ‘Flu_File_Chooser::Flu_File_Chooser(const char*, const char*, int, const char*)’:
  292. flu/Flu_File_Chooser.cpp:757:27: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  293.      fgets( buf, 1024, f );
  294.                           ^
  295.  CXX      flu/flu_file_chooser_pixmaps.o
  296.  CXX      flu/Flu_Label.o
  297.  CXX      flu/flu_pixmaps.o
  298.  CXX      flu/Flu_Return_Button.o
  299.  CXX      flu/Flu_Separator.o
  300.  CXX      flu/FluSimpleString.o
  301.  CXX      flu/Flu_Tree_Browser.o
  302. flu/Flu_Tree_Browser.cpp:942:43: warning: unused parameter ‘X’ [-Wunused-parameter]
  303. bool Flu_Tree_Browser :: on_dnd_drag( int X, int Y )
  304.                                           ^
  305. flu/Flu_Tree_Browser.cpp:942:50: warning: unused parameter ‘Y’ [-Wunused-parameter]
  306. bool Flu_Tree_Browser :: on_dnd_drag( int X, int Y )
  307.                                                  ^
  308. flu/Flu_Tree_Browser.cpp:1027:60: warning: unused parameter ‘e’ [-Wunused-parameter]
  309. void Flu_Tree_Browser :: on_dnd_drop( const Flu_DND_Event *e )
  310.                                                            ^
  311. flu/Flu_Tree_Browser.cpp: In member function ‘Flu_Tree_Browser::Node* Flu_Tree_Browser::Node::modify(const char*, int, Flu_Tree_Browser::RData&, Fl_Widget*, bool)’:
  312. flu/Flu_Tree_Browser.cpp:3504:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  313.      retNode = (Node*)ID; // non-null return value means remove was successful
  314.                       ^
  315.  CXX      flu/Flu_Wrap_Group.o
  316.  AR       flu/libflu.a
  317. ar: `u' modifier ignored since `D' is the default (see `U')
  318.   CXX      help/Fl_Help_Dialog.o
  319.   CXX      help/Fl_Help_View.o
  320. help/Fl_Help_View.cpp: In member function ‘void Fl_Help_View::format()’:
  321. help/Fl_Help_View.cpp:1524:25: warning: suggest parentheses around arithmetic in operand of ‘|[-Wparentheses]
  322.     pushfont(font = font & (FL_BOLD | FL_ITALIC) | FL_HELVETICA, fsize);
  323.                          ^
  324. help/Fl_Help_View.cpp: In member function ‘void Fl_Help_View::format_table(int*, int*, const char*)’:
  325. help/Fl_Help_View.cpp:1989:30: warning: suggest parentheses around arithmetic in operand of ‘|[-Wparentheses]
  326.          pushfont(font = font & (FL_BOLD | FL_ITALIC) | FL_HELVETICA, fsize);
  327.                               ^
  328. help/Fl_Help_View.cpp: In member function ‘Fl_Image* Fl_Help_View::get_image(const char*, int, int)’:
  329. help/Fl_Help_View.cpp:2341:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  330.      while (cache.size() < i+1)
  331.                          ^
  332. help/Fl_Help_View.cpp: At global scope:
  333. help/Fl_Help_View.cpp:2328:47: warning: unused parameter ‘W’ [-Wunused-parameter]
  334.  Fl_Help_View::get_image(const char *name, int W, int H) {
  335.                                                ^
  336. help/Fl_Help_View.cpp:2328:54: warning: unused parameter ‘H’ [-Wunused-parameter]
  337.  Fl_Help_View::get_image(const char *name, int W, int H) {
  338.                                                       ^
  339. help/Fl_Help_View.cpp: In member function ‘virtual int Fl_Help_View::handle(int)’:
  340. help/Fl_Help_View.cpp:2509:28: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
  341.     getcwd(dir, sizeof(dir));
  342.                             ^
  343.   CXX      help/flstring.o
  344.   CXX      help/helpdata.o
  345.   AR       help/libhelp.a
  346. ar: `u' modifier ignored since `D' is the default (see `U')
  347.  CC       lua/lapi.o
  348. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  349.  CC       lua/lauxlib.o
  350. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  351.  CC       lua/lcode.o
  352. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  353.  CC       lua/ldebug.o
  354. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  355.  CC       lua/ldo.o
  356. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  357.  CC       lua/ldump.o
  358. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  359.  CC       lua/lfunc.o
  360. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  361.  CC       lua/lgc.o
  362. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  363.  CC       lua/llex.o
  364. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  365.  CC       lua/lmem.o
  366. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  367.  CC       lua/lobject.o
  368. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  369.  CC       lua/lopcodes.o
  370. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  371.  CC       lua/lparser.o
  372. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  373.  CC       lua/lstate.o
  374. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  375.  CC       lua/lstring.o
  376. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  377.  CC       lua/ltable.o
  378. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  379.  CC       lua/ltm.o
  380. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  381.  CC       lua/lundump.o
  382. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  383.  CC       lua/lvm.o
  384. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  385.  CC       lua/lzio.o
  386. cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C
  387.  CXX      lua/luaclass.o
  388. lua/luaclass.cpp:39:40: warning: unused parameter ‘name’ [-Wunused-parameter]
  389. void luaClass_c::setNumber(const char *name, lua_Number value) {
  390.                                        ^
  391. lua/luaclass.cpp:39:57: warning: unused parameter ‘value’ [-Wunused-parameter]
  392. void luaClass_c::setNumber(const char *name, lua_Number value) {
  393.                                                         ^
  394. lua/luaclass.cpp:41:40: warning: unused parameter ‘name’ [-Wunused-parameter]
  395. void luaClass_c::setString(const char *name, const char *value) {
  396.                                        ^
  397. lua/luaclass.cpp:41:58: warning: unused parameter ‘value’ [-Wunused-parameter]
  398. void luaClass_c::setString(const char *name, const char *value) {
  399.                                                          ^
  400. lua/luaclass.cpp:43:38: warning: unused parameter ‘name’ [-Wunused-parameter]
  401. void luaClass_c::setBool(const char *name, bool value) {
  402.                                      ^
  403. lua/luaclass.cpp:43:49: warning: unused parameter ‘value’ [-Wunused-parameter]
  404. void luaClass_c::setBool(const char *name, bool value) {
  405.                                                 ^
  406. lua/luaclass.cpp: In member function ‘int luaClass_c::doFile(const char*)’:
  407. lua/luaclass.cpp:59:1: warning: no return statement in function returning non-void [-Wreturn-type]
  408. }
  409. ^
  410. lua/luaclass.cpp: In member function ‘int luaClass_c::doString(const char*)’:
  411. lua/luaclass.cpp:62:1: warning: no return statement in function returning non-void [-Wreturn-type]
  412. }
  413. ^
  414. lua/luaclass.cpp: At global scope:
  415. lua/luaclass.cpp:71:37: warning: unused parameter ‘fname’ [-Wunused-parameter]
  416. void luaClass_c::callV(const char * fname) {
  417.                                     ^
  418. lua/luaclass.cpp:73:37: warning: unused parameter ‘fname’ [-Wunused-parameter]
  419. void luaClass_c::callV(const char * fname, lua_Number p1) {
  420.                                     ^
  421. lua/luaclass.cpp:73:55: warning: unused parameter ‘p1’ [-Wunused-parameter]
  422. void luaClass_c::callV(const char * fname, lua_Number p1) {
  423.                                                       ^
  424. lua/luaclass.cpp: In member function ‘lua_Number luaClass_c::callN(const char*)’:
  425. lua/luaclass.cpp:76:1: warning: no return statement in function returning non-void [-Wreturn-type]
  426. }
  427. ^
  428. lua/luaclass.cpp: At global scope:
  429. lua/luaclass.cpp:75:43: warning: unused parameter ‘fname’ [-Wunused-parameter]
  430. lua_Number luaClass_c::callN(const char * fname) {
  431.                                           ^
  432. lua/luaclass.cpp: In member function ‘lua_Number luaClass_c::callN(const char*, lua_Number)’:
  433. lua/luaclass.cpp:78:1: warning: no return statement in function returning non-void [-Wreturn-type]
  434. }
  435. ^
  436. lua/luaclass.cpp: At global scope:
  437. lua/luaclass.cpp:77:43: warning: unused parameter ‘fname’ [-Wunused-parameter]
  438. lua_Number luaClass_c::callN(const char * fname, lua_Number p1) {
  439.                                           ^
  440. lua/luaclass.cpp:77:61: warning: unused parameter ‘p1’ [-Wunused-parameter]
  441. lua_Number luaClass_c::callN(const char * fname, lua_Number p1) {
  442.                                                             ^
  443.  AR       lua/liblua.a
  444. ar: `u' modifier ignored since `D' is the default (see `U')
  445.   CXX      tools/fileexists.o
  446.   CXX      tools/gzstream.o
  447.   CXX      tools/homedir.o
  448.   CXX      tools/xml.o
  449.   AR       tools/libtools.a
  450. ar: `u' modifier ignored since `D' is the default (see `U')
  451.  CXX      halfedge/face.o
  452.  CXX      halfedge/halfedge.o
  453.  CXX      halfedge/modifiers.o
  454. halfedge/modifiers.cpp: In function ‘void joinPolyhedronInverse(Polyhedron&, const Polyhedron&, const faceList_c&, float)’:
  455. halfedge/modifiers.cpp:622:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  456.             fp != (*fit2) && fp->_fb_face!=-1) // no bevel/offset faces
  457.                                          ^
  458. halfedge/modifiers.cpp:629:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  459.   for (int i=0; i<face_pairs.size(); i++)
  460.                  ^
  461.  CXX      halfedge/polyhedron.o
  462.  CXX      halfedge/vector3.o
  463.  CXX      halfedge/vertex.o
  464.  CXX      halfedge/volume.o
  465.  AR       halfedge/libhalfedge.a
  466. ar: `u' modifier ignored since `D' is the default (see `U')
  467.   CXX      burrTxt.o
  468. burrTxt.cpp: In function ‘int main(int, char**)’:
  469. burrTxt.cpp:205:5: warning: ‘what’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  470.      switch (what) {
  471.      ^
  472.   CXXLD    burrTxt
  473.   CXX      burrTxt2.o
  474.   CXXLD    burrTxt2
  475. /usr/bin/ld: burrTxt2.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
  476. /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libboost_system.so: error adding symbols: DSO missing from command line
  477. collect2: error: ld returned 1 exit status
  478. Makefile:992: recipe for target 'burrTxt2' failed
  479. make[2]: *** [burrTxt2] Error 1
  480. make[2]: Leaving directory '/home/vki/burrtools/burrtools-0.6.3/src'
  481. Makefile:669: recipe for target 'all' failed
  482. make[1]: *** [all] Error 2
  483. make[1]: Leaving directory '/home/vki/burrtools/burrtools-0.6.3/src'
  484. Makefile:396: recipe for target 'all-recursive' failed
  485. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement