Advertisement
F-Sig

tg_compil_log_2

Jul 1st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.69 KB | None | 0 0
  1. ****************************************
  2. *************** TERRAGEAR **************
  3. ****************************************
  4. https://git.code.sf.net/p/flightgear/terragear exists already
  5. La branche courante scenery/ws2.0 est à jour.
  6. Déjà sur 'scenery/ws2.0'
  7. Votre branche est à jour avec 'origin/scenery/ws2.0'.
  8. -- The C compiler identification is GNU 5.4.0
  9. -- The CXX compiler identification is GNU 5.4.0
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. -- Found CGAL 4.7
  23. -- Build type: Release
  24. -- USING CXXFLAGS = '-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -frounding-math -O3 -DNDEBUG'
  25. -- USING EXEFLAGS = ' -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed '
  26. -- Targetting Unix Makefiles
  27. -- Using /usr/bin/c++ compiler.
  28. -- Requested component: Core
  29. -- Requested component: MPFR
  30. -- Requested component: GMP
  31. -- Looking for pthread.h
  32. -- Looking for pthread.h - found
  33. -- Looking for pthread_create
  34. -- Looking for pthread_create - not found
  35. -- Looking for pthread_create in pthreads
  36. -- Looking for pthread_create in pthreads - not found
  37. -- Looking for pthread_create in pthread
  38. -- Looking for pthread_create in pthread - found
  39. -- Found Threads: TRUE
  40. -- Boost version: 1.58.0
  41. -- Found the following Boost libraries:
  42. -- system
  43. -- thread
  44. -- chrono
  45. -- date_time
  46. -- atomic
  47. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  48. -- SimGear include directory: /home/tt/ab-tg/install/simgear/include
  49. -- found SimGear version: 2018.3.0 (needed 3.1.0 or higher)
  50. -- looking for static SimGear libraries
  51. -- Looking for clock_gettime in rt
  52. -- Looking for clock_gettime in rt - found
  53. -- found SimGear libraries
  54. -- Performing Test SIMGEAR_COMPILE_TEST
  55. -- Performing Test SIMGEAR_COMPILE_TEST - Success
  56. -- Found SimGear: optimized;/home/tt/ab-tg/install/simgear/lib/libSimGearScene.a;debug;/home/tt/ab-tg/install/simgear/lib/libSimGearScene.a;optimized;/home/tt/ab-tg/install/simgear/lib/libSimGearCore.a;debug;/home/tt/ab-tg/install/simgear/lib/libSimGearCore.a;optimized;/home/tt/ab-tg/install/simgear/lib/libSimGearCore.a;debug;/home/tt/ab-tg/install/simgear/lib/libSimGearCore.a (Required is at least version "3.1.0")
  57. -- Found GDAL: /usr/local/lib/libgdal.so (Required is at least version "2.0.0")
  58. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  59. -- Looking for unistd.h
  60. -- Looking for unistd.h - found
  61. -- Looking for sys/time.h
  62. -- Looking for sys/time.h - found
  63. -- Looking for windows.h
  64. -- Looking for windows.h - not found
  65. -- Looking for rint
  66. -- Looking for rint - not found
  67. -- Configuring done
  68. -- Generating done
  69. CMake Warning:
  70. Manually-specified variables were not used by the project:
  71.  
  72. ENABLE_FLITE
  73.  
  74.  
  75. -- Build files have been written to: /home/tt/ab-tg/build/terragear
  76. Scanning dependencies of target DEM
  77. Scanning dependencies of target HGT
  78. Scanning dependencies of target Array
  79. [ 1%] Building CXX object src/Lib/DEM/CMakeFiles/DEM.dir/dem.cxx.o
  80. [ 2%] Building CXX object src/Lib/Array/CMakeFiles/Array.dir/array.cxx.o
  81. Scanning dependencies of target terragear
  82. [ 3%] Building CXX object src/Lib/HGT/CMakeFiles/HGT.dir/hgt.cxx.o
  83. [ 4%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/clipper.cpp.o
  84. In file included from /home/tt/ab-tg/terragear/src/Lib/HGT/hgt.cxx:43:0:
  85. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  86. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  87. ^
  88. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  89. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  90. ^
  91. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  92. from /home/tt/ab-tg/terragear/src/Lib/DEM/dem.hxx:36,
  93. from /home/tt/ab-tg/terragear/src/Lib/DEM/dem.cxx:33:
  94. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  95. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  96. ^
  97. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  98. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  99. ^
  100. [ 5%] Building CXX object src/Lib/HGT/CMakeFiles/HGT.dir/srtmbase.cxx.o
  101. [ 6%] Linking CXX static library libDEM.a
  102. [ 6%] Built target DEM
  103. Scanning dependencies of target Terra
  104. In file included from /home/tt/ab-tg/install/simgear/include/simgear/math/SGGeoc.hxx:21:0,
  105. from /home/tt/ab-tg/install/simgear/include/simgear/math/SGMath.hxx:34,
  106. from /home/tt/ab-tg/install/simgear/include/simgear/io/lowlevel.hxx:36,
  107. from /home/tt/ab-tg/terragear/src/Lib/Array/array.cxx:33:
  108. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  109. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  110. ^
  111. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  112. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  113. ^
  114. [ 7%] Building CXX object src/Prep/Terra/CMakeFiles/Terra.dir/GreedyInsert.cc.o
  115. [ 8%] Linking CXX static library libArray.a
  116. [ 8%] Built target Array
  117. Scanning dependencies of target landcover
  118. [ 9%] Building CXX object src/Lib/landcover/CMakeFiles/landcover.dir/landcover.cxx.o
  119. [ 10%] Building CXX object src/Prep/Terra/CMakeFiles/Terra.dir/Heap.cc.o
  120. [ 11%] Linking CXX static library liblandcover.a
  121. [ 11%] Built target landcover
  122. In file included from /home/tt/ab-tg/install/simgear/include/simgear/math/SGGeoc.hxx:21:0,
  123. from /home/tt/ab-tg/install/simgear/include/simgear/math/SGMath.hxx:34,
  124. from /home/tt/ab-tg/install/simgear/include/simgear/io/lowlevel.hxx:36,
  125. from /home/tt/ab-tg/terragear/src/Lib/HGT/srtmbase.cxx:33:
  126. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  127. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  128. ^
  129. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  130. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  131. ^
  132. Scanning dependencies of target fillvoids
  133. [ 12%] Building CXX object src/Prep/DemChop/CMakeFiles/fillvoids.dir/fillvoids.cxx.o
  134. [ 13%] Linking CXX static library libHGT.a
  135. [ 13%] Built target HGT
  136. Scanning dependencies of target demchop
  137. [ 14%] Building CXX object src/Prep/DemChop/CMakeFiles/demchop.dir/demchop.cxx.o
  138. [ 15%] Building CXX object src/Prep/Terra/CMakeFiles/Terra.dir/Map.cc.o
  139. [ 16%] Building CXX object src/Prep/Terra/CMakeFiles/Terra.dir/Mask.cc.o
  140. [ 17%] Building CXX object src/Prep/Terra/CMakeFiles/Terra.dir/Quadedge.cc.o
  141. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  142. from /home/tt/ab-tg/terragear/src/Prep/DemChop/fillvoids.cxx:32:
  143. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  144. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  145. ^
  146. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  147. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  148. ^
  149. [ 18%] Linking CXX executable fillvoids
  150. [ 18%] Built target fillvoids
  151. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  152. from /home/tt/ab-tg/terragear/src/Prep/DemChop/demchop.cxx:35:
  153. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  154. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  155. ^
  156. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  157. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  158. ^
  159. Scanning dependencies of target hgtchop
  160. [ 20%] Building CXX object src/Prep/Terra/CMakeFiles/Terra.dir/Subdivision.cc.o
  161. [ 21%] Building CXX object src/Prep/DemChop/CMakeFiles/hgtchop.dir/hgtchop.cxx.o
  162. [ 22%] Linking CXX executable demchop
  163. [ 22%] Built target demchop
  164. Scanning dependencies of target testassem
  165. [ 23%] Building CXX object src/Prep/DemChop/CMakeFiles/testassem.dir/testassem.cxx.o
  166. [ 24%] Building C object src/Prep/Terra/CMakeFiles/Terra.dir/getopt.c.o
  167. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  168. from /home/tt/ab-tg/terragear/src/Prep/DemChop/hgtchop.cxx:33:
  169. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  170. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  171. ^
  172. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  173. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  174. ^
  175. [ 25%] Linking CXX static library libTerra.a
  176. [ 26%] Linking CXX executable hgtchop
  177. [ 26%] Built target Terra
  178. Scanning dependencies of target test_array
  179. [ 27%] Building CXX object src/Lib/Array/CMakeFiles/test_array.dir/testarray.cxx.o
  180. [ 27%] Built target hgtchop
  181. Scanning dependencies of target test_landcover
  182. [ 28%] Building CXX object src/Lib/landcover/CMakeFiles/test_landcover.dir/test-landcover.cxx.o
  183. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  184. from /home/tt/ab-tg/terragear/src/Prep/DemChop/testassem.cxx:33:
  185. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  186. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  187. ^
  188. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  189. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  190. ^
  191. [ 29%] Linking CXX executable testassem
  192. [ 30%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_accumulator.cxx.o
  193. [ 30%] Built target testassem
  194. Scanning dependencies of target srtmchop
  195. [ 31%] Building CXX object src/Prep/DemChop/CMakeFiles/srtmchop.dir/srtmchop.cxx.o
  196. [ 32%] Linking CXX executable test_landcover
  197. [ 32%] Built target test_landcover
  198. Scanning dependencies of target terra_bin
  199. [ 33%] Building CXX object src/Prep/Terra/CMakeFiles/terra_bin.dir/cmdline.cc.o
  200. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  201. from /home/tt/ab-tg/terragear/src/Lib/Array/testarray.cxx:8:
  202. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  203. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  204. ^
  205. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  206. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  207. ^
  208. [ 34%] Linking CXX executable test_array
  209. [ 35%] Building CXX object src/Prep/Terra/CMakeFiles/terra_bin.dir/greedy.cc.o
  210. [ 35%] Built target test_array
  211. Scanning dependencies of target terrafit
  212. [ 36%] Building CXX object src/Prep/TerraFit/CMakeFiles/terrafit.dir/terrafit.cc.o
  213. [ 37%] Building CXX object src/Prep/Terra/CMakeFiles/terra_bin.dir/output.cc.o
  214. [ 38%] Building CXX object src/Prep/Terra/CMakeFiles/terra_bin.dir/terra.cc.o
  215. [ 40%] Linking CXX executable terra_bin
  216. [ 40%] Built target terra_bin
  217. [ 41%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_chopper.cxx.o
  218. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  219. from /home/tt/ab-tg/terragear/src/Prep/DemChop/srtmchop.cxx:40:
  220. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  221. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  222. ^
  223. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  224. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  225. ^
  226. [ 42%] Linking CXX executable srtmchop
  227. [ 42%] Built target srtmchop
  228. [ 43%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_contour.cxx.o
  229. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  230. from /home/tt/ab-tg/terragear/src/Prep/TerraFit/terrafit.cc:49:
  231. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  232. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  233. ^
  234. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  235. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  236. ^
  237. [ 44%] Linking CXX executable terrafit
  238. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  239. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_polygon.hxx:60,
  240. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_accumulator.hxx:4,
  241. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_accumulator.cxx:8:
  242. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  243. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  244. ^
  245. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  246. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  247. ^
  248. [ 44%] Built target terrafit
  249. [ 45%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_misc.cxx.o
  250. [ 46%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_nodes.cxx.o
  251. In file included from /home/tt/ab-tg/install/simgear/include/simgear/math/SGMath.hxx:35:0,
  252. from /home/tt/ab-tg/install/simgear/include/simgear/math/sg_geodesy.hxx:4,
  253. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_contour.cxx:1:
  254. /home/tt/ab-tg/install/simgear/include/simgear/math/SGGeod.hxx: In function ‘void AddIntermediateNodes(const SGGeod&, const SGGeod&, bool, std::vector<TGNode*>&, tgContour&, double, double)’:
  255. /home/tt/ab-tg/install/simgear/include/simgear/math/SGGeod.hxx:326:25: warning: ‘new_pt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  256. _elevation = elevation;
  257. ^
  258. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_contour.cxx:728:13: note: ‘new_pt’ was declared here
  259. TGNode* new_pt;
  260. ^
  261. In file included from /home/tt/ab-tg/install/simgear/include/simgear/math/SGGeoc.hxx:21:0,
  262. from /home/tt/ab-tg/install/simgear/include/simgear/math/SGMath.hxx:34,
  263. from /home/tt/ab-tg/install/simgear/include/simgear/io/lowlevel.hxx:36,
  264. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_chopper.cxx:7:
  265. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  266. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  267. ^
  268. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  269. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  270. ^
  271. [ 47%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_polygon.cxx.o
  272. In file included from /home/tt/ab-tg/install/simgear/include/simgear/math/SGGeoc.hxx:21:0,
  273. from /home/tt/ab-tg/install/simgear/include/simgear/math/SGMath.hxx:34,
  274. from /home/tt/ab-tg/install/simgear/include/simgear/math/sg_geodesy.hxx:4,
  275. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_contour.cxx:1:
  276. /home/tt/ab-tg/install/simgear/include/simgear/constants.h: At global scope:
  277. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  278. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  279. ^
  280. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  281. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  282. ^
  283. [ 48%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_polygon_clean.cxx.o
  284. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx: In function ‘SGGeod OffsetPointMiddle(const SGGeod&, const SGGeod&, const SGGeod&, double, int&)’:
  285. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:177:74: error: ‘isnan’ was not declared in this scope
  286. if ( (abs(theta - 180.0) < 0.1) || (abs(theta) < 0.1) || (isnan(theta)) ) {
  287. ^
  288. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:177:74: note: suggested alternative:
  289. In file included from /usr/include/c++/5/random:38:0,
  290. from /usr/include/c++/5/bits/stl_algo.h:66,
  291. from /usr/include/c++/5/algorithm:62,
  292. from /usr/include/CGAL/config.h:323,
  293. from /usr/include/CGAL/basic.h:29,
  294. from /usr/include/CGAL/Cartesian/Cartesian_base.h:28,
  295. from /usr/include/CGAL/Simple_cartesian.h:28,
  296. from /usr/include/CGAL/Exact_predicates_exact_constructions_kernel.h:28,
  297. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:3:
  298. /usr/include/c++/5/cmath:641:5: note: ‘std::isnan’
  299. isnan(_Tp __x)
  300. ^
  301. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx: In function ‘void OffsetPointsMiddle(const SGGeod&, const SGGeod&, const SGGeod&, double, double, int&, SGGeod&, SGGeod&)’:
  302. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:278:74: error: ‘isnan’ was not declared in this scope
  303. if ( (abs(theta - 180.0) < 0.1) || (abs(theta) < 0.1) || (isnan(theta)) ) {
  304. ^
  305. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:278:74: note: suggested alternative:
  306. In file included from /usr/include/c++/5/random:38:0,
  307. from /usr/include/c++/5/bits/stl_algo.h:66,
  308. from /usr/include/c++/5/algorithm:62,
  309. from /usr/include/CGAL/config.h:323,
  310. from /usr/include/CGAL/basic.h:29,
  311. from /usr/include/CGAL/Cartesian/Cartesian_base.h:28,
  312. from /usr/include/CGAL/Simple_cartesian.h:28,
  313. from /usr/include/CGAL/Exact_predicates_exact_constructions_kernel.h:28,
  314. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:3:
  315. /usr/include/c++/5/cmath:641:5: note: ‘std::isnan’
  316. isnan(_Tp __x)
  317. ^
  318. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  319. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_polygon.hxx:60,
  320. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:8:
  321. /home/tt/ab-tg/install/simgear/include/simgear/constants.h: At global scope:
  322. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  323. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  324. ^
  325. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  326. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  327. ^
  328. src/Lib/terragear/CMakeFiles/terragear.dir/build.make:158 : la recette pour la cible « src/Lib/terragear/CMakeFiles/terragear.dir/tg_misc.cxx.o » a échouée
  329. make[2]: *** [src/Lib/terragear/CMakeFiles/terragear.dir/tg_misc.cxx.o] Erreur 1
  330. make[2]: *** Attente des tâches non terminées....
  331. In file included from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_polygon.cxx:25:0:
  332. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  333. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  334. ^
  335. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  336. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  337. ^
  338. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  339. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_nodes.hxx:19,
  340. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_nodes.cxx:6:
  341. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  342. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  343. ^
  344. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  345. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  346. ^
  347. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  348. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_polygon.hxx:60,
  349. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_polygon_clean.cxx:3:
  350. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  351. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  352. ^
  353. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  354. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  355. ^
  356. CMakeFiles/Makefile2:976 : la recette pour la cible « src/Lib/terragear/CMakeFiles/terragear.dir/all » a échouée
  357. make[1]: *** [src/Lib/terragear/CMakeFiles/terragear.dir/all] Erreur 2
  358. Makefile:149 : la recette pour la cible « all » a échouée
  359. make: *** [all] Erreur 2
  360. [ 1%] Building CXX object src/Lib/terragear/CMakeFiles/terragear.dir/tg_misc.cxx.o
  361. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx: In function ‘SGGeod OffsetPointMiddle(const SGGeod&, const SGGeod&, const SGGeod&, double, int&)’:
  362. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:177:74: error: ‘isnan’ was not declared in this scope
  363. if ( (abs(theta - 180.0) < 0.1) || (abs(theta) < 0.1) || (isnan(theta)) ) {
  364. ^
  365. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:177:74: note: suggested alternative:
  366. In file included from /usr/include/c++/5/random:38:0,
  367. from /usr/include/c++/5/bits/stl_algo.h:66,
  368. from /usr/include/c++/5/algorithm:62,
  369. from /usr/include/CGAL/config.h:323,
  370. from /usr/include/CGAL/basic.h:29,
  371. from /usr/include/CGAL/Cartesian/Cartesian_base.h:28,
  372. from /usr/include/CGAL/Simple_cartesian.h:28,
  373. from /usr/include/CGAL/Exact_predicates_exact_constructions_kernel.h:28,
  374. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:3:
  375. /usr/include/c++/5/cmath:641:5: note: ‘std::isnan’
  376. isnan(_Tp __x)
  377. ^
  378. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx: In function ‘void OffsetPointsMiddle(const SGGeod&, const SGGeod&, const SGGeod&, double, double, int&, SGGeod&, SGGeod&)’:
  379. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:278:74: error: ‘isnan’ was not declared in this scope
  380. if ( (abs(theta - 180.0) < 0.1) || (abs(theta) < 0.1) || (isnan(theta)) ) {
  381. ^
  382. /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:278:74: note: suggested alternative:
  383. In file included from /usr/include/c++/5/random:38:0,
  384. from /usr/include/c++/5/bits/stl_algo.h:66,
  385. from /usr/include/c++/5/algorithm:62,
  386. from /usr/include/CGAL/config.h:323,
  387. from /usr/include/CGAL/basic.h:29,
  388. from /usr/include/CGAL/Cartesian/Cartesian_base.h:28,
  389. from /usr/include/CGAL/Simple_cartesian.h:28,
  390. from /usr/include/CGAL/Exact_predicates_exact_constructions_kernel.h:28,
  391. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:3:
  392. /usr/include/c++/5/cmath:641:5: note: ‘std::isnan’
  393. isnan(_Tp __x)
  394. ^
  395. In file included from /home/tt/ab-tg/install/simgear/include/simgear/bucket/newbucket.hxx:38:0,
  396. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_polygon.hxx:60,
  397. from /home/tt/ab-tg/terragear/src/Lib/terragear/tg_misc.cxx:8:
  398. /home/tt/ab-tg/install/simgear/include/simgear/constants.h: At global scope:
  399. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:70:13: warning: ‘SG_DEGREES_TO_RADIANS’ defined but not used [-Wunused-variable]
  400. const float SG_DEGREES_TO_RADIANS = SG_PI / 180.0f;
  401. ^
  402. /home/tt/ab-tg/install/simgear/include/simgear/constants.h:71:13: warning: ‘SG_RADIANS_TO_DEGREES’ defined but not used [-Wunused-variable]
  403. const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI;
  404. ^
  405. src/Lib/terragear/CMakeFiles/terragear.dir/build.make:158 : la recette pour la cible « src/Lib/terragear/CMakeFiles/terragear.dir/tg_misc.cxx.o » a échouée
  406. make[2]: *** [src/Lib/terragear/CMakeFiles/terragear.dir/tg_misc.cxx.o] Erreur 1
  407. CMakeFiles/Makefile2:976 : la recette pour la cible « src/Lib/terragear/CMakeFiles/terragear.dir/all » a échouée
  408. make[1]: *** [src/Lib/terragear/CMakeFiles/terragear.dir/all] Erreur 2
  409. Makefile:149 : la recette pour la cible « all » a échouée
  410. make: *** [all] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement