Advertisement
jonny2027

Crystal space install issues

May 18th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.73 KB | None | 0 0
  1. Jonathan-Dixons-MacBook:v2.0 Pegasus$ ./configure
  2. checking build system type... i686-apple-darwin11.3.0
  3. checking host system type... i686-apple-darwin11.3.0
  4. checking whether to enable -mno-cygwin... no
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for C compiler version... 4.2.1
  15. checking if gcc accepts -pipe... -pipe
  16. checking if gcc accepts -ffunction-sections -fdata-sections... -ffunction-sections -fdata-sections
  17. checking how to treat C warnings as errors... -Werror
  18. checking if -ffunction-sections -fdata-sections isn't annoying... yes
  19. checking for g++... g++
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking for C++ compiler version... 4.2.1
  23. checking how to treat C++ warnings as errors... -Werror
  24. checking how to enable C++ PIC generation... -fPIC
  25. checking for ld... ld
  26. checking if -shared is accepted... -shared -fPIC
  27. checking if -soname is accepted... no
  28. checking if response files are accepted... no
  29. checking if --gc-sections is supported... no
  30. checking if --large-address-aware is supported... no
  31. checking how to run the C preprocessor... gcc -E
  32. checking how to run the C++ preprocessor... g++ -E
  33. checking for ranlib... ranlib
  34. checking for dlltool... no
  35. checking for dllwrap... no
  36. checking for windres... no
  37. checking for strings... strings
  38. checking for objcopy... no
  39. checking for libtool... libtool
  40. checking for libtool... /usr/bin/libtool
  41. checking classification of /usr/bin/libtool... apple
  42. checking for glibtool... glibtool
  43. checking how to create a directory... mkdir
  44. checking how to create a directory tree... mkdir -p
  45. checking for install... install
  46. checking whether ln -s works... yes
  47. checking for texi2dvi... texi2dvi
  48. checking for texi2pdf... texi2pdf
  49. checking for dvips... no
  50. checking for dvipdf... no
  51. checking for makeinfo... makeinfo
  52. checking for doxygen... no
  53. checking for dot... no
  54. checking for flex... flex
  55. checking for bison... bison
  56. checking if bison version >= 1.35... yes (version 2.3)
  57. checking for hhc... no
  58. checking for swig... no
  59. checking for rsvg... no
  60. checking for icotool... no
  61. checking for convert... no
  62. checking for pngcrush... no
  63. checking for makeicns... no
  64. checking for png2icns... no
  65. checking for relaytool... ./bin/relaytool
  66. checking for bash... /bin/sh
  67. checking for svn... svn
  68. checking whether . is an SVN checkout... yes
  69. checking for jam... /sw/bin/jam
  70. checking if jam version >= 2.4... yes (version 2.5)
  71. checking for gnumake... gnumake
  72. checking for grep that handles long lines and -e... /usr/bin/grep
  73. checking for egrep... /usr/bin/grep -E
  74. checking for ANSI C header files... yes
  75. checking for sys/types.h... yes
  76. checking for sys/stat.h... yes
  77. checking for stdlib.h... yes
  78. checking for string.h... yes
  79. checking for memory.h... yes
  80. checking for strings.h... yes
  81. checking for inttypes.h... yes
  82. checking for stdint.h... yes
  83. checking for unistd.h... yes
  84. checking cmath usability... yes
  85. checking cmath presence... yes
  86. checking for cmath... yes
  87. checking math.h usability... yes
  88. checking math.h presence... yes
  89. checking for math.h... yes
  90. checking ieeefp.h usability... no
  91. checking ieeefp.h presence... no
  92. checking for ieeefp.h... no
  93. checking for fopen in -lc... yes
  94. checking for pow in -lm... yes
  95. checking for cosf in -lm... yes
  96. checking for cosf in -lmx... yes
  97. checking for dlopen in -ldl... yes
  98. checking for gethostbyname in -lnsl... no
  99. checking for dladdr in -ldl... yes
  100. checking for pthread... yes
  101. checking for pthread recursive mutexes... PTHREAD_MUTEX_RECURSIVE
  102. checking for pthread_atfork support... yes
  103. checking for pthread_setname_np support... no
  104. checking whether to link base g++ libraries statically... no
  105. checking for RTLD_NOW... yes
  106. checking for Carbon/Carbon.h... yes
  107. checking for --with-x... no
  108. checking for Objective-C compiler... gcc
  109. checking for Objective-C++ compiler... g++
  110. checking whether to build universal binaries... no
  111. checking for perl5... perl5
  112. checking how to suppress C++ `long double' warnings... no
  113. checking for python... python
  114. checking Python version... 2.7
  115. checking for python SDK... yes
  116. checking if python SDK is usable... yes
  117. checking for java... /usr/bin/java
  118. checking for javac... /usr/bin/javac
  119. checking for ant... /usr/bin/ant
  120. checking for STL... yes
  121. checking how to enable C++ compilation warnings... -Wmost
  122. checking how to treat C++ warnings as errors... -Werror
  123. checking how to suppress C++ unused variable warnings... -Wno-unused
  124. checking how to suppress C++ uninitialized variable warnings... -Wno-uninitialized
  125. checking how to suppress C++ unknown #pragma warnings... -Wno-unknown-pragmas
  126. checking how to suppress C++ `long double' warnings... (cached) no
  127. checking how to suppress C++ non-virtual destructor warnings... -Wno-non-virtual-dtor
  128. checking for flag to disable strict-aliasing... -fno-strict-aliasing
  129. checking how to enable C++ exceptions... -fexceptions -fno-omit-frame-pointer
  130. checking how to disable C++ exceptions... -fno-exceptions
  131. checking how to enforce C++ standards conformance... -ansi -pedantic
  132. checking if -force_cpusubtype_ALL is needed... -force_cpusubtype_ALL
  133. checking if -fno-common is needed... -fno-common
  134. checking for flag to enable OpenMP... -fopenmp
  135. checking how to treat linker warnings as errors... no
  136. checking how to export all dynamic symbols... no
  137. checking if --kill-at is accepted... no
  138. checking if reporting missing symbols is supported... no
  139. checking if missing symbols can be reported as warnings... no
  140. checking how to disable function inlining... -fno-inline-functions
  141. checking how to treat C warnings as errors... (cached) -Werror
  142. checking how to treat C++ warnings as errors... (cached) -Werror
  143. checking how to treat C++ warnings as errors... (cached) -Werror
  144. checking how to enable C++ PIC generation... (cached) -fPIC
  145. checking for inline visibility flag... -fvisibility-inlines-hidden
  146. checking if configuration supports -fvisibility-inlines-hidden... yes
  147. checking if -fvisibility-inlines-hidden is buggy... yes
  148. checking for hidden symbol visibility flag... -fvisibility=hidden
  149. checking for default symbol visibility flag... -fvisibility=default
  150. checking how to declare hidden visibility... __attribute__((visibility("hidden")))
  151. checking how to declare default visibility... __attribute__((visibility("default")))
  152. checking whether to use CPU-specific optimizations... minimum
  153. checking for code generation flags... -mpentiumpro
  154. checking for -mmmx flag... -mmmx
  155. checking for -mfpmath=sse flag... -mfpmath=sse
  156. checking for mmintrin.h... yes
  157. checking how to enable optimizations... -O3
  158. checking if -fomit-frame-pointer is accepted... -fomit-frame-pointer
  159. checking if -ffast-math is accepted... -ffast-math
  160. checking build mode... optimize
  161. checking whether to split debug information...
  162. checking how to enable debug mode debugging symbols... -g3
  163. checking whether to enable debug information in optimize mode...
  164. checking how to enable optimize mode debugging symbols... -g2
  165. checking if -I/usr/local/include is usable... -I/usr/local/include
  166. checking for va_copy... no
  167. checking for __va_copy... yes
  168. checking for X... disabled
  169. checking for int32... no
  170. checking for windows.h... no
  171. checking for OpenGL... yes
  172. checking for GLhandleARB... yes
  173. checking for GLcharARB... yes
  174. checking for GLchar... yes
  175. checking for GLintptr... yes
  176. checking for GLsizeiptr... yes
  177. checking for GLint64... yes
  178. checking for GLuint64... yes
  179. checking for GLU... yes
  180. checking for int32... (cached) no
  181. checking for DirectX8... no
  182. checking for waveout... no
  183. checking for pkg-config... pkg-config
  184. checking if pkg-config recognizes z... no
  185. checking for z-config... no
  186. checking if pkg-config recognizes zlib... yes
  187. checking for zlib-config... no
  188. checking for libz... yes
  189. checking if pkg-config recognizes png... no
  190. checking for png-config... no
  191. checking if pkg-config recognizes libpng... yes
  192. checking for libpng-config... /sw/bin/libpng-config
  193. checking for libpng... yes
  194. checking if pkg-config recognizes jpeg... no
  195. checking for jpeg-config... no
  196. checking if pkg-config recognizes libjpeg... no
  197. checking for libjpeg-config... no
  198. checking for libjpeg... yes
  199. checking if pkg-config recognizes lcms... yes
  200. checking for lcms-config... no
  201. checking for liblcms... yes
  202. checking if pkg-config recognizes mng... no
  203. checking for mng-config... no
  204. checking if pkg-config recognizes libmng... no
  205. checking for libmng-config... no
  206. checking for libmng... yes
  207. checking if pkg-config recognizes cairo... yes
  208. checking for cairo-config... no
  209. checking for libcairo... yes
  210. checking if pkg-config recognizes cairomm... no
  211. checking for cairomm-config... no
  212. checking if pkg-config recognizes cairomm-1... no
  213. checking for cairomm-1-config... no
  214. checking if pkg-config recognizes cairomm-1.0... no
  215. checking for cairomm-1.0-config... no
  216. checking for libcairomm... no
  217. checking if pkg-config recognizes vgvm... no
  218. checking for vgvm-config... no
  219. checking for libvgvm... no
  220. checking if pkg-config recognizes ogg... yes
  221. checking for ogg-config... no
  222. checking for libogg... yes
  223. checking if pkg-config recognizes vorbis... yes
  224. checking for vorbis-config... no
  225. checking for libvorbis... yes
  226. checking if pkg-config recognizes vorbisfile... yes
  227. checking for vorbisfile-config... no
  228. checking for libvorbisfile... yes
  229. checking if pkg-config recognizes speex... yes
  230. checking for speex-config... no
  231. checking for libspeex... yes
  232. checking for speex_header_free()... yes
  233. checking if pkg-config recognizes 3ds... no
  234. checking for 3ds-config... no
  235. checking if pkg-config recognizes lib3ds... no
  236. checking for lib3ds-config... no
  237. checking if pkg-config recognizes lib3ds-120... no
  238. checking for lib3ds-120-config... no
  239. checking for lib3ds... no
  240. checking if pkg-config recognizes ode... no
  241. checking for ode-config... no
  242. checking for libode... no
  243. checking if pkg-config recognizes bullet... no
  244. checking for Bullet... no
  245. checking for OpenAL... yes
  246. checking for alext.h... no
  247. checking if pkg-config recognizes freetype2... yes
  248. checking for freetype2-config... no
  249. checking if pkg-config recognizes freetype... no
  250. checking for freetype-config... /opt/local/bin/freetype-config
  251. checking for libfreetype2... yes
  252. checking if freetype2 is sufficiently recent... yes
  253. checking if pkg-config recognizes cal3d... no
  254. checking for cal3d-config... no
  255. checking for libcal3d... no
  256. checking if pkg-config recognizes wx... no
  257. checking for wx-config... no
  258. checking for libwx... no
  259. checking if pkg-config recognizes CEGUI... no
  260. checking for CEGUI-config... no
  261. checking if pkg-config recognizes CEGUIBase... no
  262. checking for CEGUIBase-config... no
  263. checking for libCEGUI... no
  264. checking if pkg-config recognizes GTK... no
  265. checking for GTK-config... no
  266. checking if pkg-config recognizes gtk+-2.0... no
  267. checking for gtk+-2.0-config... no
  268. checking for libGTK... no
  269. checking for GNU/Linux joystick API... no
  270. checking if pkg-config recognizes Cg... no
  271. checking for Cg-config... no
  272. checking if pkg-config recognizes cg... no
  273. checking for cg-config... no
  274. checking if pkg-config recognizes CG... no
  275. checking for CG-config... no
  276. checking for libCg... yes
  277. checking if Cg is sufficiently recent... yes
  278. checking if pkg-config recognizes CgGL... no
  279. checking for CgGL-config... no
  280. checking if pkg-config recognizes cggl... no
  281. checking for cggl-config... no
  282. checking if pkg-config recognizes cgGL... no
  283. checking for cgGL-config... no
  284. checking if pkg-config recognizes CGGL... no
  285. checking for CGGL-config... no
  286. checking if pkg-config recognizes Cg... (cached) no
  287. checking for Cg-config... no
  288. checking if pkg-config recognizes cg... (cached) no
  289. checking for cg-config... no
  290. checking if pkg-config recognizes CG... (cached) no
  291. checking for CG-config... no
  292. checking for libCgGL... yes
  293. checking soundcard.h usability... no
  294. checking soundcard.h presence... no
  295. checking for soundcard.h... no
  296. checking sys/soundcard.h usability... no
  297. checking sys/soundcard.h presence... no
  298. checking for sys/soundcard.h... no
  299. checking machine/soundcard.h usability... no
  300. checking machine/soundcard.h presence... no
  301. checking for machine/soundcard.h... no
  302. checking if pkg-config recognizes jackasyn... no
  303. checking for jackasyn-config... no
  304. checking for libjackasyn... no
  305. checking if pkg-config recognizes asound... no
  306. checking for asound-config... no
  307. checking for libasound... no
  308. checking if pkg-config recognizes assimp... no
  309. checking for assimp-config... no
  310. checking for libassimp... no
  311. checking for regexp support... yes
  312. checking for backtrace... yes
  313. checking for setenv... yes
  314. checking for putenv... yes
  315. checking for _aligned_malloc... no
  316. checking sys/sysinfo.h usability... no
  317. checking sys/sysinfo.h presence... no
  318. checking for sys/sysinfo.h... no
  319. checking if <malloc.h> can be included... no
  320. checking cxxabi.h usability... yes
  321. checking cxxabi.h presence... yes
  322. checking for cxxabi.h... yes
  323. checking for abi::__cxa_demangle... yes
  324. checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
  325. checking for nullptr... no
  326. checking for nullptr in pedantic mode... no
  327. checking for perl5... (cached) perl5
  328. checking for TemplateToolkit... no
  329. checking for ttree... no
  330. checking if pkg-config recognizes cppunit... no
  331. checking for cppunit-config... no
  332. checking for libcppunit... no
  333. checking if plugins require main()... no
  334. checking size of void*... 8
  335. checking size of long... 8
  336. checking whether byte ordering is bigendian... no
  337. checking for stdint.h... (cached) yes
  338. checking for INT64_C... yes
  339. checking for stdint.h... (cached) yes
  340. checking for inttypes.h... (cached) yes
  341. checking for intptr_t... yes
  342. checking for intmax_t... yes
  343. checking for inttypes.h... (cached) yes
  344. checking for PRIx99 macros... yes
  345. checking wchar.h usability... yes
  346. checking wchar.h presence... yes
  347. checking for wchar.h... yes
  348. checking wctype.h usability... yes
  349. checking wctype.h presence... yes
  350. checking for wctype.h... yes
  351. checking for wint_t... yes
  352. checking for wchar_t... yes
  353. checking for wcslen... yes
  354. checking for fputws... yes
  355. checking for fwide... yes
  356. checking for wcsnrtombs... yes
  357. checking size of wchar_t... 4
  358. checking sys/param.h usability... yes
  359. checking sys/param.h presence... yes
  360. checking for sys/param.h... yes
  361. checking for MAXPATHLEN... yes
  362. checking if swprintf is available when enforcing C++ standards... yes
  363. checking if vswprintf is available when enforcing C++ standards... yes
  364. checking for winsock.h... no
  365. checking for unistd.h... (cached) yes
  366. checking for sys/types.h... (cached) yes
  367. checking sys/socket.h usability... yes
  368. checking sys/socket.h presence... yes
  369. checking for sys/socket.h... yes
  370. checking sys/ioctl.h usability... yes
  371. checking sys/ioctl.h presence... yes
  372. checking for sys/ioctl.h... yes
  373. checking netinet/in.h usability... yes
  374. checking netinet/in.h presence... yes
  375. checking for netinet/in.h... yes
  376. checking arpa/inet.h usability... yes
  377. checking arpa/inet.h presence... yes
  378. checking for arpa/inet.h... yes
  379. checking netdb.h usability... yes
  380. checking netdb.h presence... yes
  381. checking for netdb.h... yes
  382. checking for socket support... yes
  383. checking for socklen_t... yes
  384. checking byteswap.h usability... no
  385. checking byteswap.h presence... no
  386. checking for byteswap.h... no
  387. checking how to declare deprecation... __attribute__((deprecated))
  388. checking how to declare deprecation with message... no
  389. checking how to declare allocation function... __attribute__((malloc))
  390. checking how to declare object initialization priority... __attribute__((init_priority(PRI)))
  391. checking if assembly-coded csQsqrt() compiles... yes
  392. checking for isnormal... no
  393. checking for normalf... no
  394. checking for std::isnormal... yes
  395. checking for strtof... yes
  396. checking for __builtin_clz... yes
  397. checking for __builtin_ctz... yes
  398. checking for __builtin_popcount... yes
  399. checking elf.h usability... no
  400. checking elf.h presence... no
  401. checking for elf.h... no
  402. checking whether to embed plugin meta-information... yes
  403. checking for windres... no
  404. checking for objcopy... no
  405. checking if pkg-config recognizes bfd... no
  406. checking for bfd-config... no
  407. checking for libbfd... no
  408. checking for elf.h... (cached) no
  409. checking whether to enable ptmalloc... yes
  410. checking whether to use extensive memory debugger... no
  411. checking whether to use memory tracker... no
  412. checking whether to use reference tracker... no
  413. checking whether to use leak guard... no
  414. checking whether to build with Valgrind support... no
  415. checking valgrind/valgrind.h usability... no
  416. checking valgrind/valgrind.h presence... no
  417. checking for valgrind/valgrind.h... no
  418. checking valgrind/memcheck.h usability... no
  419. checking valgrind/memcheck.h presence... no
  420. checking for valgrind/memcheck.h... no
  421. checking whether to build shared libraries... no
  422. checking whether to emulate makefiles... yes
  423. configure: creating ./config.status
  424. config.status: creating Jamfile
  425. config.status: executing include/csconfig.h commands
  426. config.status: include/csconfig.h is unchanged
  427. config.status: executing Jamconfig commands
  428. config.status: Jamconfig is unchanged
  429. config.status: executing Makefile commands
  430. configure:
  431. ******************************************************************************
  432. *** Crystal Space -- Configuration Summary ***
  433. ******************************************************************************
  434. Build mode: optimize
  435. Version: 2.0 (SVN: yes)
  436.  
  437. Optional Dependencies
  438. ---------------------
  439. Found
  440. cairo (image)
  441. cg (rendering)
  442. freetype2 (other)
  443. jpeg (image)
  444. lcms (image)
  445. mng (image)
  446. ogg (audio)
  447. openal (audio)
  448. opengl (rendering)
  449. png (image)
  450. python (bindings)
  451. speex (audio)
  452. vorbis (audio)
  453. zlib (other)
  454.  
  455. Missing
  456. 3ds (models)
  457. alsa (audio)
  458. assimp (models)
  459. bullet (physics)
  460. cairomm (image)
  461. cal3d (models)
  462. cegui (gui)
  463. gtk (other)
  464. jackasyn (audio)
  465. java (bindings)
  466. linux-joystick (other)
  467. ode (physics)
  468. oss (audio)
  469. perl (bindings)
  470. vgvm (image)
  471. wxwidgets (gui)
  472. x11 (rendering)
  473. Jonathan-Dixons-MacBook:v2.0 Pegasus$ make
  474.  
  475. g++ -c -o ./out/macosx/optimize/libs/csutil/cspmeter.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 -DCS_CRYSTALSPACE_LIB -DCS_PLUGIN_META_EXT='".csplugin"' -DCS_PLUGIN_EXT='".csbundle"' -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc/sysdeps/pthread -DCS_CONFIGDIR='"/usr/local/etc/crystalspace-2.0"' -DCS_PLUGINDIR='"/usr/local/lib/crystalspace-2.0"' -DCS_COMPILER_NAME_AND_VERSION='"GCC_4.2"' -I/opt/local/include /Users/Pegasus/desktop/v2.0/libs/csutil/cspmeter.cpp
  476.  
  477. /Users/Pegasus/desktop/v2.0/libs/csutil/cspmeter.cpp:115: error: generic thunk code fails for method ‘virtual void csTextProgressMeter::SetProgressDescription(const char*, const char*, ...)’ which uses ‘...’
  478.  
  479. g++ -c -o ./out/macosx/optimize/libs/csutil/scfstr.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 -DCS_CRYSTALSPACE_LIB -DCS_PLUGIN_META_EXT='".csplugin"' -DCS_PLUGIN_EXT='".csbundle"' -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc/sysdeps/pthread -DCS_CONFIGDIR='"/usr/local/etc/crystalspace-2.0"' -DCS_PLUGINDIR='"/usr/local/lib/crystalspace-2.0"' -DCS_COMPILER_NAME_AND_VERSION='"GCC_4.2"' -I/opt/local/include /Users/Pegasus/desktop/v2.0/libs/csutil/scfstr.cpp
  480.  
  481. /Users/Pegasus/desktop/v2.0/libs/csutil/scfstr.cpp:237: error: generic thunk code fails for method ‘virtual void scfString::Format(const char*, ...)’ which uses ‘...’
  482.  
  483. g++ -c -o ./out/macosx/optimize/libs/csplugincommon/canvas/graph2d.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 -DCS_CRYSTALSPACE_LIB -DCS_PLUGIN_META_EXT='".csplugin"' -DCS_PLUGIN_EXT='".csbundle"' -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc/sysdeps/pthread -DCS_CONFIGDIR='"/usr/local/etc/crystalspace-2.0"' -DCS_PLUGINDIR='"/usr/local/lib/crystalspace-2.0"' -DCS_COMPILER_NAME_AND_VERSION='"GCC_4.2"' -I/opt/local/include /Users/Pegasus/desktop/v2.0/libs/csplugincommon/canvas/graph2d.cpp
  484.  
  485. /Users/Pegasus/desktop/v2.0/libs/csplugincommon/canvas/graph2d.cpp:567: error: generic thunk code fails for method ‘virtual void csGraphics2D::Alert(int, const wchar_t*, const wchar_t*, const wchar_t*, ...)’ which uses ‘...’
  486. /Users/Pegasus/desktop/v2.0/libs/csplugincommon/canvas/graph2d.cpp:567: error: generic thunk code fails for method ‘virtual void csGraphics2D::Alert(int, const char*, const char*, const char*, ...)’ which uses ‘...’
  487. /Users/Pegasus/desktop/v2.0/libs/csplugincommon/canvas/graph2d.cpp:567: error: generic thunk code fails for method ‘virtual bool csGraphics2D::PerformExtension(const char*, ...)’ which uses ‘...’
  488.  
  489. g++ -c -o ./out/macosx/optimize/libs/csplugincommon/script/scriptcommon.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 -DCS_CRYSTALSPACE_LIB -DCS_PLUGIN_META_EXT='".csplugin"' -DCS_PLUGIN_EXT='".csbundle"' -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc -I/Users/Pegasus/desktop/v2.0/libs/csutil/ptmalloc/sysdeps/pthread -DCS_CONFIGDIR='"/usr/local/etc/crystalspace-2.0"' -DCS_PLUGINDIR='"/usr/local/lib/crystalspace-2.0"' -DCS_COMPILER_NAME_AND_VERSION='"GCC_4.2"' -I/opt/local/include /Users/Pegasus/desktop/v2.0/libs/csplugincommon/script/scriptcommon.cpp
  490.  
  491. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual csRef<iScriptObject> csScriptCommon::NewObject(const char*, const char*, ...)’ which uses ‘...’
  492. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptCommon::Call(const char*, csRef<iScriptObject>&, const char*, ...)’ which uses ‘...’
  493. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptCommon::Call(const char*, csRef<iString>&, const char*, ...)’ which uses ‘...’
  494. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptCommon::Call(const char*, double&, const char*, ...)’ which uses ‘...’
  495. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptCommon::Call(const char*, float&, const char*, ...)’ which uses ‘...’
  496. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptCommon::Call(const char*, int&, const char*, ...)’ which uses ‘...’
  497. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptCommon::Call(const char*, const char*, ...)’ which uses ‘...’
  498. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptObjectCommon::Call(const char*, csRef<iScriptObject>&, const char*, ...)’ which uses ‘...’
  499. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptObjectCommon::Call(const char*, csRef<iString>&, const char*, ...)’ which uses ‘...’
  500. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptObjectCommon::Call(const char*, double&, const char*, ...)’ which uses ‘...’
  501. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptObjectCommon::Call(const char*, float&, const char*, ...)’ which uses ‘...’
  502. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptObjectCommon::Call(const char*, int&, const char*, ...)’ which uses ‘...’
  503. ./include/ivaria/script.h:163: error: generic thunk code fails for method ‘virtual bool csScriptObjectCommon::Call(const char*, const char*, ...)’ which uses ‘...’
  504. ...skipped libcrystalspace-2.0.a for lack of <libs!>csutil/cspmeter.o...
  505. ...skipped _core.so for lack of crystalspace...
  506. ...skipped _imesh.so for lack of crystalspace...
  507. ...skipped _isndsys.so for lack of crystalspace...
  508. ...skipped _ivaria.so for lack of crystalspace...
  509. ...skipped _iengine.so for lack of crystalspace...
  510. ...skipped _cstool.so for lack of crystalspace...
  511. ...skipped _ivideo.so for lack of crystalspace...
  512. ...skipped _imap.so for lack of crystalspace...
  513. ...skipped _csgfx.so for lack of crystalspace...
  514. ...skipped _csgeom.so for lack of crystalspace...
  515. ...skipped _animation.so for lack of crystalspace...
  516. ...skipped csisland for lack of crystalspace...
  517. ...skipped waterdemo for lack of crystalspace...
  518. ...skipped waterdemo2 for lack of crystalspace...
  519. ...skipped collada2cs for lack of crystalspace...
  520. ...skipped maya2spr for lack of crystalspace...
  521. ...skipped md32spr for lack of crystalspace...
  522. ...skipped mdl2spr for lack of crystalspace...
  523. ...skipped asndtest for lack of crystalspace...
  524. ...skipped consoletest for lack of crystalspace...
  525. ...skipped csbench for lack of crystalspace...
  526. ...skipped csterrainedtest for lack of crystalspace...
  527. ...skipped eventtest for lack of crystalspace...
  528. ...skipped g2dtest for lack of crystalspace...
  529. ...skipped imptest for lack of crystalspace...
  530. ...skipped isotest for lack of crystalspace...
  531. ...skipped jobtest for lack of crystalspace...
  532. ...skipped joytest for lack of crystalspace...
  533. ...skipped lghtngtest for lack of crystalspace...
  534. ...skipped simdtest for lack of crystalspace...
  535. ...skipped sndtest for lack of crystalspace...
  536. ...skipped threadtest for lack of crystalspace...
  537. ...skipped transparentwindow for lack of crystalspace...
  538. ...skipped tri3dtest for lack of crystalspace...
  539. ...skipped basemapgen for lack of crystalspace...
  540. ...skipped csfgen for lack of crystalspace...
  541. ...skipped docconv for lack of crystalspace...
  542. ...skipped distfieldgen for lack of crystalspace...
  543.  
  544. g++ -c -o ./out/macosx/optimize/apps/tools/genmeshify/thing/object/thing.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/apps/tools/genmeshify/thing/object/thing.cpp
  545.  
  546. /Users/Pegasus/desktop/v2.0/apps/tools/genmeshify/thing/object/thing.cpp:2552: error: generic thunk code fails for method ‘virtual int csThingStatic::AddPolygon(int, ...)’ which uses ‘...’
  547. ...skipped genmeshify for lack of <apps!tools!genmeshify!>thing/object/thing.o...
  548. ...skipped heightmapgen for lack of crystalspace...
  549. ...skipped heightmapproc for lack of crystalspace...
  550. ...skipped csimagetool for lack of crystalspace...
  551. ...skipped levtool for lack of crystalspace...
  552. ...skipped lighter2 for lack of crystalspace...
  553. ...skipped csmocapviewer for lack of crystalspace...
  554. ...skipped cslodgen for lack of crystalspace...
  555. ...skipped cslodview for lack of crystalspace...
  556. ...skipped optimisedata for lack of crystalspace...
  557. ...skipped partconv for lack of crystalspace...
  558. ...skipped shagnetron for lack of crystalspace...
  559. ...skipped vsh for lack of crystalspace...
  560. ...skipped avatartest for lack of crystalspace...
  561. ...skipped mazing for lack of crystalspace...
  562. ...skipped pathtut for lack of crystalspace...
  563. ...skipped pysimp for lack of crystalspace...
  564. ...skipped shadertut for lack of crystalspace...
  565. ...skipped simpcd for lack of crystalspace...
  566. ...skipped simple1 for lack of crystalspace...
  567. ...skipped simple2 for lack of crystalspace...
  568. ...skipped simplept for lack of crystalspace...
  569. ...skipped simpmap for lack of crystalspace...
  570. ...skipped walktest for lack of crystalspace...
  571. ...skipped csopcode.csbundle for lack of crystalspace...
  572. ...skipped csconin.csbundle for lack of crystalspace...
  573.  
  574. g++ -c -o ./out/macosx/optimize/plugins/console/output/fancy/fancycon.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/console/output/fancy/fancycon.cpp
  575.  
  576. /Users/Pegasus/desktop/v2.0/plugins/console/output/fancy/fancycon.cpp:585: error: generic thunk code fails for method ‘virtual void csFancyConsole::PutText(const char*, ...)’ which uses ‘...’
  577. /Users/Pegasus/desktop/v2.0/plugins/console/output/fancy/fancycon.cpp:585: error: generic thunk code fails for method ‘virtual bool csFancyConsole::PerformExtension(const char*, ...)’ which uses ‘...’
  578. ...skipped fancycon.csbundle for lack of <plugins!console!output!fancy!>fancycon.o...
  579.  
  580. g++ -c -o ./out/macosx/optimize/plugins/console/output/standard/csconout.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/console/output/standard/csconout.cpp
  581.  
  582. /Users/Pegasus/desktop/v2.0/plugins/console/output/standard/csconout.cpp:678: error: generic thunk code fails for method ‘virtual void CS::Plugin::ConOut::csConsoleOutput::PutText(const char*, ...)’ which uses ‘...’
  583. /Users/Pegasus/desktop/v2.0/plugins/console/output/standard/csconout.cpp:678: error: generic thunk code fails for method ‘virtual bool CS::Plugin::ConOut::csConsoleOutput::PerformExtension(const char*, ...)’ which uses ‘...’
  584. ...skipped csconout.csbundle for lack of <plugins!console!output!standard!>csconout.o...
  585. ...skipped cspython.csbundle for lack of crystalspace...
  586. ...skipped csparser.csbundle for lack of crystalspace...
  587.  
  588. g++ -c -o ./out/macosx/optimize/plugins/csparser/services/syntxldr.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/csparser/services/syntxldr.cpp
  589.  
  590. /Users/Pegasus/desktop/v2.0/plugins/csparser/services/syntxldr.cpp:1455: error: generic thunk code fails for method ‘virtual void CS::Plugin::SyntaxService::csTextSyntaxService::Report(const char*, int, iDocumentNode*, const char*, ...)’ which uses ‘...’
  591. /Users/Pegasus/desktop/v2.0/plugins/csparser/services/syntxldr.cpp:1455: error: generic thunk code fails for method ‘virtual void CS::Plugin::SyntaxService::csTextSyntaxService::ReportError(const char*, iDocumentNode*, const char*, ...)’ which uses ‘...’
  592. ...skipped cssynldr.csbundle for lack of <plugins!csparser!services!>syntxldr.o...
  593. ...skipped cssaver.csbundle for lack of crystalspace...
  594. ...skipped dynavis.csbundle for lack of crystalspace...
  595. ...skipped frustvis.csbundle for lack of crystalspace...
  596. ...skipped decal.csbundle for lack of crystalspace...
  597. ...skipped bindoc.csbundle for lack of crystalspace...
  598. ...skipped dsplex.csbundle for lack of crystalspace...
  599. ...skipped xmlread.csbundle for lack of crystalspace...
  600. ...skipped xmltiny.csbundle for lack of crystalspace...
  601. ...skipped engine.csbundle for lack of crystalspace...
  602. ...skipped rendloop_loader.csbundle for lack of crystalspace...
  603. ...skipped rendstep_std.csbundle for lack of crystalspace...
  604. ...skipped rendstep_stencil.csbundle for lack of crystalspace...
  605. ...skipped rendstep_stencil2.csbundle for lack of crystalspace...
  606. ...skipped engseq.csbundle for lack of crystalspace...
  607. ...skipped vfs.csbundle for lack of crystalspace...
  608. ...skipped csfont.csbundle for lack of crystalspace...
  609. ...skipped fontplex.csbundle for lack of crystalspace...
  610. ...skipped freefnt2.csbundle for lack of crystalspace...
  611. ...skipped debug.csbundle for lack of crystalspace...
  612. ...skipped ikccd.csbundle for lack of crystalspace...
  613. ...skipped ikphysical.csbundle for lack of crystalspace...
  614. ...skipped lookat.csbundle for lack of crystalspace...
  615. ...skipped retarget.csbundle for lack of crystalspace...
  616. ...skipped speed.csbundle for lack of crystalspace...
  617. ...skipped bodymesh.csbundle for lack of crystalspace...
  618. ...skipped animesh.csbundle for lack of crystalspace...
  619. ...skipped bodymeshldr.csbundle for lack of crystalspace...
  620. ...skipped skeleton2ldr.csbundle for lack of crystalspace...
  621. ...skipped splitmorph.csbundle for lack of crystalspace...
  622. ...skipped animeshldr.csbundle for lack of crystalspace...
  623. ...skipped skeleton2.csbundle for lack of crystalspace...
  624. ...skipped emit.csbundle for lack of crystalspace...
  625. ...skipped emitldr.csbundle for lack of crystalspace...
  626. ...skipped furmesh.csbundle for lack of crystalspace...
  627. ...skipped furmeshldr.csbundle for lack of crystalspace...
  628. ...skipped genmesh.csbundle for lack of crystalspace...
  629. ...skipped gmeshldr.csbundle for lack of crystalspace...
  630. ...skipped gmeshanim.csbundle for lack of crystalspace...
  631. ...skipped gmeshskelanim2.csbundle for lack of crystalspace...
  632. ...skipped gmeshanimpdl.csbundle for lack of crystalspace...
  633. ...skipped haze.csbundle for lack of crystalspace...
  634. ...skipped hazeldr.csbundle for lack of crystalspace...
  635. ...skipped lghtng.csbundle for lack of crystalspace...
  636. ...skipped lghtngldr.csbundle for lack of crystalspace...
  637. ...skipped nullmesh.csbundle for lack of crystalspace...
  638. ...skipped nullmeshldr.csbundle for lack of crystalspace...
  639. ...skipped particles.csbundle for lack of crystalspace...
  640. ...skipped particlesldr.csbundle for lack of crystalspace...
  641. ...skipped spr2d.csbundle for lack of crystalspace...
  642. ...skipped spr2dldr.csbundle for lack of crystalspace...
  643. ...skipped spr3d.csbundle for lack of crystalspace...
  644. ...skipped spr3dbin.csbundle for lack of crystalspace...
  645. ...skipped spr3dldr.csbundle for lack of crystalspace...
  646. ...skipped spr3md2.csbundle for lack of crystalspace...
  647. ...skipped bruteblock.csbundle for lack of crystalspace...
  648. ...skipped terrainldr.csbundle for lack of crystalspace...
  649. ...skipped terrain2ldr.csbundle for lack of crystalspace...
  650. ...skipped terrain2.csbundle for lack of crystalspace...
  651. ...skipped protomesh.csbundle for lack of crystalspace...
  652. ...skipped protomeshldr.csbundle for lack of crystalspace...
  653. ...skipped watermesh.csbundle for lack of crystalspace...
  654. ...skipped watermeshldr.csbundle for lack of crystalspace...
  655. ...skipped skeleton.csbundle for lack of crystalspace...
  656. ...skipped skelldr.csbundle for lack of crystalspace...
  657. ...skipped pathloader.csbundle for lack of crystalspace...
  658. ...skipped ptanimimg.csbundle for lack of crystalspace...
  659. ...skipped ptpdlight.csbundle for lack of crystalspace...
  660. ...skipped stdpt.csbundle for lack of crystalspace...
  661. ...skipped tlfunc.csbundle for lack of crystalspace...
  662. ...skipped rm_null.csbundle for lack of crystalspace...
  663. ...skipped rm_rlcompat.csbundle for lack of crystalspace...
  664. ...skipped rm_shadow_pssm.csbundle for lack of crystalspace...
  665. ...skipped rm_unshadowed.csbundle for lack of crystalspace...
  666. ...skipped rm_deferred.csbundle for lack of crystalspace...
  667.  
  668. g++ -c -o ./out/macosx/optimize/plugins/reporter/reporter.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/reporter/reporter.cpp
  669.  
  670. /Users/Pegasus/desktop/v2.0/plugins/reporter/reporter.cpp:270: error: generic thunk code fails for method ‘virtual void csReporter::Report(int, const char*, const char*, ...)’ which uses ‘...’
  671. ...skipped reporter.csbundle for lack of <plugins!reporter!>reporter.o...
  672. ...skipped sequence.csbundle for lack of crystalspace...
  673. ...skipped sndsysloader.csbundle for lack of crystalspace...
  674. ...skipped sndsysogg.csbundle for lack of crystalspace...
  675. ...skipped sndsysspeex.csbundle for lack of crystalspace...
  676. ...skipped sndsyswav.csbundle for lack of crystalspace...
  677. ...skipped sndmanager.csbundle for lack of crystalspace...
  678. ...skipped sndsyssoft.csbundle for lack of crystalspace...
  679. ...skipped sndsyscoreaudio.csbundle for lack of crystalspace...
  680. ...skipped sndsysnull.csbundle for lack of crystalspace...
  681. ...skipped sndsysopenal.csbundle for lack of crystalspace...
  682.  
  683. g++ -c -o ./out/macosx/optimize/plugins/sndsys/utility/eventrecorder/eventrecorder.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/sndsys/utility/eventrecorder/eventrecorder.cpp
  684.  
  685. /Users/Pegasus/desktop/v2.0/plugins/sndsys/utility/eventrecorder/eventrecorder.cpp: In member function ‘int csSndSysBasicEventRecorder::ProcessEventQueue()’:
  686. /Users/Pegasus/desktop/v2.0/plugins/sndsys/utility/eventrecorder/eventrecorder.cpp:164: warning: format ‘%012lu’ expects type ‘long unsigned int’, but argument 3 has type ‘int64’
  687. /Users/Pegasus/desktop/v2.0/plugins/sndsys/utility/eventrecorder/eventrecorder.cpp: At global scope:
  688. /Users/Pegasus/desktop/v2.0/plugins/sndsys/utility/eventrecorder/eventrecorder.cpp:248: error: generic thunk code fails for method ‘virtual void csSndSysBasicEventRecorder::RecordEvent(SndSysEventCategory, SndSysEventLevel, const char*, ...)’ which uses ‘...’
  689. ...skipped sndsyseventrecorder.csbundle for lack of <plugins!sndsys!utility!eventrecorder!>eventrecorder.o...
  690. ...skipped stdrep.csbundle for lack of crystalspace...
  691. ...skipped simpleformer.csbundle for lack of crystalspace...
  692. ...skipped simpleformerldr.csbundle for lack of crystalspace...
  693. ...skipped pagingformer.csbundle for lack of crystalspace...
  694. ...skipped pagingformerldr.csbundle for lack of crystalspace...
  695. ...skipped trans_std.csbundle for lack of crystalspace...
  696. ...skipped bugplug.csbundle for lack of crystalspace...
  697. ...skipped cameramanager.csbundle for lack of crystalspace...
  698. ...skipped colladaconvertor.csbundle for lack of crystalspace...
  699.  
  700. g++ -c -o ./out/macosx/optimize/plugins/utilities/hudmanager/texthud/texthud.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/utilities/hudmanager/texthud/texthud.cpp
  701.  
  702. /Users/Pegasus/desktop/v2.0/plugins/utilities/hudmanager/texthud/texthud.cpp:261: error: generic thunk code fails for method ‘virtual void CS::Plugin::TextHUDManager::TextHUDManager::Write(int, int, int, int, const char*, ...) const’ which uses ‘...’
  703. /Users/Pegasus/desktop/v2.0/plugins/utilities/hudmanager/texthud/texthud.cpp:261: error: generic thunk code fails for method ‘virtual void CS::Plugin::TextHUDManager::TextHUDManager::WriteShadow(int, int, int, const char*, ...) const’ which uses ‘...’
  704. ...skipped texthud.csbundle for lack of <plugins!utilities!hudmanager!texthud!>texthud.o...
  705. ...skipped movierecorder.csbundle for lack of crystalspace...
  706. ...skipped profiler.csbundle for lack of crystalspace...
  707. ...skipped visualdebug.csbundle for lack of crystalspace...
  708. ...skipped embedgl.csbundle for lack of crystalspace...
  709. ...skipped glosx2d.csbundle for lack of crystalspace...
  710. ...skipped null2d.csbundle for lack of crystalspace...
  711. ...skipped csbmpimg.csbundle for lack of crystalspace...
  712. ...skipped csddsimg.csbundle for lack of crystalspace...
  713. ...skipped csgifimg.csbundle for lack of crystalspace...
  714. ...skipped csjngimg.csbundle for lack of crystalspace...
  715. ...skipped csjpgimg.csbundle for lack of crystalspace...
  716. ...skipped imgplex.csbundle for lack of crystalspace...
  717. ...skipped cspngimg.csbundle for lack of crystalspace...
  718. ...skipped cstgaimg.csbundle for lack of crystalspace...
  719.  
  720. g++ -c -o ./out/macosx/optimize/plugins/video/render3d/opengl/gl_render3d.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 -DCS_OPENGL_PATH=OpenGL /Users/Pegasus/desktop/v2.0/plugins/video/render3d/opengl/gl_render3d.cpp
  721.  
  722. /Users/Pegasus/desktop/v2.0/plugins/video/render3d/opengl/gl_render3d.cpp:4434: error: generic thunk code fails for method ‘virtual bool CS::Plugin::gl3d::csGLGraphics3D::PerformExtension(const char*, ...)’ which uses ‘...’
  723. ...skipped gl3d.csbundle for lack of <plugins!video!render3d!opengl!>gl_render3d.o...
  724. ...skipped shadermgr.csbundle for lack of crystalspace...
  725. ...skipped glshader_arb.csbundle for lack of crystalspace...
  726. ...skipped glshader_cg.csbundle for lack of crystalspace...
  727. ...skipped glshader_fixed.csbundle for lack of crystalspace...
  728. ...skipped glshader_ps1.csbundle for lack of crystalspace...
  729. ...skipped slcombiner.csbundle for lack of crystalspace...
  730. ...skipped vproc_std.csbundle for lack of crystalspace...
  731. ...skipped shaderweaver.csbundle for lack of crystalspace...
  732. ...skipped xmlshader.csbundle for lack of crystalspace...
  733.  
  734. g++ -c -o ./out/macosx/optimize/plugins/video/render3d/null/null_render3d.o -I/Users/Pegasus/desktop/v2.0/. -I./include -I/Users/Pegasus/desktop/v2.0/./include -pipe -Wmost -Wno-unknown-pragmas -fvisibility=hidden -mpentiumpro -mfpmath=sse -I/usr/local/include -DNVALGRIND -force_cpusubtype_ALL -fno-common -fno-exceptions -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 /Users/Pegasus/desktop/v2.0/plugins/video/render3d/null/null_render3d.cpp
  735.  
  736. /Users/Pegasus/desktop/v2.0/plugins/video/render3d/null/null_render3d.cpp:481: error: generic thunk code fails for method ‘virtual bool csNullGraphics3D::PerformExtension(const char*, ...)’ which uses ‘...’
  737. ...skipped null3d.csbundle for lack of <plugins!video!render3d!null!>null_render3d.o...
  738. ...skipped cscursor.csbundle for lack of crystalspace...
  739. make: *** [all] Error 1
  740. Jonathan-Dixons-MacBook:v2.0 Pegasus$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement