Guest User

cmake cgal-3.6 on freebsd8

a guest
Dec 17th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 37.69 KB | None | 0 0
  1. $ tar -zxvf CGAL-3.6.tar.gz
  2. $ cd CGAL-3.6
  3. $ cmake .
  4.  
  5.  
  6. -- The C compiler identification is GNU
  7. -- The CXX compiler identification is GNU
  8. -- Check for working C compiler: /usr/bin/gcc
  9. -- Check for working C compiler: /usr/bin/gcc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- CGAL_MAJOR_VERSION=3
  17. -- CGAL_MINOR_VERSION=6
  18. -- CGAL_BUILD_VERSION=
  19. -- CGAL_SONAME_VERSION=5
  20. -- CGAL_SOVERSION     =5.0.0
  21. -- CGAL_REFERENCE_CACHE_DIR=
  22. -- Building shared libraries
  23. -- Targetting Unix Makefiles
  24. -- Using /usr/bin/c++ compiler.
  25. -- USING CMake version: 2.8.3
  26. -- System: FreeBSD
  27. -- USING GCC_VERSION = '4.2.1 20070719  [FreeBSD]'
  28. -- Using gcc version 4 or later. Adding -frounding-math
  29. -- Using gcc version 4.2. Adding -fno-strict-aliasing
  30. -- Build type: Release
  31. -- USING CXXFLAGS = ' -frounding-math -fno-strict-aliasing -O3 -DNDEBUG'
  32. -- USING LDFLAGS = ' '
  33. -- GMPXX include:    /usr/local/include
  34. -- GMPXX libraries:  /usr/local/lib/libgmpxx.so
  35. -- Found MPFR: /usr/local/lib/libmpfr.so
  36. -- GMP include:     /usr/local/include
  37. -- GMP libraries:   /usr/local/lib/libgmp.so
  38. -- GMP definitions:
  39. -- USING GMP_VERSION = '5.0.1'
  40. -- MPFR include:      /usr/local/include
  41. -- MPFR libraries:    /usr/local/lib/libmpfr.so
  42. -- MPFR definitions:  
  43. -- USING MPFR_VERSION = '3.0.0'
  44. -- Boost version: 1.45.0
  45. -- Found the following Boost libraries:
  46. --   thread
  47. -- Boost include:     /usr/local/include
  48. -- Boost libraries:   /usr/local/lib/libboost_thread.so
  49. -- Boost definitions:
  50. -- USING BOOST_VERSION = '1.45.0'
  51. -- Performing Test CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG - Success
  52. -- Performing Test CGAL_CFG_DENORMALS_COMPILE_BUG - Success
  53. -- Performing Test CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG - Success
  54. -- Performing Test CGAL_CFG_IEEE_754_BUG - Success
  55. -- Performing Test CGAL_CFG_ISTREAM_INT_BUG - Success
  56. -- Performing Test CGAL_CFG_LONGNAME_BUG - Success
  57. -- Performing Test CGAL_CFG_MATCHING_BUG_5 - Success
  58. -- Performing Test CGAL_CFG_MATCHING_BUG_6 - Success
  59. -- Performing Test CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG - Success
  60. -- Performing Test CGAL_CFG_NET2003_MATCHING_BUG - Success
  61. -- Performing Test CGAL_CFG_NO_CPP0X_ARRAY - Failed
  62. -- Performing Test CGAL_CFG_NO_CPP0X_DECLTYPE - Failed
  63. -- Performing Test CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES - Failed
  64. -- Performing Test CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS - Failed
  65. -- Performing Test CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS - Failed
  66. -- Performing Test CGAL_CFG_NO_CPP0X_ISFINITE - Success
  67. -- Performing Test CGAL_CFG_NO_CPP0X_LONG_LONG - Success
  68. -- Performing Test CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE - Failed
  69. -- Performing Test CGAL_CFG_NO_CPP0X_TUPLE - Failed
  70. -- Performing Test CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES - Failed
  71. -- Performing Test CGAL_CFG_NO_LIMITS - Success
  72. -- Performing Test CGAL_CFG_NO_LOGICAL_OPERATORS_ALTERNATIVES - Success
  73. -- Performing Test CGAL_CFG_NO_NEXTAFTER - Success
  74. -- Performing Test CGAL_CFG_NO_STATEMENT_EXPRESSIONS - Success
  75. -- Performing Test CGAL_CFG_NO_STL - Success
  76. -- Performing Test CGAL_CFG_NO_TMPL_IN_TMPL_PARAM - Success
  77. -- Performing Test CGAL_CFG_NO_TR1_ARRAY - Success
  78. -- Performing Test CGAL_CFG_NO_TR1_TUPLE - Success
  79. -- Performing Test CGAL_CFG_NUMERIC_LIMITS_BUG - Success
  80. -- Performing Test CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG - Success
  81. -- Performing Test CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG - Success
  82. -- Performing Test CGAL_CFG_USING_BASE_MEMBER_BUG_2 - Success
  83. -- CMAKE_INSTALL_PREFIX=/usr/local
  84. -- Found ZLIB: /usr/include (found version "1.2.3")
  85. -- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so
  86. -- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so - found
  87. -- Looking for gethostbyname
  88. -- Looking for gethostbyname - found
  89. -- Looking for connect
  90. -- Looking for connect - found
  91. -- Looking for remove
  92. -- Looking for remove - found
  93. -- Looking for shmat
  94. -- Looking for shmat - found
  95. -- Looking for IceConnectionNumber in ICE
  96. -- Looking for IceConnectionNumber in ICE - found
  97. -- Found X11: /usr/local/lib/libX11.so
  98. -- OpenGL include:     /usr/local/include
  99. -- OpenGL libraries:   /usr/local/lib/libGLU.so;/usr/local/lib/libGL.so;/usr/local/lib/libSM.so;/usr/local/lib/libICE.so;/usr/local/lib/libX11.so;/usr/local/lib/libXext.so
  100. -- USING ZLIB_VERSION = '1.2.3'
  101. -- ZLib   include:     /usr/include
  102. -- ZLib   libraries:   /usr/lib/libz.so
  103. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  104. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  105. -- Looking for pthread_create in pthreads
  106. -- Looking for pthread_create in pthreads - not found
  107. -- Looking for pthread_create in pthread
  108. -- Looking for pthread_create in pthread - found
  109. -- Found Threads: TRUE
  110. -- USING OPENGL_VERSION = '2.1'
  111. -- USING QT_VERSION = '3.3.8'
  112. -- OpenGL include:     /usr/local/include
  113. -- OpenGL include:     /usr/local/include
  114. -- OpenGL libraries:   /usr/local/lib/libGLU.so;/usr/local/lib/libGL.so;/usr/local/lib/libSM.so;/usr/local/lib/libICE.so;/usr/local/lib/libX11.so;/usr/local/lib/libXext.so
  115. -- OpenGL definitions:
  116. -- Qt3 include:        /usr/local/include
  117. -- Qt3 libraries:      /usr/local/lib/libqassistantclient.a;/usr/local/lib/libqt-mt.so;/usr/local/lib/libSM.so;/usr/local/lib/libICE.so;/usr/local/lib/libX11.so;/usr/local/lib/libXext.so;-lpthread
  118. -- Qt3 definitions:    -DQT_SHARED;-DQT_NO_DEBUG;-DQT_THREAD_SUPPORT;-D_REENTRANT
  119. -- moc executable:     /usr/X11R6/bin/moc
  120. -- uic executable:     /usr/X11R6/bin/uic
  121. -- Looking for Q_WS_X11
  122. -- Looking for Q_WS_X11 - found
  123. -- Looking for Q_WS_WIN
  124. -- Looking for Q_WS_WIN - not found.
  125. -- Looking for Q_WS_QWS
  126. -- Looking for Q_WS_QWS - not found.
  127. -- Looking for Q_WS_MAC
  128. -- Looking for Q_WS_MAC - not found.
  129. -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so
  130. -- Looking for _POSIX_TIMERS
  131. -- Looking for _POSIX_TIMERS - found
  132. -- USING QT4_VERSION = '4.7.1'
  133. -- OpenGL include:     /usr/local/include
  134. -- OpenGL libraries:   /usr/local/lib/libGLU.so;/usr/local/lib/libGL.so;/usr/local/lib/libSM.so;/usr/local/lib/libICE.so;/usr/local/lib/libX11.so;/usr/local/lib/libXext.so
  135. -- OpenGL definitions:
  136. -- Qt4 include:        /usr/local/include/qt4
  137. -- Qt4 libraries:      optimized;/usr/local/lib/qt4/libQtOpenGL.so;debug;/usr/local/lib/qt4/libQtOpenGL.so;optimized;/usr/local/lib/qt4/libQtGui.so;debug;/usr/local/lib/qt4/libQtGui.so;optimized;/usr/local/lib/qt4/libQtCore.so;debug;/usr/local/lib/qt4/libQtCore.so
  138. -- Qt4 definitions:    -DQT_DLL
  139. -- moc executable:     /usr/local/bin/moc-qt4
  140. -- uic executable:     /usr/local/bin/uic-qt4
  141. -- Configuring done
  142. -- Generating done
  143. -- Build files have been written to: /home/don/CGAL-3.6
  144.  
  145.  
  146.  
  147. $ make VERBOSE=1
  148.  
  149.  
  150.  
  151. /usr/local/bin/cmake -H/home/don/CGAL-3.6 -B/home/don/CGAL-3.6 --check-build-system CMakeFiles/Makefile.cmake 0
  152. /usr/local/bin/cmake -E cmake_progress_start /home/don/CGAL-3.6/CMakeFiles /home/don/CGAL-3.6/CMakeFiles/progress.marks
  153. make -f CMakeFiles/Makefile2 all
  154. make -f src/CGAL/CMakeFiles/CGAL.dir/build.make src/CGAL/CMakeFiles/CGAL.dir/depend
  155. cd /home/don/CGAL-3.6 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGAL /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGAL /home/don/CGAL-3.6/src/CGAL/CMakeFiles/CGAL.dir/DependInfo.cmake --color=
  156. Dependee "/home/don/CGAL-3.6/src/CGAL/CMakeFiles/CGAL.dir/DependInfo.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGAL/CMakeFiles/CGAL.dir/depend.internal".
  157. Dependee "/home/don/CGAL-3.6/src/CGAL/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGAL/CMakeFiles/CGAL.dir/depend.internal".
  158. Scanning dependencies of target CGAL
  159. make -f src/CGAL/CMakeFiles/CGAL.dir/build.make src/CGAL/CMakeFiles/CGAL.dir/build
  160. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 1
  161. [  2%] Building CXX object src/CGAL/CMakeFiles/CGAL.dir/all_files.o
  162. cd /home/don/CGAL-3.6/src/CGAL && /usr/bin/c++   -DCGAL_EXPORTS -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/include -I/usr/local/include -o CMakeFiles/CGAL.dir/all_files.o -c /home/don/CGAL-3.6/src/CGAL/all_files.cpp
  163. Linking CXX shared library ../../lib/libCGAL.so
  164. cd /home/don/CGAL-3.6/src/CGAL && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/CGAL.dir/link.txt --verbose=1
  165. /usr/bin/c++  -fPIC  -frounding-math -fno-strict-aliasing -O3 -DNDEBUG  -shared -Wl,-soname,libCGAL.so.5 -o ../../lib/libCGAL.so.5.0.0 CMakeFiles/CGAL.dir/all_files.o /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -Wl,-rpath,/usr/local/lib:
  166. cd /home/don/CGAL-3.6/src/CGAL && /usr/local/bin/cmake -E cmake_symlink_library ../../lib/libCGAL.so.5.0.0 ../../lib/libCGAL.so.5 ../../lib/libCGAL.so
  167. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles  1
  168. [  2%] Built target CGAL
  169. make -f src/CGALCore/CMakeFiles/CGAL_Core.dir/build.make src/CGALCore/CMakeFiles/CGAL_Core.dir/depend
  170. cd /home/don/CGAL-3.6 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALCore /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALCore /home/don/CGAL-3.6/src/CGALCore/CMakeFiles/CGAL_Core.dir/DependInfo.cmake --color=
  171. Dependee "/home/don/CGAL-3.6/src/CGALCore/CMakeFiles/CGAL_Core.dir/DependInfo.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALCore/CMakeFiles/CGAL_Core.dir/depend.internal".
  172. Dependee "/home/don/CGAL-3.6/src/CGALCore/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALCore/CMakeFiles/CGAL_Core.dir/depend.internal".
  173. Scanning dependencies of target CGAL_Core
  174. make -f src/CGALCore/CMakeFiles/CGAL_Core.dir/build.make src/CGALCore/CMakeFiles/CGAL_Core.dir/build
  175. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 2
  176. [  5%] Building CXX object src/CGALCore/CMakeFiles/CGAL_Core.dir/all_files.o
  177. cd /home/don/CGAL-3.6/src/CGALCore && /usr/bin/c++   -DCGAL_Core_EXPORTS -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALCore -I/usr/local/include -o CMakeFiles/CGAL_Core.dir/all_files.o -c /home/don/CGAL-3.6/src/CGALCore/all_files.cpp
  178. Linking CXX shared library ../../lib/libCGAL_Core.so
  179. cd /home/don/CGAL-3.6/src/CGALCore && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/CGAL_Core.dir/link.txt --verbose=1
  180. /usr/bin/c++  -fPIC  -frounding-math -fno-strict-aliasing -O3 -DNDEBUG  -shared -Wl,-soname,libCGAL_Core.so.5 -o ../../lib/libCGAL_Core.so.5.0.0 CMakeFiles/CGAL_Core.dir/all_files.o -L/home/don/CGAL-3.6/lib -L/usr/local/lib -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -lCGAL -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -Wl,-rpath,/home/don/CGAL-3.6/lib:/usr/local/lib:
  181. cd /home/don/CGAL-3.6/src/CGALCore && /usr/local/bin/cmake -E cmake_symlink_library ../../lib/libCGAL_Core.so.5.0.0 ../../lib/libCGAL_Core.so.5 ../../lib/libCGAL_Core.so
  182. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles  2
  183. [  5%] Built target CGAL_Core
  184. make -f src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/build.make src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/depend
  185. cd /home/don/CGAL-3.6 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALimageIO /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALimageIO /home/don/CGAL-3.6/src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/DependInfo.cmake --color=
  186. Dependee "/home/don/CGAL-3.6/src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/DependInfo.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/depend.internal".
  187. Dependee "/home/don/CGAL-3.6/src/CGALimageIO/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/depend.internal".
  188. Scanning dependencies of target CGAL_ImageIO
  189. make -f src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/build.make src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/build
  190. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 3
  191. [  8%] Building CXX object src/CGALimageIO/CMakeFiles/CGAL_ImageIO.dir/all_files.o
  192. cd /home/don/CGAL-3.6/src/CGALimageIO && /usr/bin/c++   -DCGAL_ImageIO_EXPORTS -DCGAL_USE_ZLIB -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALimageIO -I/usr/local/include -o CMakeFiles/CGAL_ImageIO.dir/all_files.o -c /home/don/CGAL-3.6/src/CGALimageIO/all_files.cpp
  193. Linking CXX shared library ../../lib/libCGAL_ImageIO.so
  194. cd /home/don/CGAL-3.6/src/CGALimageIO && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/CGAL_ImageIO.dir/link.txt --verbose=1
  195. /usr/bin/c++  -fPIC  -frounding-math -fno-strict-aliasing -O3 -DNDEBUG  -shared -Wl,-soname,libCGAL_ImageIO.so.5 -o ../../lib/libCGAL_ImageIO.so.5.0.0 CMakeFiles/CGAL_ImageIO.dir/all_files.o -L/home/don/CGAL-3.6/lib -L/usr/local/lib -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so /usr/local/lib/libGLU.so /usr/local/lib/libGL.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXext.so -lz -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so /usr/local/lib/libGLU.so /usr/local/lib/libGL.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXext.so -lz -Wl,-rpath,/home/don/CGAL-3.6/lib:/usr/local/lib:
  196. cd /home/don/CGAL-3.6/src/CGALimageIO && /usr/local/bin/cmake -E cmake_symlink_library ../../lib/libCGAL_ImageIO.so.5.0.0 ../../lib/libCGAL_ImageIO.so.5 ../../lib/libCGAL_ImageIO.so
  197. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles  3
  198. [  8%] Built target CGAL_ImageIO
  199. make -f src/CGALPDB/CMakeFiles/CGAL_PDB.dir/build.make src/CGALPDB/CMakeFiles/CGAL_PDB.dir/depend
  200. cd /home/don/CGAL-3.6 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALPDB /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALPDB /home/don/CGAL-3.6/src/CGALPDB/CMakeFiles/CGAL_PDB.dir/DependInfo.cmake --color=
  201. Dependee "/home/don/CGAL-3.6/src/CGALPDB/CMakeFiles/CGAL_PDB.dir/DependInfo.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALPDB/CMakeFiles/CGAL_PDB.dir/depend.internal".
  202. Dependee "/home/don/CGAL-3.6/src/CGALPDB/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALPDB/CMakeFiles/CGAL_PDB.dir/depend.internal".
  203. Scanning dependencies of target CGAL_PDB
  204. make -f src/CGALPDB/CMakeFiles/CGAL_PDB.dir/build.make src/CGALPDB/CMakeFiles/CGAL_PDB.dir/build
  205. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 4
  206. [ 11%] Building CXX object src/CGALPDB/CMakeFiles/CGAL_PDB.dir/all_files.o
  207. cd /home/don/CGAL-3.6/src/CGALPDB && /usr/bin/c++   -DCGAL_PDB_EXPORTS -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALPDB -I/usr/local/include -o CMakeFiles/CGAL_PDB.dir/all_files.o -c /home/don/CGAL-3.6/src/CGALPDB/all_files.cpp
  208. Linking CXX shared library ../../lib/libCGAL_PDB.so
  209. cd /home/don/CGAL-3.6/src/CGALPDB && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/CGAL_PDB.dir/link.txt --verbose=1
  210. /usr/bin/c++  -fPIC  -frounding-math -fno-strict-aliasing -O3 -DNDEBUG  -shared -Wl,-soname,libCGAL_PDB.so.5 -o ../../lib/libCGAL_PDB.so.5.0.0 CMakeFiles/CGAL_PDB.dir/all_files.o -L/home/don/CGAL-3.6/lib -L/usr/local/lib -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -Wl,-rpath,/home/don/CGAL-3.6/lib:/usr/local/lib:
  211. cd /home/don/CGAL-3.6/src/CGALPDB && /usr/local/bin/cmake -E cmake_symlink_library ../../lib/libCGAL_PDB.so.5.0.0 ../../lib/libCGAL_PDB.so.5 ../../lib/libCGAL_PDB.so
  212. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles  4
  213. [ 11%] Built target CGAL_PDB
  214. make -f src/CGALQt/CMakeFiles/CGAL_Qt3.dir/build.make src/CGALQt/CMakeFiles/CGAL_Qt3.dir/depend
  215. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 6
  216. [ 13%] Generating Kinetic_Qt_core.moc
  217. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc -o /home/don/CGAL-3.6/src/CGALQt/Kinetic_Qt_core.moc /home/don/CGAL-3.6/include/CGAL/Kinetic/IO/internal/Qt_core.h
  218. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 7
  219. [ 16%] Generating Kinetic_Qt_timer.moc
  220. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc -o /home/don/CGAL-3.6/src/CGALQt/Kinetic_Qt_timer.moc /home/don/CGAL-3.6/include/CGAL/Kinetic/IO/internal/Qt_timer.h
  221. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 8
  222. [ 19%] Generating Kinetic_Qt_widget_2_core.moc
  223. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc -o /home/don/CGAL-3.6/src/CGALQt/Kinetic_Qt_widget_2_core.moc /home/don/CGAL-3.6/include/CGAL/Kinetic/IO/internal/Qt_widget_2_core.h
  224. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 9
  225. [ 22%] Generating Kinetic_Qt_window_2.moc
  226. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc -o /home/don/CGAL-3.6/src/CGALQt/Kinetic_Qt_window_2.moc /home/don/CGAL-3.6/include/CGAL/Kinetic/IO/internal/Qt_window_2.h
  227. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 10
  228. [ 25%] Generating Qt_widget.moc
  229. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc /home/don/CGAL-3.6/include/CGAL/IO/Qt_widget.h -o /home/don/CGAL-3.6/src/CGALQt/Qt_widget.moc
  230. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 11
  231. [ 27%] Generating Qt_widget_layer.moc
  232. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc /home/don/CGAL-3.6/include/CGAL/IO/Qt_widget_layer.h -o /home/don/CGAL-3.6/src/CGALQt/Qt_widget_layer.moc
  233. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 12
  234. [ 30%] Generating Qt_widget_standard_toolbar.moc
  235. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc /home/don/CGAL-3.6/include/CGAL/IO/Qt_widget_standard_toolbar.h -o /home/don/CGAL-3.6/src/CGALQt/Qt_widget_standard_toolbar.moc
  236. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 13
  237. [ 33%] Generating Qt_help_window.moc
  238. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc /home/don/CGAL-3.6/include/CGAL/IO/Qt_help_window.h -o /home/don/CGAL-3.6/src/CGALQt/Qt_help_window.moc
  239. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 14
  240. [ 36%] Generating Qt_widget_history.moc
  241. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc /home/don/CGAL-3.6/include/CGAL/IO/Qt_widget_history.h -o /home/don/CGAL-3.6/src/CGALQt/Qt_widget_history.moc
  242. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 15
  243. [ 38%] Generating Qt_widget_OpenGL.moc
  244. cd /home/don/CGAL-3.6/src/CGALQt && /usr/X11R6/bin/moc /home/don/CGAL-3.6/include/CGAL/IO/Qt_widget_OpenGL.h -o /home/don/CGAL-3.6/src/CGALQt/Qt_widget_OpenGL.moc
  245. cd /home/don/CGAL-3.6 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALQt /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALQt /home/don/CGAL-3.6/src/CGALQt/CMakeFiles/CGAL_Qt3.dir/DependInfo.cmake --color=
  246. Dependee "/home/don/CGAL-3.6/src/CGALQt/CMakeFiles/CGAL_Qt3.dir/DependInfo.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALQt/CMakeFiles/CGAL_Qt3.dir/depend.internal".
  247. Dependee "/home/don/CGAL-3.6/src/CGALQt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALQt/CMakeFiles/CGAL_Qt3.dir/depend.internal".
  248. Scanning dependencies of target CGAL_Qt3
  249. make -f src/CGALQt/CMakeFiles/CGAL_Qt3.dir/build.make src/CGALQt/CMakeFiles/CGAL_Qt3.dir/build
  250. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 5
  251. [ 41%] Building CXX object src/CGALQt/CMakeFiles/CGAL_Qt3.dir/all_files.o
  252. cd /home/don/CGAL-3.6/src/CGALQt && /usr/bin/c++   -DCGAL_Qt3_EXPORTS -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt -I/home/don/CGAL-3.6/include/CGAL/IO -I/home/don/CGAL-3.6/include -I/usr/local/include -o CMakeFiles/CGAL_Qt3.dir/all_files.o -c /home/don/CGAL-3.6/src/CGALQt/all_files.cpp
  253. Linking CXX shared library ../../lib/libCGAL_Qt3.so
  254. cd /home/don/CGAL-3.6/src/CGALQt && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/CGAL_Qt3.dir/link.txt --verbose=1
  255. /usr/bin/c++  -fPIC  -frounding-math -fno-strict-aliasing -O3 -DNDEBUG  -shared -Wl,-soname,libCGAL_Qt3.so.5 -o ../../lib/libCGAL_Qt3.so.5.0.0 CMakeFiles/CGAL_Qt3.dir/all_files.o -L/home/don/CGAL-3.6/lib -L/usr/local/lib -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so /usr/local/lib/libqassistantclient.a /usr/local/lib/libqt-mt.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXext.so -lpthread /usr/local/lib/libGLU.so /usr/local/lib/libGL.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXext.so -lpthread /usr/local/lib/libGLU.so /usr/local/lib/libGL.so -Wl,-rpath,/home/don/CGAL-3.6/lib:/usr/local/lib:
  256. cd /home/don/CGAL-3.6/src/CGALQt && /usr/local/bin/cmake -E cmake_symlink_library ../../lib/libCGAL_Qt3.so.5.0.0 ../../lib/libCGAL_Qt3.so.5 ../../lib/libCGAL_Qt3.so
  257. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles  5 6 7 8 9 10 11 12 13 14 15
  258. [ 41%] Built target CGAL_Qt3
  259. make -f src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/build.make src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/depend
  260. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 29
  261. [ 44%] Generating __/__/include/CGAL/Qt/moc_GraphicsViewNavigation.cxx
  262. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/moc-qt4 -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -o /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_GraphicsViewNavigation.cxx /home/don/CGAL-3.6/include/CGAL/Qt/GraphicsViewNavigation.h
  263. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 30
  264. [ 47%] Generating __/__/include/CGAL/Qt/moc_DemosMainWindow.cxx
  265. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/moc-qt4 -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -o /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_DemosMainWindow.cxx /home/don/CGAL-3.6/include/CGAL/Qt/DemosMainWindow.h
  266. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 31
  267. [ 50%] Generating __/__/include/CGAL/Qt/moc_GraphicsItem.cxx
  268. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/moc-qt4 -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -o /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_GraphicsItem.cxx /home/don/CGAL-3.6/include/CGAL/Qt/GraphicsItem.h
  269. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 32
  270. [ 52%] Generating __/__/include/CGAL/Qt/moc_GraphicsViewInput.cxx
  271. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/moc-qt4 -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -o /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_GraphicsViewInput.cxx /home/don/CGAL-3.6/include/CGAL/Qt/GraphicsViewInput.h
  272. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 33
  273. [ 55%] Generating qrc_CGAL.cxx
  274. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/rcc -name CGAL -o /home/don/CGAL-3.6/src/CGALQt4/qrc_CGAL.cxx /home/don/CGAL-3.6/demo/resources/CGAL.qrc
  275. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 34
  276. [ 58%] Generating qrc_Input.cxx
  277. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/rcc -name Input -o /home/don/CGAL-3.6/src/CGALQt4/qrc_Input.cxx /home/don/CGAL-3.6/demo/icons/Input.qrc
  278. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 35
  279. [ 61%] Generating qrc_File.cxx
  280. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/rcc -name File -o /home/don/CGAL-3.6/src/CGALQt4/qrc_File.cxx /home/don/CGAL-3.6/demo/icons/File.qrc
  281. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 36
  282. [ 63%] Generating qrc_Triangulation_2.cxx
  283. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/rcc -name Triangulation_2 -o /home/don/CGAL-3.6/src/CGALQt4/qrc_Triangulation_2.cxx /home/don/CGAL-3.6/demo/icons/Triangulation_2.qrc
  284. cd /home/don/CGAL-3.6 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALQt4 /home/don/CGAL-3.6 /home/don/CGAL-3.6/src/CGALQt4 /home/don/CGAL-3.6/src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/DependInfo.cmake --color=
  285. Dependee "/home/don/CGAL-3.6/src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/DependInfo.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/depend.internal".
  286. Dependee "/home/don/CGAL-3.6/src/CGALQt4/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/don/CGAL-3.6/src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/depend.internal".
  287. Scanning dependencies of target CGAL_Qt4
  288. make -f src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/build.make src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/build
  289. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 16
  290. [ 66%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/debug.o
  291. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/debug.o -c /home/don/CGAL-3.6/src/CGALQt4/debug.cpp
  292. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 17
  293. [ 69%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/GraphicsViewNavigation.o
  294. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/GraphicsViewNavigation.o -c /home/don/CGAL-3.6/src/CGALQt4/GraphicsViewNavigation.cpp
  295. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 18
  296. [ 72%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/GraphicsViewPolylineInput.o
  297. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/GraphicsViewPolylineInput.o -c /home/don/CGAL-3.6/src/CGALQt4/GraphicsViewPolylineInput.cpp
  298. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 19
  299. [ 75%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/DemosMainWindow.o
  300. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/DemosMainWindow.o -c /home/don/CGAL-3.6/src/CGALQt4/DemosMainWindow.cpp
  301. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 20
  302. [ 77%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/utility.o
  303. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/utility.o -c /home/don/CGAL-3.6/src/CGALQt4/utility.cpp
  304. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 21
  305. [ 80%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewNavigation.o
  306. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewNavigation.o -c /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_GraphicsViewNavigation.cxx
  307. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 22
  308. [ 83%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_DemosMainWindow.o
  309. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_DemosMainWindow.o -c /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_DemosMainWindow.cxx
  310. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 23
  311. [ 86%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsItem.o
  312. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsItem.o -c /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_GraphicsItem.cxx
  313. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 24
  314. [ 88%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewInput.o
  315. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewInput.o -c /home/don/CGAL-3.6/src/CGALQt4/__/__/include/CGAL/Qt/moc_GraphicsViewInput.cxx
  316. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 25
  317. [ 91%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/qrc_CGAL.o
  318. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/qrc_CGAL.o -c /home/don/CGAL-3.6/src/CGALQt4/qrc_CGAL.cxx
  319. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 26
  320. [ 94%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/qrc_Input.o
  321. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/qrc_Input.o -c /home/don/CGAL-3.6/src/CGALQt4/qrc_Input.cxx
  322. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 27
  323. [ 97%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/qrc_File.o
  324. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/qrc_File.o -c /home/don/CGAL-3.6/src/CGALQt4/qrc_File.cxx
  325. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles 28
  326. [100%] Building CXX object src/CGALQt4/CMakeFiles/CGAL_Qt4.dir/qrc_Triangulation_2.o
  327. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/bin/c++   -DCGAL_Qt4_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -frounding-math -fno-strict-aliasing -O3 -DNDEBUG -fPIC -I/home/don/CGAL-3.6/src/CGALQt4/../../include -I/home/don/CGAL-3.6/include -I/home/don/CGAL-3.6/src/CGALQt4 -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -o CMakeFiles/CGAL_Qt4.dir/qrc_Triangulation_2.o -c /home/don/CGAL-3.6/src/CGALQt4/qrc_Triangulation_2.cxx
  328. Linking CXX shared library ../../lib/libCGAL_Qt4.so
  329. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/CGAL_Qt4.dir/link.txt --verbose=1
  330. /usr/bin/c++  -fPIC  -frounding-math -fno-strict-aliasing -O3 -DNDEBUG  -shared -Wl,-soname,libCGAL_Qt4.so.5 -o ../../lib/libCGAL_Qt4.so.5.0.0 CMakeFiles/CGAL_Qt4.dir/debug.o CMakeFiles/CGAL_Qt4.dir/GraphicsViewNavigation.o CMakeFiles/CGAL_Qt4.dir/GraphicsViewPolylineInput.o CMakeFiles/CGAL_Qt4.dir/DemosMainWindow.o CMakeFiles/CGAL_Qt4.dir/utility.o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewNavigation.o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_DemosMainWindow.o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsItem.o CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewInput.o CMakeFiles/CGAL_Qt4.dir/qrc_CGAL.o CMakeFiles/CGAL_Qt4.dir/qrc_Input.o CMakeFiles/CGAL_Qt4.dir/qrc_File.o CMakeFiles/CGAL_Qt4.dir/qrc_Triangulation_2.o -L/home/don/CGAL-3.6/lib -L/usr/local/lib -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so -lCGAL /usr/local/lib/libgmpxx.so /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so /usr/local/lib/libboost_thread.so /usr/local/lib/qt4/libQtOpenGL.so /usr/local/lib/qt4/libQtGui.so /usr/local/lib/qt4/libQtCore.so /usr/local/lib/libGLU.so /usr/local/lib/libGL.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXext.so -Wl,-rpath,/home/don/CGAL-3.6/lib:/usr/local/lib:/usr/local/lib/qt4:
  331. cd /home/don/CGAL-3.6/src/CGALQt4 && /usr/local/bin/cmake -E cmake_symlink_library ../../lib/libCGAL_Qt4.so.5.0.0 ../../lib/libCGAL_Qt4.so.5 ../../lib/libCGAL_Qt4.so
  332. /usr/local/bin/cmake -E cmake_progress_report /home/don/CGAL-3.6/CMakeFiles  16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
  333. [100%] Built target CGAL_Qt4
  334. /usr/local/bin/cmake -E cmake_progress_start /home/don/CGAL-3.6/CMakeFiles 0
Add Comment
Please, Sign In to add comment