AndrzejL

CEGUI-0.7.6

Mar 29th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 313.52 KB | None | 0 0
  1. [andrzejl@icsserver CEGUI-0.7.6]$ ./configure --prefix=/home/andrzejl/test/
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking how to create a ustar tar archive... gnutar
  8. checking build system type... i686-pc-linux-gnu
  9. checking host system type... i686-pc-linux-gnu
  10. checking for g++... g++
  11. checking whether the C++ compiler works... yes
  12. checking for C++ compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C++ compiler... yes
  17. checking whether g++ accepts -g... yes
  18. checking for style of include used by make... GNU
  19. checking dependency style of g++... gcc3
  20. checking for gcc... gcc
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking dependency style of gcc... gcc3
  25. checking for doxygen... doxygen
  26. checking for dot... dot
  27. checking for pkg-config... /usr/bin/pkg-config
  28. checking pkg-config is at least version 0.9.0... yes
  29. checking how to print strings... printf
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for fgrep... /bin/grep -F
  34. checking for ld used by gcc... /usr/bin/ld
  35. checking if the linker (/usr/bin/ld) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  37. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  38. checking whether ln -s works... yes
  39. checking the maximum length of command line arguments... 1572864
  40. checking whether the shell understands some XSI constructs... yes
  41. checking whether the shell understands "+="... yes
  42. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  43. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  44. checking for /usr/bin/ld option to reload object files... -r
  45. checking for objdump... objdump
  46. checking how to recognize dependent libraries... pass_all
  47. checking for dlltool... dlltool
  48. checking how to associate runtime and link libraries... printf %s\n
  49. checking for ar... ar
  50. checking for archiver @FILE support... @
  51. checking for strip... strip
  52. checking for ranlib... ranlib
  53. checking command to parse /usr/bin/nm -B output from gcc object... ok
  54. checking for sysroot... no
  55. checking for mt... no
  56. checking if : is a manifest tool... no
  57. checking how to run the C preprocessor... gcc -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for dlfcn.h... yes
  69. checking for objdir... .libs
  70. checking if gcc supports -fno-rtti -fno-exceptions... no
  71. checking for gcc option to produce PIC... -fPIC -DPIC
  72. checking if gcc PIC flag -fPIC -DPIC works... yes
  73. checking if gcc static flag -static works... no
  74. checking if gcc supports -c -o file.o... yes
  75. checking if gcc supports -c -o file.o... (cached) yes
  76. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  77. checking whether -lc should be explicitly linked in... no
  78. checking dynamic linker characteristics... GNU/Linux ld.so
  79. checking how to hardcode library paths into programs... immediate
  80. checking whether stripping libraries is possible... yes
  81. checking if libtool supports shared libraries... yes
  82. checking whether to build shared libraries... yes
  83. checking whether to build static libraries... no
  84. checking how to run the C++ preprocessor... g++ -E
  85. checking for ld used by g++... /usr/bin/ld
  86. checking if the linker (/usr/bin/ld) is GNU ld... yes
  87. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  88. checking for g++ option to produce PIC... -fPIC -DPIC
  89. checking if g++ PIC flag -fPIC -DPIC works... yes
  90. checking if g++ static flag -static works... no
  91. checking if g++ supports -c -o file.o... yes
  92. checking if g++ supports -c -o file.o... (cached) yes
  93. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  94. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking for dlopen in -ldl... yes
  97. checking for pthread_create in -lpthread... yes
  98. checking for freetype2... yes
  99. checking for pcre... yes
  100. checking for libxml... yes
  101. checking for main in -lxerces-c... no
  102. checking for XML_ParserCreate in -lexpat... yes
  103. checking for main in -ltinyxml... yes
  104. configure: Default XML Parser will be: ExpatParser
  105. checking for ilLoadL in -lIL... no
  106. checking for iluFlipImage in -lILU... no
  107. configure: DevIL based ImageCodec module disabled.
  108. checking for library containing FreeImage_GetVersion... -lfreeimage
  109. checking FreeImage.h usability... yes
  110. checking FreeImage.h presence... yes
  111. checking for FreeImage.h... yes
  112. configure: FreeImage based ImageCodec module enabled.
  113. checking for SILLY... no
  114. configure: SILLY based ImageCodec module disabled.
  115. checking for corona-config... no
  116. checking for corona - version >= 1.2.0... no
  117. configure: Default ImageCodec will be: FreeImageImageCodec
  118. checking for ANSI C header files... (cached) yes
  119. checking limits.h usability... yes
  120. checking limits.h presence... yes
  121. checking for limits.h... yes
  122. checking locale.h usability... yes
  123. checking locale.h presence... yes
  124. checking for locale.h... yes
  125. checking malloc.h usability... yes
  126. checking malloc.h presence... yes
  127. checking for malloc.h... yes
  128. checking stddef.h usability... yes
  129. checking stddef.h presence... yes
  130. checking for stddef.h... yes
  131. checking for stdlib.h... (cached) yes
  132. checking for string.h... (cached) yes
  133. checking for stdbool.h that conforms to C99... yes
  134. checking for _Bool... yes
  135. checking for an ANSI C-conforming const... yes
  136. checking for inline... inline
  137. checking for size_t... yes
  138. checking whether struct tm is in sys/time.h or time.h... time.h
  139. checking for working volatile... yes
  140. checking for ptrdiff_t... yes
  141. checking for error_at_line... yes
  142. checking for working memcmp... yes
  143. checking whether time.h and sys/time.h may both be included... yes
  144. checking for sys/time.h... yes
  145. checking for unistd.h... (cached) yes
  146. checking for alarm... yes
  147. checking for working mktime... yes
  148. checking for working strcoll... yes
  149. checking for strftime... yes
  150. checking for atexit... yes
  151. checking for floor... no
  152. checking for memchr... yes
  153. checking for memmove... yes
  154. checking for memset... yes
  155. checking for pow... no
  156. checking for regcomp... yes
  157. checking for setlocale... yes
  158. checking for sqrt... no
  159. checking for strchr... yes
  160. checking for strcspn... yes
  161. checking for strerror... yes
  162. checking for strpbrk... yes
  163. checking for strtoul... yes
  164. checking for X... libraries , headers
  165. checking for gethostbyname... yes
  166. checking for connect... yes
  167. checking for remove... yes
  168. checking for shmat... yes
  169. checking for IceConnectionNumber in -lICE... yes
  170. checking for library containing glInterleavedArrays... -lGL
  171. checking for library containing gluOrtho2D... -lGLU
  172. checking for library containing glutInit... -lglut
  173. checking for glewInit in -lGLEW... yes
  174. configure: OpenGL renderer enabled
  175. configure: Use of OpenGL in Samples is enabled
  176. checking for Ogre... yes
  177. checking for OIS... yes
  178. configure: Use of Ogre3D in Samples is enabled
  179. configure: Trying to determine OIS APIs to use
  180. checking for main in -lIrrlicht... no
  181. checking for XF86VidModeQueryVersion in -lXxf86vm... yes
  182. configure: Irrlicht renderer disabled
  183. checking for directfb... yes
  184. configure: DirectFB renderer disabled
  185. checking for GTK... yes
  186. configure: GTK2 renderer selection dialog in samples is disabled
  187. configure: Samples framework and applications are enabled.
  188. checking for Lua... no
  189. checking for Lua... no
  190. configure: Building of Lua scripting module is disabled
  191. configure: Building of tolua++cegui generator tool is disabled.
  192. checking for python... /usr/bin/python
  193. checking for python version... 2.6
  194. checking for python platform... linux2
  195. checking for python script directory... ${prefix}/lib/python2.6/site-packages
  196. checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
  197. checking for python build information...
  198. checking for python2.7... no
  199. checking for python2.6... python2.6
  200. checking for main in -lpython2.6... yes
  201. checking python2.6/Python.h usability... yes
  202. checking python2.6/Python.h presence... yes
  203. checking for python2.6/Python.h... yes
  204. results of the Python check:
  205. Binary: python2.6
  206. Library: python2.6
  207. Include Dir: /usr/include/python2.6
  208. checking whether the Boost::Python library is available... yes
  209. checking for exit in -lboost_python... yes
  210. configure: creating ./config.status
  211. config.status: creating cegui/CEGUI-NULL.pc
  212. config.status: creating cegui/CEGUI-OGRE.pc
  213. config.status: creating cegui/CEGUI-OPENGL.pc
  214. config.status: creating cegui/CEGUI.pc
  215. config.status: creating cegui/CEGUI.spec
  216. config.status: creating cegui/Makefile
  217. config.status: creating cegui/include/elements/Makefile
  218. config.status: creating cegui/include/falagard/Makefile
  219. config.status: creating cegui/include/ImageCodecModules/CoronaImageCodec/Makefile
  220. config.status: creating cegui/include/ImageCodecModules/DevILImageCodec/Makefile
  221. config.status: creating cegui/include/ImageCodecModules/FreeImageImageCodec/Makefile
  222. config.status: creating cegui/include/ImageCodecModules/Makefile
  223. config.status: creating cegui/include/ImageCodecModules/SILLYImageCodec/Makefile
  224. config.status: creating cegui/include/ImageCodecModules/STBImageCodec/Makefile
  225. config.status: creating cegui/include/ImageCodecModules/TGAImageCodec/Makefile
  226. config.status: creating cegui/include/Makefile
  227. config.status: creating cegui/include/RendererModules/Direct3D10/Makefile
  228. config.status: creating cegui/include/RendererModules/Direct3D11/Makefile
  229. config.status: creating cegui/include/RendererModules/Direct3D9/Makefile
  230. config.status: creating cegui/include/RendererModules/DirectFB/Makefile
  231. config.status: creating cegui/include/RendererModules/Irrlicht/Makefile
  232. config.status: creating cegui/include/RendererModules/Null/Makefile
  233. config.status: creating cegui/include/RendererModules/Ogre/Makefile
  234. config.status: creating cegui/include/RendererModules/OpenGL/Makefile
  235. config.status: creating cegui/include/RendererModules/Makefile
  236. config.status: creating cegui/include/ScriptingModules/LuaScriptModule/Makefile
  237. config.status: creating cegui/include/ScriptingModules/LuaScriptModule/support/Makefile
  238. config.status: creating cegui/include/ScriptingModules/LuaScriptModule/support/tolua++/Makefile
  239. config.status: creating cegui/include/ScriptingModules/Makefile
  240. config.status: creating cegui/include/WindowRendererSets/Falagard/Makefile
  241. config.status: creating cegui/include/WindowRendererSets/Makefile
  242. config.status: creating cegui/include/XMLParserModules/ExpatParser/Makefile
  243. config.status: creating cegui/include/XMLParserModules/LibxmlParser/Makefile
  244. config.status: creating cegui/include/XMLParserModules/Makefile
  245. config.status: creating cegui/include/XMLParserModules/RapidXMLParser/Makefile
  246. config.status: creating cegui/include/XMLParserModules/TinyXMLParser/Makefile
  247. config.status: creating cegui/include/XMLParserModules/XercesParser/Makefile
  248. config.status: creating cegui/src/ImageCodecModules/CoronaImageCodec/Makefile
  249. config.status: creating cegui/src/ImageCodecModules/DevILImageCodec/Makefile
  250. config.status: creating cegui/src/ImageCodecModules/FreeImageImageCodec/Makefile
  251. config.status: creating cegui/src/ImageCodecModules/Makefile
  252. config.status: creating cegui/src/ImageCodecModules/SILLYImageCodec/Makefile
  253. config.status: creating cegui/src/ImageCodecModules/STBImageCodec/Makefile
  254. config.status: creating cegui/src/ImageCodecModules/TGAImageCodec/Makefile
  255. config.status: creating cegui/src/Makefile
  256. config.status: creating cegui/src/RendererModules/Direct3D10/Makefile
  257. config.status: creating cegui/src/RendererModules/Direct3D11/Makefile
  258. config.status: creating cegui/src/RendererModules/Direct3D9/Makefile
  259. config.status: creating cegui/src/RendererModules/DirectFB/Makefile
  260. config.status: creating cegui/src/RendererModules/Irrlicht/Makefile
  261. config.status: creating cegui/src/RendererModules/Null/Makefile
  262. config.status: creating cegui/src/RendererModules/Ogre/Makefile
  263. config.status: creating cegui/src/RendererModules/OpenGL/Makefile
  264. config.status: creating cegui/src/RendererModules/Makefile
  265. config.status: creating cegui/src/ScriptingModules/LuaScriptModule/Makefile
  266. config.status: creating cegui/src/ScriptingModules/LuaScriptModule/package/Makefile
  267. config.status: creating cegui/src/ScriptingModules/LuaScriptModule/support/Makefile
  268. config.status: creating cegui/src/ScriptingModules/LuaScriptModule/support/tolua++bin/Makefile
  269. config.status: creating cegui/src/ScriptingModules/LuaScriptModule/support/tolua++/Makefile
  270. config.status: creating cegui/src/ScriptingModules/Makefile
  271. config.status: creating cegui/src/ScriptingModules/PythonScriptModule/Makefile
  272. config.status: creating cegui/src/ScriptingModules/PythonScriptModule/bindings/Makefile
  273. config.status: creating cegui/src/WindowRendererSets/Falagard/Makefile
  274. config.status: creating cegui/src/WindowRendererSets/Makefile
  275. config.status: creating cegui/src/XMLParserModules/ExpatParser/Makefile
  276. config.status: creating cegui/src/XMLParserModules/LibxmlParser/Makefile
  277. config.status: creating cegui/src/XMLParserModules/Makefile
  278. config.status: creating cegui/src/XMLParserModules/RapidXMLParser/Makefile
  279. config.status: creating cegui/src/XMLParserModules/TinyXMLParser/Makefile
  280. config.status: creating cegui/src/XMLParserModules/XercesParser/Makefile
  281. config.status: creating datafiles/Makefile
  282. config.status: creating doc/Makefile
  283. config.status: creating doc/doxygen/doxyfile
  284. config.status: creating doc/doxygen/Makefile
  285. config.status: creating projects/Makefile
  286. config.status: creating Samples/common/include/Makefile
  287. config.status: creating Samples/common/Makefile
  288. config.status: creating Samples/common/src/Makefile
  289. config.status: creating Samples/Demo6/Makefile
  290. config.status: creating Samples/Demo7/Makefile
  291. config.status: creating Samples/Demo8/Makefile
  292. config.status: creating Samples/DragDropDemo/Makefile
  293. config.status: creating Samples/FalagardDemo1/Makefile
  294. config.status: creating Samples/FirstWindow/Makefile
  295. config.status: creating Samples/InventoryDemo/Makefile
  296. config.status: creating Samples/FontDemo/Makefile
  297. config.status: creating Samples/Makefile
  298. config.status: creating Samples/Minesweeper/Makefile
  299. config.status: creating Samples/ScrollablePaneDemo/Makefile
  300. config.status: creating Samples/TabControlDemo/Makefile
  301. config.status: creating Samples/TextDemo/Makefile
  302. config.status: creating Samples/TreeDemo/Makefile
  303. config.status: creating Makefile
  304. config.status: creating cegui/include/config.h
  305. config.status: executing depfiles commands
  306. config.status: executing libtool commands
  307.  
  308. ********************************************************************************
  309. * Crazy Eddie's GUI System - Configuration Results Summary
  310. ********************************************************************************
  311. * Library Release Version: 0.7.6
  312. *
  313. * Code options:
  314. * Building CEGUI in debug mode: no
  315. *
  316. * Bi-directional text support: no
  317. *
  318. * Building MinizipResourceProvider: no
  319.  
  320. *
  321. * Renderer Modules:
  322. * Building OpenGL Renderer: yes
  323. * Using external GLEW library: yes
  324. * Building Ogre Renderer: yes
  325. * Building Irrlicht Renderer: no
  326. * Building DirectFB Renderer: no
  327. * Building Null Renderer: no
  328. *
  329. * Image Loading Codec Modules:
  330. * Building Corona Image Codec: no
  331. * Building DevIL Image Codec: no
  332. * Building FreeImage Image Codec: yes
  333. * Building SILLY Image Codec: no
  334. * Building STB Image Codec: yes
  335. * Building TGA Image Codec: yes
  336. *
  337. * Default Image Codec will be: FreeImageImageCodec
  338. *
  339. * XML Parser Modules:
  340. * Building TinyXMLParser: yes
  341. * Using external TinyXML library: yes
  342. * Building ExpatParser: yes
  343. * Building LibXMLParser: yes
  344. * Building XercesParser: no
  345. * Building RapidXMLParser: no
  346. *
  347. * Default XML Parser is: ExpatParser
  348. *
  349. * Scripting:
  350. * Building Lua scripting module: no
  351. * Building tolua++cegui generator: no
  352. *
  353. * Building Python extension module(s): yes
  354. *
  355. * Samples Framework:
  356. * Building Samples: yes
  357. * GTK2 based dialog for renderer selection: no
  358. * OpenGL Renderer available in samples: yes
  359. * Irrlicht Renderer available in samples: no
  360. * DirectFB Renderer available in samples: no
  361. * Ogre3D Renderer available in samples: yes
  362. ********************************************************************************
  363.  
  364. Now you can do make && make install. Good Luck!
  365.  
  366. [andrzejl@icsserver CEGUI-0.7.6]$ make
  367. Making all in .
  368. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6'
  369. make[1]: Nothing to be done for `all-am'.
  370. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6'
  371. Making all in cegui
  372. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  373. Making all in .
  374. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  375. make[2]: Nothing to be done for `all-am'.
  376. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  377. Making all in src
  378. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  379. Making all in .
  380. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  381. /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I/usr/include/freetype2 -g -O2 -MT libCEGUIBase_la-CEGUIAffector.lo -MD -MP -MF .deps/libCEGUIBase_la-CEGUIAffector.Tpo -c -o libCEGUIBase_la-CEGUIAffector.lo `test -f 'CEGUIAffector.cpp' || ERegexMatcher.Tpo -c CEGUIPCRERegexMatcher.cpp -fPIC -DPIC -o .libs/libCEGUIBase_la-CEGUIPCRERegexMatcher.o
  382. mv -f .deps/libCEGUIBase_la-CEGUIPCRERegexMatcher.Tpo .deps/libCEGUIBase_la-CEGUIPCRERegexMatcher.Plo
  383. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -lfreetype -lpcre -o libCEGUIBase.la -rpath /home/andrzejl/test/lib libCEGUIBase_la-CEGUIAffector.lo libCEGUIBase_la-CEGUIAnimation.lo libCEGUIBase_la-CEGUIAnimationInstance.lo libCEGUIBase_la-CEGUIAnimationManager.lo libCEGUIBase_la-CEGUIAnimation_xmlHandler.lo libCEGUIBase_la-CEGUIBase.lo libCEGUIBase_la-CEGUIBasicInterpolators.lo libCEGUIBase_la-CEGUIBasicRenderedStringParser.lo libCEGUIBase_la-CEGUIBiDiVisualMapping.lo libCEGUIBase_la-CEGUIBoundSlot.lo libCEGUIBase_la-CEGUICentredRenderedString.lo libCEGUIBase_la-CEGUIChainedXMLHandler.lo libCEGUIBase_la-CEGUIColourRect.lo libCEGUIBase_la-CEGUIConfig_xmlHandler.lo libCEGUIBase_la-CEGUICoordConverter.lo libCEGUIBase_la-CEGUIDataContainer.lo libCEGUIBase_la-CEGUIDefaultRenderedStringParser.lo libCEGUIBase_la-CEGUIDefaultResourceProvider.lo libCEGUIBase_la-CEGUIDynamicModule.lo libCEGUIBase_la-CEGUIEvent.lo libCEGUIBase_la-CEGUIEventArgs.lo libCEGUIBase_la-CEGUIEventSet.lo libCEGUIBase_la-CEGUIEventSignal.lo libCEGUIBase_la-CEGUIEventSignalSet.lo libCEGUIBase_la-CEGUIExceptions.lo libCEGUIBase_la-CEGUIFactoryModule.lo libCEGUIBase_la-CEGUIFont.lo libCEGUIBase_la-CEGUIFontManager.lo libCEGUIBase_la-CEGUIFontProperties.lo libCEGUIBase_la-CEGUIFont_xmlHandler.lo libCEGUIBase_la-CEGUIFormattedRenderedString.lo libCEGUIBase_la-CEGUIGeometryBuffer.lo libCEGUIBase_la-CEGUIGlobalEventSet.lo libCEGUIBase_la-CEGUIGUILayout_xmlHandler.lo libCEGUIBase_la-CEGUIImage.lo libCEGUIBase_la-CEGUIImageCodec.lo libCEGUIBase_la-CEGUIImageset.lo libCEGUIBase_la-CEGUIImagesetManager.lo libCEGUIBase_la-CEGUIImageset_xmlHandler.lo libCEGUIBase_la-CEGUIJustifiedRenderedString.lo libCEGUIBase_la-CEGUIJustifiedRenderedStringWordWrapper.lo libCEGUIBase_la-CEGUILeftAlignedRenderedString.lo libCEGUIBase_la-CEGUIKeyFrame.lo libCEGUIBase_la-CEGUILogger.lo libCEGUIBase_la-CEGUIMouseCursor.lo libCEGUIBase_la-CEGUINamedXMLResourceManager.lo libCEGUIBase_la-CEGUIPixmapFont.lo libCEGUIBase_la-CEGUIProperty.lo libCEGUIBase_la-CEGUIPropertyHelper.lo libCEGUIBase_la-CEGUIPropertySet.lo libCEGUIBase_la-CEGUIRect.lo libCEGUIBase_la-CEGUIRenderedString.lo libCEGUIBase_la-CEGUIRenderedStringComponent.lo libCEGUIBase_la-CEGUIRenderedStringImageComponent.lo libCEGUIBase_la-CEGUIRenderedStringTextComponent.lo libCEGUIBase_la-CEGUIRenderedStringWidgetComponent.lo libCEGUIBase_la-CEGUIRenderingRoot.lo libCEGUIBase_la-CEGUIRenderingSurface.lo libCEGUIBase_la-CEGUIRenderingWindow.lo libCEGUIBase_la-CEGUIRenderEffectManager.lo libCEGUIBase_la-CEGUIRenderQueue.lo libCEGUIBase_la-CEGUIRightAlignedRenderedString.lo libCEGUIBase_la-CEGUIScheme.lo libCEGUIBase_la-CEGUISchemeManager.lo libCEGUIBase_la-CEGUIScheme_xmlHandler.lo libCEGUIBase_la-CEGUIScriptModule.lo libCEGUIBase_la-CEGUISize.lo libCEGUIBase_la-CEGUIString.lo libCEGUIBase_la-CEGUISubscriberSlot.lo libCEGUIBase_la-CEGUISystem.lo libCEGUIBase_la-CEGUITextUtils.lo libCEGUIBase_la-CEGUIWindow.lo libCEGUIBase_la-CEGUIWindowFactory.lo libCEGUIBase_la-CEGUIWindowFactoryManager.lo libCEGUIBase_la-CEGUIWindowManager.lo libCEGUIBase_la-CEGUIWindowProperties.lo libCEGUIBase_la-CEGUIWindowRenderer.lo libCEGUIBase_la-CEGUIWindowRendererManager.lo libCEGUIBase_la-CEGUIWindowRendererModule.lo libCEGUIBase_la-CEGUIWRFactoryRegisterer.lo libCEGUIBase_la-CEGUIXMLAttributes.lo libCEGUIBase_la-CEGUIXMLHandler.lo libCEGUIBase_la-CEGUIXMLParser.lo libCEGUIBase_la-CEGUIXMLSerializer.lo libCEGUIBase_la-CEGUIcolour.lo libCEGUIBase_la-CEGUIButtonBase.lo libCEGUIBase_la-CEGUICheckbox.lo libCEGUIBase_la-CEGUIClippedContainer.lo libCEGUIBase_la-CEGUICheckboxProperties.lo libCEGUIBase_la-CEGUICombobox.lo libCEGUIBase_la-CEGUIComboboxProperties.lo libCEGUIBase_la-CEGUIComboDropList.lo libCEGUIBase_la-CEGUIDragContainer.lo libCEGUIBase_la-CEGUIDragContainerProperties.lo libCEGUIBase_la-CEGUIEditbox.lo libCEGUIBase_la-CEGUIEditboxProperties.lo libCEGUIBase_la-CEGUIFrameWindow.lo libCEGUIBase_la-CEGUIFrameWindowProperties.lo libCEGUIBase_la-CEGUIGridLayoutContainer.lo libCEGUIBase_la-CEGUIGridLayoutContainerProperties.lo libCEGUIBase_la-CEGUIGroupBox.lo libCEGUIBase_la-CEGUIGUISheet.lo libCEGUIBase_la-CEGUIHorizontalLayoutContainer.lo libCEGUIBase_la-CEGUIItemEntry.lo libCEGUIBase_la-CEGUIItemEntryProperties.lo libCEGUIBase_la-CEGUIItemListBase.lo libCEGUIBase_la-CEGUIItemListBaseProperties.lo libCEGUIBase_la-CEGUIItemListbox.lo libCEGUIBase_la-CEGUIItemListboxProperties.lo libCEGUIBase_la-CEGUILayoutContainer.lo libCEGUIBase_la-CEGUIListbox.lo libCEGUIBase_la-CEGUIListboxItem.lo libCEGUIBase_la-CEGUIListboxProperties.lo libCEGUIBase_la-CEGUIListboxTextItem.lo libCEGUIBase_la-CEGUIListHeader.lo libCEGUIBase_la-CEGUIListHeaderProperties.lo libCEGUIBase_la-CEGUIListHeaderSegment.lo libCEGUIBase_la-CEGUIListHeaderSegmentProperties.lo libCEGUIBase_la-CEGUIMenubar.lo libCEGUIBase_la-CEGUIMenuBase.lo libCEGUIBase_la-CEGUIMenuBaseProperties.lo libCEGUIBase_la-CEGUIMenuItem.lo libCEGUIBase_la-CEGUIMenuItemProperties.lo libCEGUIBase_la-CEGUIMultiColumnList.lo libCEGUIBase_la-CEGUIMultiColumnListProperties.lo libCEGUIBase_la-CEGUIMultiLineEditbox.lo libCEGUIBase_la-CEGUIMultiLineEditboxProperties.lo libCEGUIBase_la-CEGUIPopupMenu.lo libCEGUIBase_la-CEGUIPopupMenuProperties.lo libCEGUIBase_la-CEGUIProgressBar.lo libCEGUIBase_la-CEGUIProgressBarProperties.lo libCEGUIBase_la-CEGUIPushButton.lo libCEGUIBase_la-CEGUIRadioButton.lo libCEGUIBase_la-CEGUIRadioButtonProperties.lo libCEGUIBase_la-CEGUIScrollablePane.lo libCEGUIBase_la-CEGUIScrollablePaneProperties.lo libCEGUIBase_la-CEGUIScrollbar.lo libCEGUIBase_la-CEGUIScrollbarProperties.lo libCEGUIBase_la-CEGUIScrolledContainer.lo libCEGUIBase_la-CEGUIScrolledContainerProperties.lo libCEGUIBase_la-CEGUIScrolledItemListBase.lo libCEGUIBase_la-CEGUIScrolledItemListBaseProperties.lo libCEGUIBase_la-CEGUISequentialLayoutContainer.lo libCEGUIBase_la-CEGUISlider.lo libCEGUIBase_la-CEGUISliderProperties.lo libCEGUIBase_la-CEGUISpinner.lo libCEGUIBase_la-CEGUISpinnerProperties.lo libCEGUIBase_la-CEGUITabButton.lo libCEGUIBase_la-CEGUITabControl.lo libCEGUIBase_la-CEGUITabControlProperties.lo libCEGUIBase_la-CEGUIThumb.lo libCEGUIBase_la-CEGUIThumbProperties.lo libCEGUIBase_la-CEGUITitlebar.lo libCEGUIBase_la-CEGUITitlebarProperties.lo libCEGUIBase_la-CEGUITooltip.lo libCEGUIBase_la-CEGUITooltipProperties.lo libCEGUIBase_la-CEGUITree.lo libCEGUIBase_la-CEGUITreeProperties.lo libCEGUIBase_la-CEGUITreeItem.lo libCEGUIBase_la-CEGUIVerticalLayoutContainer.lo libCEGUIBase_la-CEGUIFalComponentBase.lo libCEGUIBase_la-CEGUIFalDimensions.lo libCEGUIBase_la-CEGUIFalFrameComponent.lo libCEGUIBase_la-CEGUIFalImageryComponent.lo libCEGUIBase_la-CEGUIFalImagerySection.lo libCEGUIBase_la-CEGUIFalLayerSpecification.lo libCEGUIBase_la-CEGUIFalNamedArea.lo libCEGUIBase_la-CEGUIFalPropertyDefinition.lo libCEGUIBase_la-CEGUIFalPropertyDefinitionBase.lo libCEGUIBase_la-CEGUIFalPropertyLinkDefinition.lo libCEGUIBase_la-CEGUIFalPropertyInitialiser.lo libCEGUIBase_la-CEGUIFalSectionSpecification.lo libCEGUIBase_la-CEGUIFalStateImagery.lo libCEGUIBase_la-CEGUIFalTextComponent.lo libCEGUIBase_la-CEGUIFalWidgetComponent.lo libCEGUIBase_la-CEGUIFalWidgetLookFeel.lo libCEGUIBase_la-CEGUIFalWidgetLookManager.lo libCEGUIBase_la-CEGUIFalXMLEnumHelper.lo libCEGUIBase_la-CEGUIFalagard_xmlHandler.lo libCEGUIBase_la-CEGUIFreeTypeFont.lo libCEGUIBase_la-CEGUIDefaultLogger.lo libCEGUIBase_la-CEGUIPCRERegexMatcher.lo -lpthread -ldl
  384. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIBase_la-CEGUIAffector.o .libs/libCEGUIBase_la-CEGUIAnimation.o .libs/libCEGUIBase_la-CEGUIAnimationInstance.o .libs/libCEGUIBase_la-CEGUIAnimationManager.o .libs/libCEGUIBase_la-CEGUIAnimation_xmlHandler.o .libs/libCEGUIBase_la-CEGUIBase.o .libs/libCEGUIBase_la-CEGUIBasicInterpolators.o .libs/libCEGUIBase_la-CEGUIBasicRenderedStringParser.o .libs/libCEGUIBase_la-CEGUIBiDiVisualMapping.o .libs/libCEGUIBase_la-CEGUIBoundSlot.o .libs/libCEGUIBase_la-CEGUICentredRenderedString.o .libs/libCEGUIBase_la-CEGUIChainedXMLHandler.o .libs/libCEGUIBase_la-CEGUIColourRect.o .libs/libCEGUIBase_la-CEGUIConfig_xmlHandler.o .libs/libCEGUIBase_la-CEGUICoordConverter.o .libs/libCEGUIBase_la-CEGUIDataContainer.o .libs/libCEGUIBase_la-CEGUIDefaultRenderedStringParser.o .libs/libCEGUIBase_la-CEGUIDefaultResourceProvider.o .libs/libCEGUIBase_la-CEGUIDynamicModule.o .libs/libCEGUIBase_la-CEGUIEvent.o .libs/libCEGUIBase_la-CEGUIEventArgs.o .libs/libCEGUIBase_la-CEGUIEventSet.o .libs/libCEGUIBase_la-CEGUIEventSignal.o .libs/libCEGUIBase_la-CEGUIEventSignalSet.o .libs/libCEGUIBase_la-CEGUIExceptions.o .libs/libCEGUIBase_la-CEGUIFactoryModule.o .libs/libCEGUIBase_la-CEGUIFont.o .libs/libCEGUIBase_la-CEGUIFontManager.o .libs/libCEGUIBase_la-CEGUIFontProperties.o .libs/libCEGUIBase_la-CEGUIFont_xmlHandler.o .libs/libCEGUIBase_la-CEGUIFormattedRenderedString.o .libs/libCEGUIBase_la-CEGUIGeometryBuffer.o .libs/libCEGUIBase_la-CEGUIGlobalEventSet.o .libs/libCEGUIBase_la-CEGUIGUILayout_xmlHandler.o .libs/libCEGUIBase_la-CEGUIImage.o .libs/libCEGUIBase_la-CEGUIImageCodec.o .libs/libCEGUIBase_la-CEGUIImageset.o .libs/libCEGUIBase_la-CEGUIImagesetManager.o .libs/libCEGUIBase_la-CEGUIImageset_xmlHandler.o .libs/libCEGUIBase_la-CEGUIJustifiedRenderedString.o .libs/libCEGUIBase_la-CEGUIJustifiedRenderedStringWordWrapper.o .libs/libCEGUIBase_la-CEGUILeftAlignedRenderedString.o .libs/libCEGUIBase_la-CEGUIKeyFrame.o .libs/libCEGUIBase_la-CEGUILogger.o .libs/libCEGUIBase_la-CEGUIMouseCursor.o .libs/libCEGUIBase_la-CEGUINamedXMLResourceManager.o .libs/libCEGUIBase_la-CEGUIPixmapFont.o .libs/libCEGUIBase_la-CEGUIProperty.o .libs/libCEGUIBase_la-CEGUIPropertyHelper.o .libs/libCEGUIBase_la-CEGUIPropertySet.o .libs/libCEGUIBase_la-CEGUIRect.o .libs/libCEGUIBase_la-CEGUIRenderedString.o .libs/libCEGUIBase_la-CEGUIRenderedStringComponent.o .libs/libCEGUIBase_la-CEGUIRenderedStringImageComponent.o .libs/libCEGUIBase_la-CEGUIRenderedStringTextComponent.o .libs/libCEGUIBase_la-CEGUIRenderedStringWidgetComponent.o .libs/libCEGUIBase_la-CEGUIRenderingRoot.o .libs/libCEGUIBase_la-CEGUIRenderingSurface.o .libs/libCEGUIBase_la-CEGUIRenderingWindow.o .libs/libCEGUIBase_la-CEGUIRenderEffectManager.o .libs/libCEGUIBase_la-CEGUIRenderQueue.o .libs/libCEGUIBase_la-CEGUIRightAlignedRenderedString.o .libs/libCEGUIBase_la-CEGUIScheme.o .libs/libCEGUIBase_la-CEGUISchemeManager.o .libs/libCEGUIBase_la-CEGUIScheme_xmlHandler.o .libs/libCEGUIBase_la-CEGUIScriptModule.o .libs/libCEGUIBase_la-CEGUISize.o .libs/libCEGUIBase_la-CEGUIString.o .libs/libCEGUIBase_la-CEGUISubscriberSlot.o .libs/libCEGUIBase_la-CEGUISystem.o .libs/libCEGUIBase_la-CEGUITextUtils.o .libs/libCEGUIBase_la-CEGUIWindow.o .libs/libCEGUIBase_la-CEGUIWindowFactory.o .libs/libCEGUIBase_la-CEGUIWindowFactoryManager.o .libs/libCEGUIBase_la-CEGUIWindowManager.o .libs/libCEGUIBase_la-CEGUIWindowProperties.o .libs/libCEGUIBase_la-CEGUIWindowRenderer.o .libs/libCEGUIBase_la-CEGUIWindowRendererManager.o .libs/libCEGUIBase_la-CEGUIWindowRendererModule.o .libs/libCEGUIBase_la-CEGUIWRFactoryRegisterer.o .libs/libCEGUIBase_la-CEGUIXMLAttributes.o .libs/libCEGUIBase_la-CEGUIXMLHandler.o .libs/libCEGUIBase_la-CEGUIXMLParser.o .libs/libCEGUIBase_la-CEGUIXMLSerializer.o .libs/libCEGUIBase_la-CEGUIcolour.o .libs/libCEGUIBase_la-CEGUIButtonBase.o .libs/libCEGUIBase_la-CEGUICheckbox.o .libs/libCEGUIBase_la-CEGUIClippedContainer.o .libs/libCEGUIBase_la-CEGUICheckboxProperties.o .libs/libCEGUIBase_la-CEGUICombobox.o .libs/libCEGUIBase_la-CEGUIComboboxProperties.o .libs/libCEGUIBase_la-CEGUIComboDropList.o .libs/libCEGUIBase_la-CEGUIDragContainer.o .libs/libCEGUIBase_la-CEGUIDragContainerProperties.o .libs/libCEGUIBase_la-CEGUIEditbox.o .libs/libCEGUIBase_la-CEGUIEditboxProperties.o .libs/libCEGUIBase_la-CEGUIFrameWindow.o .libs/libCEGUIBase_la-CEGUIFrameWindowProperties.o .libs/libCEGUIBase_la-CEGUIGridLayoutContainer.o .libs/libCEGUIBase_la-CEGUIGridLayoutContainerProperties.o .libs/libCEGUIBase_la-CEGUIGroupBox.o .libs/libCEGUIBase_la-CEGUIGUISheet.o .libs/libCEGUIBase_la-CEGUIHorizontalLayoutContainer.o .libs/libCEGUIBase_la-CEGUIItemEntry.o .libs/libCEGUIBase_la-CEGUIItemEntryProperties.o .libs/libCEGUIBase_la-CEGUIItemListBase.o .libs/libCEGUIBase_la-CEGUIItemListBaseProperties.o .libs/libCEGUIBase_la-CEGUIItemListbox.o .libs/libCEGUIBase_la-CEGUIItemListboxProperties.o .libs/libCEGUIBase_la-CEGUILayoutContainer.o .libs/libCEGUIBase_la-CEGUIListbox.o .libs/libCEGUIBase_la-CEGUIListboxItem.o .libs/libCEGUIBase_la-CEGUIListboxProperties.o .libs/libCEGUIBase_la-CEGUIListboxTextItem.o .libs/libCEGUIBase_la-CEGUIListHeader.o .libs/libCEGUIBase_la-CEGUIListHeaderProperties.o .libs/libCEGUIBase_la-CEGUIListHeaderSegment.o .libs/libCEGUIBase_la-CEGUIListHeaderSegmentProperties.o .libs/libCEGUIBase_la-CEGUIMenubar.o .libs/libCEGUIBase_la-CEGUIMenuBase.o .libs/libCEGUIBase_la-CEGUIMenuBaseProperties.o .libs/libCEGUIBase_la-CEGUIMenuItem.o .libs/libCEGUIBase_la-CEGUIMenuItemProperties.o .libs/libCEGUIBase_la-CEGUIMultiColumnList.o .libs/libCEGUIBase_la-CEGUIMultiColumnListProperties.o .libs/libCEGUIBase_la-CEGUIMultiLineEditbox.o .libs/libCEGUIBase_la-CEGUIMultiLineEditboxProperties.o .libs/libCEGUIBase_la-CEGUIPopupMenu.o .libs/libCEGUIBase_la-CEGUIPopupMenuProperties.o .libs/libCEGUIBase_la-CEGUIProgressBar.o .libs/libCEGUIBase_la-CEGUIProgressBarProperties.o .libs/libCEGUIBase_la-CEGUIPushButton.o .libs/libCEGUIBase_la-CEGUIRadioButton.o .libs/libCEGUIBase_la-CEGUIRadioButtonProperties.o .libs/libCEGUIBase_la-CEGUIScrollablePane.o .libs/libCEGUIBase_la-CEGUIScrollablePaneProperties.o .libs/libCEGUIBase_la-CEGUIScrollbar.o .libs/libCEGUIBase_la-CEGUIScrollbarProperties.o .libs/libCEGUIBase_la-CEGUIScrolledContainer.o .libs/libCEGUIBase_la-CEGUIScrolledContainerProperties.o .libs/libCEGUIBase_la-CEGUIScrolledItemListBase.o .libs/libCEGUIBase_la-CEGUIScrolledItemListBaseProperties.o .libs/libCEGUIBase_la-CEGUISequentialLayoutContainer.o .libs/libCEGUIBase_la-CEGUISlider.o .libs/libCEGUIBase_la-CEGUISliderProperties.o .libs/libCEGUIBase_la-CEGUISpinner.o .libs/libCEGUIBase_la-CEGUISpinnerProperties.o .libs/libCEGUIBase_la-CEGUITabButton.o .libs/libCEGUIBase_la-CEGUITabControl.o .libs/libCEGUIBase_la-CEGUITabControlProperties.o .libs/libCEGUIBase_la-CEGUIThumb.o .libs/libCEGUIBase_la-CEGUIThumbProperties.o .libs/libCEGUIBase_la-CEGUITitlebar.o .libs/libCEGUIBase_la-CEGUITitlebarProperties.o .libs/libCEGUIBase_la-CEGUITooltip.o .libs/libCEGUIBase_la-CEGUITooltipProperties.o .libs/libCEGUIBase_la-CEGUITree.o .libs/libCEGUIBase_la-CEGUITreeProperties.o .libs/libCEGUIBase_la-CEGUITreeItem.o .libs/libCEGUIBase_la-CEGUIVerticalLayoutContainer.o .libs/libCEGUIBase_la-CEGUIFalComponentBase.o .libs/libCEGUIBase_la-CEGUIFalDimensions.o .libs/libCEGUIBase_la-CEGUIFalFrameComponent.o .libs/libCEGUIBase_la-CEGUIFalImageryComponent.o .libs/libCEGUIBase_la-CEGUIFalImagerySection.o .libs/libCEGUIBase_la-CEGUIFalLayerSpecification.o .libs/libCEGUIBase_la-CEGUIFalNamedArea.o .libs/libCEGUIBase_la-CEGUIFalPropertyDefinition.o .libs/libCEGUIBase_la-CEGUIFalPropertyDefinitionBase.o .libs/libCEGUIBase_la-CEGUIFalPropertyLinkDefinition.o .libs/libCEGUIBase_la-CEGUIFalPropertyInitialiser.o .libs/libCEGUIBase_la-CEGUIFalSectionSpecification.o .libs/libCEGUIBase_la-CEGUIFalStateImagery.o .libs/libCEGUIBase_la-CEGUIFalTextComponent.o .libs/libCEGUIBase_la-CEGUIFalWidgetComponent.o .libs/libCEGUIBase_la-CEGUIFalWidgetLookFeel.o .libs/libCEGUIBase_la-CEGUIFalWidgetLookManager.o .libs/libCEGUIBase_la-CEGUIFalXMLEnumHelper.o .libs/libCEGUIBase_la-CEGUIFalagard_xmlHandler.o .libs/libCEGUIBase_la-CEGUIFreeTypeFont.o .libs/libCEGUIBase_la-CEGUIDefaultLogger.o .libs/libCEGUIBase_la-CEGUIPCRERegexMatcher.o /usr/lib/libfreetype.so /usr/lib/libpcre.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIBase-0.7.6.so -o .libs/libCEGUIBase-0.7.6.so
  385. libtool: link: (cd ".libs" && rm -f "libCEGUIBase.so" && ln -s "libCEGUIBase-0.7.6.so" "libCEGUIBase.so")
  386. libtool: link: ( cd ".libs" && rm -f "libCEGUIBase.la" && ln -s "../libCEGUIBase.la" "libCEGUIBase.la" )
  387. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  388. Making all in ImageCodecModules
  389. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  390. Making all in .
  391. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  392. make[4]: Nothing to be done for `all-am'.
  393. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  394. Making all in FreeImageImageCodec
  395. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
  396. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/FreeImageImageCodec -DUSE_FREEIMAGE_LIBRARY -g -O2 -MT libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.lo -MD -MP -MF .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.Tpo -c -o libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.lo `test -f 'CEGUIFreeImageImageCodec.cpp' || echo './'`CEGUIFreeImageImageCodec.cpp
  397. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/FreeImageImageCodec -DUSE_FREEIMAGE_LIBRARY -g -O2 -MT libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.lo -MD -MP -MF .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.Tpo -c CEGUIFreeImageImageCodec.cpp -fPIC -DPIC -o .libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.o
  398. mv -f .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.Tpo .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.Plo
  399. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/FreeImageImageCodec -DUSE_FREEIMAGE_LIBRARY -g -O2 -MT libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.lo -MD -MP -MF .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.Tpo -c -o libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.lo `test -f 'CEGUIFreeImageImageCodecModule.cpp' || echo './'`CEGUIFreeImageImageCodecModule.cpp
  400. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/FreeImageImageCodec -DUSE_FREEIMAGE_LIBRARY -g -O2 -MT libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.lo -MD -MP -MF .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.Tpo -c CEGUIFreeImageImageCodecModule.cpp -fPIC -DPIC -o .libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.o
  401. mv -f .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.Tpo .deps/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.Plo
  402. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUIFreeImageImageCodec.la -rpath /home/andrzejl/test/lib libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.lo libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.lo -lfreeimage ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl
  403. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.o .libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib -lfreeimage ../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIFreeImageImageCodec-0.7.6.so -o .libs/libCEGUIFreeImageImageCodec-0.7.6.so
  404. libtool: link: (cd ".libs" && rm -f "libCEGUIFreeImageImageCodec.so" && ln -s "libCEGUIFreeImageImageCodec-0.7.6.so" "libCEGUIFreeImageImageCodec.so")
  405. libtool: link: ( cd ".libs" && rm -f "libCEGUIFreeImageImageCodec.la" && ln -s "../libCEGUIFreeImageImageCodec.la" "libCEGUIFreeImageImageCodec.la" )
  406. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
  407. Making all in TGAImageCodec
  408. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec'
  409. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/TGAImageCodec -g -O2 -MT libCEGUITGAImageCodec_la-CEGUITGAImageCodec.lo -MD -MP -MF .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.Tpo -c -o libCEGUITGAImageCodec_la-CEGUITGAImageCodec.lo `test -f 'CEGUITGAImageCodec.cpp' || echo './'`CEGUITGAImageCodec.cpp
  410. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/TGAImageCodec -g -O2 -MT libCEGUITGAImageCodec_la-CEGUITGAImageCodec.lo -MD -MP -MF .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.Tpo -c CEGUITGAImageCodec.cpp -fPIC -DPIC -o .libs/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.o
  411. mv -f .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.Tpo .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.Plo
  412. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/TGAImageCodec -g -O2 -MT libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.lo -MD -MP -MF .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.Tpo -c -o libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.lo `test -f 'CEGUITGAImageCodecModule.cpp' || echo './'`CEGUITGAImageCodecModule.cpp
  413. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/TGAImageCodec -g -O2 -MT libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.lo -MD -MP -MF .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.Tpo -c CEGUITGAImageCodecModule.cpp -fPIC -DPIC -o .libs/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.o
  414. mv -f .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.Tpo .deps/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.Plo
  415. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUITGAImageCodec.la -rpath /home/andrzejl/test/lib libCEGUITGAImageCodec_la-CEGUITGAImageCodec.lo libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.lo ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl
  416. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.o .libs/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUITGAImageCodec-0.7.6.so -o .libs/libCEGUITGAImageCodec-0.7.6.so
  417. libtool: link: (cd ".libs" && rm -f "libCEGUITGAImageCodec.so" && ln -s "libCEGUITGAImageCodec-0.7.6.so" "libCEGUITGAImageCodec.so")
  418. libtool: link: ( cd ".libs" && rm -f "libCEGUITGAImageCodec.la" && ln -s "../libCEGUITGAImageCodec.la" "libCEGUITGAImageCodec.la" )
  419. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec'
  420. Making all in STBImageCodec
  421. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec'
  422. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/STBImageCodec -g -O2 -MT libCEGUISTBImageCodec_la-CEGUISTBImageCodec.lo -MD -MP -MF .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.Tpo -c -o libCEGUISTBImageCodec_la-CEGUISTBImageCodec.lo `test -f 'CEGUISTBImageCodec.cpp' || echo './'`CEGUISTBImageCodec.cpp
  423. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/STBImageCodec -g -O2 -MT libCEGUISTBImageCodec_la-CEGUISTBImageCodec.lo -MD -MP -MF .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.Tpo -c CEGUISTBImageCodec.cpp -fPIC -DPIC -o .libs/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.o
  424. mv -f .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.Tpo .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.Plo
  425. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/STBImageCodec -g -O2 -MT libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.lo -MD -MP -MF .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.Tpo -c -o libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.lo `test -f 'CEGUISTBImageCodecModule.cpp' || echo './'`CEGUISTBImageCodecModule.cpp
  426. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/STBImageCodec -g -O2 -MT libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.lo -MD -MP -MF .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.Tpo -c CEGUISTBImageCodecModule.cpp -fPIC -DPIC -o .libs/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.o
  427. mv -f .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.Tpo .deps/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.Plo
  428. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/STBImageCodec -g -O2 -MT libCEGUISTBImageCodec_la-stb_image.lo -MD -MP -MF .deps/libCEGUISTBImageCodec_la-stb_image.Tpo -c -o libCEGUISTBImageCodec_la-stb_image.lo `test -f 'stb_image.cpp' || echo './'`stb_image.cpp
  429. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/ImageCodecModules/STBImageCodec -g -O2 -MT libCEGUISTBImageCodec_la-stb_image.lo -MD -MP -MF .deps/libCEGUISTBImageCodec_la-stb_image.Tpo -c stb_image.cpp -fPIC -DPIC -o .libs/libCEGUISTBImageCodec_la-stb_image.o
  430. stb_image.cpp: In function 'unsigned char* stbi_load(const char*, int*, int*, int*, int)':
  431. stb_image.cpp:462:54: warning: deprecated conversion from string constant to 'char*'
  432. stb_image.cpp: In function 'unsigned char* stbi_load_from_file(FILE*, int*, int*, int*, int)':
  433. stb_image.cpp:491:53: warning: deprecated conversion from string constant to 'char*'
  434. stb_image.cpp: In function 'unsigned char* stbi_load_from_memory(const stbi_uc*, int, int*, int*, int*, int)':
  435. stb_image.cpp:518:53: warning: deprecated conversion from string constant to 'char*'
  436. stb_image.cpp: In function 'float* stbi_loadf(const char*, int*, int*, int*, int)':
  437. stb_image.cpp:528:46: warning: deprecated conversion from string constant to 'char*'
  438. stb_image.cpp: In function 'float* stbi_loadf_from_file(FILE*, int*, int*, int*, int)':
  439. stb_image.cpp:544:45: warning: deprecated conversion from string constant to 'char*'
  440. stb_image.cpp: In function 'float* stbi_loadf_from_memory(const stbi_uc*, int, int*, int*, int*, int)':
  441. stb_image.cpp:558:45: warning: deprecated conversion from string constant to 'char*'
  442. stb_image.cpp: In function 'unsigned char* convert_format(unsigned char*, int, int, uint, uint)':
  443. stb_image.cpp:756:46: warning: deprecated conversion from string constant to 'char*'
  444. stb_image.cpp: In function 'float* ldr_to_hdr(stbi_uc*, int, int, int)':
  445. stb_image.cpp:794:71: warning: deprecated conversion from string constant to 'char*'
  446. stb_image.cpp: In function 'stbi_uc* hdr_to_ldr(float*, int, int, int)':
  447. stb_image.cpp:812:79: warning: deprecated conversion from string constant to 'char*'
  448. stb_image.cpp: In function 'int build_huffman(huffman*, int*)':
  449. stb_image.cpp:932:61: warning: deprecated conversion from string constant to 'char*'
  450. stb_image.cpp: In function 'int decode_block(jpeg*, short int*, huffman*, huffman*, int)':
  451. stb_image.cpp:1065:42: warning: deprecated conversion from string constant to 'char*'
  452. stb_image.cpp:1080:46: warning: deprecated conversion from string constant to 'char*'
  453. stb_image.cpp: In function 'int process_marker(jpeg*, int)':
  454. stb_image.cpp:1372:36: warning: deprecated conversion from string constant to 'char*'
  455. stb_image.cpp:1375:37: warning: deprecated conversion from string constant to 'char*'
  456. stb_image.cpp:1378:55: warning: deprecated conversion from string constant to 'char*'
  457. stb_image.cpp:1388:48: warning: deprecated conversion from string constant to 'char*'
  458. stb_image.cpp:1389:48: warning: deprecated conversion from string constant to 'char*'
  459. stb_image.cpp:1408:60: warning: deprecated conversion from string constant to 'char*'
  460. stb_image.cpp: In function 'int process_scan_header(jpeg*)':
  461. stb_image.cpp:1441:106: warning: deprecated conversion from string constant to 'char*'
  462. stb_image.cpp:1442:51: warning: deprecated conversion from string constant to 'char*'
  463. stb_image.cpp:1450:92: warning: deprecated conversion from string constant to 'char*'
  464. stb_image.cpp:1451:92: warning: deprecated conversion from string constant to 'char*'
  465. stb_image.cpp:1454:44: warning: deprecated conversion from string constant to 'char*'
  466. stb_image.cpp:1456:44: warning: deprecated conversion from string constant to 'char*'
  467. stb_image.cpp: In function 'int process_frame_header(jpeg*, int)':
  468. stb_image.cpp:1465:54: warning: deprecated conversion from string constant to 'char*'
  469. stb_image.cpp:1466:50: warning: deprecated conversion from string constant to 'char*'
  470. stb_image.cpp:1467:71: warning: deprecated conversion from string constant to 'char*'
  471. stb_image.cpp:1468:62: warning: deprecated conversion from string constant to 'char*'
  472. stb_image.cpp:1470:56: warning: deprecated conversion from string constant to 'char*'
  473. stb_image.cpp:1477:50: warning: deprecated conversion from string constant to 'char*'
  474. stb_image.cpp:1483:40: warning: deprecated conversion from string constant to 'char*'
  475. stb_image.cpp:1485:99: warning: deprecated conversion from string constant to 'char*'
  476. stb_image.cpp:1486:97: warning: deprecated conversion from string constant to 'char*'
  477. stb_image.cpp:1487:80: warning: deprecated conversion from string constant to 'char*'
  478. stb_image.cpp:1492:72: warning: deprecated conversion from string constant to 'char*'
  479. stb_image.cpp:1523:29: warning: deprecated conversion from string constant to 'char*'
  480. stb_image.cpp: In function 'int decode_jpeg_header(jpeg*, int)':
  481. stb_image.cpp:1545:41: warning: deprecated conversion from string constant to 'char*'
  482.  
  483. stb_image.cpp:1553:46: warning: deprecated conversion from string constant to 'char*'
  484. stb_image.cpp: In function 'uint8* load_jpeg_image(jpeg*, int*, int*, int*, int)':
  485. stb_image.cpp:1725:81: warning: deprecated conversion from string constant to 'char*'
  486. stb_image.cpp:1754:97: warning: deprecated conversion from string constant to 'char*'
  487. stb_image.cpp:1772:78: warning: deprecated conversion from string constant to 'char*'
  488. stb_image.cpp: In function 'int zbuild_huffman(zhuffman*, uint8*, int)':
  489. stb_image.cpp:1934:60: warning: deprecated conversion from string constant to 'char*'
  490. stb_image.cpp: In function 'int expand(zbuf*, int)':
  491. stb_image.cpp:2035:56: warning: deprecated conversion from string constant to 'char*'
  492. stb_image.cpp:2041:40: warning: deprecated conversion from string constant to 'char*'
  493. stb_image.cpp: In function 'int parse_huffman_block(zbuf*)':
  494. stb_image.cpp:2067:48: warning: deprecated conversion from string constant to 'char*'
  495. stb_image.cpp:2078:48: warning: deprecated conversion from string constant to 'char*'
  496. stb_image.cpp:2081:65: warning: deprecated conversion from string constant to 'char*'
  497. stb_image.cpp: In function 'int compute_huffman_codes(zbuf*)':
  498. stb_image.cpp:2130:51: warning: deprecated conversion from string constant to 'char*'
  499. stb_image.cpp: In function 'int parse_uncompressed_block(zbuf*)':
  500. stb_image.cpp:2155:55: warning: deprecated conversion from string constant to 'char*'
  501. stb_image.cpp:2156:70: warning: deprecated conversion from string constant to 'char*'
  502. stb_image.cpp: In function 'int parse_zlib_header(zbuf*)':
  503. stb_image.cpp:2171:59: warning: deprecated conversion from string constant to 'char*'
  504. stb_image.cpp:2172:43: warning: deprecated conversion from string constant to 'char*'
  505. stb_image.cpp:2173:43: warning: deprecated conversion from string constant to 'char*'
  506. stb_image.cpp: In function 'int check_png_header(stbi*)':
  507. stb_image.cpp:2324:56: warning: deprecated conversion from string constant to 'char*'
  508. stb_image.cpp: In function 'int create_png_image_raw(png*, uint8*, uint32, int, uint32, uint32)':
  509. stb_image.cpp:2366:36: warning: deprecated conversion from string constant to 'char*'
  510. stb_image.cpp:2369:74: warning: deprecated conversion from string constant to 'char*'
  511. stb_image.cpp:2371:73: warning: deprecated conversion from string constant to 'char*'
  512. stb_image.cpp:2377:48: warning: deprecated conversion from string constant to 'char*'
  513. stb_image.cpp: In function 'int expand_palette(png*, uint8*, int, int)':
  514. stb_image.cpp:2505:40: warning: deprecated conversion from string constant to 'char*'
  515. stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
  516. stb_image.cpp:2548:35: warning: deprecated conversion from string constant to 'char*'
  517. stb_image.cpp:2552:49: warning: deprecated conversion from string constant to 'char*'
  518. stb_image.cpp:2553:56: warning: deprecated conversion from string constant to 'char*'
  519. stb_image.cpp:2554:80: warning: deprecated conversion from string constant to 'char*'
  520. stb_image.cpp:2555:80: warning: deprecated conversion from string constant to 'char*'
  521. stb_image.cpp:2556:66: warning: deprecated conversion from string constant to 'char*'
  522. stb_image.cpp:2557:65: warning: deprecated conversion from string constant to 'char*'
  523. stb_image.cpp:2558:84: warning: deprecated conversion from string constant to 'char*'
  524. stb_image.cpp:2559:65: warning: deprecated conversion from string constant to 'char*'
  525. stb_image.cpp:2560:70: warning: deprecated conversion from string constant to 'char*'
  526. stb_image.cpp:2561:82: warning: deprecated conversion from string constant to 'char*'
  527. stb_image.cpp:2562:65: warning: deprecated conversion from string constant to 'char*'
  528. stb_image.cpp:2565:84: warning: deprecated conversion from string constant to 'char*'
  529. stb_image.cpp:2571:77: warning: deprecated conversion from string constant to 'char*'
  530. stb_image.cpp:2578:58: warning: deprecated conversion from string constant to 'char*'
  531. stb_image.cpp:2580:65: warning: deprecated conversion from string constant to 'char*'
  532. stb_image.cpp:2591:53: warning: deprecated conversion from string constant to 'char*'
  533. stb_image.cpp:2594:61: warning: deprecated conversion from string constant to 'char*'
  534. stb_image.cpp:2595:63: warning: deprecated conversion from string constant to 'char*'
  535. stb_image.cpp:2600:63: warning: deprecated conversion from string constant to 'char*'
  536. stb_image.cpp:2601:76: warning: deprecated conversion from string constant to 'char*'
  537. stb_image.cpp:2610:58: warning: deprecated conversion from string constant to 'char*'
  538. stb_image.cpp:2617:98: warning: deprecated conversion from string constant to 'char*'
  539. stb_image.cpp:2623:97: warning: deprecated conversion from string constant to 'char*'
  540. stb_image.cpp:2638:55: warning: deprecated conversion from string constant to 'char*'
  541. stb_image.cpp: In function 'unsigned char* do_png(png*, int*, int*, int*, int)':
  542. stb_image.cpp:2688:81: warning: deprecated conversion from string constant to 'char*'
  543. stb_image.cpp: In function 'stbi_uc* bmp_load(stbi*, int*, int*, int*, int)':
  544. stb_image.cpp:2859:80: warning: deprecated conversion from string constant to 'char*'
  545. stb_image.cpp:2865:101: warning: deprecated conversion from string constant to 'char*'
  546. stb_image.cpp:2866:21: warning: deprecated conversion from string constant to 'char*'
  547. stb_image.cpp:2876:59: warning: deprecated conversion from string constant to 'char*'
  548. stb_image.cpp:2884:81: warning: deprecated conversion from string constant to 'char*'
  549. stb_image.cpp:2942:53: warning: deprecated conversion from string constant to 'char*'
  550. stb_image.cpp:2945:89: warning: deprecated conversion from string constant to 'char*'
  551. stb_image.cpp:2956:63: warning: deprecated conversion from string constant to 'char*'
  552. stb_image.cpp:2994:73: warning: deprecated conversion from string constant to 'char*'
  553. stb_image.cpp: In function 'stbi_uc* psd_load(stbi*, int*, int*, int*, int)':
  554. stb_image.cpp:3399:41: warning: deprecated conversion from string constant to 'char*'
  555. stb_image.cpp:3403:47: warning: deprecated conversion from string constant to 'char*'
  556. stb_image.cpp:3411:53: warning: deprecated conversion from string constant to 'char*'
  557. stb_image.cpp:3419:55: warning: deprecated conversion from string constant to 'char*'
  558. stb_image.cpp:3432:52: warning: deprecated conversion from string constant to 'char*'
  559. stb_image.cpp:3449:49: warning: deprecated conversion from string constant to 'char*'
  560. stb_image.cpp:3453:51: warning: deprecated conversion from string constant to 'char*'
  561. stb_image.cpp: In function 'int hdr_test(stbi*)':
  562. stb_image.cpp:3581:22: warning: deprecated conversion from string constant to 'char*'
  563. stb_image.cpp: In function 'float* hdr_load(stbi*, int*, int*, int*, int)':
  564. stb_image.cpp:3674:33: warning: deprecated conversion from string constant to 'char*'
  565. stb_image.cpp:3683:55: warning: deprecated conversion from string constant to 'char*'
  566. stb_image.cpp:3688:80: warning: deprecated conversion from string constant to 'char*'
  567. stb_image.cpp:3692:80: warning: deprecated conversion from string constant to 'char*'
  568. stb_image.cpp:3737:116: warning: deprecated conversion from string constant to 'char*'
  569. stb_image.cpp: In function 'void write_pixels(FILE*, int, int, int, int, int, void*, int, int)':
  570. stb_image.cpp:3832:52: warning: deprecated conversion from string constant to 'char*'
  571. stb_image.cpp:3838:69: warning: deprecated conversion from string constant to 'char*'
  572. stb_image.cpp:3843:63: warning: deprecated conversion from string constant to 'char*'
  573. stb_image.cpp: In function 'int stbi_write_bmp(const char*, int, int, int, void*)':
  574. stb_image.cpp:3873:39: warning: deprecated conversion from string constant to 'char*'
  575. stb_image.cpp: In function 'int stbi_write_tga(const char*, int, int, int, void*)':
  576. stb_image.cpp:3880:88: warning: deprecated conversion from string constant to 'char*'
  577. mv -f .deps/libCEGUISTBImageCodec_la-stb_image.Tpo .deps/libCEGUISTBImageCodec_la-stb_image.Plo
  578. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUISTBImageCodec.la -rpath /home/andrzejl/test/lib libCEGUISTBImageCodec_la-CEGUISTBImageCodec.lo libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.lo libCEGUISTBImageCodec_la-stb_image.lo ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl
  579. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.o .libs/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.o .libs/libCEGUISTBImageCodec_la-stb_image.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUISTBImageCodec-0.7.6.so -o .libs/libCEGUISTBImageCodec-0.7.6.so
  580. libtool: link: (cd ".libs" && rm -f "libCEGUISTBImageCodec.so" && ln -s "libCEGUISTBImageCodec-0.7.6.so" "libCEGUISTBImageCodec.so")
  581. libtool: link: ( cd ".libs" && rm -f "libCEGUISTBImageCodec.la" && ln -s "../libCEGUISTBImageCodec.la" "libCEGUISTBImageCodec.la" )
  582. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec'
  583. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  584. Making all in RendererModules
  585. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  586. Making all in .
  587. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  588. make[4]: Nothing to be done for `all-am'.
  589. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  590. Making all in OpenGL
  591. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL'
  592. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.Tpo -c -o libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.lo `test -f 'CEGUIOpenGLFBOTextureTarget.cpp' || echo './'`CEGUIOpenGLFBOTextureTarget.cpp
  593. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.Tpo -c CEGUIOpenGLFBOTextureTarget.cpp -fPIC -DPIC -o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.o
  594. mv -f .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.Tpo .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.Plo
  595. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.Tpo -c -o libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.lo `test -f 'CEGUIOpenGLGLXPBTextureTarget.cpp' || echo './'`CEGUIOpenGLGLXPBTextureTarget.cpp
  596. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.Tpo -c CEGUIOpenGLGLXPBTextureTarget.cpp -fPIC -DPIC -o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.o
  597. mv -f .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.Tpo .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.Plo
  598. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.Tpo -c -o libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.lo `test -f 'CEGUIOpenGLGeometryBuffer.cpp' || echo './'`CEGUIOpenGLGeometryBuffer.cpp
  599. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.Tpo -c CEGUIOpenGLGeometryBuffer.cpp -fPIC -DPIC -o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.o
  600. mv -f .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.Tpo .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.Plo
  601. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.Tpo -c -o libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.lo `test -f 'CEGUIOpenGLRenderer.cpp' || echo './'`CEGUIOpenGLRenderer.cpp
  602. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/RendererModules/OpenGL -g -O2 -MT libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.lo -MD -MP -MF .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.Tpo -c CEGUIOpenGLRenderer.cpp -fPIC -DPIC -o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.o
  603. mv -f .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.Tpo .deps/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.Plo
  604. mv -f .deps/PyCEGUI_la-TextComponent.pypp.Tpo .deps/PyCEGUI_la-TextComponent.pypp.Plo
  605. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Texture.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Texture.pypp.Tpo -c -o PyCEGUI_la-Texture.pypp.lo `test -f 'output/CEGUI/Texture.pypp.cpp' || echo './'`output/CEGUI/Texture.pypp.cpp
  606. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Texture.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Texture.pypp.Tpo -c output/CEGUI/Texture.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Texture.pypp.o
  607. mv -f .deps/PyCEGUI_la-Texture.pypp.Tpo .deps/PyCEGUI_la-Texture.pypp.Plo
  608. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TextureTarget.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TextureTarget.pypp.Tpo -c -o PyCEGUI_la-TextureTarget.pypp.lo `test -f 'output/CEGUI/TextureTarget.pypp.cpp' || echo './'`output/CEGUI/TextureTarget.pypp.cpp
  609. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TextureTarget.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TextureTarget.pypp.Tpo -c output/CEGUI/TextureTarget.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-TextureTarget.pypp.o
  610. mv -f .deps/PyCEGUI_la-TextureTarget.pypp.Tpo .deps/PyCEGUI_la-TextureTarget.pypp.Plo
  611. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TextUtils.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TextUtils.pypp.Tpo -c -o PyCEGUI_la-TextUtils.pypp.lo `test -f 'output/CEGUI/TextUtils.pypp.cpp' || echo './'`output/CEGUI/TextUtils.pypp.cpp
  612. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TextUtils.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TextUtils.pypp.Tpo -c output/CEGUI/TextUtils.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-TextUtils.pypp.o
  613. mv -f .deps/PyCEGUI_la-TextUtils.pypp.Tpo .deps/PyCEGUI_la-TextUtils.pypp.Plo
  614. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Thumb.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Thumb.pypp.Tpo -c -o PyCEGUI_la-Thumb.pypp.lo `test -f 'output/CEGUI/Thumb.pypp.cpp' || echo './'`output/CEGUI/Thumb.pypp.cpp
  615. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Thumb.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Thumb.pypp.Tpo -c output/CEGUI/Thumb.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Thumb.pypp.o
  616. mv -f .deps/PyCEGUI_la-Thumb.pypp.Tpo .deps/PyCEGUI_la-Thumb.pypp.Plo
  617. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Titlebar.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Titlebar.pypp.Tpo -c -o PyCEGUI_la-Titlebar.pypp.lo `test -f 'output/CEGUI/Titlebar.pypp.cpp' || echo './'`output/CEGUI/Titlebar.pypp.cpp
  618. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Titlebar.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Titlebar.pypp.Tpo -c output/CEGUI/Titlebar.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Titlebar.pypp.o
  619. mv -f .deps/PyCEGUI_la-Titlebar.pypp.Tpo .deps/PyCEGUI_la-Titlebar.pypp.Plo
  620. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Tooltip.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Tooltip.pypp.Tpo -c -o PyCEGUI_la-Tooltip.pypp.lo `test -f 'output/CEGUI/Tooltip.pypp.cpp' || echo './'`output/CEGUI/Tooltip.pypp.cpp
  621. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Tooltip.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Tooltip.pypp.Tpo -c output/CEGUI/Tooltip.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Tooltip.pypp.o
  622. mv -f .deps/PyCEGUI_la-Tooltip.pypp.Tpo .deps/PyCEGUI_la-Tooltip.pypp.Plo
  623. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TreeEventArgs.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TreeEventArgs.pypp.Tpo -c -o PyCEGUI_la-TreeEventArgs.pypp.lo `test -f 'output/CEGUI/TreeEventArgs.pypp.cpp' || echo './'`output/CEGUI/TreeEventArgs.pypp.cpp
  624. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TreeEventArgs.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TreeEventArgs.pypp.Tpo -c output/CEGUI/TreeEventArgs.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-TreeEventArgs.pypp.o
  625. mv -f .deps/PyCEGUI_la-TreeEventArgs.pypp.Tpo .deps/PyCEGUI_la-TreeEventArgs.pypp.Plo
  626. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TreeItem.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TreeItem.pypp.Tpo -c -o PyCEGUI_la-TreeItem.pypp.lo `test -f 'output/CEGUI/TreeItem.pypp.cpp' || echo './'`output/CEGUI/TreeItem.pypp.cpp
  627. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TreeItem.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TreeItem.pypp.Tpo -c output/CEGUI/TreeItem.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-TreeItem.pypp.o
  628. mv -f .deps/PyCEGUI_la-TreeItem.pypp.Tpo .deps/PyCEGUI_la-TreeItem.pypp.Plo
  629. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Tree.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Tree.pypp.Tpo -c -o PyCEGUI_la-Tree.pypp.lo `test -f 'output/CEGUI/Tree.pypp.cpp' || echo './'`output/CEGUI/Tree.pypp.cpp
  630. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Tree.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Tree.pypp.Tpo -c output/CEGUI/Tree.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Tree.pypp.o
  631. mv -f .deps/PyCEGUI_la-Tree.pypp.Tpo .deps/PyCEGUI_la-Tree.pypp.Plo
  632. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TypeAliasIterator.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TypeAliasIterator.pypp.Tpo -c -o PyCEGUI_la-TypeAliasIterator.pypp.lo `test -f 'output/CEGUI/TypeAliasIterator.pypp.cpp' || echo './'`output/CEGUI/TypeAliasIterator.pypp.cpp
  633. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-TypeAliasIterator.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-TypeAliasIterator.pypp.Tpo -c output/CEGUI/TypeAliasIterator.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-TypeAliasIterator.pypp.o
  634. mv -f .deps/PyCEGUI_la-TypeAliasIterator.pypp.Tpo .deps/PyCEGUI_la-TypeAliasIterator.pypp.Plo
  635. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UBox.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UBox.pypp.Tpo -c -o PyCEGUI_la-UBox.pypp.lo `test -f 'output/CEGUI/UBox.pypp.cpp' || echo './'`output/CEGUI/UBox.pypp.cpp
  636. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UBox.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UBox.pypp.Tpo -c output/CEGUI/UBox.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-UBox.pypp.o
  637. mv -f .deps/PyCEGUI_la-UBox.pypp.Tpo .deps/PyCEGUI_la-UBox.pypp.Plo
  638. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UDim.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UDim.pypp.Tpo -c -o PyCEGUI_la-UDim.pypp.lo `test -f 'output/CEGUI/UDim.pypp.cpp' || echo './'`output/CEGUI/UDim.pypp.cpp
  639. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UDim.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UDim.pypp.Tpo -c output/CEGUI/UDim.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-UDim.pypp.o
  640. mv -f .deps/PyCEGUI_la-UDim.pypp.Tpo .deps/PyCEGUI_la-UDim.pypp.Plo
  641. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UnifiedDim.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UnifiedDim.pypp.Tpo -c -o PyCEGUI_la-UnifiedDim.pypp.lo `test -f 'output/CEGUI/UnifiedDim.pypp.cpp' || echo './'`output/CEGUI/UnifiedDim.pypp.cpp
  642. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UnifiedDim.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UnifiedDim.pypp.Tpo -c output/CEGUI/UnifiedDim.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-UnifiedDim.pypp.o
  643. mv -f .deps/PyCEGUI_la-UnifiedDim.pypp.Tpo .deps/PyCEGUI_la-UnifiedDim.pypp.Plo
  644. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UpdateEventArgs.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UpdateEventArgs.pypp.Tpo -c -o PyCEGUI_la-UpdateEventArgs.pypp.lo `test -f 'output/CEGUI/UpdateEventArgs.pypp.cpp' || echo './'`output/CEGUI/UpdateEventArgs.pypp.cpp
  645. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UpdateEventArgs.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UpdateEventArgs.pypp.Tpo -c output/CEGUI/UpdateEventArgs.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-UpdateEventArgs.pypp.o
  646. mv -f .deps/PyCEGUI_la-UpdateEventArgs.pypp.Tpo .deps/PyCEGUI_la-UpdateEventArgs.pypp.Plo
  647. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-URect.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-URect.pypp.Tpo -c -o PyCEGUI_la-URect.pypp.lo `test -f 'output/CEGUI/URect.pypp.cpp' || echo './'`output/CEGUI/URect.pypp.cpp
  648. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-URect.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-URect.pypp.Tpo -c output/CEGUI/URect.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-URect.pypp.o
  649. mv -f .deps/PyCEGUI_la-URect.pypp.Tpo .deps/PyCEGUI_la-URect.pypp.Plo
  650. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UVector2.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UVector2.pypp.Tpo -c -o PyCEGUI_la-UVector2.pypp.lo `test -f 'output/CEGUI/UVector2.pypp.cpp' || echo './'`output/CEGUI/UVector2.pypp.cpp
  651. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-UVector2.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-UVector2.pypp.Tpo -c output/CEGUI/UVector2.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-UVector2.pypp.o
  652. mv -f .deps/PyCEGUI_la-UVector2.pypp.Tpo .deps/PyCEGUI_la-UVector2.pypp.Plo
  653. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Vector2.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Vector2.pypp.Tpo -c -o PyCEGUI_la-Vector2.pypp.lo `test -f 'output/CEGUI/Vector2.pypp.cpp' || echo './'`output/CEGUI/Vector2.pypp.cpp
  654. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Vector2.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Vector2.pypp.Tpo -c output/CEGUI/Vector2.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Vector2.pypp.o
  655. mv -f .deps/PyCEGUI_la-Vector2.pypp.Tpo .deps/PyCEGUI_la-Vector2.pypp.Plo
  656. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Vector3.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Vector3.pypp.Tpo -c -o PyCEGUI_la-Vector3.pypp.lo `test -f 'output/CEGUI/Vector3.pypp.cpp' || echo './'`output/CEGUI/Vector3.pypp.cpp
  657. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Vector3.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Vector3.pypp.Tpo -c output/CEGUI/Vector3.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Vector3.pypp.o
  658. mv -f .deps/PyCEGUI_la-Vector3.pypp.Tpo .deps/PyCEGUI_la-Vector3.pypp.Plo
  659. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Vertex.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Vertex.pypp.Tpo -c -o PyCEGUI_la-Vertex.pypp.lo `test -f 'output/CEGUI/Vertex.pypp.cpp' || echo './'`output/CEGUI/Vertex.pypp.cpp
  660. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Vertex.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Vertex.pypp.Tpo -c output/CEGUI/Vertex.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Vertex.pypp.o
  661. mv -f .deps/PyCEGUI_la-Vertex.pypp.Tpo .deps/PyCEGUI_la-Vertex.pypp.Plo
  662. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-VerticalLayoutContainer.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-VerticalLayoutContainer.pypp.Tpo -c -o PyCEGUI_la-VerticalLayoutContainer.pypp.lo `test -f 'output/CEGUI/VerticalLayoutContainer.pypp.cpp' || echo './'`output/CEGUI/VerticalLayoutContainer.pypp.cpp
  663. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-VerticalLayoutContainer.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-VerticalLayoutContainer.pypp.Tpo -c output/CEGUI/VerticalLayoutContainer.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-VerticalLayoutContainer.pypp.o
  664. mv -f .deps/PyCEGUI_la-VerticalLayoutContainer.pypp.Tpo .deps/PyCEGUI_la-VerticalLayoutContainer.pypp.Plo
  665. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetComponent.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetComponent.pypp.Tpo -c -o PyCEGUI_la-WidgetComponent.pypp.lo `test -f 'output/CEGUI/WidgetComponent.pypp.cpp' || echo './'`output/CEGUI/WidgetComponent.pypp.cpp
  666. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetComponent.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetComponent.pypp.Tpo -c output/CEGUI/WidgetComponent.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WidgetComponent.pypp.o
  667. mv -f .deps/PyCEGUI_la-WidgetComponent.pypp.Tpo .deps/PyCEGUI_la-WidgetComponent.pypp.Plo
  668. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetDim.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetDim.pypp.Tpo -c -o PyCEGUI_la-WidgetDim.pypp.lo `test -f 'output/CEGUI/WidgetDim.pypp.cpp' || echo './'`output/CEGUI/WidgetDim.pypp.cpp
  669. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetDim.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetDim.pypp.Tpo -c output/CEGUI/WidgetDim.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WidgetDim.pypp.o
  670. mv -f .deps/PyCEGUI_la-WidgetDim.pypp.Tpo .deps/PyCEGUI_la-WidgetDim.pypp.Plo
  671. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetLookFeel.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetLookFeel.pypp.Tpo -c -o PyCEGUI_la-WidgetLookFeel.pypp.lo `test -f 'output/CEGUI/WidgetLookFeel.pypp.cpp' || echo './'`output/CEGUI/WidgetLookFeel.pypp.cpp
  672. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetLookFeel.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetLookFeel.pypp.Tpo -c output/CEGUI/WidgetLookFeel.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WidgetLookFeel.pypp.o
  673. mv -f .deps/PyCEGUI_la-WidgetLookFeel.pypp.Tpo .deps/PyCEGUI_la-WidgetLookFeel.pypp.Plo
  674. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetLookManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetLookManager.pypp.Tpo -c -o PyCEGUI_la-WidgetLookManager.pypp.lo `test -f 'output/CEGUI/WidgetLookManager.pypp.cpp' || echo './'`output/CEGUI/WidgetLookManager.pypp.cpp
  675. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WidgetLookManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WidgetLookManager.pypp.Tpo -c output/CEGUI/WidgetLookManager.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WidgetLookManager.pypp.o
  676. mv -f .deps/PyCEGUI_la-WidgetLookManager.pypp.Tpo .deps/PyCEGUI_la-WidgetLookManager.pypp.Plo
  677. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowEventArgs.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowEventArgs.pypp.Tpo -c -o PyCEGUI_la-WindowEventArgs.pypp.lo `test -f 'output/CEGUI/WindowEventArgs.pypp.cpp' || echo './'`output/CEGUI/WindowEventArgs.pypp.cpp
  678. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowEventArgs.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowEventArgs.pypp.Tpo -c output/CEGUI/WindowEventArgs.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowEventArgs.pypp.o
  679. mv -f .deps/PyCEGUI_la-WindowEventArgs.pypp.Tpo .deps/PyCEGUI_la-WindowEventArgs.pypp.Plo
  680. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowFactoryIterator.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowFactoryIterator.pypp.Tpo -c -o PyCEGUI_la-WindowFactoryIterator.pypp.lo `test -f 'output/CEGUI/WindowFactoryIterator.pypp.cpp' || echo './'`output/CEGUI/WindowFactoryIterator.pypp.cpp
  681. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowFactoryIterator.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowFactoryIterator.pypp.Tpo -c output/CEGUI/WindowFactoryIterator.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowFactoryIterator.pypp.o
  682. mv -f .deps/PyCEGUI_la-WindowFactoryIterator.pypp.Tpo .deps/PyCEGUI_la-WindowFactoryIterator.pypp.Plo
  683. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowFactoryManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowFactoryManager.pypp.Tpo -c -o PyCEGUI_la-WindowFactoryManager.pypp.lo `test -f 'output/CEGUI/WindowFactoryManager.pypp.cpp' || echo './'`output/CEGUI/WindowFactoryManager.pypp.cpp
  684. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowFactoryManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowFactoryManager.pypp.Tpo -c output/CEGUI/WindowFactoryManager.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowFactoryManager.pypp.o
  685. mv -f .deps/PyCEGUI_la-WindowFactoryManager.pypp.Tpo .deps/PyCEGUI_la-WindowFactoryManager.pypp.Plo
  686. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowFactory.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowFactory.pypp.Tpo -c -o PyCEGUI_la-WindowFactory.pypp.lo `test -f 'output/CEGUI/WindowFactory.pypp.cpp' || echo './'`output/CEGUI/WindowFactory.pypp.cpp
  687. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowFactory.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowFactory.pypp.Tpo -c output/CEGUI/WindowFactory.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowFactory.pypp.o
  688. mv -f .deps/PyCEGUI_la-WindowFactory.pypp.Tpo .deps/PyCEGUI_la-WindowFactory.pypp.Plo
  689. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowIterator.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowIterator.pypp.Tpo -c -o PyCEGUI_la-WindowIterator.pypp.lo `test -f 'output/CEGUI/WindowIterator.pypp.cpp' || echo './'`output/CEGUI/WindowIterator.pypp.cpp
  690. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowIterator.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowIterator.pypp.Tpo -c output/CEGUI/WindowIterator.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowIterator.pypp.o
  691. mv -f .deps/PyCEGUI_la-WindowIterator.pypp.Tpo .deps/PyCEGUI_la-WindowIterator.pypp.Plo
  692. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowManager.pypp.Tpo -c -o PyCEGUI_la-WindowManager.pypp.lo `test -f 'output/CEGUI/WindowManager.pypp.cpp' || echo './'`output/CEGUI/WindowManager.pypp.cpp
  693. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowManager.pypp.Tpo -c output/CEGUI/WindowManager.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowManager.pypp.o
  694. mv -f .deps/PyCEGUI_la-WindowManager.pypp.Tpo .deps/PyCEGUI_la-WindowManager.pypp.Plo
  695. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Window.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Window.pypp.Tpo -c -o PyCEGUI_la-Window.pypp.lo `test -f 'output/CEGUI/Window.pypp.cpp' || echo './'`output/CEGUI/Window.pypp.cpp
  696. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-Window.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-Window.pypp.Tpo -c output/CEGUI/Window.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-Window.pypp.o
  697. output/CEGUI/Window.pypp.cpp: In function 'void register_Window_class()':
  698. output/CEGUI/Window.pypp.cpp:236:6: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
  699. mv -f .deps/PyCEGUI_la-Window.pypp.Tpo .deps/PyCEGUI_la-Window.pypp.Plo
  700. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowRendererFactory.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowRendererFactory.pypp.Tpo -c -o PyCEGUI_la-WindowRendererFactory.pypp.lo `test -f 'output/CEGUI/WindowRendererFactory.pypp.cpp' || echo './'`output/CEGUI/WindowRendererFactory.pypp.cpp
  701. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowRendererFactory.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowRendererFactory.pypp.Tpo -c output/CEGUI/WindowRendererFactory.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowRendererFactory.pypp.o
  702. mv -f .deps/PyCEGUI_la-WindowRendererFactory.pypp.Tpo .deps/PyCEGUI_la-WindowRendererFactory.pypp.Plo
  703. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowRendererManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowRendererManager.pypp.Tpo -c -o PyCEGUI_la-WindowRendererManager.pypp.lo `test -f 'output/CEGUI/WindowRendererManager.pypp.cpp' || echo './'`output/CEGUI/WindowRendererManager.pypp.cpp
  704. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowRendererManager.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowRendererManager.pypp.Tpo -c output/CEGUI/WindowRendererManager.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowRendererManager.pypp.o
  705. mv -f .deps/PyCEGUI_la-WindowRendererManager.pypp.Tpo .deps/PyCEGUI_la-WindowRendererManager.pypp.Plo
  706. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowRenderer.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowRenderer.pypp.Tpo -c -o PyCEGUI_la-WindowRenderer.pypp.lo `test -f 'output/CEGUI/WindowRenderer.pypp.cpp' || echo './'`output/CEGUI/WindowRenderer.pypp.cpp
  707. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-WindowRenderer.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-WindowRenderer.pypp.Tpo -c output/CEGUI/WindowRenderer.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-WindowRenderer.pypp.o
  708. mv -f .deps/PyCEGUI_la-WindowRenderer.pypp.Tpo .deps/PyCEGUI_la-WindowRenderer.pypp.Plo
  709. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLAttributes.pypp.lo
  710. -MD -MP -MF .deps/PyCEGUI_la-XMLAttributes.pypp.Tpo -c -o PyCEGUI_la-XMLAttributes.pypp.lo `test -f 'output/CEGUI/XMLAttributes.pypp.cpp' || echo './'`output/CEGUI/XMLAttributes.pypp.cpp
  711. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLAttributes.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLAttributes.pypp.Tpo -c output/CEGUI/XMLAttributes.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-XMLAttributes.pypp.o
  712. mv -f .deps/PyCEGUI_la-XMLAttributes.pypp.Tpo .deps/PyCEGUI_la-XMLAttributes.pypp.Plo
  713. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLHandler.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLHandler.pypp.Tpo -c -o PyCEGUI_la-XMLHandler.pypp.lo `test -f 'output/CEGUI/XMLHandler.pypp.cpp' || echo './'`output/CEGUI/XMLHandler.pypp.cpp
  714. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLHandler.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLHandler.pypp.Tpo -c output/CEGUI/XMLHandler.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-XMLHandler.pypp.o
  715. mv -f .deps/PyCEGUI_la-XMLHandler.pypp.Tpo .deps/PyCEGUI_la-XMLHandler.pypp.Plo
  716. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLParser.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLParser.pypp.Tpo -c -o PyCEGUI_la-XMLParser.pypp.lo `test -f 'output/CEGUI/XMLParser.pypp.cpp' || echo './'`output/CEGUI/XMLParser.pypp.cpp
  717. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLParser.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLParser.pypp.Tpo -c output/CEGUI/XMLParser.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-XMLParser.pypp.o
  718. mv -f .deps/PyCEGUI_la-XMLParser.pypp.Tpo .deps/PyCEGUI_la-XMLParser.pypp.Plo
  719. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLSerializer.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLSerializer.pypp.Tpo -c -o PyCEGUI_la-XMLSerializer.pypp.lo `test -f 'output/CEGUI/XMLSerializer.pypp.cpp' || echo './'`output/CEGUI/XMLSerializer.pypp.cpp
  720. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUI_la-XMLSerializer.pypp.lo -MD -MP -MF .deps/PyCEGUI_la-XMLSerializer.pypp.Tpo -c output/CEGUI/XMLSerializer.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUI_la-XMLSerializer.pypp.o
  721. mv -f .deps/PyCEGUI_la-XMLSerializer.pypp.Tpo .deps/PyCEGUI_la-XMLSerializer.pypp.Plo
  722. /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -g -O2 -module -avoid-version -o PyCEGUI.la -rpath /home/andrzejl/test/lib/python2.6/site-packages PyCEGUI_la-AbsoluteDim.pypp.lo PyCEGUI_la-ActivationEventArgs.pypp.lo PyCEGUI_la-Affector.pypp.lo PyCEGUI_la-AnimationEventArgs.pypp.lo PyCEGUI_la-AnimationInstance.pypp.lo PyCEGUI_la-AnimationManager.pypp.lo PyCEGUI_la-Animation.pypp.lo PyCEGUI_la-BaseDim.pypp.lo PyCEGUI_la-BasicRenderedStringParser.pypp.lo PyCEGUI_la-BiDiVisualMapping.pypp.lo PyCEGUI_la-BoundSlot.pypp.lo PyCEGUI_la-ButtonBase.pypp.lo PyCEGUI_la-PyCEGUI_enumerations.pypp.lo PyCEGUI_la-PyCEGUI.main.lo PyCEGUI_la-CentredRenderedString.pypp.lo PyCEGUI_la-Checkbox.pypp.lo PyCEGUI_la-colour.pypp.lo PyCEGUI_la-ColourRect.pypp.lo PyCEGUI_la-Combobox.pypp.lo PyCEGUI_la-ComboDropList.pypp.lo PyCEGUI_la-ComponentArea.pypp.lo PyCEGUI_la-Connection.pypp.lo PyCEGUI_la-CoordConverter.pypp.lo PyCEGUI_la-DefaultLogger.pypp.lo PyCEGUI_la-DefaultResourceProvider.pypp.lo PyCEGUI_la-Dimension.pypp.lo PyCEGUI_la-DisplayEventArgs.pypp.lo PyCEGUI_la-DragContainer.pypp.lo PyCEGUI_la-DragDropEventArgs.pypp.lo PyCEGUI_la-Editbox.pypp.lo PyCEGUI_la-EventArgs.pypp.lo PyCEGUI_la-EventIterator.pypp.lo PyCEGUI_la-Event.pypp.lo PyCEGUI_la-EventSet.pypp.lo PyCEGUI_la-FalagardComponentBase.pypp.lo PyCEGUI_la-FalagardMappingIterator.pypp.lo PyCEGUI_la-FalagardXMLHelper.pypp.lo PyCEGUI_la-FontDim.pypp.lo PyCEGUI_la-FontGlyph.pypp.lo PyCEGUI_la-FontIterator.pypp.lo PyCEGUI_la-FontManager.pypp.lo PyCEGUI_la-Font.pypp.lo PyCEGUI_la-FrameComponent.pypp.lo PyCEGUI_la-FrameWindow.pypp.lo PyCEGUI_la-GeometryBuffer.pypp.lo PyCEGUI_la-GlobalEventSet.pypp.lo PyCEGUI_la-GridLayoutContainer.pypp.lo PyCEGUI_la-GroupBox.pypp.lo PyCEGUI_la-GUISheet.pypp.lo PyCEGUI_la-HeaderSequenceEventArgs.pypp.lo PyCEGUI_la-HorizontalLayoutContainer.pypp.lo PyCEGUI_la-ImageCodec.pypp.lo PyCEGUI_la-ImageDim.pypp.lo PyCEGUI_la-ImageIterator.pypp.lo PyCEGUI_la-Image.pypp.lo PyCEGUI_la-ImageryComponent.pypp.lo PyCEGUI_la-ImagerySection.pypp.lo PyCEGUI_la-ImagesetIterator.pypp.lo PyCEGUI_la-ImagesetManager.pypp.lo PyCEGUI_la-Imageset.pypp.lo PyCEGUI_la-Interpolator.pypp.lo PyCEGUI_la-ItemEntry.pypp.lo PyCEGUI_la-ItemListBase.pypp.lo PyCEGUI_la-ItemListbox.pypp.lo PyCEGUI_la-KeyEventArgs.pypp.lo PyCEGUI_la-KeyFrame.pypp.lo PyCEGUI_la-Key.pypp.lo PyCEGUI_la-LayerSpecification.pypp.lo PyCEGUI_la-LayoutContainer.pypp.lo PyCEGUI_la-LBItemList.pypp.lo PyCEGUI_la-LineList.pypp.lo PyCEGUI_la-ListboxItem.pypp.lo PyCEGUI_la-Listbox.pypp.lo PyCEGUI_la-ListboxTextItem.pypp.lo PyCEGUI_la-ListHeader.pypp.lo PyCEGUI_la-ListHeaderSegment.pypp.lo PyCEGUI_la-Logger.pypp.lo PyCEGUI_la-MCLGridRef.pypp.lo PyCEGUI_la-Menubar.pypp.lo PyCEGUI_la-MenuBase.pypp.lo PyCEGUI_la-MenuItem.pypp.lo PyCEGUI_la-MouseCursorEventArgs.pypp.lo PyCEGUI_la-MouseCursor.pypp.lo PyCEGUI_la-MouseEventArgs.pypp.lo PyCEGUI_la-MultiColumnList.pypp.lo PyCEGUI_la-MultiLineEditbox.pypp.lo PyCEGUI_la-NamedArea.pypp.lo PyCEGUI_la-NamedXMLResourceManagerFont.pypp.lo PyCEGUI_la-NamedXMLResourceManagerImageset.pypp.lo PyCEGUI_la-NamedXMLResourceManagerScheme.pypp.lo PyCEGUI_la-PopupMenu.pypp.lo PyCEGUI_la-ProgressBar.pypp.lo PyCEGUI_la-PropertyDefinitionBase.pypp.lo PyCEGUI_la-PropertyDefinitionList.pypp.lo PyCEGUI_la-PropertyDefinition.pypp.lo PyCEGUI_la-PropertyDim.pypp.lo PyCEGUI_la-PropertyHelper.pypp.lo PyCEGUI_la-PropertyInitialiser.pypp.lo PyCEGUI_la-PropertyInitialiserVector.pypp.lo PyCEGUI_la-PropertyIterator.pypp.lo PyCEGUI_la-PropertyLinkDefinitionList.pypp.lo PyCEGUI_la-PropertyLinkDefinition.pypp.lo PyCEGUI_la-Property.pypp.lo PyCEGUI_la-PropertyReceiver.pypp.lo PyCEGUI_la-PropertySet.pypp.lo PyCEGUI_la-PushButton.pypp.lo PyCEGUI_la-RadioButton.pypp.lo PyCEGUI_la-RawDataContainer.pypp.lo PyCEGUI_la-Rect.pypp.lo PyCEGUI_la-RenderedStringComponent.pypp.lo PyCEGUI_la-RenderedStringImageComponent.pypp.lo PyCEGUI_la-RenderedStringParser.pypp.lo PyCEGUI_la-RenderedString.pypp.lo PyCEGUI_la-RenderedStringTextComponent.pypp.lo PyCEGUI_la-RenderedStringWidgetComponent.pypp.lo PyCEGUI_la-RenderEffectFactory.pypp.lo PyCEGUI_la-RenderEffectManager.pypp.lo PyCEGUI_la-RenderEffect.pypp.lo PyCEGUI_la-Renderer.pypp.lo PyCEGUI_la-RenderingContext.pypp.lo PyCEGUI_la-RenderingRoot.pypp.lo PyCEGUI_la-RenderingSurface.pypp.lo PyCEGUI_la-RenderingWindow.pypp.lo PyCEGUI_la-RenderQueueEventArgs.pypp.lo PyCEGUI_la-RenderQueue.pypp.lo PyCEGUI_la-RenderTarget.pypp.lo PyCEGUI_la-ResourceEventArgs.pypp.lo PyCEGUI_la-ResourceEventSet.pypp.lo PyCEGUI_la-ResourceProvider.pypp.lo PyCEGUI_la-SchemeIterator.pypp.lo PyCEGUI_la-SchemeManager.pypp.lo PyCEGUI_la-Scheme.pypp.lo PyCEGUI_la-ScriptModule.pypp.lo PyCEGUI_la-ScrollablePane.pypp.lo PyCEGUI_la-Scrollbar.pypp.lo PyCEGUI_la-ScrolledContainer.pypp.lo PyCEGUI_la-ScrolledItemListBase.pypp.lo PyCEGUI_la-SectionSpecification.pypp.lo PyCEGUI_la-SequentialLayoutContainer.pypp.lo PyCEGUI_la-SingletonAnimationManager.pypp.lo PyCEGUI_la-SingletonFontManager.pypp.lo PyCEGUI_la-SingletonGlobalEventSet.pypp.lo PyCEGUI_la-SingletonImagesetManager.pypp.lo PyCEGUI_la-SingletonLogger.pypp.lo PyCEGUI_la-SingletonMouseCursor.pypp.lo PyCEGUI_la-SingletonRenderEffectManager.pypp.lo PyCEGUI_la-SingletonSchemeManager.pypp.lo PyCEGUI_la-SingletonSystem.pypp.lo PyCEGUI_la-SingletonWidgetLookManager.pypp.lo PyCEGUI_la-SingletonWindowFactoryManager.pypp.lo PyCEGUI_la-SingletonWindowManager.pypp.lo PyCEGUI_la-SingletonWindowRendererManager.pypp.lo PyCEGUI_la-Size.pypp.lo PyCEGUI_la-Slider.pypp.lo PyCEGUI_la-Spinner.pypp.lo PyCEGUI_la-StateImagery.pypp.lo PyCEGUI_la-StdPairFloatFloat.pypp.lo PyCEGUI_la-StrIndexList.pypp.lo PyCEGUI_la-Subscriber.pypp.lo PyCEGUI_la-System.pypp.lo PyCEGUI_la-TabButton.pypp.lo PyCEGUI_la-TabControl.pypp.lo PyCEGUI_la-TargetTypeStack.pypp.lo PyCEGUI_la-TextComponent.pypp.lo PyCEGUI_la-Texture.pypp.lo PyCEGUI_la-TextureTarget.pypp.lo PyCEGUI_la-TextUtils.pypp.lo PyCEGUI_la-Thumb.pypp.lo PyCEGUI_la-Titlebar.pypp.lo PyCEGUI_la-Tooltip.pypp.lo PyCEGUI_la-TreeEventArgs.pypp.lo PyCEGUI_la-TreeItem.pypp.lo PyCEGUI_la-Tree.pypp.lo PyCEGUI_la-TypeAliasIterator.pypp.lo PyCEGUI_la-UBox.pypp.lo PyCEGUI_la-UDim.pypp.lo PyCEGUI_la-UnifiedDim.pypp.lo PyCEGUI_la-UpdateEventArgs.pypp.lo PyCEGUI_la-URect.pypp.lo PyCEGUI_la-UVector2.pypp.lo PyCEGUI_la-Vector2.pypp.lo PyCEGUI_la-Vector3.pypp.lo PyCEGUI_la-Vertex.pypp.lo PyCEGUI_la-VerticalLayoutContainer.pypp.lo PyCEGUI_la-WidgetComponent.pypp.lo PyCEGUI_la-WidgetDim.pypp.lo PyCEGUI_la-WidgetLookFeel.pypp.lo PyCEGUI_la-WidgetLookManager.pypp.lo PyCEGUI_la-WindowEventArgs.pypp.lo PyCEGUI_la-WindowFactoryIterator.pypp.lo PyCEGUI_la-WindowFactoryManager.pypp.lo PyCEGUI_la-WindowFactory.pypp.lo PyCEGUI_la-WindowIterator.pypp.lo PyCEGUI_la-WindowManager.pypp.lo PyCEGUI_la-Window.pypp.lo PyCEGUI_la-WindowRendererFactory.pypp.lo PyCEGUI_la-WindowRendererManager.pypp.lo PyCEGUI_la-WindowRenderer.pypp.lo PyCEGUI_la-XMLAttributes.pypp.lo PyCEGUI_la-XMLHandler.pypp.lo PyCEGUI_la-XMLParser.pypp.lo PyCEGUI_la-XMLSerializer.pypp.lo ../../../../../cegui/src/libCEGUIBase.la -lpython2.6 -lboost_python -lpthread -ldl
  723. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/PyCEGUI_la-AbsoluteDim.pypp.o .libs/PyCEGUI_la-ActivationEventArgs.pypp.o .libs/PyCEGUI_la-Affector.pypp.o .libs/PyCEGUI_la-AnimationEventArgs.pypp.o .libs/PyCEGUI_la-AnimationInstance.pypp.o .libs/PyCEGUI_la-AnimationManager.pypp.o .libs/PyCEGUI_la-Animation.pypp.o .libs/PyCEGUI_la-BaseDim.pypp.o .libs/PyCEGUI_la-BasicRenderedStringParser.pypp.o .libs/PyCEGUI_la-BiDiVisualMapping.pypp.o .libs/PyCEGUI_la-BoundSlot.pypp.o .libs/PyCEGUI_la-ButtonBase.pypp.o .libs/PyCEGUI_la-PyCEGUI_enumerations.pypp.o .libs/PyCEGUI_la-PyCEGUI.main.o .libs/PyCEGUI_la-CentredRenderedString.pypp.o .libs/PyCEGUI_la-Checkbox.pypp.o .libs/PyCEGUI_la-colour.pypp.o .libs/PyCEGUI_la-ColourRect.pypp.o .libs/PyCEGUI_la-Combobox.pypp.o .libs/PyCEGUI_la-ComboDropList.pypp.o .libs/PyCEGUI_la-ComponentArea.pypp.o .libs/PyCEGUI_la-Connection.pypp.o .libs/PyCEGUI_la-CoordConverter.pypp.o .libs/PyCEGUI_la-DefaultLogger.pypp.o .libs/PyCEGUI_la-DefaultResourceProvider.pypp.o .libs/PyCEGUI_la-Dimension.pypp.o .libs/PyCEGUI_la-DisplayEventArgs.pypp.o .libs/PyCEGUI_la-DragContainer.pypp.o .libs/PyCEGUI_la-DragDropEventArgs.pypp.o .libs/PyCEGUI_la-Editbox.pypp.o .libs/PyCEGUI_la-EventArgs.pypp.o .libs/PyCEGUI_la-EventIterator.pypp.o .libs/PyCEGUI_la-Event.pypp.o .libs/PyCEGUI_la-EventSet.pypp.o .libs/PyCEGUI_la-FalagardComponentBase.pypp.o .libs/PyCEGUI_la-FalagardMappingIterator.pypp.o .libs/PyCEGUI_la-FalagardXMLHelper.pypp.o .libs/PyCEGUI_la-FontDim.pypp.o .libs/PyCEGUI_la-FontGlyph.pypp.o .libs/PyCEGUI_la-FontIterator.pypp.o .libs/PyCEGUI_la-FontManager.pypp.o .libs/PyCEGUI_la-Font.pypp.o .libs/PyCEGUI_la-FrameComponent.pypp.o .libs/PyCEGUI_la-FrameWindow.pypp.o .libs/PyCEGUI_la-GeometryBuffer.pypp.o .libs/PyCEGUI_la-GlobalEventSet.pypp.o .libs/PyCEGUI_la-GridLayoutContainer.pypp.o .libs/PyCEGUI_la-GroupBox.pypp.o .libs/PyCEGUI_la-GUISheet.pypp.o .libs/PyCEGUI_la-HeaderSequenceEventArgs.pypp.o .libs/PyCEGUI_la-HorizontalLayoutContainer.pypp.o .libs/PyCEGUI_la-ImageCodec.pypp.o .libs/PyCEGUI_la-ImageDim.pypp.o .libs/PyCEGUI_la-ImageIterator.pypp.o .libs/PyCEGUI_la-Image.pypp.o .libs/PyCEGUI_la-ImageryComponent.pypp.o .libs/PyCEGUI_la-ImagerySection.pypp.o .libs/PyCEGUI_la-ImagesetIterator.pypp.o .libs/PyCEGUI_la-ImagesetManager.pypp.o .libs/PyCEGUI_la-Imageset.pypp.o .libs/PyCEGUI_la-Interpolator.pypp.o .libs/PyCEGUI_la-ItemEntry.pypp.o .libs/PyCEGUI_la-ItemListBase.pypp.o .libs/PyCEGUI_la-ItemListbox.pypp.o .libs/PyCEGUI_la-KeyEventArgs.pypp.o .libs/PyCEGUI_la-KeyFrame.pypp.o .libs/PyCEGUI_la-Key.pypp.o .libs/PyCEGUI_la-LayerSpecification.pypp.o .libs/PyCEGUI_la-LayoutContainer.pypp.o .libs/PyCEGUI_la-LBItemList.pypp.o .libs/PyCEGUI_la-LineList.pypp.o .libs/PyCEGUI_la-ListboxItem.pypp.o .libs/PyCEGUI_la-Listbox.pypp.o .libs/PyCEGUI_la-ListboxTextItem.pypp.o .libs/PyCEGUI_la-ListHeader.pypp.o .libs/PyCEGUI_la-ListHeaderSegment.pypp.o .libs/PyCEGUI_la-Logger.pypp.o .libs/PyCEGUI_la-MCLGridRef.pypp.o .libs/PyCEGUI_la-Menubar.pypp.o .libs/PyCEGUI_la-MenuBase.pypp.o .libs/PyCEGUI_la-MenuItem.pypp.o .libs/PyCEGUI_la-MouseCursorEventArgs.pypp.o .libs/PyCEGUI_la-MouseCursor.pypp.o .libs/PyCEGUI_la-MouseEventArgs.pypp.o .libs/PyCEGUI_la-MultiColumnList.pypp.o .libs/PyCEGUI_la-MultiLineEditbox.pypp.o .libs/PyCEGUI_la-NamedArea.pypp.o .libs/PyCEGUI_la-NamedXMLResourceManagerFont.pypp.o .libs/PyCEGUI_la-NamedXMLResourceManagerImageset.pypp.o .libs/PyCEGUI_la-NamedXMLResourceManagerScheme.pypp.o .libs/PyCEGUI_la-PopupMenu.pypp.o .libs/PyCEGUI_la-ProgressBar.pypp.o .libs/PyCEGUI_la-PropertyDefinitionBase.pypp.o .libs/PyCEGUI_la-PropertyDefinitionList.pypp.o .libs/PyCEGUI_la-PropertyDefinition.pypp.o .libs/PyCEGUI_la-PropertyDim.pypp.o .libs/PyCEGUI_la-PropertyHelper.pypp.o .libs/PyCEGUI_la-PropertyInitialiser.pypp.o .libs/PyCEGUI_la-PropertyInitialiserVector.pypp.o .libs/PyCEGUI_la-PropertyIterator.pypp.o .libs/PyCEGUI_la-PropertyLinkDefinitionList.pypp.o .libs/PyCEGUI_la-PropertyLinkDefinition.pypp.o .libs/PyCEGUI_la-Property.pypp.o .libs/PyCEGUI_la-PropertyReceiver.pypp.o .libs/PyCEGUI_la-PropertySet.pypp.o .libs/PyCEGUI_la-PushButton.pypp.o .libs/PyCEGUI_la-RadioButton.pypp.o .libs/PyCEGUI_la-RawDataContainer.pypp.o .libs/PyCEGUI_la-Rect.pypp.o .libs/PyCEGUI_la-RenderedStringComponent.pypp.o .libs/PyCEGUI_la-RenderedStringImageComponent.pypp.o .libs/PyCEGUI_la-RenderedStringParser.pypp.o .libs/PyCEGUI_la-RenderedString.pypp.o .libs/PyCEGUI_la-RenderedStringTextComponent.pypp.o .libs/PyCEGUI_la-RenderedStringWidgetComponent.pypp.o .libs/PyCEGUI_la-RenderEffectFactory.pypp.o .libs/PyCEGUI_la-RenderEffectManager.pypp.o .libs/PyCEGUI_la-RenderEffect.pypp.o .libs/PyCEGUI_la-Renderer.pypp.o .libs/PyCEGUI_la-RenderingContext.pypp.o .libs/PyCEGUI_la-RenderingRoot.pypp.o .libs/PyCEGUI_la-RenderingSurface.pypp.o .libs/PyCEGUI_la-RenderingWindow.pypp.o .libs/PyCEGUI_la-RenderQueueEventArgs.pypp.o .libs/PyCEGUI_la-RenderQueue.pypp.o .libs/PyCEGUI_la-RenderTarget.pypp.o .libs/PyCEGUI_la-ResourceEventArgs.pypp.o .libs/PyCEGUI_la-ResourceEventSet.pypp.o .libs/PyCEGUI_la-ResourceProvider.pypp.o .libs/PyCEGUI_la-SchemeIterator.pypp.o .libs/PyCEGUI_la-SchemeManager.pypp.o .libs/PyCEGUI_la-Scheme.pypp.o .libs/PyCEGUI_la-ScriptModule.pypp.o .libs/PyCEGUI_la-ScrollablePane.pypp.o .libs/PyCEGUI_la-Scrollbar.pypp.o .libs/PyCEGUI_la-ScrolledContainer.pypp.o .libs/PyCEGUI_la-ScrolledItemListBase.pypp.o .libs/PyCEGUI_la-SectionSpecification.pypp.o .libs/PyCEGUI_la-SequentialLayoutContainer.pypp.o .libs/PyCEGUI_la-SingletonAnimationManager.pypp.o .libs/PyCEGUI_la-SingletonFontManager.pypp.o .libs/PyCEGUI_la-SingletonGlobalEventSet.pypp.o .libs/PyCEGUI_la-SingletonImagesetManager.pypp.o .libs/PyCEGUI_la-SingletonLogger.pypp.o .libs/PyCEGUI_la-SingletonMouseCursor.pypp.o .libs/PyCEGUI_la-SingletonRenderEffectManager.pypp.o .libs/PyCEGUI_la-SingletonSchemeManager.pypp.o .libs/PyCEGUI_la-SingletonSystem.pypp.o .libs/PyCEGUI_la-SingletonWidgetLookManager.pypp.o .libs/PyCEGUI_la-SingletonWindowFactoryManager.pypp.o .libs/PyCEGUI_la-SingletonWindowManager.pypp.o .libs/PyCEGUI_la-SingletonWindowRendererManager.pypp.o .libs/PyCEGUI_la-Size.pypp.o .libs/PyCEGUI_la-Slider.pypp.o .libs/PyCEGUI_la-Spinner.pypp.o .libs/PyCEGUI_la-StateImagery.pypp.o .libs/PyCEGUI_la-StdPairFloatFloat.pypp.o .libs/PyCEGUI_la-StrIndexList.pypp.o .libs/PyCEGUI_la-Subscriber.pypp.o .libs/PyCEGUI_la-System.pypp.o .libs/PyCEGUI_la-TabButton.pypp.o .libs/PyCEGUI_la-TabControl.pypp.o .libs/PyCEGUI_la-TargetTypeStack.pypp.o .libs/PyCEGUI_la-TextComponent.pypp.o .libs/PyCEGUI_la-Texture.pypp.o .libs/PyCEGUI_la-TextureTarget.pypp.o .libs/PyCEGUI_la-TextUtils.pypp.o .libs/PyCEGUI_la-Thumb.pypp.o .libs/PyCEGUI_la-Titlebar.pypp.o .libs/PyCEGUI_la-Tooltip.pypp.o .libs/PyCEGUI_la-TreeEventArgs.pypp.o .libs/PyCEGUI_la-TreeItem.pypp.o .libs/PyCEGUI_la-Tree.pypp.o .libs/PyCEGUI_la-TypeAliasIterator.pypp.o .libs/PyCEGUI_la-UBox.pypp.o .libs/PyCEGUI_la-UDim.pypp.o .libs/PyCEGUI_la-UnifiedDim.pypp.o .libs/PyCEGUI_la-UpdateEventArgs.pypp.o .libs/PyCEGUI_la-URect.pypp.o .libs/PyCEGUI_la-UVector2.pypp.o .libs/PyCEGUI_la-Vector2.pypp.o .libs/PyCEGUI_la-Vector3.pypp.o .libs/PyCEGUI_la-Vertex.pypp.o .libs/PyCEGUI_la-VerticalLayoutContainer.pypp.o .libs/PyCEGUI_la-WidgetComponent.pypp.o .libs/PyCEGUI_la-WidgetDim.pypp.o .libs/PyCEGUI_la-WidgetLookFeel.pypp.o .libs/PyCEGUI_la-WidgetLookManager.pypp.o .libs/PyCEGUI_la-WindowEventArgs.pypp.o .libs/PyCEGUI_la-WindowFactoryIterator.pypp.o .libs/PyCEGUI_la-WindowFactoryManager.pypp.o .libs/PyCEGUI_la-WindowFactory.pypp.o .libs/PyCEGUI_la-WindowIterator.pypp.o .libs/PyCEGUI_la-WindowManager.pypp.o .libs/PyCEGUI_la-Window.pypp.o .libs/PyCEGUI_la-WindowRendererFactory.pypp.o .libs/PyCEGUI_la-WindowRendererManager.pypp.o .libs/PyCEGUI_la-WindowRenderer.pypp.o .libs/PyCEGUI_la-XMLAttributes.pypp.o .libs/PyCEGUI_la-XMLHandler.pypp.o .libs/PyCEGUI_la-XMLParser.pypp.o .libs/PyCEGUI_la-XMLSerializer.pypp.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../../cegui/src/.libs/libCEGUIBase.so -lpython2.6 -lboost_python -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,PyCEGUI.so -o .libs/PyCEGUI.so
  724. libtool: link: ( cd ".libs" && rm -f "PyCEGUI.la" && ln -s "../PyCEGUI.la" "PyCEGUI.la" )
  725. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.lo -MD -MP -MF .deps/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.Tpo -c -o PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.lo `test -f 'output/CEGUIOpenGLRenderer/PyCEGUIOpenGLRenderer.main.cpp' || echo './'`output/CEGUIOpenGLRenderer/PyCEGUIOpenGLRenderer.main.cpp
  726. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.lo -MD -MP -MF .deps/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.Tpo -c output/CEGUIOpenGLRenderer/PyCEGUIOpenGLRenderer.main.cpp -fPIC -DPIC -o .libs/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.o
  727. mv -f .deps/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.Tpo .deps/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.Plo
  728. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.lo -MD -MP -MF .deps/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.Tpo -c -o PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.lo `test -f 'output/CEGUIOpenGLRenderer/OpenGLRenderer.pypp.cpp' || echo './'`output/CEGUIOpenGLRenderer/OpenGLRenderer.pypp.cpp
  729. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.lo -MD -MP -MF .deps/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.Tpo -c output/CEGUIOpenGLRenderer/OpenGLRenderer.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.o
  730. mv -f .deps/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.Tpo .deps/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.Plo
  731. /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -g -O2 -module -avoid-version -o PyCEGUIOpenGLRenderer.la -rpath /home/andrzejl/test/lib/python2.6/site-packages PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.lo PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.lo ../../../../../cegui/src/libCEGUIBase.la ../../../../../cegui/src/RendererModules/OpenGL/libCEGUIOpenGLRenderer.la -lpython2.6 -lboost_python -lpthread -ldl
  732. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.o .libs/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../../cegui/src/.libs/libCEGUIBase.so ../../../../../cegui/src/RendererModules/OpenGL/.libs/libCEGUIOpenGLRenderer.so -lpython2.6 -lboost_python -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,PyCEGUIOpenGLRenderer.so -o .libs/PyCEGUIOpenGLRenderer.so
  733. libtool: link: ( cd ".libs" && rm -f "PyCEGUIOpenGLRenderer.la" && ln -s "../PyCEGUIOpenGLRenderer.la" "PyCEGUIOpenGLRenderer.la" )
  734. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.Tpo -c -o PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.lo `test -f 'output/CEGUIOgreRenderer/OgreImageCodec.pypp.cpp' || echo './'`output/CEGUIOgreRenderer/OgreImageCodec.pypp.cpp
  735. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.Tpo -c output/CEGUIOgreRenderer/OgreImageCodec.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.o
  736. mv -f .deps/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.Tpo .deps/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.Plo
  737. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-OgreRenderer.pypp.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.Tpo -c -o PyCEGUIOgreRenderer_la-OgreRenderer.pypp.lo `test -f 'output/CEGUIOgreRenderer/OgreRenderer.pypp.cpp' || echo './'`output/CEGUIOgreRenderer/OgreRenderer.pypp.cpp
  738. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-OgreRenderer.pypp.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.Tpo -c output/CEGUIOgreRenderer/OgreRenderer.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.o
  739. mv -f .deps/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.Tpo .deps/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.Plo
  740. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.Tpo -c -o PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.lo `test -f 'output/CEGUIOgreRenderer/OgreResourceProvider.pypp.cpp' || echo './'`output/CEGUIOgreRenderer/OgreResourceProvider.pypp.cpp
  741. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.Tpo -c output/CEGUIOgreRenderer/OgreResourceProvider.pypp.cpp -fPIC -DPIC -o .libs/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.o
  742. mv -f .deps/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.Tpo .deps/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.Plo
  743. /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.Tpo -c -o PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.lo `test -f 'output/CEGUIOgreRenderer/PyCEGUIOgreRenderer.main.cpp' || echo './'`output/CEGUIOgreRenderer/PyCEGUIOgreRenderer.main.cpp
  744. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../cegui/include -I../../../../../cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI -I../../../../../cegui/include -I/usr/include/python2.6 -fvisibility=hidden -g -O2 -MT PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.lo -MD -MP -MF .deps/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.Tpo -c output/CEGUIOgreRenderer/PyCEGUIOgreRenderer.main.cpp -fPIC -DPIC -o .libs/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.o
  745. mv -f .deps/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.Tpo .deps/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.Plo
  746. /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden -g -O2 -module -avoid-version -o PyCEGUIOgreRenderer.la -rpath /home/andrzejl/test/lib/python2.6/site-packages PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.lo PyCEGUIOgreRenderer_la-OgreRenderer.pypp.lo PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.lo PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.lo ../../../../../cegui/src/libCEGUIBase.la ../../../../../cegui/src/RendererModules/Ogre/libCEGUIOgreRenderer.la -lpython2.6 -lboost_python -lpthread -ldl
  747. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.o .libs/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.o .libs/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.o .libs/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../../cegui/src/.libs/libCEGUIBase.so ../../../../../cegui/src/RendererModules/Ogre/.libs/libCEGUIOgreRenderer.so -lpython2.6 -lboost_python -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,PyCEGUIOgreRenderer.so -o .libs/PyCEGUIOgreRenderer.so
  748. libtool: link: ( cd ".libs" && rm -f "PyCEGUIOgreRenderer.la" && ln -s "../PyCEGUIOgreRenderer.la" "PyCEGUIOgreRenderer.la" )
  749. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings'
  750. Making all in .
  751. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  752. make[5]: Nothing to be done for `all-am'.
  753. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  754. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  755. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  756. Making all in WindowRendererSets
  757. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  758. Making all in Falagard
  759. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard'
  760. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalButton.Tpo -c -o libCEGUIFalagardWRBase_la-FalButton.lo `test -f 'FalButton.cpp' || echo './'`FalButton.cpp
  761. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalButton.Tpo -c FalButton.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalButton.o
  762. mv -f .deps/libCEGUIFalagardWRBase_la-FalButton.Tpo .deps/libCEGUIFalagardWRBase_la-FalButton.Plo
  763. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalToggleButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalToggleButton.Tpo -c -o libCEGUIFalagardWRBase_la-FalToggleButton.lo `test -f 'FalToggleButton.cpp' || echo './'`FalToggleButton.cpp
  764. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalToggleButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalToggleButton.Tpo -c FalToggleButton.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalToggleButton.o
  765. mv -f .deps/libCEGUIFalagardWRBase_la-FalToggleButton.Tpo .deps/libCEGUIFalagardWRBase_la-FalToggleButton.Plo
  766. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalDefault.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalDefault.Tpo -c -o libCEGUIFalagardWRBase_la-FalDefault.lo `test -f 'FalDefault.cpp' || echo './'`FalDefault.cpp
  767. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalDefault.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalDefault.Tpo -c FalDefault.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalDefault.o
  768. mv -f .deps/libCEGUIFalagardWRBase_la-FalDefault.Tpo .deps/libCEGUIFalagardWRBase_la-FalDefault.Plo
  769. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalEditbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalEditbox.Tpo -c -o libCEGUIFalagardWRBase_la-FalEditbox.lo `test -f 'FalEditbox.cpp' || echo './'`FalEditbox.cpp
  770. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalEditbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalEditbox.Tpo -c FalEditbox.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalEditbox.o
  771. mv -f .deps/libCEGUIFalagardWRBase_la-FalEditbox.Tpo .deps/libCEGUIFalagardWRBase_la-FalEditbox.Plo
  772. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalEditboxProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalEditboxProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalEditboxProperties.lo `test -f 'FalEditboxProperties.cpp' || echo './'`FalEditboxProperties.cpp
  773. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalEditboxProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalEditboxProperties.Tpo -c FalEditboxProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalEditboxProperties.o
  774. mv -f .deps/libCEGUIFalagardWRBase_la-FalEditboxProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalEditboxProperties.Plo
  775. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalFrameWindow.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalFrameWindow.Tpo -c -o libCEGUIFalagardWRBase_la-FalFrameWindow.lo `test -f 'FalFrameWindow.cpp' || echo './'`FalFrameWindow.cpp
  776. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalFrameWindow.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalFrameWindow.Tpo -c FalFrameWindow.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalFrameWindow.o
  777. mv -f .deps/libCEGUIFalagardWRBase_la-FalFrameWindow.Tpo .deps/libCEGUIFalagardWRBase_la-FalFrameWindow.Plo
  778. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalItemEntry.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalItemEntry.Tpo -c -o libCEGUIFalagardWRBase_la-FalItemEntry.lo `test -f 'FalItemEntry.cpp' || echo './'`FalItemEntry.cpp
  779. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalItemEntry.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalItemEntry.Tpo -c FalItemEntry.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalItemEntry.o
  780. mv -f .deps/libCEGUIFalagardWRBase_la-FalItemEntry.Tpo .deps/libCEGUIFalagardWRBase_la-FalItemEntry.Plo
  781. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalItemListbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalItemListbox.Tpo -c -o libCEGUIFalagardWRBase_la-FalItemListbox.lo `test -f 'FalItemListbox.cpp' || echo './'`FalItemListbox.cpp
  782. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalItemListbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalItemListbox.Tpo -c FalItemListbox.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalItemListbox.o
  783. mv -f .deps/libCEGUIFalagardWRBase_la-FalItemListbox.Tpo .deps/libCEGUIFalagardWRBase_la-FalItemListbox.Plo
  784. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListHeader.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListHeader.Tpo -c -o libCEGUIFalagardWRBase_la-FalListHeader.lo `test -f 'FalListHeader.cpp' || echo './'`FalListHeader.cpp
  785. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListHeader.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListHeader.Tpo -c FalListHeader.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalListHeader.o
  786. mv -f .deps/libCEGUIFalagardWRBase_la-FalListHeader.Tpo .deps/libCEGUIFalagardWRBase_la-FalListHeader.Plo
  787. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListHeaderProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListHeaderProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalListHeaderProperties.lo `test -f 'FalListHeaderProperties.cpp' || echo './'`FalListHeaderProperties.cpp
  788. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListHeaderProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListHeaderProperties.Tpo -c FalListHeaderProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalListHeaderProperties.o
  789. mv -f .deps/libCEGUIFalagardWRBase_la-FalListHeaderProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalListHeaderProperties.Plo
  790. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListHeaderSegment.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListHeaderSegment.Tpo -c -o libCEGUIFalagardWRBase_la-FalListHeaderSegment.lo `test -f 'FalListHeaderSegment.cpp' || echo './'`FalListHeaderSegment.cpp
  791. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListHeaderSegment.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListHeaderSegment.Tpo -c FalListHeaderSegment.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalListHeaderSegment.o
  792. mv -f .deps/libCEGUIFalagardWRBase_la-FalListHeaderSegment.Tpo .deps/libCEGUIFalagardWRBase_la-FalListHeaderSegment.Plo
  793. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListbox.Tpo -c -o libCEGUIFalagardWRBase_la-FalListbox.lo `test -f 'FalListbox.cpp' || echo './'`FalListbox.cpp
  794. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalListbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalListbox.Tpo -c FalListbox.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalListbox.o
  795. mv -f .deps/libCEGUIFalagardWRBase_la-FalListbox.Tpo .deps/libCEGUIFalagardWRBase_la-FalListbox.Plo
  796. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMenubar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMenubar.Tpo -c -o libCEGUIFalagardWRBase_la-FalMenubar.lo `test -f 'FalMenubar.cpp' || echo './'`FalMenubar.cpp
  797. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMenubar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMenubar.Tpo -c FalMenubar.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalMenubar.o
  798. mv -f .deps/libCEGUIFalagardWRBase_la-FalMenubar.Tpo .deps/libCEGUIFalagardWRBase_la-FalMenubar.Plo
  799. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMenuItem.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMenuItem.Tpo -c -o libCEGUIFalagardWRBase_la-FalMenuItem.lo `test -f 'FalMenuItem.cpp' || echo './'`FalMenuItem.cpp
  800. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMenuItem.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMenuItem.Tpo -c FalMenuItem.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalMenuItem.o
  801. mv -f .deps/libCEGUIFalagardWRBase_la-FalMenuItem.Tpo .deps/libCEGUIFalagardWRBase_la-FalMenuItem.Plo
  802. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalModule.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalModule.Tpo -c -o libCEGUIFalagardWRBase_la-FalModule.lo `test -f 'FalModule.cpp' || echo './'`FalModule.cpp
  803. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalModule.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalModule.Tpo -c FalModule.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalModule.o
  804. mv -f .deps/libCEGUIFalagardWRBase_la-FalModule.Tpo .deps/libCEGUIFalagardWRBase_la-FalModule.Plo
  805. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMultiColumnList.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMultiColumnList.Tpo -c -o libCEGUIFalagardWRBase_la-FalMultiColumnList.lo `test -f 'FalMultiColumnList.cpp' || echo './'`FalMultiColumnList.cpp
  806. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMultiColumnList.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMultiColumnList.Tpo -c FalMultiColumnList.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalMultiColumnList.o
  807. mv -f .deps/libCEGUIFalagardWRBase_la-FalMultiColumnList.Tpo .deps/libCEGUIFalagardWRBase_la-FalMultiColumnList.Plo
  808. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMultiLineEditbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.Tpo -c -o libCEGUIFalagardWRBase_la-FalMultiLineEditbox.lo `test -f 'FalMultiLineEditbox.cpp' || echo './'`FalMultiLineEditbox.cpp
  809. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMultiLineEditbox.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.Tpo -c FalMultiLineEditbox.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.o
  810. mv -f .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.Tpo .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.Plo
  811. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.lo `test -f 'FalMultiLineEditboxProperties.cpp' || echo './'`FalMultiLineEditboxProperties.cpp
  812. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.Tpo -c FalMultiLineEditboxProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.o
  813. mv -f .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.Plo
  814. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalPopupMenu.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalPopupMenu.Tpo -c -o libCEGUIFalagardWRBase_la-FalPopupMenu.lo `test -f 'FalPopupMenu.cpp' || echo './'`FalPopupMenu.cpp
  815. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalPopupMenu.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalPopupMenu.Tpo -c FalPopupMenu.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalPopupMenu.o
  816. mv -f .deps/libCEGUIFalagardWRBase_la-FalPopupMenu.Tpo .deps/libCEGUIFalagardWRBase_la-FalPopupMenu.Plo
  817. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalProgressBar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalProgressBar.Tpo -c -o libCEGUIFalagardWRBase_la-FalProgressBar.lo `test -f 'FalProgressBar.cpp' || echo './'`FalProgressBar.cpp
  818. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalProgressBar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalProgressBar.Tpo -c FalProgressBar.cpp -fPIC -DPIC -o .libs/libC
  819. EGUIFalagardWRBase_la-FalProgressBar.o
  820. mv -f .deps/libCEGUIFalagardWRBase_la-FalProgressBar.Tpo .deps/libCEGUIFalagardWRBase_la-FalProgressBar.Plo
  821. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalProgressBarProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalProgressBarProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalProgressBarProperties.lo `test -f 'FalProgressBarProperties.cpp' || echo './'`FalProgressBarProperties.cpp
  822. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalProgressBarProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalProgressBarProperties.Tpo -c FalProgressBarProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalProgressBarProperties.o
  823. mv -f .deps/libCEGUIFalagardWRBase_la-FalProgressBarProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalProgressBarProperties.Plo
  824. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalScrollablePane.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalScrollablePane.Tpo -c -o libCEGUIFalagardWRBase_la-FalScrollablePane.lo `test -f 'FalScrollablePane.cpp' || echo './'`FalScrollablePane.cpp
  825. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalScrollablePane.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalScrollablePane.Tpo -c FalScrollablePane.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalScrollablePane.o
  826. mv -f .deps/libCEGUIFalagardWRBase_la-FalScrollablePane.Tpo .deps/libCEGUIFalagardWRBase_la-FalScrollablePane.Plo
  827. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalScrollbar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalScrollbar.Tpo -c -o libCEGUIFalagardWRBase_la-FalScrollbar.lo `test -f 'FalScrollbar.cpp' || echo './'`FalScrollbar.cpp
  828. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalScrollbar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalScrollbar.Tpo -c FalScrollbar.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalScrollbar.o
  829. mv -f .deps/libCEGUIFalagardWRBase_la-FalScrollbar.Tpo .deps/libCEGUIFalagardWRBase_la-FalScrollbar.Plo
  830. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalScrollbarProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalScrollbarProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalScrollbarProperties.lo `test -f 'FalScrollbarProperties.cpp' || echo './'`FalScrollbarProperties.cpp
  831. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalScrollbarProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalScrollbarProperties.Tpo -c FalScrollbarProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalScrollbarProperties.o
  832. mv -f .deps/libCEGUIFalagardWRBase_la-FalScrollbarProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalScrollbarProperties.Plo
  833. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalSlider.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalSlider.Tpo -c -o libCEGUIFalagardWRBase_la-FalSlider.lo `test -f 'FalSlider.cpp' || echo './'`FalSlider.cpp
  834. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalSlider.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalSlider.Tpo -c FalSlider.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalSlider.o
  835. mv -f .deps/libCEGUIFalagardWRBase_la-FalSlider.Tpo .deps/libCEGUIFalagardWRBase_la-FalSlider.Plo
  836. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalSliderProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalSliderProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalSliderProperties.lo `test -f 'FalSliderProperties.cpp' || echo './'`FalSliderProperties.cpp
  837. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalSliderProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalSliderProperties.Tpo -c FalSliderProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalSliderProperties.o
  838. mv -f .deps/libCEGUIFalagardWRBase_la-FalSliderProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalSliderProperties.Plo
  839. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStatic.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStatic.Tpo -c -o libCEGUIFalagardWRBase_la-FalStatic.lo `test -f 'FalStatic.cpp' || echo './'`FalStatic.cpp
  840. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStatic.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStatic.Tpo -c FalStatic.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalStatic.o
  841. mv -f .deps/libCEGUIFalagardWRBase_la-FalStatic.Tpo .deps/libCEGUIFalagardWRBase_la-FalStatic.Plo
  842. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticImage.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticImage.Tpo -c -o libCEGUIFalagardWRBase_la-FalStaticImage.lo `test -f 'FalStaticImage.cpp' || echo './'`FalStaticImage.cpp
  843. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticImage.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticImage.Tpo -c FalStaticImage.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalStaticImage.o
  844. mv -f .deps/libCEGUIFalagardWRBase_la-FalStaticImage.Tpo .deps/libCEGUIFalagardWRBase_la-FalStaticImage.Plo
  845. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticImageProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticImageProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalStaticImageProperties.lo `test -f 'FalStaticImageProperties.cpp' || echo './'`FalStaticImageProperties.cpp
  846. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticImageProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticImageProperties.Tpo -c FalStaticImageProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalStaticImageProperties.o
  847. mv -f .deps/libCEGUIFalagardWRBase_la-FalStaticImageProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalStaticImageProperties.Plo
  848. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalStaticProperties.lo `test -f 'FalStaticProperties.cpp' || echo './'`FalStaticProperties.cpp
  849. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticProperties.Tpo -c FalStaticProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalStaticProperties.o
  850. mv -f .deps/libCEGUIFalagardWRBase_la-FalStaticProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalStaticProperties.Plo
  851. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticText.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticText.Tpo -c -o libCEGUIFalagardWRBase_la-FalStaticText.lo `test -f 'FalStaticText.cpp' || echo './'`FalStaticText.cpp
  852. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticText.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticText.Tpo -c FalStaticText.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalStaticText.o
  853. mv -f .deps/libCEGUIFalagardWRBase_la-FalStaticText.Tpo .deps/libCEGUIFalagardWRBase_la-FalStaticText.Plo
  854. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticTextProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticTextProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalStaticTextProperties.lo `test -f 'FalStaticTextProperties.cpp' || echo './'`FalStaticTextProperties.cpp
  855. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalStaticTextProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalStaticTextProperties.Tpo -c FalStaticTextProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalStaticTextProperties.o
  856. mv -f .deps/libCEGUIFalagardWRBase_la-FalStaticTextProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalStaticTextProperties.Plo
  857. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalSystemButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalSystemButton.Tpo -c -o libCEGUIFalagardWRBase_la-FalSystemButton.lo `test -f 'FalSystemButton.cpp' || echo './'`FalSystemButton.cpp
  858. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalSystemButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalSystemButton.Tpo -c FalSystemButton.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalSystemButton.o
  859. mv -f .deps/libCEGUIFalagardWRBase_la-FalSystemButton.Tpo .deps/libCEGUIFalagardWRBase_la-FalSystemButton.Plo
  860. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTabButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTabButton.Tpo -c -o libCEGUIFalagardWRBase_la-FalTabButton.lo `test -f 'FalTabButton.cpp' || echo './'`FalTabButton.cpp
  861. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTabButton.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTabButton.Tpo -c FalTabButton.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalTabButton.o
  862. mv -f .deps/libCEGUIFalagardWRBase_la-FalTabButton.Tpo .deps/libCEGUIFalagardWRBase_la-FalTabButton.Plo
  863. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTabControl.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTabControl.Tpo -c -o libCEGUIFalagardWRBase_la-FalTabControl.lo `test -f 'FalTabControl.cpp' || echo './'`FalTabControl.cpp
  864. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTabControl.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTabControl.Tpo -c FalTabControl.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalTabControl.o
  865. mv -f .deps/libCEGUIFalagardWRBase_la-FalTabControl.Tpo .deps/libCEGUIFalagardWRBase_la-FalTabControl.Plo
  866. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTabControlProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTabControlProperties.Tpo -c -o libCEGUIFalagardWRBase_la-FalTabControlProperties.lo `test -f 'FalTabControlProperties.cpp' || echo './'`FalTabControlProperties.cpp
  867. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTabControlProperties.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTabControlProperties.Tpo -c FalTabControlProperties.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalTabControlProperties.o
  868. mv -f .deps/libCEGUIFalagardWRBase_la-FalTabControlProperties.Tpo .deps/libCEGUIFalagardWRBase_la-FalTabControlProperties.Plo
  869. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTitlebar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTitlebar.Tpo -c -o libCEGUIFalagardWRBase_la-FalTitlebar.lo `test -f 'FalTitlebar.cpp' || echo './'`FalTitlebar.cpp
  870. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTitlebar.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTitlebar.Tpo -c FalTitlebar.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalTitlebar.o
  871. mv -f .deps/libCEGUIFalagardWRBase_la-FalTitlebar.Tpo .deps/libCEGUIFalagardWRBase_la-FalTitlebar.Plo
  872. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTree.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTree.Tpo -c -o libCEGUIFalagardWRBase_la-FalTree.lo `test -f 'FalTree.cpp' || echo './'`FalTree.cpp
  873. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTree.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTree.Tpo -c FalTree.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalTree.o
  874. mv -f .deps/libCEGUIFalagardWRBase_la-FalTree.Tpo .deps/libCEGUIFalagardWRBase_la-FalTree.Plo
  875. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTooltip.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTooltip.Tpo -c -o libCEGUIFalagardWRBase_la-FalTooltip.lo `test -f 'FalTooltip.cpp' || echo './'`FalTooltip.cpp
  876. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/WindowRendererSets/Falagard -g -O2 -MT libCEGUIFalagardWRBase_la-FalTooltip.lo -MD -MP -MF .deps/libCEGUIFalagardWRBase_la-FalTooltip.Tpo -c FalTooltip.cpp -fPIC -DPIC -o .libs/libCEGUIFalagardWRBase_la-FalTooltip.o
  877. mv -f .deps/libCEGUIFalagardWRBase_la-FalTooltip.Tpo .deps/libCEGUIFalagardWRBase_la-FalTooltip.Plo
  878. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUIFalagardWRBase.la -rpath /home/andrzejl/test/lib libCEGUIFalagardWRBase_la-FalButton.lo libCEGUIFalagardWRBase_la-FalToggleButton.lo libCEGUIFalagardWRBase_la-FalDefault.lo libCEGUIFalagardWRBase_la-FalEditbox.lo libCEGUIFalagardWRBase_la-FalEditboxProperties.lo libCEGUIFalagardWRBase_la-FalFrameWindow.lo libCEGUIFalagardWRBase_la-FalItemEntry.lo libCEGUIFalagardWRBase_la-FalItemListbox.lo libCEGUIFalagardWRBase_la-FalListHeader.lo libCEGUIFalagardWRBase_la-FalListHeaderProperties.lo libCEGUIFalagardWRBase_la-FalListHeaderSegment.lo libCEGUIFalagardWRBase_la-FalListbox.lo libCEGUIFalagardWRBase_la-FalMenubar.lo libCEGUIFalagardWRBase_la-FalMenuItem.lo libCEGUIFalagardWRBase_la-FalModule.lo libCEGUIFalagardWRBase_la-FalMultiColumnList.lo libCEGUIFalagardWRBase_la-FalMultiLineEditbox.lo libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.lo libCEGUIFalagardWRBase_la-FalPopupMenu.lo libCEGUIFalagardWRBase_la-FalProgressBar.lo libCEGUIFalagardWRBase_la-FalProgressBarProperties.lo libCEGUIFalagardWRBase_la-FalScrollablePane.lo libCEGUIFalagardWRBase_la-FalScrollbar.lo libCEGUIFalagardWRBase_la-FalScrollbarProperties.lo libCEGUIFalagardWRBase_la-FalSlider.lo libCEGUIFalagardWRBase_la-FalSliderProperties.lo libCEGUIFalagardWRBase_la-FalStatic.lo libCEGUIFalagardWRBase_la-FalStaticImage.lo libCEGUIFalagardWRBase_la-FalStaticImageProperties.lo libCEGUIFalagardWRBase_la-FalStaticProperties.lo libCEGUIFalagardWRBase_la-FalStaticText.lo libCEGUIFalagardWRBase_la-FalStaticTextProperties.lo libCEGUIFalagardWRBase_la-FalSystemButton.lo libCEGUIFalagardWRBase_la-FalTabButton.lo libCEGUIFalagardWRBase_la-FalTabControl.lo libCEGUIFalagardWRBase_la-FalTabControlProperties.lo libCEGUIFalagardWRBase_la-FalTitlebar.lo libCEGUIFalagardWRBase_la-FalTree.lo libCEGUIFalagardWRBase_la-FalTooltip.lo ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl
  879. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIFalagardWRBase_la-FalButton.o .libs/libCEGUIFalagardWRBase_la-FalToggleButton.o .libs/libCEGUIFalagardWRBase_la-FalDefault.o .libs/libCEGUIFalagardWRBase_la-FalEditbox.o .libs/libCEGUIFalagardWRBase_la-FalEditboxProperties.o .libs/libCEGUIFalagardWRBase_la-FalFrameWindow.o .libs/libCEGUIFalagardWRBase_la-FalItemEntry.o .libs/libCEGUIFalagardWRBase_la-FalItemListbox.o .libs/libCEGUIFalagardWRBase_la-FalListHeader.o .libs/libCEGUIFalagardWRBase_la-FalListHeaderProperties.o .libs/libCEGUIFalagardWRBase_la-FalListHeaderSegment.o .libs/libCEGUIFalagardWRBase_la-FalListbox.o .libs/libCEGUIFalagardWRBase_la-FalMenubar.o .libs/libCEGUIFalagardWRBase_la-FalMenuItem.o .libs/libCEGUIFalagardWRBase_la-FalModule.o .libs/libCEGUIFalagardWRBase_la-FalMultiColumnList.o .libs/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.o .libs/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.o .libs/libCEGUIFalagardWRBase_la-FalPopupMenu.o .libs/libCEGUIFalagardWRBase_la-FalProgressBar.o .libs/libCEGUIFalagardWRBase_la-FalProgressBarProperties.o .libs/libCEGUIFalagardWRBase_la-FalScrollablePane.o .libs/libCEGUIFalagardWRBase_la-FalScrollbar.o .libs/libCEGUIFalagardWRBase_la-FalScrollbarProperties.o .libs/libCEGUIFalagardWRBase_la-FalSlider.o .libs/libCEGUIFalagardWRBase_la-FalSliderProperties.o .libs/libCEGUIFalagardWRBase_la-FalStatic.o .libs/libCEGUIFalagardWRBase_la-FalStaticImage.o .libs/libCEGUIFalagardWRBase_la-FalStaticImageProperties.o .libs/libCEGUIFalagardWRBase_la-FalStaticProperties.o .libs/libCEGUIFalagardWRBase_la-FalStaticText.o .libs/libCEGUIFalagardWRBase_la-FalStaticTextProperties.o .libs/libCEGUIFalagardWRBase_la-FalSystemButton.o .libs/libCEGUIFalagardWRBase_la-FalTabButton.o .libs/libCEGUIFalagardWRBase_la-FalTabControl.o .libs/libCEGUIFalagardWRBase_la-FalTabControlProperties.o .libs/libCEGUIFalagardWRBase_la-FalTitlebar.o .libs/libCEGUIFalagardWRBase_la-FalTree.o .libs/libCEGUIFalagardWRBase_la-FalTooltip.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIFalagardWRBase-0.7.6.so -o .libs/libCEGUIFalagardWRBase-0.7.6.so
  880. libtool: link: (cd ".libs" && rm -f "libCEGUIFalagardWRBase.so" && ln -s "libCEGUIFalagardWRBase-0.7.6.so" "libCEGUIFalagardWRBase.so")
  881. libtool: link: ( cd ".libs" && rm -f "libCEGUIFalagardWRBase.la" && ln -s "../libCEGUIFalagardWRBase.la" "libCEGUIFalagardWRBase.la" )
  882. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard'
  883. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  884. make[4]: Nothing to be done for `all-am'.
  885. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  886. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  887. Making all in XMLParserModules
  888. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  889. Making all in .
  890. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  891. make[4]: Nothing to be done for `all-am'.
  892. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  893. Making all in ExpatParser
  894. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser'
  895. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/ExpatParser -g -O2 -MT libCEGUIExpatParser_la-CEGUIExpatParser.lo -MD -MP -MF .deps/libCEGUIExpatParser_la-CEGUIExpatParser.Tpo -c -o libCEGUIExpatParser_la-CEGUIExpatParser.lo `test -f 'CEGUIExpatParser.cpp' || echo './'`CEGUIExpatParser.cpp
  896. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/ExpatParser -g -O2 -MT libCEGUIExpatParser_la-CEGUIExpatParser.lo -MD -MP -MF .deps/libCEGUIExpatParser_la-CEGUIExpatParser.Tpo -c CEGUIExpatParser.cpp -fPIC -DPIC -o .libs/libCEGUIExpatParser_la-CEGUIExpatParser.o
  897. mv -f .deps/libCEGUIExpatParser_la-CEGUIExpatParser.Tpo .deps/libCEGUIExpatParser_la-CEGUIExpatParser.Plo
  898. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/ExpatParser -g -O2 -MT libCEGUIExpatParser_la-CEGUIExpatParserModule.lo -MD -MP -MF .deps/libCEGUIExpatParser_la-CEGUIExpatParserModule.Tpo -c -o libCEGUIExpatParser_la-CEGUIExpatParserModule.lo `test -f 'CEGUIExpatParserModule.cpp' || echo './'`CEGUIExpatParserModule.cpp
  899. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/ExpatParser -g -O2 -MT libCEGUIExpatParser_la-CEGUIExpatParserModule.lo -MD -MP -MF .deps/libCEGUIExpatParser_la-CEGUIExpatParserModule.Tpo -c CEGUIExpatParserModule.cpp -fPIC -DPIC -o .libs/libCEGUIExpatParser_la-CEGUIExpatParserModule.o
  900. mv -f .deps/libCEGUIExpatParser_la-CEGUIExpatParserModule.Tpo .deps/libCEGUIExpatParser_la-CEGUIExpatParserModule.Plo
  901. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUIExpatParser.la -rpath /home/andrzejl/test/lib libCEGUIExpatParser_la-CEGUIExpatParser.lo libCEGUIExpatParser_la-CEGUIExpatParserModule.lo -lexpat ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl
  902. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIExpatParser_la-CEGUIExpatParser.o .libs/libCEGUIExpatParser_la-CEGUIExpatParserModule.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib /usr/lib/libexpat.so ../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIExpatParser-0.7.6.so -o .libs/libCEGUIExpatParser-0.7.6.so
  903. libtool: link: (cd ".libs" && rm -f "libCEGUIExpatParser.so" && ln -s "libCEGUIExpatParser-0.7.6.so" "libCEGUIExpatParser.so")
  904. libtool: link: ( cd ".libs" && rm -f "libCEGUIExpatParser.la" && ln -s "../libCEGUIExpatParser.la" "libCEGUIExpatParser.la" )
  905. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser'
  906. Making all in LibxmlParser
  907. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser'
  908. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/LibxmlParser -I/usr/include/libxml2 -g -O2 -MT libCEGUILibxmlParser_la-CEGUILibxmlParser.lo -MD -MP -MF .deps/libCEGUILibxmlParser_la-CEGUILibxmlParser.Tpo -c -o libCEGUILibxmlParser_la-CEGUILibxmlParser.lo `test -f 'CEGUILibxmlParser.cpp' || echo './'`CEGUILibxmlParser.cpp
  909. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/LibxmlParser -I/usr/include/libxml2 -g -O2 -MT libCEGUILibxmlParser_la-CEGUILibxmlParser.lo -MD -MP -MF .deps/libCEGUILibxmlParser_la-CEGUILibxmlParser.Tpo -c CEGUILibxmlParser.cpp -fPIC -DPIC -o .libs/libCEGUILibxmlParser_la-CEGUILibxmlParser.o
  910. mv -f .deps/libCEGUILibxmlParser_la-CEGUILibxmlParser.Tpo .deps/libCEGUILibxmlParser_la-CEGUILibxmlParser.Plo
  911. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/LibxmlParser -I/usr/include/libxml2 -g -O2 -MT libCEGUILibxmlParser_la-CEGUILibxmlParserModule.lo -MD -MP -MF .deps/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.Tpo -c -o libCEGUILibxmlParser_la-CEGUILibxmlParserModule.lo `test -f 'CEGUILibxmlParserModule.cpp' || echo './'`CEGUILibxmlParserModule.cpp
  912. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/LibxmlParser -I/usr/include/libxml2 -g -O2 -MT libCEGUILibxmlParser_la-CEGUILibxmlParserModule.lo -MD -MP -MF .deps/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.Tpo -c CEGUILibxmlParserModule.cpp -fPIC -DPIC -o .libs/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.o
  913. mv -f .deps/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.Tpo .deps/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.Plo
  914. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUILibxmlParser.la -rpath /home/andrzejl/test/lib libCEGUILibxmlParser_la-CEGUILibxmlParser.lo libCEGUILibxmlParser_la-CEGUILibxmlParserModule.lo -lxml2 ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl
  915. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUILibxmlParser_la-CEGUILibxmlParser.o .libs/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib /usr/lib/libxml2.so ../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUILibxmlParser-0.7.6.so -o .libs/libCEGUILibxmlParser-0.7.6.so
  916. libtool: link: (cd ".libs" && rm -f "libCEGUILibxmlParser.so" && ln -s "libCEGUILibxmlParser-0.7.6.so" "libCEGUILibxmlParser.so")
  917. libtool: link: ( cd ".libs" && rm -f "libCEGUILibxmlParser.la" && ln -s "../libCEGUILibxmlParser.la" "libCEGUILibxmlParser.la" )
  918. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser'
  919. Making all in TinyXMLParser
  920. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser'
  921. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/TinyXMLParser -g -O2 -MT libCEGUITinyXMLParser_la-CEGUITinyXMLParser.lo -MD -MP -MF .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.Tpo -c -o libCEGUITinyXMLParser_la-CEGUITinyXMLParser.lo `test -f 'CEGUITinyXMLParser.cpp' || echo './'`CEGUITinyXMLParser.cpp
  922. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/TinyXMLParser -g -O2 -MT libCEGUITinyXMLParser_la-CEGUITinyXMLParser.lo -MD -MP -MF .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.Tpo -c CEGUITinyXMLParser.cpp -fPIC -DPIC -o .libs/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.o
  923. mv -f .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.Tpo .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.Plo
  924. /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/TinyXMLParser -g -O2 -MT libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.lo -MD -MP -MF .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.Tpo -c -o libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.lo `test -f 'CEGUITinyXMLParserModule.cpp' || echo './'`CEGUITinyXMLParserModule.cpp
  925. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include -I../../../../cegui/include -I../../../../cegui/include/XMLParserModules/TinyXMLParser -g -O2 -MT libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.lo -MD -MP -MF .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.Tpo -c CEGUITinyXMLParserModule.cpp -fPIC -DPIC -o .libs/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.o
  926. mv -f .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.Tpo .deps/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.Plo
  927. /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUITinyXMLParser.la -rpath /home/andrzejl/test/lib libCEGUITinyXMLParser_la-CEGUITinyXMLParser.lo libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.lo ../../../../cegui/src/libCEGUIBase.la -ltinyxml -lpthread -ldl
  928. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.o .libs/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../../cegui/src/.libs/libCEGUIBase.so -ltinyxml -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUITinyXMLParser-0.7.6.so -o .libs/libCEGUITinyXMLParser-0.7.6.so
  929. libtool: link: (cd ".libs" && rm -f "libCEGUITinyXMLParser.so" && ln -s "libCEGUITinyXMLParser-0.7.6.so" "libCEGUITinyXMLParser.so")
  930. libtool: link: ( cd ".libs" && rm -f "libCEGUITinyXMLParser.la" && ln -s "../libCEGUITinyXMLParser.la" "libCEGUITinyXMLParser.la" )
  931. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser'
  932. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  933. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  934. Making all in include
  935. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  936. make all-recursive
  937. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  938. Making all in .
  939. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  940. make[4]: Nothing to be done for `all-am'.
  941. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  942. Making all in elements
  943. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/elements'
  944. make[4]: Nothing to be done for `all'.
  945. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/elements'
  946. Making all in falagard
  947. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/falagard'
  948. make[4]: Nothing to be done for `all'.
  949. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/falagard'
  950. Making all in ImageCodecModules
  951. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  952. Making all in .
  953. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  954. make[5]: Nothing to be done for `all-am'.
  955. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  956. Making all in FreeImageImageCodec
  957. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/FreeImageImageCodec'
  958. make[5]: Nothing to be done for `all'.
  959. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/FreeImageImageCodec'
  960. Making all in TGAImageCodec
  961. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/TGAImageCodec'
  962. make[5]: Nothing to be done for `all'.
  963. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/TGAImageCodec'
  964. Making all in STBImageCodec
  965. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/STBImageCodec'
  966. make[5]: Nothing to be done for `all'.
  967. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/STBImageCodec'
  968. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  969. Making all in RendererModules
  970. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  971. Making all in .
  972. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  973. make[5]: Nothing to be done for `all-am'.
  974. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  975. Making all in OpenGL
  976. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/OpenGL'
  977. make[5]: Nothing to be done for `all'.
  978. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/OpenGL'
  979. Making all in Ogre
  980. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Ogre'
  981. make[5]: Nothing to be done for `all'.
  982. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Ogre'
  983. Making all in Direct3D9
  984. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D9'
  985. make[5]: Nothing to be done for `all'.
  986. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D9'
  987. Making all in Direct3D10
  988. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D10'
  989. make[5]: Nothing to be done for `all'.
  990. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D10'
  991. Making all in Direct3D11
  992. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D11'
  993. make[5]: Nothing to be done for `all'.
  994. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D11'
  995. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  996. Making all in ScriptingModules
  997. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  998. Making all in .
  999. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1000. make[5]: Nothing to be done for `all-am'.
  1001. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1002. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1003. Making all in WindowRendererSets
  1004. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1005. Making all in Falagard
  1006. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets/Falagard'
  1007. make[5]: Nothing to be done for `all'.
  1008. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets/Falagard'
  1009. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1010. make[5]: Nothing to be done for `all-am'.
  1011. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1012. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1013. Making all in XMLParserModules
  1014. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1015. Making all in .
  1016. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1017. make[5]: Nothing to be done for `all-am'.
  1018. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1019. Making all in ExpatParser
  1020. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/ExpatParser'
  1021. make[5]: Nothing to be done for `all'.
  1022. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/ExpatParser'
  1023. Making all in LibxmlParser
  1024. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/LibxmlParser'
  1025. make[5]: Nothing to be done for `all'.
  1026. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/LibxmlParser'
  1027. Making all in TinyXMLParser
  1028. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/TinyXMLParser'
  1029. make[5]: Nothing to be done for `all'.
  1030. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/TinyXMLParser'
  1031. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1032. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1033. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1034. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1035. Making all in datafiles
  1036. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/datafiles'
  1037. make[1]: Nothing to be done for `all'.
  1038. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/datafiles'
  1039. Making all in doc
  1040. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1041. Making all in .
  1042. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1043. make[2]: Nothing to be done for `all-am'.
  1044. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1045. Making all in doxygen
  1046. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc/doxygen'
  1047. make[2]: Nothing to be done for `all'.
  1048. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc/doxygen'
  1049. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1050. Making all in projects
  1051. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/projects'
  1052. make[1]: Nothing to be done for `all'.
  1053. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/projects'
  1054. Making all in Samples
  1055. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1056. Making all in .
  1057. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1058. make[2]: Nothing to be done for `all-am'.
  1059. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1060. Making all in common
  1061. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1062.  
  1063. Making all in include
  1064. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/include'
  1065. make[3]: Nothing to be done for `all'.
  1066. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/include'
  1067. Making all in src
  1068. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/src'
  1069. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH="\"/home/andrzejl/test/share/CEGUI"\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiBaseApplication.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiBaseApplication.Tpo -c -o libCEGUISampleHelper_la-CEGuiBaseApplication.lo `test -f 'CEGuiBaseApplication.cpp' || echo './'`CEGuiBaseApplication.cpp
  1070. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH=\"/home/andrzejl/test/share/CEGUI\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiBaseApplication.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiBaseApplication.Tpo -c CEGuiBaseApplication.cpp -fPIC -DPIC -o .libs/libCEGUISampleHelper_la-CEGuiBaseApplication.o
  1071. mv -f .deps/libCEGUISampleHelper_la-CEGuiBaseApplication.Tpo .deps/libCEGUISampleHelper_la-CEGuiBaseApplication.Plo
  1072. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH="\"/home/andrzejl/test/share/CEGUI"\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiRendererSelector.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiRendererSelector.Tpo -c -o libCEGUISampleHelper_la-CEGuiRendererSelector.lo `test -f 'CEGuiRendererSelector.cpp' || echo './'`CEGuiRendererSelector.cpp
  1073. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH=\"/home/andrzejl/test/share/CEGUI\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiRendererSelector.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiRendererSelector.Tpo -c CEGuiRendererSelector.cpp -fPIC -DPIC -o .libs/libCEGUISampleHelper_la-CEGuiRendererSelector.o
  1074. mv -f .deps/libCEGUISampleHelper_la-CEGuiRendererSelector.Tpo .deps/libCEGUISampleHelper_la-CEGuiRendererSelector.Plo
  1075. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH="\"/home/andrzejl/test/share/CEGUI"\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiSample.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiSample.Tpo -c -o libCEGUISampleHelper_la-CEGuiSample.lo `test -f 'CEGuiSample.cpp' || echo './'`CEGuiSample.cpp
  1076. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH=\"/home/andrzejl/test/share/CEGUI\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiSample.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiSample.Tpo -c CEGuiSample.cpp -fPIC -DPIC -o .libs/libCEGUISampleHelper_la-CEGuiSample.o
  1077. mv -f .deps/libCEGUISampleHelper_la-CEGuiSample.Tpo .deps/libCEGUISampleHelper_la-CEGuiSample.Plo
  1078. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH="\"/home/andrzejl/test/share/CEGUI"\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CLICEGuiRendererSelector.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CLICEGuiRendererSelector.Tpo -c -o libCEGUISampleHelper_la-CLICEGuiRendererSelector.lo `test -f 'CLICEGuiRendererSelector.cpp' || echo './'`CLICEGuiRendererSelector.cpp
  1079. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH=\"/home/andrzejl/test/share/CEGUI\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CLICEGuiRendererSelector.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CLICEGuiRendererSelector.Tpo -c CLICEGuiRendererSelector.cpp -fPIC -DPIC -o .libs/libCEGUISampleHelper_la-CLICEGuiRendererSelector.o
  1080. mv -f .deps/libCEGUISampleHelper_la-CLICEGuiRendererSelector.Tpo .deps/libCEGUISampleHelper_la-CLICEGuiRendererSelector.Plo
  1081. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH="\"/home/andrzejl/test/share/CEGUI"\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.Tpo -c -o libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.lo `test -f 'CEGuiOpenGLBaseApplication.cpp' || echo './'`CEGuiOpenGLBaseApplication.cpp
  1082. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH=\"/home/andrzejl/test/share/CEGUI\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.Tpo -c CEGuiOpenGLBaseApplication.cpp -fPIC -DPIC -o .libs/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.o
  1083. mv -f .deps/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.Tpo .deps/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.Plo
  1084. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH="\"/home/andrzejl/test/share/CEGUI"\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiOgreBaseApplication.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.Tpo -c -o libCEGUISampleHelper_la-CEGuiOgreBaseApplication.lo `test -f 'CEGuiOgreBaseApplication.cpp' || echo './'`CEGuiOgreBaseApplication.cpp
  1085. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../cegui/include -I../../../Samples/common/include -I../../../cegui/include -DCEGUI_SAMPLE_DATAPATH=\"/home/andrzejl/test/share/CEGUI\" -pthread -I/usr/include/OGRE -I/usr/include/OIS -g -O2 -MT libCEGUISampleHelper_la-CEGuiOgreBaseApplication.lo -MD -MP -MF .deps/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.Tpo -c CEGuiOgreBaseApplication.cpp -fPIC -DPIC -o .libs/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.o
  1086. mv -f .deps/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.Tpo .deps/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.Plo
  1087. /bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2 -release 0.7.6 -o libCEGUISampleHelper.la -rpath /home/andrzejl/test/lib libCEGUISampleHelper_la-CEGuiBaseApplication.lo libCEGUISampleHelper_la-CEGuiRendererSelector.lo libCEGUISampleHelper_la-CEGuiSample.lo libCEGUISampleHelper_la-CLICEGuiRendererSelector.lo libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.lo libCEGUISampleHelper_la-CEGuiOgreBaseApplication.lo ../../../cegui/src/libCEGUIBase.la ../../../cegui/src/RendererModules/OpenGL/libCEGUIOpenGLRenderer.la -lglut -lGLU -lGL -lSM -lICE -lGLEW ../../../cegui/src/RendererModules/Ogre/libCEGUIOgreRenderer.la -lOgreMain -lpthread -lOIS -lpthread -ldl
  1088. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUISampleHelper_la-CEGuiBaseApplication.o .libs/libCEGUISampleHelper_la-CEGuiRendererSelector.o .libs/libCEGUISampleHelper_la-CEGuiSample.o .libs/libCEGUISampleHelper_la-CLICEGuiRendererSelector.o .libs/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.o .libs/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.o -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/.libs -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL/.libs -Wl,-rpath -Wl,/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre/.libs -Wl,-rpath -Wl,/home/andrzejl/test/lib ../../../cegui/src/.libs/libCEGUIBase.so ../../../cegui/src/RendererModules/OpenGL/.libs/libCEGUIOpenGLRenderer.so -lglut -lGLU -lGL /usr/lib/libSM.so /usr/lib/libICE.so -lGLEW ../../../cegui/src/RendererModules/Ogre/.libs/libCEGUIOgreRenderer.so -lOgreMain /usr/lib/libOIS.so -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUISampleHelper-0.7.6.so -o .libs/libCEGUISampleHelper-0.7.6.so
  1089. libtool: link: (cd ".libs" && rm -f "libCEGUISampleHelper.so" && ln -s "libCEGUISampleHelper-0.7.6.so" "libCEGUISampleHelper.so")
  1090. libtool: link: ( cd ".libs" && rm -f "libCEGUISampleHelper.la" && ln -s "../libCEGUISampleHelper.la" "libCEGUISampleHelper.la" )
  1091. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/src'
  1092. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1093. make[3]: Nothing to be done for `all-am'.
  1094. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1095. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1096. Making all in Demo6
  1097. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo6'
  1098. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT Demo6-Sample_Demo6.o -MD -MP -MF .deps/Demo6-Sample_Demo6.Tpo -c -o Demo6-Sample_Demo6.o `test -f 'Sample_Demo6.cpp' || echo './'`Sample_Demo6.cpp
  1099. mv -f .deps/Demo6-Sample_Demo6.Tpo .deps/Demo6-Sample_Demo6.Po
  1100. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o Demo6 Demo6-Sample_Demo6.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1101. libtool: link: g++ -g -O2 -o .libs/Demo6 Demo6-Sample_Demo6.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1102. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo6'
  1103. Making all in Demo7
  1104. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo7'
  1105. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT Demo7-Sample_Demo7.o -MD -MP -MF .deps/Demo7-Sample_Demo7.Tpo -c -o Demo7-Sample_Demo7.o `test -f 'Sample_Demo7.cpp' || echo './'`Sample_Demo7.cpp
  1106. mv -f .deps/Demo7-Sample_Demo7.Tpo .deps/Demo7-Sample_Demo7.Po
  1107. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o Demo7 Demo7-Sample_Demo7.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1108. libtool: link: g++ -g -O2 -o .libs/Demo7 Demo7-Sample_Demo7.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1109. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo7'
  1110. Making all in DragDropDemo
  1111. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/DragDropDemo'
  1112. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT DragDropDemo-Sample_DragDropDemo.o -MD -MP -MF .deps/DragDropDemo-Sample_DragDropDemo.Tpo -c -o DragDropDemo-Sample_DragDropDemo.o `test -f 'Sample_DragDropDemo.cpp' || echo './'`Sample_DragDropDemo.cpp
  1113. mv -f .deps/DragDropDemo-Sample_DragDropDemo.Tpo .deps/DragDropDemo-Sample_DragDropDemo.Po
  1114. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o DragDropDemo DragDropDemo-Sample_DragDropDemo.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1115. libtool: link: g++ -g -O2 -o .libs/DragDropDemo DragDropDemo-Sample_DragDropDemo.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1116. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/DragDropDemo'
  1117. Making all in FalagardDemo1
  1118. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FalagardDemo1'
  1119. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT FalagardDemo1-Sample_FalagardDemo1.o -MD -MP -MF .deps/FalagardDemo1-Sample_FalagardDemo1.Tpo -c -o FalagardDemo1-Sample_FalagardDemo1.o `test -f 'Sample_FalagardDemo1.cpp' || echo './'`Sample_FalagardDemo1.cpp
  1120. mv -f .deps/FalagardDemo1-Sample_FalagardDemo1.Tpo .deps/FalagardDemo1-Sample_FalagardDemo1.Po
  1121. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o FalagardDemo1 FalagardDemo1-Sample_FalagardDemo1.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1122. libtool: link: g++ -g -O2 -o .libs/FalagardDemo1 FalagardDemo1-Sample_FalagardDemo1.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1123. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FalagardDemo1'
  1124. Making all in FirstWindow
  1125. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FirstWindow'
  1126. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT FirstWindow-Sample_FirstWindow.o -MD -MP -MF .deps/FirstWindow-Sample_FirstWindow.Tpo -c -o FirstWindow-Sample_FirstWindow.o `test -f 'Sample_FirstWindow.cpp' || echo './'`Sample_FirstWindow.cpp
  1127. mv -f .deps/FirstWindow-Sample_FirstWindow.Tpo .deps/FirstWindow-Sample_FirstWindow.Po
  1128. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o FirstWindow FirstWindow-Sample_FirstWindow.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1129. libtool: link: g++ -g -O2 -o .libs/FirstWindow FirstWindow-Sample_FirstWindow.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1130. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FirstWindow'
  1131. Making all in FontDemo
  1132. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FontDemo'
  1133. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT FontDemo-Sample_FontDemo.o -MD -MP -MF .deps/FontDemo-Sample_FontDemo.Tpo -c -o FontDemo-Sample_FontDemo.o `test -f 'Sample_FontDemo.cpp' || echo './'`Sample_FontDemo.cpp
  1134. mv -f .deps/FontDemo-Sample_FontDemo.Tpo .deps/FontDemo-Sample_FontDemo.Po
  1135. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o FontDemo FontDemo-Sample_FontDemo.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1136. libtool: link: g++ -g -O2 -o .libs/FontDemo FontDemo-Sample_FontDemo.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1137. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FontDemo'
  1138. Making all in InventoryDemo
  1139. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/InventoryDemo'
  1140. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT InventoryDemo-BoolArray2D.o -MD -MP -MF .deps/InventoryDemo-BoolArray2D.Tpo -c -o InventoryDemo-BoolArray2D.o `test -f 'BoolArray2D.cpp' || echo './'`BoolArray2D.cpp
  1141. mv -f .deps/InventoryDemo-BoolArray2D.Tpo .deps/InventoryDemo-BoolArray2D.Po
  1142. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT InventoryDemo-InventoryBase.o -MD -MP -MF .deps/InventoryDemo-InventoryBase.Tpo -c -o InventoryDemo-InventoryBase.o `test -f 'InventoryBase.cpp' || echo './'`InventoryBase.cpp
  1143. mv -f .deps/InventoryDemo-InventoryBase.Tpo .deps/InventoryDemo-InventoryBase.Po
  1144. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT InventoryDemo-InventoryItem.o -MD -MP -MF .deps/InventoryDemo-InventoryItem.Tpo -c -o InventoryDemo-InventoryItem.o `test -f 'InventoryItem.cpp' || echo './'`InventoryItem.cpp
  1145. mv -f .deps/InventoryDemo-InventoryItem.Tpo .deps/InventoryDemo-InventoryItem.Po
  1146. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT InventoryDemo-InventoryItemRenderer.o -MD -MP -MF .deps/InventoryDemo-InventoryItemRenderer.Tpo -c -o InventoryDemo-InventoryItemRenderer.o `test -f 'InventoryItemRenderer.cpp' || echo './'`InventoryItemRenderer.cpp
  1147. mv -f .deps/InventoryDemo-InventoryItemRenderer.Tpo .deps/InventoryDemo-InventoryItemRenderer.Po
  1148. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT InventoryDemo-InventoryReceiver.o -MD -MP -MF .deps/InventoryDemo-InventoryReceiver.Tpo -c -o InventoryDemo-InventoryReceiver.o `test -f 'InventoryReceiver.cpp' || echo './'`InventoryReceiver.cpp
  1149. mv -f .deps/InventoryDemo-InventoryReceiver.Tpo .deps/InventoryDemo-InventoryReceiver.Po
  1150. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT InventoryDemo-Sample_InventoryDemo.o -MD -MP -MF .deps/InventoryDemo-Sample_InventoryDemo.Tpo -c -o InventoryDemo-Sample_InventoryDemo.o `test -f 'Sample_InventoryDemo.cpp' || echo './'`Sample_InventoryDemo.cpp
  1151. mv -f .deps/InventoryDemo-Sample_InventoryDemo.Tpo .deps/InventoryDemo-Sample_InventoryDemo.Po
  1152. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o InventoryDemo InventoryDemo-BoolArray2D.o InventoryDemo-InventoryBase.o InventoryDemo-InventoryItem.o InventoryDemo-InventoryItemRenderer.o InventoryDemo-InventoryReceiver.o InventoryDemo-Sample_InventoryDemo.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1153. libtool: link: g++ -g -O2 -o .libs/InventoryDemo InventoryDemo-BoolArray2D.o InventoryDemo-InventoryBase.o InventoryDemo-InventoryItem.o InventoryDemo-InventoryItemRenderer.o InventoryDemo-InventoryReceiver.o InventoryDemo-Sample_InventoryDemo.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1154. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/InventoryDemo'
  1155. Making all in Minesweeper
  1156. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Minesweeper'
  1157. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT Minesweeper-Sample_Minesweeper.o -MD -MP -MF .deps/Minesweeper-Sample_Minesweeper.Tpo -c -o Minesweeper-Sample_Minesweeper.o `test -f 'Sample_Minesweeper.cpp' || echo './'`Sample_Minesweeper.cpp
  1158. mv -f .deps/Minesweeper-Sample_Minesweeper.Tpo .deps/Minesweeper-Sample_Minesweeper.Po
  1159. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT Minesweeper-Minesweeper_Timer.o -MD -MP -MF .deps/Minesweeper-Minesweeper_Timer.Tpo -c -o Minesweeper-Minesweeper_Timer.o `test -f 'Minesweeper_Timer.cpp' || echo './'`Minesweeper_Timer.cpp
  1160. mv -f .deps/Minesweeper-Minesweeper_Timer.Tpo .deps/Minesweeper-Minesweeper_Timer.Po
  1161. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o Minesweeper Minesweeper-Sample_Minesweeper.o Minesweeper-Minesweeper_Timer.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1162. libtool: link: g++ -g -O2 -o .libs/Minesweeper Minesweeper-Sample_Minesweeper.o Minesweeper-Minesweeper_Timer.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1163. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Minesweeper'
  1164. Making all in ScrollablePaneDemo
  1165. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/ScrollablePaneDemo'
  1166. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT ScrollablePaneDemo-Sample_ScrollablePane.o -MD -MP -MF .deps/ScrollablePaneDemo-Sample_ScrollablePane.Tpo -c -o ScrollablePaneDemo-Sample_ScrollablePane.o `test -f 'Sample_ScrollablePane.cpp' || echo './'`Sample_ScrollablePane.cpp
  1167. mv -f .deps/ScrollablePaneDemo-Sample_ScrollablePane.Tpo .deps/ScrollablePaneDemo-Sample_ScrollablePane.Po
  1168. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o ScrollablePaneDemo ScrollablePaneDemo-Sample_ScrollablePane.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1169. libtool: link: g++ -g -O2 -o .libs/ScrollablePaneDemo ScrollablePaneDemo-Sample_ScrollablePane.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1170. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/ScrollablePaneDemo'
  1171. Making all in TabControlDemo
  1172. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TabControlDemo'
  1173. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT TabControlDemo-Sample_TabControl.o -MD -MP -MF .deps/TabControlDemo-Sample_TabControl.Tpo -c -o TabControlDemo-Sample_TabControl.o `test -f 'Sample_TabControl.cpp' || echo './'`Sample_TabControl.cpp
  1174. mv -f .deps/TabControlDemo-Sample_TabControl.Tpo .deps/TabControlDemo-Sample_TabControl.Po
  1175. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o TabControlDemo TabControlDemo-Sample_TabControl.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1176. libtool: link: g++ -g -O2 -o .libs/TabControlDemo TabControlDemo-Sample_TabControl.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1177. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TabControlDemo'
  1178. Making all in TextDemo
  1179. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TextDemo'
  1180. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT TextDemo-Sample_Text.o -MD -MP -MF .deps/TextDemo-Sample_Text.Tpo -c -o TextDemo-Sample_Text.o `test -f 'Sample_Text.cpp' || echo './'`Sample_Text.cpp
  1181. mv -f .deps/TextDemo-Sample_Text.Tpo .deps/TextDemo-Sample_Text.Po
  1182. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o TextDemo TextDemo-Sample_Text.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1183. libtool: link: g++ -g -O2 -o .libs/TextDemo TextDemo-Sample_Text.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1184. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TextDemo'
  1185. Making all in TreeDemo
  1186. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TreeDemo'
  1187. g++ -DHAVE_CONFIG_H -I. -I../../cegui/include -I../../cegui/include -I../../Samples/common/include -g -O2 -MT TreeDemo-Sample_TreeDemo.o -MD -MP -MF .deps/TreeDemo-Sample_TreeDemo.Tpo -c -o TreeDemo-Sample_TreeDemo.o `test -f 'Sample_TreeDemo.cpp' || echo './'`Sample_TreeDemo.cpp
  1188. mv -f .deps/TreeDemo-Sample_TreeDemo.Tpo .deps/TreeDemo-Sample_TreeDemo.Po
  1189. /bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o TreeDemo TreeDemo-Sample_TreeDemo.o ../../cegui/src/libCEGUIBase.la ../../Samples/common/src/libCEGUISampleHelper.la -lpthread -ldl
  1190. libtool: link: g++ -g -O2 -o .libs/TreeDemo TreeDemo-Sample_TreeDemo.o ../../cegui/src/.libs/libCEGUIBase.so ../../Samples/common/src/.libs/libCEGUISampleHelper.so -lpthread -ldl -Wl,-rpath -Wl,/home/andrzejl/test/lib
  1191. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TreeDemo'
  1192. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1193. [andrzejl@icsserver CEGUI-0.7.6]$ make install
  1194. Making install in .
  1195. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6'
  1196. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6'
  1197. make[2]: Nothing to be done for `install-exec-am'.
  1198. make[2]: Nothing to be done for `install-data-am'.
  1199. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6'
  1200. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6'
  1201. Making install in cegui
  1202. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1203. Making install in .
  1204. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1205. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1206. make[3]: Nothing to be done for `install-exec-am'.
  1207. test -z "/home/andrzejl/test/lib/pkgconfig" || /bin/mkdir -p "/home/andrzejl/test/lib/pkgconfig"
  1208. /usr/bin/install -c -m 644 CEGUI.pc CEGUI-OPENGL.pc CEGUI-OGRE.pc '/home/andrzejl/test/lib/pkgconfig'
  1209. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1210. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1211. Making install in src
  1212. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  1213. Making install in .
  1214. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  1215. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  1216. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1217. /bin/sh ../../libtool --mode=install /usr/bin/install -c libCEGUIBase.la '/home/andrzejl/test/lib'
  1218. libtool: install: /usr/bin/install -c .libs/libCEGUIBase-0.7.6.so /home/andrzejl/test/lib/libCEGUIBase-0.7.6.so
  1219. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUIBase-0.7.6.so libCEGUIBase.so || { rm -f libCEGUIBase.so && ln -s libCEGUIBase-0.7.6.so libCEGUIBase.so; }; })
  1220. libtool: install: /usr/bin/install -c .libs/libCEGUIBase.lai /home/andrzejl/test/lib/libCEGUIBase.la
  1221. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1222. ----------------------------------------------------------------------
  1223. Libraries have been installed in:
  1224. /home/andrzejl/test/lib
  1225.  
  1226. If you ever happen to want to link against installed libraries
  1227. in a given directory, LIBDIR, you must either use libtool, and
  1228. specify the full pathname of the library, or use the `-LLIBDIR'
  1229. flag during linking and do at least one of the following:
  1230. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1231. during execution
  1232. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1233. during linking
  1234. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1235. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1236.  
  1237. See any operating system documentation about shared libraries for
  1238. more information, such as the ld(1) and ld.so(8) manual pages.
  1239. ----------------------------------------------------------------------
  1240. make[4]: Nothing to be done for `install-data-am'.
  1241. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  1242. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  1243. Making install in ImageCodecModules
  1244. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  1245. Making install in .
  1246. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  1247. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  1248. make[5]: Nothing to be done for `install-exec-am'.
  1249. make[5]: Nothing to be done for `install-data-am'.
  1250. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  1251. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  1252. Making install in FreeImageImageCodec
  1253. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
  1254. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
  1255. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1256. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUIFreeImageImageCodec.la '/home/andrzejl/test/lib'
  1257. libtool: install: warning: relinking `libCEGUIFreeImageImageCodec.la'
  1258. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUIFreeImageImageCodec.la -rpath /home/andrzejl/test/lib libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.lo libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.lo -lfreeimage ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1259. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.o .libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -lfreeimage -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIFreeImageImageCodec-0.7.6.so -o .libs/libCEGUIFreeImageImageCodec-0.7.6.so
  1260. libtool: install: /usr/bin/install -c .libs/libCEGUIFreeImageImageCodec-0.7.6.soT /home/andrzejl/test/lib/libCEGUIFreeImageImageCodec-0.7.6.so
  1261. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUIFreeImageImageCodec-0.7.6.so libCEGUIFreeImageImageCodec.so || { rm -f libCEGUIFreeImageImageCodec.so && ln -s libCEGUIFreeImageImageCodec-0.7.6.so libCEGUIFreeImageImageCodec.so; }; })
  1262. libtool: install: /usr/bin/install -c .libs/libCEGUIFreeImageImageCodec.lai /home/andrzejl/test/lib/libCEGUIFreeImageImageCodec.la
  1263. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1264. ----------------------------------------------------------------------
  1265. Libraries have been installed in:
  1266. /home/andrzejl/test/lib
  1267.  
  1268. If you ever happen to want to link against installed libraries
  1269. in a given directory, LIBDIR, you must either use libtool, and
  1270. specify the full pathname of the library, or use the `-LLIBDIR'
  1271. flag during linking and do at least one of the following:
  1272. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1273. during execution
  1274. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1275. during linking
  1276. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1277. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1278.  
  1279. See any operating system documentation about shared libraries for
  1280. more information, such as the ld(1) and ld.so(8) manual pages.
  1281. ----------------------------------------------------------------------
  1282. make[5]: Nothing to be done for `install-data-am'.
  1283. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
  1284. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
  1285. Making install in TGAImageCodec
  1286. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec'
  1287. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec'
  1288. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1289. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUITGAImageCodec.la '/home/andrzejl/test/lib'
  1290. libtool: install: warning: relinking `libCEGUITGAImageCodec.la'
  1291. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUITGAImageCodec.la -rpath /home/andrzejl/test/lib libCEGUITGAImageCodec_la-CEGUITGAImageCodec.lo libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.lo ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1292. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUITGAImageCodec_la-CEGUITGAImageCodec.o .libs/libCEGUITGAImageCodec_la-CEGUITGAImageCodecModule.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUITGAImageCodec-0.7.6.so -o .libs/libCEGUITGAImageCodec-0.7.6.so
  1293. libtool: install: /usr/bin/install -c .libs/libCEGUITGAImageCodec-0.7.6.soT /home/andrzejl/test/lib/libCEGUITGAImageCodec-0.7.6.so
  1294. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUITGAImageCodec-0.7.6.so libCEGUITGAImageCodec.so || { rm -f libCEGUITGAImageCodec.so && ln -s libCEGUITGAImageCodec-0.7.6.so libCEGUITGAImageCodec.so; }; })
  1295. libtool: install: /usr/bin/install -c .libs/libCEGUITGAImageCodec.lai /home/andrzejl/test/lib/libCEGUITGAImageCodec.la
  1296. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1297. ----------------------------------------------------------------------
  1298. Libraries have been installed in:
  1299. /home/andrzejl/test/lib
  1300.  
  1301. If you ever happen to want to link against installed libraries
  1302. in a given directory, LIBDIR, you must either use libtool, and
  1303. specify the full pathname of the library, or use the `-LLIBDIR'
  1304. flag during linking and do at least one of the following:
  1305. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1306. during execution
  1307. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1308. during linking
  1309. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1310. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1311.  
  1312. See any operating system documentation about shared libraries for
  1313. more information, such as the ld(1) and ld.so(8) manual pages.
  1314. ----------------------------------------------------------------------
  1315. make[5]: Nothing to be done for `install-data-am'.
  1316. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec'
  1317. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/TGAImageCodec'
  1318. Making install in STBImageCodec
  1319. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec'
  1320. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec'
  1321. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1322. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUISTBImageCodec.la '/home/andrzejl/test/lib'
  1323. libtool: install: warning: relinking `libCEGUISTBImageCodec.la'
  1324. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUISTBImageCodec.la -rpath /home/andrzejl/test/lib libCEGUISTBImageCodec_la-CEGUISTBImageCodec.lo libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.lo libCEGUISTBImageCodec_la-stb_image.lo ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1325. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUISTBImageCodec_la-CEGUISTBImageCodec.o .libs/libCEGUISTBImageCodec_la-CEGUISTBImageCodecModule.o .libs/libCEGUISTBImageCodec_la-stb_image.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUISTBImageCodec-0.7.6.so -o .libs/libCEGUISTBImageCodec-0.7.6.so
  1326. libtool: install: /usr/bin/install -c .libs/libCEGUISTBImageCodec-0.7.6.soT /home/andrzejl/test/lib/libCEGUISTBImageCodec-0.7.6.so
  1327. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUISTBImageCodec-0.7.6.so libCEGUISTBImageCodec.so || { rm -f libCEGUISTBImageCodec.so && ln -s libCEGUISTBImageCodec-0.7.6.so libCEGUISTBImageCodec.so; }; })
  1328. libtool: install: /usr/bin/install -c .libs/libCEGUISTBImageCodec.lai /home/andrzejl/test/lib/libCEGUISTBImageCodec.la
  1329. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1330. ----------------------------------------------------------------------
  1331. Libraries have been installed in:
  1332. /home/andrzejl/test/lib
  1333.  
  1334. If you ever happen to want to link against installed libraries
  1335. in a given directory, LIBDIR, you must either use libtool, and
  1336. specify the full pathname of the library, or use the `-LLIBDIR'
  1337. flag during linking and do at least one of the following:
  1338. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1339. during execution
  1340. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1341. during linking
  1342. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1343.  
  1344. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1345.  
  1346. See any operating system documentation about shared libraries for
  1347. more information, such as the ld(1) and ld.so(8) manual pages.
  1348. ----------------------------------------------------------------------
  1349. make[5]: Nothing to be done for `install-data-am'.
  1350. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec'
  1351. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules/STBImageCodec'
  1352. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ImageCodecModules'
  1353. Making install in RendererModules
  1354. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  1355. Making install in .
  1356. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  1357. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  1358. make[5]: Nothing to be done for `install-exec-am'.
  1359. make[5]: Nothing to be done for `install-data-am'.
  1360. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  1361. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  1362. Making install in OpenGL
  1363. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL'
  1364. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL'
  1365. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1366. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUIOpenGLRenderer.la '/home/andrzejl/test/lib'
  1367. libtool: install: warning: relinking `libCEGUIOpenGLRenderer.la'
  1368. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUIOpenGLRenderer.la -rpath /home/andrzejl/test/lib libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderTarget.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLTexture.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLTextureTarget.lo libCEGUIOpenGLRenderer_la-CEGUIOpenGLViewportTarget.lo -lglut -lGLU -lGL -lSM -lICE -lGLEW ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1369. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLFBOTextureTarget.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGLXPBTextureTarget.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLGeometryBuffer.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderer.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLRenderTarget.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLTexture.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLTextureTarget.o .libs/libCEGUIOpenGLRenderer_la-CEGUIOpenGLViewportTarget.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -lglut -lGLU -lGL -L/usr/lib -lSM -lICE -lGLEW -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIOpenGLRenderer-0.7.6.so -o .libs/libCEGUIOpenGLRenderer-0.7.6.so
  1370. libtool: install: /usr/bin/install -c .libs/libCEGUIOpenGLRenderer-0.7.6.soT /home/andrzejl/test/lib/libCEGUIOpenGLRenderer-0.7.6.so
  1371. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUIOpenGLRenderer-0.7.6.so libCEGUIOpenGLRenderer.so || { rm -f libCEGUIOpenGLRenderer.so && ln -s libCEGUIOpenGLRenderer-0.7.6.so libCEGUIOpenGLRenderer.so; }; })
  1372. libtool: install: /usr/bin/install -c .libs/libCEGUIOpenGLRenderer.lai /home/andrzejl/test/lib/libCEGUIOpenGLRenderer.la
  1373. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1374. ----------------------------------------------------------------------
  1375. Libraries have been installed in:
  1376. /home/andrzejl/test/lib
  1377.  
  1378. If you ever happen to want to link against installed libraries
  1379. in a given directory, LIBDIR, you must either use libtool, and
  1380. specify the full pathname of the library, or use the `-LLIBDIR'
  1381. flag during linking and do at least one of the following:
  1382. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1383. during execution
  1384. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1385. during linking
  1386. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1387. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1388.  
  1389. See any operating system documentation about shared libraries for
  1390. more information, such as the ld(1) and ld.so(8) manual pages.
  1391. ----------------------------------------------------------------------
  1392. make[5]: Nothing to be done for `install-data-am'.
  1393. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL'
  1394. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/OpenGL'
  1395. Making install in Ogre
  1396. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre'
  1397. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre'
  1398. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1399. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUIOgreRenderer.la '/home/andrzejl/test/lib'
  1400. libtool: install: warning: relinking `libCEGUIOgreRenderer.la'
  1401. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUIOgreRenderer.la -rpath /home/andrzejl/test/lib libCEGUIOgreRenderer_la-CEGUIOgreGeometryBuffer.lo libCEGUIOgreRenderer_la-CEGUIOgreImageCodec.lo libCEGUIOgreRenderer_la-CEGUIOgreRenderer.lo libCEGUIOgreRenderer_la-CEGUIOgreRenderTarget.lo libCEGUIOgreRenderer_la-CEGUIOgreResourceProvider.lo libCEGUIOgreRenderer_la-CEGUIOgreTexture.lo libCEGUIOgreRenderer_la-CEGUIOgreTextureTarget.lo libCEGUIOgreRenderer_la-CEGUIOgreWindowTarget.lo -lOgreMain -lpthread ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1402. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreGeometryBuffer.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreImageCodec.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreRenderer.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreRenderTarget.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreResourceProvider.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreTexture.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreTextureTarget.o .libs/libCEGUIOgreRenderer_la-CEGUIOgreWindowTarget.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -lOgreMain -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIOgreRenderer-0.7.6.so -o .libs/libCEGUIOgreRenderer-0.7.6.so
  1403. libtool: install: /usr/bin/install -c .libs/libCEGUIOgreRenderer-0.7.6.soT /home/andrzejl/test/lib/libCEGUIOgreRenderer-0.7.6.so
  1404. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUIOgreRenderer-0.7.6.so libCEGUIOgreRenderer.so || { rm -f libCEGUIOgreRenderer.so && ln -s libCEGUIOgreRenderer-0.7.6.so libCEGUIOgreRenderer.so; }; })
  1405. libtool: install: /usr/bin/install -c .libs/libCEGUIOgreRenderer.lai /home/andrzejl/test/lib/libCEGUIOgreRenderer.la
  1406. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1407. ----------------------------------------------------------------------
  1408. Libraries have been installed in:
  1409. /home/andrzejl/test/lib
  1410.  
  1411. If you ever happen to want to link against installed libraries
  1412. in a given directory, LIBDIR, you must either use libtool, and
  1413. specify the full pathname of the library, or use the `-LLIBDIR'
  1414. flag during linking and do at least one of the following:
  1415. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1416. during execution
  1417. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1418. during linking
  1419. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1420. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1421.  
  1422. See any operating system documentation about shared libraries for
  1423. more information, such as the ld(1) and ld.so(8) manual pages.
  1424. ----------------------------------------------------------------------
  1425. make[5]: Nothing to be done for `install-data-am'.
  1426. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre'
  1427. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Ogre'
  1428. Making install in Direct3D9
  1429. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D9'
  1430. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D9'
  1431. make[5]: Nothing to be done for `install-exec-am'.
  1432. make[5]: Nothing to be done for `install-data-am'.
  1433. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D9'
  1434. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D9'
  1435. Making install in Direct3D10
  1436. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D10'
  1437. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D10'
  1438. make[5]: Nothing to be done for `install-exec-am'.
  1439. make[5]: Nothing to be done for `install-data-am'.
  1440. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D10'
  1441. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D10'
  1442. Making install in Direct3D11
  1443. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D11'
  1444. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D11'
  1445. make[5]: Nothing to be done for `install-exec-am'.
  1446. make[5]: Nothing to be done for `install-data-am'.
  1447. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D11'
  1448. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules/Direct3D11'
  1449. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/RendererModules'
  1450. Making install in ScriptingModules
  1451. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  1452. Making install in .
  1453. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  1454. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  1455. make[5]: Nothing to be done for `install-exec-am'.
  1456. make[5]: Nothing to be done for `install-data-am'.
  1457. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  1458. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  1459. Making install in PythonScriptModule
  1460. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  1461. Making install in bindings
  1462. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings'
  1463. make[6]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings'
  1464. test -z "/home/andrzejl/test/lib/python2.6/site-packages" || /bin/mkdir -p "/home/andrzejl/test/lib/python2.6/site-packages"
  1465. /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c PyCEGUI.la PyCEGUIOpenGLRenderer.la PyCEGUIOgreRenderer.la '/home/andrzejl/test/lib/python2.6/site-packages'
  1466. libtool: install: warning: relinking `PyCEGUI.la'
  1467. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -fvisibility=hidden -g -O2 -module -avoid-version -o PyCEGUI.la -rpath /home/andrzejl/test/lib/python2.6/site-packages PyCEGUI_la-AbsoluteDim.pypp.lo PyCEGUI_la-ActivationEventArgs.pypp.lo PyCEGUI_la-Affector.pypp.lo PyCEGUI_la-AnimationEventArgs.pypp.lo PyCEGUI_la-AnimationInstance.pypp.lo PyCEGUI_la-AnimationManager.pypp.lo PyCEGUI_la-Animation.pypp.lo PyCEGUI_la-BaseDim.pypp.lo PyCEGUI_la-BasicRenderedStringParser.pypp.lo PyCEGUI_la-BiDiVisualMapping.pypp.lo PyCEGUI_la-BoundSlot.pypp.lo PyCEGUI_la-ButtonBase.pypp.lo PyCEGUI_la-PyCEGUI_enumerations.pypp.lo PyCEGUI_la-PyCEGUI.main.lo PyCEGUI_la-CentredRenderedString.pypp.lo PyCEGUI_la-Checkbox.pypp.lo PyCEGUI_la-colour.pypp.lo PyCEGUI_la-ColourRect.pypp.lo PyCEGUI_la-Combobox.pypp.lo PyCEGUI_la-ComboDropList.pypp.lo PyCEGUI_la-ComponentArea.pypp.lo PyCEGUI_la-Connection.pypp.lo PyCEGUI_la-CoordConverter.pypp.lo PyCEGUI_la-DefaultLogger.pypp.lo PyCEGUI_la-DefaultResourceProvider.pypp.lo PyCEGUI_la-Dimension.pypp.lo PyCEGUI_la-DisplayEventArgs.pypp.lo PyCEGUI_la-DragContainer.pypp.lo PyCEGUI_la-DragDropEventArgs.pypp.lo PyCEGUI_la-Editbox.pypp.lo PyCEGUI_la-EventArgs.pypp.lo PyCEGUI_la-EventIterator.pypp.lo PyCEGUI_la-Event.pypp.lo PyCEGUI_la-EventSet.pypp.lo PyCEGUI_la-FalagardComponentBase.pypp.lo PyCEGUI_la-FalagardMappingIterator.pypp.lo PyCEGUI_la-FalagardXMLHelper.pypp.lo PyCEGUI_la-FontDim.pypp.lo PyCEGUI_la-FontGlyph.pypp.lo PyCEGUI_la-FontIterator.pypp.lo PyCEGUI_la-FontManager.pypp.lo PyCEGUI_la-Font.pypp.lo PyCEGUI_la-FrameComponent.pypp.lo PyCEGUI_la-FrameWindow.pypp.lo PyCEGUI_la-GeometryBuffer.pypp.lo PyCEGUI_la-GlobalEventSet.pypp.lo PyCEGUI_la-GridLayoutContainer.pypp.lo PyCEGUI_la-GroupBox.pypp.lo PyCEGUI_la-GUISheet.pypp.lo PyCEGUI_la-HeaderSequenceEventArgs.pypp.lo PyCEGUI_la-HorizontalLayoutContainer.pypp.lo PyCEGUI_la-ImageCodec.pypp.lo PyCEGUI_la-ImageDim.pypp.lo PyCEGUI_la-ImageIterator.pypp.lo PyCEGUI_la-Image.pypp.lo PyCEGUI_la-ImageryComponent.pypp.lo PyCEGUI_la-ImagerySection.pypp.lo PyCEGUI_la-ImagesetIterator.pypp.lo PyCEGUI_la-ImagesetManager.pypp.lo PyCEGUI_la-Imageset.pypp.lo PyCEGUI_la-Interpolator.pypp.lo PyCEGUI_la-ItemEntry.pypp.lo PyCEGUI_la-ItemListBase.pypp.lo PyCEGUI_la-ItemListbox.pypp.lo PyCEGUI_la-KeyEventArgs.pypp.lo PyCEGUI_la-KeyFrame.pypp.lo PyCEGUI_la-Key.pypp.lo PyCEGUI_la-LayerSpecification.pypp.lo PyCEGUI_la-LayoutContainer.pypp.lo PyCEGUI_la-LBItemList.pypp.lo PyCEGUI_la-LineList.pypp.lo PyCEGUI_la-ListboxItem.pypp.lo PyCEGUI_la-Listbox.pypp.lo PyCEGUI_la-ListboxTextItem.pypp.lo PyCEGUI_la-ListHeader.pypp.lo PyCEGUI_la-ListHeaderSegment.pypp.lo PyCEGUI_la-Logger.pypp.lo PyCEGUI_la-MCLGridRef.pypp.lo PyCEGUI_la-Menubar.pypp.lo PyCEGUI_la-MenuBase.pypp.lo PyCEGUI_la-MenuItem.pypp.lo PyCEGUI_la-MouseCursorEventArgs.pypp.lo PyCEGUI_la-MouseCursor.pypp.lo PyCEGUI_la-MouseEventArgs.pypp.lo PyCEGUI_la-MultiColumnList.pypp.lo PyCEGUI_la-MultiLineEditbox.pypp.lo PyCEGUI_la-NamedArea.pypp.lo PyCEGUI_la-NamedXMLResourceManagerFont.pypp.lo PyCEGUI_la-NamedXMLResourceManagerImageset.pypp.lo PyCEGUI_la-NamedXMLResourceManagerScheme.pypp.lo PyCEGUI_la-PopupMenu.pypp.lo PyCEGUI_la-ProgressBar.pypp.lo PyCEGUI_la-PropertyDefinitionBase.pypp.lo PyCEGUI_la-PropertyDefinitionList.pypp.lo PyCEGUI_la-PropertyDefinition.pypp.lo PyCEGUI_la-PropertyDim.pypp.lo PyCEGUI_la-PropertyHelper.pypp.lo PyCEGUI_la-PropertyInitialiser.pypp.lo PyCEGUI_la-PropertyInitialiserVector.pypp.lo PyCEGUI_la-PropertyIterator.pypp.lo PyCEGUI_la-PropertyLinkDefinitionList.pypp.lo PyCEGUI_la-PropertyLinkDefinition.pypp.lo PyCEGUI_la-Property.pypp.lo PyCEGUI_la-PropertyReceiver.pypp.lo PyCEGUI_la-PropertySet.pypp.lo PyCEGUI_la-PushButton.pypp.lo PyCEGUI_la-RadioButton.pypp.lo PyCEGUI_la-RawDataContainer.pypp.lo PyCEGUI_la-Rect.pypp.lo PyCEGUI_la-RenderedStringComponent.pypp.lo PyCEGUI_la-RenderedStringImageComponent.pypp.lo PyCEGUI_la-RenderedStringParser.pypp.lo PyCEGUI_la-RenderedString.pypp.lo PyCEGUI_la-RenderedStringTextComponent.pypp.lo PyCEGUI_la-RenderedStringWidgetComponent.pypp.lo PyCEGUI_la-RenderEffectFactory.pypp.lo PyCEGUI_la-RenderEffectManager.pypp.lo PyCEGUI_la-RenderEffect.pypp.lo PyCEGUI_la-Renderer.pypp.lo PyCEGUI_la-RenderingContext.pypp.lo PyCEGUI_la-RenderingRoot.pypp.lo PyCEGUI_la-RenderingSurface.pypp.lo PyCEGUI_la-RenderingWindow.pypp.lo PyCEGUI_la-RenderQueueEventArgs.pypp.lo PyCEGUI_la-RenderQueue.pypp.lo PyCEGUI_la-RenderTarget.pypp.lo PyCEGUI_la-ResourceEventArgs.pypp.lo PyCEGUI_la-ResourceEventSet.pypp.lo PyCEGUI_la-ResourceProvider.pypp.lo PyCEGUI_la-SchemeIterator.pypp.lo PyCEGUI_la-SchemeManager.pypp.lo PyCEGUI_la-Scheme.pypp.lo PyCEGUI_la-ScriptModule.pypp.lo PyCEGUI_la-ScrollablePane.pypp.lo PyCEGUI_la-Scrollbar.pypp.lo PyCEGUI_la-ScrolledContainer.pypp.lo PyCEGUI_la-ScrolledItemListBase.pypp.lo PyCEGUI_la-SectionSpecification.pypp.lo PyCEGUI_la-SequentialLayoutContainer.pypp.lo PyCEGUI_la-SingletonAnimationManager.pypp.lo PyCEGUI_la-SingletonFontManager.pypp.lo PyCEGUI_la-SingletonGlobalEventSet.pypp.lo PyCEGUI_la-SingletonImagesetManager.pypp.lo PyCEGUI_la-SingletonLogger.pypp.lo PyCEGUI_la-SingletonMouseCursor.pypp.lo PyCEGUI_la-SingletonRenderEffectManager.pypp.lo PyCEGUI_la-SingletonSchemeManager.pypp.lo PyCEGUI_la-SingletonSystem.pypp.lo PyCEGUI_la-SingletonWidgetLookManager.pypp.lo PyCEGUI_la-SingletonWindowFactoryManager.pypp.lo PyCEGUI_la-SingletonWindowManager.pypp.lo PyCEGUI_la-SingletonWindowRendererManager.pypp.lo PyCEGUI_la-Size.pypp.lo PyCEGUI_la-Slider.pypp.lo PyCEGUI_la-Spinner.pypp.lo PyCEGUI_la-StateImagery.pypp.lo PyCEGUI_la-StdPairFloatFloat.pypp.lo PyCEGUI_la-StrIndexList.pypp.lo PyCEGUI_la-Subscriber.pypp.lo PyCEGUI_la-System.pypp.lo PyCEGUI_la-TabButton.pypp.lo PyCEGUI_la-TabControl.pypp.lo PyCEGUI_la-TargetTypeStack.pypp.lo PyCEGUI_la-TextComponent.pypp.lo PyCEGUI_la-Texture.pypp.lo PyCEGUI_la-TextureTarget.pypp.lo PyCEGUI_la-TextUtils.pypp.lo PyCEGUI_la-Thumb.pypp.lo PyCEGUI_la-Titlebar.pypp.lo PyCEGUI_la-Tooltip.pypp.lo PyCEGUI_la-TreeEventArgs.pypp.lo PyCEGUI_la-TreeItem.pypp.lo PyCEGUI_la-Tree.pypp.lo PyCEGUI_la-TypeAliasIterator.pypp.lo PyCEGUI_la-UBox.pypp.lo PyCEGUI_la-UDim.pypp.lo PyCEGUI_la-UnifiedDim.pypp.lo PyCEGUI_la-UpdateEventArgs.pypp.lo PyCEGUI_la-URect.pypp.lo PyCEGUI_la-UVector2.pypp.lo PyCEGUI_la-Vector2.pypp.lo PyCEGUI_la-Vector3.pypp.lo PyCEGUI_la-Vertex.pypp.lo PyCEGUI_la-VerticalLayoutContainer.pypp.lo PyCEGUI_la-WidgetComponent.pypp.lo PyCEGUI_la-WidgetDim.pypp.lo PyCEGUI_la-WidgetLookFeel.pypp.lo PyCEGUI_la-WidgetLookManager.pypp.lo PyCEGUI_la-WindowEventArgs.pypp.lo PyCEGUI_la-WindowFactoryIterator.pypp.lo PyCEGUI_la-WindowFactoryManager.pypp.lo PyCEGUI_la-WindowFactory.pypp.lo PyCEGUI_la-WindowIterator.pypp.lo PyCEGUI_la-WindowManager.pypp.lo PyCEGUI_la-Window.pypp.lo PyCEGUI_la-WindowRendererFactory.pypp.lo PyCEGUI_la-WindowRendererManager.pypp.lo PyCEGUI_la-WindowRenderer.pypp.lo PyCEGUI_la-XMLAttributes.pypp.lo PyCEGUI_la-XMLHandler.pypp.lo PyCEGUI_la-XMLParser.pypp.lo PyCEGUI_la-XMLSerializer.pypp.lo ../../../../../cegui/src/libCEGUIBase.la -lpython2.6 -lboost_python -lpthread -ldl )
  1468. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/PyCEGUI_la-AbsoluteDim.pypp.o .libs/PyCEGUI_la-ActivationEventArgs.pypp.o .libs/PyCEGUI_la-Affector.pypp.o .libs/PyCEGUI_la-AnimationEventArgs.pypp.o .libs/PyCEGUI_la-AnimationInstance.pypp.o .libs/PyCEGUI_la-AnimationManager.pypp.o .libs/PyCEGUI_la-Animation.pypp.o .libs/PyCEGUI_la-BaseDim.pypp.o .libs/PyCEGUI_la-BasicRenderedStringParser.pypp.o .libs/PyCEGUI_la-BiDiVisualMapping.pypp.o .libs/PyCEGUI_la-BoundSlot.pypp.o .libs/PyCEGUI_la-ButtonBase.pypp.o .libs/PyCEGUI_la-PyCEGUI_enumerations.pypp.o .libs/PyCEGUI_la-PyCEGUI.main.o .libs/PyCEGUI_la-CentredRenderedString.pypp.o .libs/PyCEGUI_la-Checkbox.pypp.o .libs/PyCEGUI_la-colour.pypp.o .libs/PyCEGUI_la-ColourRect.pypp.o .libs/PyCEGUI_la-Combobox.pypp.o .libs/PyCEGUI_la-ComboDropList.pypp.o .libs/PyCEGUI_la-ComponentArea.pypp.o .libs/PyCEGUI_la-Connection.pypp.o .libs/PyCEGUI_la-CoordConverter.pypp.o .libs/PyCEGUI_la-DefaultLogger.pypp.o .libs/PyCEGUI_la-DefaultResourceProvider.pypp.o .libs/PyCEGUI_la-Dimension.pypp.o .libs/PyCEGUI_la-DisplayEventArgs.pypp.o .libs/PyCEGUI_la-DragContainer.pypp.o .libs/PyCEGUI_la-DragDropEventArgs.pypp.o .libs/PyCEGUI_la-Editbox.pypp.o .libs/PyCEGUI_la-EventArgs.pypp.o .libs/PyCEGUI_la-EventIterator.pypp.o .libs/PyCEGUI_la-Event.pypp.o .libs/PyCEGUI_la-EventSet.pypp.o .libs/PyCEGUI_la-FalagardComponentBase.pypp.o .libs/PyCEGUI_la-FalagardMappingIterator.pypp.o .libs/PyCEGUI_la-FalagardXMLHelper.pypp.o .libs/PyCEGUI_la-FontDim.pypp.o .libs/PyCEGUI_la-FontGlyph.pypp.o .libs/PyCEGUI_la-FontIterator.pypp.o .libs/PyCEGUI_la-FontManager.pypp.o .libs/PyCEGUI_la-Font.pypp.o .libs/PyCEGUI_la-FrameComponent.pypp.o .libs/PyCEGUI_la-FrameWindow.pypp.o .libs/PyCEGUI_la-GeometryBuffer.pypp.o .libs/PyCEGUI_la-GlobalEventSet.pypp.o .libs/PyCEGUI_la-GridLayoutContainer.pypp.o .libs/PyCEGUI_la-GroupBox.pypp.o .libs/PyCEGUI_la-GUISheet.pypp.o .libs/PyCEGUI_la-HeaderSequenceEventArgs.pypp.o .libs/PyCEGUI_la-HorizontalLayoutContainer.pypp.o .libs/PyCEGUI_la-ImageCodec.pypp.o .libs/PyCEGUI_la-ImageDim.pypp.o .libs/PyCEGUI_la-ImageIterator.pypp.o .libs/PyCEGUI_la-Image.pypp.o .libs/PyCEGUI_la-ImageryComponent.pypp.o .libs/PyCEGUI_la-ImagerySection.pypp.o .libs/PyCEGUI_la-ImagesetIterator.pypp.o .libs/PyCEGUI_la-ImagesetManager.pypp.o .libs/PyCEGUI_la-Imageset.pypp.o .libs/PyCEGUI_la-Interpolator.pypp.o .libs/PyCEGUI_la-ItemEntry.pypp.o .libs/PyCEGUI_la-ItemListBase.pypp.o .libs/PyCEGUI_la-ItemListbox.pypp.o .libs/PyCEGUI_la-KeyEventArgs.pypp.o .libs/PyCEGUI_la-KeyFrame.pypp.o .libs/PyCEGUI_la-Key.pypp.o .libs/PyCEGUI_la-LayerSpecification.pypp.o .libs/PyCEGUI_la-LayoutContainer.pypp.o .libs/PyCEGUI_la-LBItemList.pypp.o .libs/PyCEGUI_la-LineList.pypp.o .libs/PyCEGUI_la-ListboxItem.pypp.o .libs/PyCEGUI_la-Listbox.pypp.o .libs/PyCEGUI_la-ListboxTextItem.pypp.o .libs/PyCEGUI_la-ListHeader.pypp.o .libs/PyCEGUI_la-ListHeaderSegment.pypp.o .libs/PyCEGUI_la-Logger.pypp.o .libs/PyCEGUI_la-MCLGridRef.pypp.o .libs/PyCEGUI_la-Menubar.pypp.o .libs/PyCEGUI_la-MenuBase.pypp.o .libs/PyCEGUI_la-MenuItem.pypp.o .libs/PyCEGUI_la-MouseCursorEventArgs.pypp.o .libs/PyCEGUI_la-MouseCursor.pypp.o .libs/PyCEGUI_la-MouseEventArgs.pypp.o .libs/PyCEGUI_la-MultiColumnList.pypp.o .libs/PyCEGUI_la-MultiLineEditbox.pypp.o .libs/PyCEGUI_la-NamedArea.pypp.o .libs/PyCEGUI_la-NamedXMLResourceManagerFont.pypp.o .libs/PyCEGUI_la-NamedXMLResourceManagerImageset.pypp.o .libs/PyCEGUI_la-NamedXMLResourceManagerScheme.pypp.o .libs/PyCEGUI_la-PopupMenu.pypp.o .libs/PyCEGUI_la-ProgressBar.pypp.o .libs/PyCEGUI_la-PropertyDefinitionBase.pypp.o .libs/PyCEGUI_la-PropertyDefinitionList.pypp.o .libs/PyCEGUI_la-PropertyDefinition.pypp.o .libs/PyCEGUI_la-PropertyDim.pypp.o .libs/PyCEGUI_la-PropertyHelper.pypp.o .libs/PyCEGUI_la-PropertyInitialiser.pypp.o .libs/PyCEGUI_la-PropertyInitialiserVector.pypp.o .libs/PyCEGUI_la-PropertyIterator.pypp.o .libs/PyCEGUI_la-PropertyLinkDefinitionList.pypp.o .libs/PyCEGUI_la-PropertyLinkDefinition.pypp.o .libs/PyCEGUI_la-Property.pypp.o .libs/PyCEGUI_la-PropertyReceiver.pypp.o .libs/PyCEGUI_la-PropertySet.pypp.o .libs/PyCEGUI_la-PushButton.pypp.o .libs/PyCEGUI_la-RadioButton.pypp.o .libs/PyCEGUI_la-RawDataContainer.pypp.o .libs/PyCEGUI_la-Rect.pypp.o .libs/PyCEGUI_la-RenderedStringComponent.pypp.o .libs/PyCEGUI_la-RenderedStringImageComponent.pypp.o .libs/PyCEGUI_la-RenderedStringParser.pypp.o .libs/PyCEGUI_la-RenderedString.pypp.o .libs/PyCEGUI_la-RenderedStringTextComponent.pypp.o .libs/PyCEGUI_la-RenderedStringWidgetComponent.pypp.o .libs/PyCEGUI_la-RenderEffectFactory.pypp.o .libs/PyCEGUI_la-RenderEffectManager.pypp.o .libs/PyCEGUI_la-RenderEffect.pypp.o .libs/PyCEGUI_la-Renderer.pypp.o .libs/PyCEGUI_la-RenderingContext.pypp.o .libs/PyCEGUI_la-RenderingRoot.pypp.o .libs/PyCEGUI_la-RenderingSurface.pypp.o .libs/PyCEGUI_la-RenderingWindow.pypp.o .libs/PyCEGUI_la-RenderQueueEventArgs.pypp.o .libs/PyCEGUI_la-RenderQueue.pypp.o .libs/PyCEGUI_la-RenderTarget.pypp.o .libs/PyCEGUI_la-ResourceEventArgs.pypp.o .libs/PyCEGUI_la-ResourceEventSet.pypp.o .libs/PyCEGUI_la-ResourceProvider.pypp.o .libs/PyCEGUI_la-SchemeIterator.pypp.o .libs/PyCEGUI_la-SchemeManager.pypp.o .libs/PyCEGUI_la-Scheme.pypp.o .libs/PyCEGUI_la-ScriptModule.pypp.o .libs/PyCEGUI_la-ScrollablePane.pypp.o .libs/PyCEGUI_la-Scrollbar.pypp.o .libs/PyCEGUI_la-ScrolledContainer.pypp.o .libs/PyCEGUI_la-ScrolledItemListBase.pypp.o .libs/PyCEGUI_la-SectionSpecification.pypp.o .libs/PyCEGUI_la-SequentialLayoutContainer.pypp.o .libs/PyCEGUI_la-SingletonAnimationManager.pypp.o .libs/PyCEGUI_la-SingletonFontManager.pypp.o .libs/PyCEGUI_la-SingletonGlobalEventSet.pypp.o .libs/PyCEGUI_la-SingletonImagesetManager.pypp.o .libs/PyCEGUI_la-SingletonLogger.pypp.o .libs/PyCEGUI_la-SingletonMouseCursor.pypp.o .libs/PyCEGUI_la-SingletonRenderEffectManager.pypp.o .libs/PyCEGUI_la-SingletonSchemeManager.pypp.o .libs/PyCEGUI_la-SingletonSystem.pypp.o .libs/PyCEGUI_la-SingletonWidgetLookManager.pypp.o .libs/PyCEGUI_la-SingletonWindowFactoryManager.pypp.o .libs/PyCEGUI_la-SingletonWindowManager.pypp.o .libs/PyCEGUI_la-SingletonWindowRendererManager.pypp.o .libs/PyCEGUI_la-Size.pypp.o .libs/PyCEGUI_la-Slider.pypp.o .libs/PyCEGUI_la-Spinner.pypp.o .libs/PyCEGUI_la-StateImagery.pypp.o .libs/PyCEGUI_la-StdPairFloatFloat.pypp.o .libs/PyCEGUI_la-StrIndexList.pypp.o .libs/PyCEGUI_la-Subscriber.pypp.o .libs/PyCEGUI_la-System.pypp.o .libs/PyCEGUI_la-TabButton.pypp.o .libs/PyCEGUI_la-TabControl.pypp.o .libs/PyCEGUI_la-TargetTypeStack.pypp.o .libs/PyCEGUI_la-TextComponent.pypp.o .libs/PyCEGUI_la-Texture.pypp.o .libs/PyCEGUI_la-TextureTarget.pypp.o .libs/PyCEGUI_la-TextUtils.pypp.o .libs/PyCEGUI_la-Thumb.pypp.o .libs/PyCEGUI_la-Titlebar.pypp.o .libs/PyCEGUI_la-Tooltip.pypp.o .libs/PyCEGUI_la-TreeEventArgs.pypp.o .libs/PyCEGUI_la-TreeItem.pypp.o .libs/PyCEGUI_la-Tree.pypp.o .libs/PyCEGUI_la-TypeAliasIterator.pypp.o .libs/PyCEGUI_la-UBox.pypp.o .libs/PyCEGUI_la-UDim.pypp.o .libs/PyCEGUI_la-UnifiedDim.pypp.o .libs/PyCEGUI_la-UpdateEventArgs.pypp.o .libs/PyCEGUI_la-URect.pypp.o .libs/PyCEGUI_la-UVector2.pypp.o .libs/PyCEGUI_la-Vector2.pypp.o .libs/PyCEGUI_la-Vector3.pypp.o .libs/PyCEGUI_la-Vertex.pypp.o .libs/PyCEGUI_la-VerticalLayoutContainer.pypp.o .libs/PyCEGUI_la-WidgetComponent.pypp.o .libs/PyCEGUI_la-WidgetDim.pypp.o .libs/PyCEGUI_la-WidgetLookFeel.pypp.o .libs/PyCEGUI_la-WidgetLookManager.pypp.o .libs/PyCEGUI_la-WindowEventArgs.pypp.o .libs/PyCEGUI_la-WindowFactoryIterator.pypp.o .libs/PyCEGUI_la-WindowFactoryManager.pypp.o .libs/PyCEGUI_la-WindowFactory.pypp.o .libs/PyCEGUI_la-WindowIterator.pypp.o .libs/PyCEGUI_la-WindowManager.pypp.o .libs/PyCEGUI_la-Window.pypp.o .libs/PyCEGUI_la-WindowRendererFactory.pypp.o .libs/PyCEGUI_la-WindowRendererManager.pypp.o .libs/PyCEGUI_la-WindowRenderer.pypp.o .libs/PyCEGUI_la-XMLAttributes.pypp.o .libs/PyCEGUI_la-XMLHandler.pypp.o .libs/PyCEGUI_la-XMLParser.pypp.o .libs/PyCEGUI_la-XMLSerializer.pypp.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lpython2.6 -lboost_python -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,PyCEGUI.so -o .libs/PyCEGUI.so
  1469. libtool: install: /usr/bin/install -c .libs/PyCEGUI.soT /home/andrzejl/test/lib/python2.6/site-packages/PyCEGUI.so
  1470. libtool: install: /usr/bin/install -c .libs/PyCEGUI.lai /home/andrzejl/test/lib/python2.6/site-packages/PyCEGUI.la
  1471. libtool: install: warning: relinking `PyCEGUIOpenGLRenderer.la'
  1472. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -fvisibility=hidden -g -O2 -module -avoid-version -o PyCEGUIOpenGLRenderer.la -rpath /home/andrzejl/test/lib/python2.6/site-packages PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.lo PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.lo ../../../../../cegui/src/libCEGUIBase.la ../../../../../cegui/src/RendererModules/OpenGL/libCEGUIOpenGLRenderer.la -lpython2.6 -lboost_python -lpthread -ldl )
  1473. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/PyCEGUIOpenGLRenderer_la-PyCEGUIOpenGLRenderer.main.o .libs/PyCEGUIOpenGLRenderer_la-OpenGLRenderer.pypp.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lCEGUIOpenGLRenderer -lpython2.6 -lboost_python -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,PyCEGUIOpenGLRenderer.so -o .libs/PyCEGUIOpenGLRenderer.so
  1474. libtool: install: /usr/bin/install -c .libs/PyCEGUIOpenGLRenderer.soT /home/andrzejl/test/lib/python2.6/site-packages/PyCEGUIOpenGLRenderer.so
  1475. libtool: install: /usr/bin/install -c .libs/PyCEGUIOpenGLRenderer.lai /home/andrzejl/test/lib/python2.6/site-packages/PyCEGUIOpenGLRenderer.la
  1476. libtool: install: warning: relinking `PyCEGUIOgreRenderer.la'
  1477. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -fvisibility=hidden -g -O2 -module -avoid-version -o PyCEGUIOgreRenderer.la -rpath /home/andrzejl/test/lib/python2.6/site-packages PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.lo PyCEGUIOgreRenderer_la-OgreRenderer.pypp.lo PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.lo PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.lo ../../../../../cegui/src/libCEGUIBase.la ../../../../../cegui/src/RendererModules/Ogre/libCEGUIOgreRenderer.la -lpython2.6 -lboost_python -lpthread -ldl )
  1478. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/PyCEGUIOgreRenderer_la-OgreImageCodec.pypp.o .libs/PyCEGUIOgreRenderer_la-OgreRenderer.pypp.o .libs/PyCEGUIOgreRenderer_la-OgreResourceProvider.pypp.o .libs/PyCEGUIOgreRenderer_la-PyCEGUIOgreRenderer.main.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lCEGUIOgreRenderer -lpython2.6 -lboost_python -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,PyCEGUIOgreRenderer.so -o .libs/PyCEGUIOgreRenderer.so
  1479. libtool: install: /usr/bin/install -c .libs/PyCEGUIOgreRenderer.soT /home/andrzejl/test/lib/python2.6/site-packages/PyCEGUIOgreRenderer.so
  1480. libtool: install: /usr/bin/install -c .libs/PyCEGUIOgreRenderer.lai /home/andrzejl/test/lib/python2.6/site-packages/PyCEGUIOgreRenderer.la
  1481. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib/python2.6/site-packages
  1482. ----------------------------------------------------------------------
  1483. Libraries have been installed in:
  1484. /home/andrzejl/test/lib/python2.6/site-packages
  1485.  
  1486. If you ever happen to want to link against installed libraries
  1487. in a given directory, LIBDIR, you must either use libtool, and
  1488. specify the full pathname of the library, or use the `-LLIBDIR'
  1489. flag during linking and do at least one of the following:
  1490. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1491. during execution
  1492. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1493. during linking
  1494. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1495. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1496.  
  1497. See any operating system documentation about shared libraries for
  1498. more information, such as the ld(1) and ld.so(8) manual pages.
  1499. ----------------------------------------------------------------------
  1500. make[6]: Nothing to be done for `install-data-am'.
  1501. make[6]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings'
  1502. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule/bindings'
  1503. Making install in .
  1504. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  1505. make[6]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  1506. make[6]: Nothing to be done for `install-exec-am'.
  1507. make[6]: Nothing to be done for `install-data-am'.
  1508. make[6]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  1509. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  1510. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules/PythonScriptModule'
  1511. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/ScriptingModules'
  1512. Making install in WindowRendererSets
  1513. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  1514. Making install in Falagard
  1515. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard'
  1516. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard'
  1517. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1518. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUIFalagardWRBase.la '/home/andrzejl/test/lib'
  1519. libtool: install: warning: relinking `libCEGUIFalagardWRBase.la'
  1520. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUIFalagardWRBase.la -rpath /home/andrzejl/test/lib libCEGUIFalagardWRBase_la-FalButton.lo libCEGUIFalagardWRBase_la-FalToggleButton.lo libCEGUIFalagardWRBase_la-FalDefault.lo libCEGUIFalagardWRBase_la-FalEditbox.lo libCEGUIFalagardWRBase_la-FalEditboxProperties.lo libCEGUIFalagardWRBase_la-FalFrameWindow.lo libCEGUIFalagardWRBase_la-FalItemEntry.lo libCEGUIFalagardWRBase_la-FalItemListbox.lo libCEGUIFalagardWRBase_la-FalListHeader.lo libCEGUIFalagardWRBase_la-FalListHeaderProperties.lo libCEGUIFalagardWRBase_la-FalListHeaderSegment.lo libCEGUIFalagardWRBase_la-FalListbox.lo libCEGUIFalagardWRBase_la-FalMenubar.lo libCEGUIFalagardWRBase_la-FalMenuItem.lo libCEGUIFalagardWRBase_la-FalModule.lo libCEGUIFalagardWRBase_la-FalMultiColumnList.lo libCEGUIFalagardWRBase_la-FalMultiLineEditbox.lo libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.lo libCEGUIFalagardWRBase_la-FalPopupMenu.lo libCEGUIFalagardWRBase_la-FalProgressBar.lo libCEGUIFalagardWRBase_la-FalProgressBarProperties.lo libCEGUIFalagardWRBase_la-FalScrollablePane.lo libCEGUIFalagardWRBase_la-FalScrollbar.lo libCEGUIFalagardWRBase_la-FalScrollbarProperties.lo libCEGUIFalagardWRBase_la-FalSlider.lo libCEGUIFalagardWRBase_la-FalSliderProperties.lo libCEGUIFalagardWRBase_la-FalStatic.lo libCEGUIFalagardWRBase_la-FalStaticImage.lo libCEGUIFalagardWRBase_la-FalStaticImageProperties.lo libCEGUIFalagardWRBase_la-FalStaticProperties.lo libCEGUIFalagardWRBase_la-FalStaticText.lo libCEGUIFalagardWRBase_la-FalStaticTextProperties.lo libCEGUIFalagardWRBase_la-FalSystemButton.lo libCEGUIFalagardWRBase_la-FalTabButton.lo libCEGUIFalagardWRBase_la-FalTabControl.lo libCEGUIFalagardWRBase_la-FalTabControlProperties.lo libCEGUIFalagardWRBase_la-FalTitlebar.lo libCEGUIFalagardWRBase_la-FalTree.lo libCEGUIFalagardWRBase_la-FalTooltip.lo ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1521. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIFalagardWRBase_la-FalButton.o .libs/libCEGUIFalagardWRBase_la-FalToggleButton.o .libs/libCEGUIFalagardWRBase_la-FalDefault.o .libs/libCEGUIFalagardWRBase_la-FalEditbox.o .libs/libCEGUIFalagardWRBase_la-FalEditboxProperties.o .libs/libCEGUIFalagardWRBase_la-FalFrameWindow.o .libs/libCEGUIFalagardWRBase_la-FalItemEntry.o .libs/libCEGUIFalagardWRBase_la-FalItemListbox.o .libs/libCEGUIFalagardWRBase_la-FalListHeader.o .libs/libCEGUIFalagardWRBase_la-FalListHeaderProperties.o .libs/libCEGUIFalagardWRBase_la-FalListHeaderSegment.o .libs/libCEGUIFalagardWRBase_la-FalListbox.o .libs/libCEGUIFalagardWRBase_la-FalMenubar.o .libs/libCEGUIFalagardWRBase_la-FalMenuItem.o .libs/libCEGUIFalagardWRBase_la-FalModule.o .libs/libCEGUIFalagardWRBase_la-FalMultiColumnList.o .libs/libCEGUIFalagardWRBase_la-FalMultiLineEditbox.o .libs/libCEGUIFalagardWRBase_la-FalMultiLineEditboxProperties.o .libs/libCEGUIFalagardWRBase_la-FalPopupMenu.o .libs/libCEGUIFalagardWRBase_la-FalProgressBar.o .libs/libCEGUIFalagardWRBase_la-FalProgressBarProperties.o .libs/libCEGUIFalagardWRBase_la-FalScrollablePane.o .libs/libCEGUIFalagardWRBase_la-FalScrollbar.o .libs/libCEGUIFalagardWRBase_la-FalScrollbarProperties.o .libs/libCEGUIFalagardWRBase_la-FalSlider.o .libs/libCEGUIFalagardWRBase_la-FalSliderProperties.o .libs/libCEGUIFalagardWRBase_la-FalStatic.o .libs/libCEGUIFalagardWRBase_la-FalStaticImage.o .libs/libCEGUIFalagardWRBase_la-FalStaticImageProperties.o .libs/libCEGUIFalagardWRBase_la-FalStaticProperties.o .libs/libCEGUIFalagardWRBase_la-FalStaticText.o .libs/libCEGUIFalagardWRBase_la-FalStaticTextProperties.o .libs/libCEGUIFalagardWRBase_la-FalSystemButton.o .libs/libCEGUIFalagardWRBase_la-FalTabButton.o .libs/libCEGUIFalagardWRBase_la-FalTabControl.o .libs/libCEGUIFalagardWRBase_la-FalTabControlProperties.o .libs/libCEGUIFalagardWRBase_la-FalTitlebar.o .libs/libCEGUIFalagardWRBase_la-FalTree.o .libs/libCEGUIFalagardWRBase_la-FalTooltip.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIFalagardWRBase-0.7.6.so -o .libs/libCEGUIFalagardWRBase-0.7.6.so
  1522. libtool: install: /usr/bin/install -c .libs/libCEGUIFalagardWRBase-0.7.6.soT /home/andrzejl/test/lib/libCEGUIFalagardWRBase-0.7.6.so
  1523. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUIFalagardWRBase-0.7.6.so libCEGUIFalagardWRBase.so || { rm -f libCEGUIFalagardWRBase.so && ln -s libCEGUIFalagardWRBase-0.7.6.so libCEGUIFalagardWRBase.so; }; })
  1524. libtool: install: /usr/bin/install -c .libs/libCEGUIFalagardWRBase.lai /home/andrzejl/test/lib/libCEGUIFalagardWRBase.la
  1525. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1526. ----------------------------------------------------------------------
  1527. Libraries have been installed in:
  1528. /home/andrzejl/test/lib
  1529.  
  1530. If you ever happen to want to link against installed libraries
  1531. in a given directory, LIBDIR, you must either use libtool, and
  1532. specify the full pathname of the library, or use the `-LLIBDIR'
  1533. flag during linking and do at least one of the following:
  1534. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1535. during execution
  1536. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1537. during linking
  1538. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1539. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1540.  
  1541. See any operating system documentation about shared libraries for
  1542. more information, such as the ld(1) and ld.so(8) manual pages.
  1543. ----------------------------------------------------------------------
  1544. make[5]: Nothing to be done for `install-data-am'.
  1545. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard'
  1546. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets/Falagard'
  1547. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  1548. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  1549. make[5]: Nothing to be done for `install-exec-am'.
  1550. make[5]: Nothing to be done for `install-data-am'.
  1551. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  1552. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  1553. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/WindowRendererSets'
  1554. Making install in XMLParserModules
  1555. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  1556. Making install in .
  1557. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  1558.  
  1559. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  1560. make[5]: Nothing to be done for `install-exec-am'.
  1561. make[5]: Nothing to be done for `install-data-am'.
  1562. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  1563. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  1564. Making install in ExpatParser
  1565. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser'
  1566. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser'
  1567. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1568. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUIExpatParser.la '/home/andrzejl/test/lib'
  1569. libtool: install: warning: relinking `libCEGUIExpatParser.la'
  1570. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUIExpatParser.la -rpath /home/andrzejl/test/lib libCEGUIExpatParser_la-CEGUIExpatParser.lo libCEGUIExpatParser_la-CEGUIExpatParserModule.lo -lexpat ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1571. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUIExpatParser_la-CEGUIExpatParser.o .libs/libCEGUIExpatParser_la-CEGUIExpatParserModule.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/usr/lib -lexpat -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUIExpatParser-0.7.6.so -o .libs/libCEGUIExpatParser-0.7.6.so
  1572. libtool: install: /usr/bin/install -c .libs/libCEGUIExpatParser-0.7.6.soT /home/andrzejl/test/lib/libCEGUIExpatParser-0.7.6.so
  1573. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUIExpatParser-0.7.6.so libCEGUIExpatParser.so || { rm -f libCEGUIExpatParser.so && ln -s libCEGUIExpatParser-0.7.6.so libCEGUIExpatParser.so; }; })
  1574. libtool: install: /usr/bin/install -c .libs/libCEGUIExpatParser.lai /home/andrzejl/test/lib/libCEGUIExpatParser.la
  1575. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1576. ----------------------------------------------------------------------
  1577. Libraries have been installed in:
  1578. /home/andrzejl/test/lib
  1579.  
  1580. If you ever happen to want to link against installed libraries
  1581. in a given directory, LIBDIR, you must either use libtool, and
  1582. specify the full pathname of the library, or use the `-LLIBDIR'
  1583. flag during linking and do at least one of the following:
  1584. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1585. during execution
  1586. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1587. during linking
  1588. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1589. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1590.  
  1591. See any operating system documentation about shared libraries for
  1592. more information, such as the ld(1) and ld.so(8) manual pages.
  1593. ----------------------------------------------------------------------
  1594. make[5]: Nothing to be done for `install-data-am'.
  1595. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser'
  1596. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/ExpatParser'
  1597. Making install in LibxmlParser
  1598. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser'
  1599. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser'
  1600. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1601. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUILibxmlParser.la '/home/andrzejl/test/lib'
  1602. libtool: install: warning: relinking `libCEGUILibxmlParser.la'
  1603. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUILibxmlParser.la -rpath /home/andrzejl/test/lib libCEGUILibxmlParser_la-CEGUILibxmlParser.lo libCEGUILibxmlParser_la-CEGUILibxmlParserModule.lo -lxml2 ../../../../cegui/src/libCEGUIBase.la -lpthread -ldl )
  1604. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUILibxmlParser_la-CEGUILibxmlParser.o .libs/libCEGUILibxmlParser_la-CEGUILibxmlParserModule.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/usr/lib -lxml2 -L/home/andrzejl/test/lib -lCEGUIBase -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUILibxmlParser-0.7.6.so -o .libs/libCEGUILibxmlParser-0.7.6.so
  1605. libtool: install: /usr/bin/install -c .libs/libCEGUILibxmlParser-0.7.6.soT /home/andrzejl/test/lib/libCEGUILibxmlParser-0.7.6.so
  1606. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUILibxmlParser-0.7.6.so libCEGUILibxmlParser.so || { rm -f libCEGUILibxmlParser.so && ln -s libCEGUILibxmlParser-0.7.6.so libCEGUILibxmlParser.so; }; })
  1607. libtool: install: /usr/bin/install -c .libs/libCEGUILibxmlParser.lai /home/andrzejl/test/lib/libCEGUILibxmlParser.la
  1608. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1609. ----------------------------------------------------------------------
  1610. Libraries have been installed in:
  1611. /home/andrzejl/test/lib
  1612.  
  1613. If you ever happen to want to link against installed libraries
  1614. in a given directory, LIBDIR, you must either use libtool, and
  1615. specify the full pathname of the library, or use the `-LLIBDIR'
  1616. flag during linking and do at least one of the following:
  1617. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1618. during execution
  1619. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1620. during linking
  1621. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1622. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1623.  
  1624. See any operating system documentation about shared libraries for
  1625. more information, such as the ld(1) and ld.so(8) manual pages.
  1626. ----------------------------------------------------------------------
  1627. make[5]: Nothing to be done for `install-data-am'.
  1628. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser'
  1629. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/LibxmlParser'
  1630. Making install in TinyXMLParser
  1631. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser'
  1632. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser'
  1633. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1634. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libCEGUITinyXMLParser.la '/home/andrzejl/test/lib'
  1635. libtool: install: warning: relinking `libCEGUITinyXMLParser.la'
  1636. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUITinyXMLParser.la -rpath /home/andrzejl/test/lib libCEGUITinyXMLParser_la-CEGUITinyXMLParser.lo libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.lo ../../../../cegui/src/libCEGUIBase.la -ltinyxml -lpthread -ldl )
  1637. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUITinyXMLParser_la-CEGUITinyXMLParser.o .libs/libCEGUITinyXMLParser_la-CEGUITinyXMLParserModule.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -ltinyxml -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUITinyXMLParser-0.7.6.so -o .libs/libCEGUITinyXMLParser-0.7.6.so
  1638. libtool: install: /usr/bin/install -c .libs/libCEGUITinyXMLParser-0.7.6.soT /home/andrzejl/test/lib/libCEGUITinyXMLParser-0.7.6.so
  1639. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUITinyXMLParser-0.7.6.so libCEGUITinyXMLParser.so || { rm -f libCEGUITinyXMLParser.so && ln -s libCEGUITinyXMLParser-0.7.6.so libCEGUITinyXMLParser.so; }; })
  1640. libtool: install: /usr/bin/install -c .libs/libCEGUITinyXMLParser.lai /home/andrzejl/test/lib/libCEGUITinyXMLParser.la
  1641. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1642. ----------------------------------------------------------------------
  1643. Libraries have been installed in:
  1644. /home/andrzejl/test/lib
  1645.  
  1646. If you ever happen to want to link against installed libraries
  1647. in a given directory, LIBDIR, you must either use libtool, and
  1648. specify the full pathname of the library, or use the `-LLIBDIR'
  1649. flag during linking and do at least one of the following:
  1650. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1651. during execution
  1652. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1653. during linking
  1654. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1655. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1656.  
  1657. See any operating system documentation about shared libraries for
  1658. more information, such as the ld(1) and ld.so(8) manual pages.
  1659. ----------------------------------------------------------------------
  1660. make[5]: Nothing to be done for `install-data-am'.
  1661. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser'
  1662. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules/TinyXMLParser'
  1663. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src/XMLParserModules'
  1664. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/src'
  1665. Making install in include
  1666. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1667. Making install in .
  1668. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1669. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1670. make[4]: Nothing to be done for `install-exec-am'.
  1671. test -z "/home/andrzejl/test/include/CEGUI" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI"
  1672. /usr/bin/install -c -m 644 CEGUI.h CEGUIAffector.h CEGUIAnimation.h CEGUIAnimationInstance.h CEGUIAnimationManager.h CEGUIAnimation_xmlHandler.h CEGUIBase.h CEGUIBasicInterpolators.h CEGUIBasicRenderedStringParser.h CEGUIBiDiVisualMapping.h CEGUIBoundSlot.h CEGUICentredRenderedString.h CEGUIChainedXMLHandler.h CEGUIColourRect.h CEGUIConfig.h CEGUIConfig_xmlHandler.h CEGUICoordConverter.h CEGUIDataContainer.h CEGUIDefaultLogger.h CEGUIDefaultRenderedStringParser.h CEGUIDefaultResourceProvider.h CEGUIDynamicModule.h CEGUIEvent.h CEGUIEventArgs.h CEGUIEventSet.h CEGUIExceptions.h CEGUIFactoryModule.h CEGUIFont.h CEGUIFontGlyph.h CEGUIFontManager.h CEGUIFont_xmlHandler.h CEGUIFreeTypeFont.h CEGUIFormattedRenderedString.h CEGUIForwardRefs.h CEGUIFreeFunctionSlot.h CEGUIFunctorCopySlot.h CEGUIFunctorPointerSlot.h CEGUIFunctorReferenceBinder.h CEGUIFunctorReferenceSlot.h CEGUIGeometryBuffer.h '/home/andrzejl/test/include/CEGUI'
  1673. /usr/bin/install -c -m 644 CEGUIGlobalEventSet.h CEGUIGUILayout_xmlHandler.h CEGUIImage.h CEGUIImageCodec.h CEGUIImageset.h CEGUIImagesetManager.h CEGUIImageset_xmlHandler.h CEGUIInputEvent.h CEGUIInterpolator.h CEGUIIteratorBase.h CEGUIJustifiedRenderedString.h CEGUIKeyFrame.h CEGUILeftAlignedRenderedString.h CEGUILogger.h CEGUIMemberFunctionSlot.h CEGUIMinizipResourceProvider.h CEGUIMouseCursor.h CEGUINamedXMLResourceManager.h CEGUIPixmapFont.h CEGUIProperty.h CEGUIPropertyHelper.h CEGUIPropertySet.h CEGUIRect.h CEGUIRefCounted.h CEGUIRegexMatcher.h CEGUIRenderedString.h CEGUIRenderedStringComponent.h CEGUIRenderedStringImageComponent.h CEGUIRenderedStringParser.h CEGUIRenderedStringTextComponent.h CEGUIRenderedStringWidgetComponent.h CEGUIRenderedStringWordWrapper.h CEGUIRenderer.h CEGUIRenderEffect.h CEGUIRenderEffectFactory.h CEGUIRenderEffectManager.h CEGUIRenderTarget.h CEGUIRenderingContext.h CEGUIRenderQueue.h CEGUIRenderingRoot.h '/home/andrzejl/test/include/CEGUI'
  1674. /usr/bin/install -c -m 644 CEGUIRenderingSurface.h CEGUIRenderingWindow.h CEGUIResourceProvider.h CEGUIRightAlignedRenderedString.h CEGUIScheme.h CEGUISchemeManager.h CEGUIScheme_xmlHandler.h CEGUIScriptModule.h CEGUISingleton.h CEGUISize.h CEGUISlotFunctorBase.h CEGUIString.h CEGUISubscriberSlot.h CEGUISystem.h CEGUITextUtils.h CEGUITexture.h CEGUITextureTarget.h CEGUITplWindowFactory.h CEGUITplWindowRendererFactory.h CEGUITplWRFactoryRegisterer.h CEGUIUDim.h CEGUIVector.h CEGUIVersion.h CEGUIVertex.h CEGUIWidgetModule.h CEGUIWindow.h CEGUIWindowFactory.h CEGUIWindowFactoryManager.h CEGUIWindowManager.h CEGUIWindowProperties.h CEGUIWindowRenderer.h CEGUIWindowRendererManager.h CEGUIWindowRendererModule.h CEGUIWRFactoryRegisterer.h CEGUIXMLAttributes.h CEGUIXMLHandler.h CEGUIXMLParser.h CEGUIXMLSerializer.h CEGUIcolour.h '/home/andrzejl/test/include/CEGUI'
  1675. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1676. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1677. Making install in elements
  1678. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/elements'
  1679. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/elements'
  1680. make[4]: Nothing to be done for `install-exec-am'.
  1681. test -z "/home/andrzejl/test/include/CEGUI/elements" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/elements"
  1682. /usr/bin/install -c -m 644 CEGUIAll.h CEGUIButtonBase.h CEGUICheckbox.h CEGUICheckboxProperties.h CEGUIClippedContainer.h CEGUIComboDropList.h CEGUICombobox.h CEGUIComboboxProperties.h CEGUIDragContainer.h CEGUIDragContainerProperties.h CEGUIEditbox.h CEGUIEditboxProperties.h CEGUIFrameWindow.h CEGUIFrameWindowProperties.h CEGUIGridLayoutContainer.h CEGUIGridLayoutContainerProperties.h CEGUIGroupBox.h CEGUIGUISheet.h CEGUIHorizontalLayoutContainer.h CEGUIItemEntry.h CEGUIItemEntryProperties.h CEGUIItemListBase.h CEGUIItemListBaseProperties.h CEGUIItemListbox.h CEGUIItemListboxProperties.h CEGUILayoutContainer.h CEGUIListbox.h CEGUIListboxItem.h CEGUIListboxProperties.h CEGUIListboxTextItem.h CEGUIListHeader.h CEGUIListHeaderProperties.h CEGUIListHeaderSegment.h CEGUIListHeaderSegmentProperties.h CEGUIMenubar.h CEGUIMenuBase.h CEGUIMenuBaseProperties.h CEGUIMenuItem.h CEGUIMenuItemProperties.h CEGUIMultiColumnList.h '/home/andrzejl/test/include/CEGUI/elements'
  1683. /usr/bin/install -c -m 644 CEGUIMultiColumnListProperties.h CEGUIMultiLineEditbox.h CEGUIMultiLineEditboxProperties.h CEGUIPopupMenu.h CEGUIPopupMenuProperties.h CEGUIProgressBar.h CEGUIProgressBarProperties.h CEGUIPushButton.h CEGUIRadioButton.h CEGUIRadioButtonProperties.h CEGUIScrollablePane.h CEGUIScrollablePaneProperties.h CEGUIScrollbar.h CEGUIScrollbarProperties.h CEGUIScrolledContainer.h CEGUIScrolledContainerProperties.h CEGUIScrolledItemListBase.h CEGUIScrolledItemListBaseProperties.h CEGUISequentialLayoutContainer.h CEGUISlider.h CEGUISliderProperties.h CEGUISpinner.h CEGUISpinnerProperties.h CEGUITabButton.h CEGUITabControl.h CEGUITabControlProperties.h CEGUIThumb.h CEGUIThumbProperties.h CEGUITitlebar.h CEGUITitlebarProperties.h CEGUITooltip.h CEGUITooltipProperties.h CEGUITree.h CEGUITreeItem.h CEGUITreeProperties.h CEGUIVerticalLayoutContainer.h '/home/andrzejl/test/include/CEGUI/elements'
  1684. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/elements'
  1685. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/elements'
  1686. Making install in falagard
  1687. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/falagard'
  1688. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/falagard'
  1689. make[4]: Nothing to be done for `install-exec-am'.
  1690. test -z "/home/andrzejl/test/include/CEGUI/falagard" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/falagard"
  1691. /usr/bin/install -c -m 644 CEGUIFalEnums.h CEGUIFalComponentBase.h CEGUIFalDimensions.h CEGUIFalFrameComponent.h CEGUIFalImageryComponent.h CEGUIFalNamedArea.h CEGUIFalPropertyDefinition.h CEGUIFalPropertyDefinitionBase.h CEGUIFalPropertyLinkDefinition.h CEGUIFalPropertyInitialiser.h CEGUIFalWidgetComponent.h CEGUIFalImagerySection.h CEGUIFalSectionSpecification.h CEGUIFalLayerSpecification.h CEGUIFalStateImagery.h CEGUIFalTextComponent.h CEGUIFalWidgetLookFeel.h CEGUIFalWidgetLookManager.h CEGUIFalXMLEnumHelper.h '/home/andrzejl/test/include/CEGUI/falagard'
  1692. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/falagard'
  1693. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/falagard'
  1694. Making install in ImageCodecModules
  1695. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  1696. Making install in .
  1697. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  1698. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  1699. make[5]: Nothing to be done for `install-exec-am'.
  1700. make[5]: Nothing to be done for `install-data-am'.
  1701. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  1702. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  1703. Making install in FreeImageImageCodec
  1704. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/FreeImageImageCodec'
  1705. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/FreeImageImageCodec'
  1706. make[5]: Nothing to be done for `install-exec-am'.
  1707. test -z "/home/andrzejl/test/include/CEGUI/ImageCodecModules/FreeImageImageCodec" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/ImageCodecModules/FreeImageImageCodec"
  1708. /usr/bin/install -c -m 644 CEGUIFreeImageImageCodec.h CEGUIFreeImageImageCodecModule.h '/home/andrzejl/test/include/CEGUI/ImageCodecModules/FreeImageImageCodec'
  1709. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/FreeImageImageCodec'
  1710. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/FreeImageImageCodec'
  1711. Making install in TGAImageCodec
  1712. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/TGAImageCodec'
  1713. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/TGAImageCodec'
  1714. make[5]: Nothing to be done for `install-exec-am'.
  1715. test -z "/home/andrzejl/test/include/CEGUI/ImageCodecModules/TGAImageCodec" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/ImageCodecModules/TGAImageCodec"
  1716. /usr/bin/install -c -m 644 CEGUITGAImageCodec.h CEGUITGAImageCodecModule.h '/home/andrzejl/test/include/CEGUI/ImageCodecModules/TGAImageCodec'
  1717. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/TGAImageCodec'
  1718. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/TGAImageCodec'
  1719. Making install in STBImageCodec
  1720. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/STBImageCodec'
  1721. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/STBImageCodec'
  1722. make[5]: Nothing to be done for `install-exec-am'.
  1723. test -z "/home/andrzejl/test/include/CEGUI/ImageCodecModules/STBImageCodec" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/ImageCodecModules/STBImageCodec"
  1724. /usr/bin/install -c -m 644 CEGUISTBImageCodec.h CEGUISTBImageCodecModule.h '/home/andrzejl/test/include/CEGUI/ImageCodecModules/STBImageCodec'
  1725. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/STBImageCodec'
  1726. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules/STBImageCodec'
  1727. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ImageCodecModules'
  1728. Making install in RendererModules
  1729. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  1730. Making install in .
  1731. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  1732. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  1733. make[5]: Nothing to be done for `install-exec-am'.
  1734. make[5]: Nothing to be done for `install-data-am'.
  1735. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  1736. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  1737. Making install in OpenGL
  1738. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/OpenGL'
  1739. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/OpenGL'
  1740. make[5]: Nothing to be done for `install-exec-am'.
  1741. test -z "/home/andrzejl/test/include/CEGUI/RendererModules/OpenGL" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/RendererModules/OpenGL"
  1742. /usr/bin/install -c -m 644 CEGUIOpenGL.h CEGUIOpenGLFBOTextureTarget.h CEGUIOpenGLGLXPBTextureTarget.h CEGUIOpenGLGeometryBuffer.h CEGUIOpenGLRenderer.h CEGUIOpenGLRenderTarget.h CEGUIOpenGLTexture.h CEGUIOpenGLTextureTarget.h CEGUIOpenGLViewportTarget.h '/home/andrzejl/test/include/CEGUI/RendererModules/OpenGL'
  1743. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/OpenGL'
  1744. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/OpenGL'
  1745. Making install in Ogre
  1746. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Ogre'
  1747. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Ogre'
  1748. make[5]: Nothing to be done for `install-exec-am'.
  1749. test -z "/home/andrzejl/test/include/CEGUI/RendererModules/Ogre" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/RendererModules/Ogre"
  1750. /usr/bin/install -c -m 644 CEGUIOgreGeometryBuffer.h CEGUIOgreImageCodec.h CEGUIOgreRenderer.h CEGUIOgreRenderTarget.h CEGUIOgreResourceProvider.h CEGUIOgreTexture.h CEGUIOgreTextureTarget.h CEGUIOgreWindowTarget.h '/home/andrzejl/test/include/CEGUI/RendererModules/Ogre'
  1751. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Ogre'
  1752. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Ogre'
  1753. Making install in Direct3D9
  1754. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D9'
  1755. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D9'
  1756. make[5]: Nothing to be done for `install-exec-am'.
  1757. make[5]: Nothing to be done for `install-data-am'.
  1758. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D9'
  1759. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D9'
  1760. Making install in Direct3D10
  1761. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D10'
  1762. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D10'
  1763. make[5]: Nothing to be done for `install-exec-am'.
  1764. make[5]: Nothing to be done for `install-data-am'.
  1765. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D10'
  1766. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D10'
  1767. Making install in Direct3D11
  1768. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D11'
  1769. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D11'
  1770. make[5]: Nothing to be done for `install-exec-am'.
  1771. make[5]: Nothing to be done for `install-data-am'.
  1772. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D11'
  1773. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules/Direct3D11'
  1774. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/RendererModules'
  1775. Making install in ScriptingModules
  1776. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1777. Making install in .
  1778. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1779. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1780. make[5]: Nothing to be done for `install-exec-am'.
  1781. make[5]: Nothing to be done for `install-data-am'.
  1782. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1783. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1784. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/ScriptingModules'
  1785. Making install in WindowRendererSets
  1786. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1787. Making install in Falagard
  1788. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets/Falagard'
  1789. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets/Falagard'
  1790. make[5]: Nothing to be done for `install-exec-am'.
  1791. test -z "/home/andrzejl/test/include/CEGUI/WindowRendererSets/Falagard" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/WindowRendererSets/Falagard"
  1792. /usr/bin/install -c -m 644 FalButton.h FalToggleButton.h FalDefault.h FalEditbox.h FalEditboxProperties.h FalFrameWindow.h FalItemEntry.h FalItemListbox.h FalListHeader.h FalListHeaderProperties.h FalListHeaderSegment.h FalListbox.h FalMenubar.h FalMenuItem.h FalModule.h FalMultiColumnList.h FalMultiLineEditbox.h FalMultiLineEditboxProperties.h FalPopupMenu.h FalProgressBar.h FalProgressBarProperties.h FalScrollablePane.h FalScrollbar.h FalScrollbarProperties.h FalSlider.h FalSliderProperties.h FalStatic.h FalStaticImage.h FalStaticImageProperties.h FalStaticProperties.h FalStaticText.h FalStaticTextProperties.h FalSystemButton.h FalTabButton.h FalTabControl.h FalTabControlProperties.h FalTitlebar.h FalTooltip.h FalTree.h '/home/andrzejl/test/include/CEGUI/WindowRendererSets/Falagard'
  1793. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets/Falagard'
  1794. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets/Falagard'
  1795. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1796. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1797. make[5]: Nothing to be done for `install-exec-am'.
  1798. make[5]: Nothing to be done for `install-data-am'.
  1799. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1800. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1801. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/WindowRendererSets'
  1802. Making install in XMLParserModules
  1803. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1804. Making install in .
  1805. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1806. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1807. make[5]: Nothing to be done for `install-exec-am'.
  1808. make[5]: Nothing to be done for `install-data-am'.
  1809. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1810. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1811. Making install in ExpatParser
  1812. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/ExpatParser'
  1813. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/ExpatParser'
  1814. make[5]: Nothing to be done for `install-exec-am'.
  1815. test -z "/home/andrzejl/test/include/CEGUI/XMLParserModules/ExpatParser" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/XMLParserModules/ExpatParser"
  1816. /usr/bin/install -c -m 644 CEGUIExpatParser.h CEGUIExpatParserModule.h '/home/andrzejl/test/include/CEGUI/XMLParserModules/ExpatParser'
  1817. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/ExpatParser'
  1818. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/ExpatParser'
  1819. Making install in LibxmlParser
  1820. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/LibxmlParser'
  1821. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/LibxmlParser'
  1822. make[5]: Nothing to be done for `install-exec-am'.
  1823. test -z "/home/andrzejl/test/include/CEGUI/XMLParserModules/LibxmlParser" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/XMLParserModules/LibxmlParser"
  1824. /usr/bin/install -c -m 644 CEGUILibxmlParser.h CEGUILibxmlParserModule.h '/home/andrzejl/test/include/CEGUI/XMLParserModules/LibxmlParser'
  1825. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/LibxmlParser'
  1826. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/LibxmlParser'
  1827. Making install in TinyXMLParser
  1828. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/TinyXMLParser'
  1829. make[5]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/TinyXMLParser'
  1830. make[5]: Nothing to be done for `install-exec-am'.
  1831. test -z "/home/andrzejl/test/include/CEGUI/XMLParserModules/TinyXMLParser" || /bin/mkdir -p "/home/andrzejl/test/include/CEGUI/XMLParserModules/TinyXMLParser"
  1832. /usr/bin/install -c -m 644 CEGUITinyXMLParser.h CEGUITinyXMLParserModule.h '/home/andrzejl/test/include/CEGUI/XMLParserModules/TinyXMLParser'
  1833. make[5]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/TinyXMLParser'
  1834. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules/TinyXMLParser'
  1835. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include/XMLParserModules'
  1836. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui/include'
  1837. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/cegui'
  1838. Making install in datafiles
  1839. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/datafiles'
  1840. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/datafiles'
  1841. make[2]: Nothing to be done for `install-exec-am'.
  1842. test -z "/home/andrzejl/test/share/CEGUI" || /bin/mkdir -p "/home/andrzejl/test/share/CEGUI"
  1843. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/lua_scripts'
  1844. /usr/bin/install -c -m 644 lua_scripts/demo8.lua '/home/andrzejl/test/share/CEGUI/lua_scripts'
  1845. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/animations'
  1846. /usr/bin/install -c -m 644 animations/example.xml '/home/andrzejl/test/share/CEGUI/animations'
  1847. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/looknfeel'
  1848. /usr/bin/install -c -m 644 looknfeel/InventoryComponents.looknfeel looknfeel/OgreTray.looknfeel looknfeel/TaharezLook.looknfeel looknfeel/Vanilla.looknfeel looknfeel/WindowsLook.looknfeel '/home/andrzejl/test/share/CEGUI/looknfeel'
  1849. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/schemes'
  1850. /usr/bin/install -c -m 644 schemes/Demo8.scheme schemes/OgreTray.scheme schemes/TaharezLook.scheme schemes/TaharezLookWidgetAliases.scheme schemes/TaharezLookWidgets.scheme schemes/VanillaSkin.scheme schemes/WindowsLook.scheme schemes/WindowsLookWidgets.scheme '/home/andrzejl/test/share/CEGUI/schemes'
  1851. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/imagesets'
  1852. /usr/bin/install -c -m 644 imagesets/DriveIcons.imageset imagesets/DriveIcons.png imagesets/FairChar.imageset imagesets/FairChar.tga imagesets/GPN-2000-001437.tga imagesets/logo.png imagesets/OgreTray.imageset imagesets/OgreTrayImages.png imagesets/ReadMe.txt imagesets/TaharezLook.imageset imagesets/TaharezLook.tga imagesets/Vanilla.imageset imagesets/WindowsLook.imageset imagesets/WindowsLook.tga imagesets/vanilla.tga '/home/andrzejl/test/share/CEGUI/imagesets'
  1853. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/layouts'
  1854. /usr/bin/install -c -m 644 layouts/Console.wnd layouts/Demo7Windows.layout layouts/Demo8.layout layouts/DragDropDemo.layout layouts/FontDemo.layout layouts/TabControlDemo.layout layouts/TabPage.layout layouts/TabPage1.layout layouts/TabPage2.layout layouts/TextDemo.layout layouts/TreeDemoTaharez.layout layouts/VanillaConsole.layout layouts/VanillaWindows.layout '/home/andrzejl/test/share/CEGUI/layouts'
  1855. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/fonts'
  1856. /usr/bin/install -c -m 644 fonts/batang.ttf fonts/Batang-26.font fonts/DejaVuSans-10.font fonts/DejaVuSans.ttf fonts/FairChar-30.font fonts/fkp-16.font fonts/fkp.de.pcf fonts/baemuk.txt fonts/Legal.txt '/home/andrzejl/test/share/CEGUI/fonts'
  1857. /bin/mkdir -p '/home/andrzejl/test/share/CEGUI/xml_schemas'
  1858. /usr/bin/install -c -m 644 xml_schemas/Animation.xsd xml_schemas/CEGUIConfig.xsd xml_schemas/Falagard.xsd xml_schemas/Font.xsd xml_schemas/GUILayout.xsd xml_schemas/GUIScheme.xsd xml_schemas/Imageset.xsd '/home/andrzejl/test/share/CEGUI/xml_schemas'
  1859. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/datafiles'
  1860. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/datafiles'
  1861. Making install in doc
  1862. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1863. Making install in .
  1864. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1865. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1866. make[3]: Nothing to be done for `install-exec-am'.
  1867. make[3]: Nothing to be done for `install-data-am'.
  1868. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1869. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1870. Making install in doxygen
  1871. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc/doxygen'
  1872. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/doc/doxygen'
  1873. make[3]: Nothing to be done for `install-exec-am'.
  1874. make[3]: Nothing to be done for `install-data-am'.
  1875. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc/doxygen'
  1876. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc/doxygen'
  1877. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/doc'
  1878. Making install in projects
  1879. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/projects'
  1880. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/projects'
  1881. make[2]: Nothing to be done for `install-exec-am'.
  1882. make[2]: Nothing to be done for `install-data-am'.
  1883. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/projects'
  1884. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/projects'
  1885. Making install in Samples
  1886. make[1]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1887. Making install in .
  1888. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1889. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1890. if test ! -d ../bin ; then \
  1891. mkdir ../bin ; \
  1892. fi
  1893. make[3]: Nothing to be done for `install-data-am'.
  1894. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1895. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  1896. Making install in common
  1897. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1898. Making install in include
  1899. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/include'
  1900. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/include'
  1901. make[4]: Nothing to be done for `install-exec-am'.
  1902. make[4]: Nothing to be done for `install-data-am'.
  1903. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/include'
  1904. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/include'
  1905. Making install in src
  1906. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/src'
  1907. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/src'
  1908. test -z "/home/andrzejl/test/lib" || /bin/mkdir -p "/home/andrzejl/test/lib"
  1909. /bin/sh ../../../libtool --mode=install /usr/bin/install -c libCEGUISampleHelper.la '/home/andrzejl/test/lib'
  1910. libtool: install: warning: relinking `libCEGUISampleHelper.la'
  1911.  
  1912. libtool: install: (cd /home/andrzejl/test/CEGUI-0.7.6/Samples/common/src; /bin/sh /home/andrzejl/test/CEGUI-0.7.6/libtool --tag CXX --mode=relink g++ -g -O2 -release 0.7.6 -o libCEGUISampleHelper.la -rpath /home/andrzejl/test/lib libCEGUISampleHelper_la-CEGuiBaseApplication.lo libCEGUISampleHelper_la-CEGuiRendererSelector.lo libCEGUISampleHelper_la-CEGuiSample.lo libCEGUISampleHelper_la-CLICEGuiRendererSelector.lo libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.lo libCEGUISampleHelper_la-CEGuiOgreBaseApplication.lo ../../../cegui/src/libCEGUIBase.la ../../../cegui/src/RendererModules/OpenGL/libCEGUIOpenGLRenderer.la -lglut -lGLU -lGL -lSM -lICE -lGLEW ../../../cegui/src/RendererModules/Ogre/libCEGUIOgreRenderer.la -lOgreMain -lpthread -lOIS -lpthread -ldl )
  1913. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crti.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtbeginS.o .libs/libCEGUISampleHelper_la-CEGuiBaseApplication.o .libs/libCEGUISampleHelper_la-CEGuiRendererSelector.o .libs/libCEGUISampleHelper_la-CEGuiSample.o .libs/libCEGUISampleHelper_la-CLICEGuiRendererSelector.o .libs/libCEGUISampleHelper_la-CEGuiOpenGLBaseApplication.o .libs/libCEGUISampleHelper_la-CEGuiOgreBaseApplication.o -Wl,-rpath -Wl,/home/andrzejl/test/lib -L/home/andrzejl/test/lib -lCEGUIBase -lCEGUIOpenGLRenderer -lglut -lGLU -lGL -L/usr/lib -lSM -lICE -lGLEW -lCEGUIOgreRenderer -lOgreMain -lOIS -lpthread -ldl -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2 -L/usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/crtendS.o /usr/lib/gcc/i586-mandriva-linux-gnu/4.5.2/../../../crtn.o -O2 -Wl,-soname -Wl,libCEGUISampleHelper-0.7.6.so -o .libs/libCEGUISampleHelper-0.7.6.so
  1914. libtool: install: /usr/bin/install -c .libs/libCEGUISampleHelper-0.7.6.soT /home/andrzejl/test/lib/libCEGUISampleHelper-0.7.6.so
  1915. libtool: install: (cd /home/andrzejl/test/lib && { ln -s -f libCEGUISampleHelper-0.7.6.so libCEGUISampleHelper.so || { rm -f libCEGUISampleHelper.so && ln -s libCEGUISampleHelper-0.7.6.so libCEGUISampleHelper.so; }; })
  1916. libtool: install: /usr/bin/install -c .libs/libCEGUISampleHelper.lai /home/andrzejl/test/lib/libCEGUISampleHelper.la
  1917. libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/kde4/libexec:sbin:/usr/sbin:/usr/lib/qt4/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/home/andrzejl/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -n /home/andrzejl/test/lib
  1918. ----------------------------------------------------------------------
  1919. Libraries have been installed in:
  1920. /home/andrzejl/test/lib
  1921.  
  1922. If you ever happen to want to link against installed libraries
  1923. in a given directory, LIBDIR, you must either use libtool, and
  1924. specify the full pathname of the library, or use the `-LLIBDIR'
  1925. flag during linking and do at least one of the following:
  1926. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1927. during execution
  1928. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1929. during linking
  1930. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1931. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1932.  
  1933. See any operating system documentation about shared libraries for
  1934. more information, such as the ld(1) and ld.so(8) manual pages.
  1935. ----------------------------------------------------------------------
  1936. make[4]: Nothing to be done for `install-data-am'.
  1937. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/src'
  1938. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common/src'
  1939. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1940. make[4]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1941. make[4]: Nothing to be done for `install-exec-am'.
  1942. make[4]: Nothing to be done for `install-data-am'.
  1943. make[4]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1944. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1945. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/common'
  1946. Making install in Demo6
  1947. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo6'
  1948. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo6'
  1949. ln -s -f `pwd`/.libs/Demo6 ../../bin/Demo6
  1950. make[3]: Nothing to be done for `install-data-am'.
  1951. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo6'
  1952. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo6'
  1953. Making install in Demo7
  1954. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo7'
  1955. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo7'
  1956. ln -s -f `pwd`/.libs/Demo7 ../../bin/Demo7
  1957. make[3]: Nothing to be done for `install-data-am'.
  1958. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo7'
  1959. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Demo7'
  1960. Making install in DragDropDemo
  1961. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/DragDropDemo'
  1962. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/DragDropDemo'
  1963. ln -s -f `pwd`/.libs/DragDropDemo ../../bin/DragDropDemo
  1964. make[3]: Nothing to be done for `install-data-am'.
  1965. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/DragDropDemo'
  1966. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/DragDropDemo'
  1967. Making install in FalagardDemo1
  1968. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FalagardDemo1'
  1969. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FalagardDemo1'
  1970. ln -s -f `pwd`/.libs/FalagardDemo1 ../../bin/FalagardDemo1
  1971. make[3]: Nothing to be done for `install-data-am'.
  1972. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FalagardDemo1'
  1973. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FalagardDemo1'
  1974. Making install in FirstWindow
  1975. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FirstWindow'
  1976. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FirstWindow'
  1977. ln -s -f `pwd`/.libs/FirstWindow ../../bin/FirstWindow
  1978. make[3]: Nothing to be done for `install-data-am'.
  1979. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FirstWindow'
  1980. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FirstWindow'
  1981. Making install in FontDemo
  1982. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FontDemo'
  1983. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FontDemo'
  1984. ln -s -f `pwd`/.libs/FontDemo ../../bin/FontDemo
  1985. make[3]: Nothing to be done for `install-data-am'.
  1986. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FontDemo'
  1987. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/FontDemo'
  1988. Making install in InventoryDemo
  1989. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/InventoryDemo'
  1990. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/InventoryDemo'
  1991. ln -s -f `pwd`/.libs/InventoryDemo ../../bin/InventoryDemo
  1992. make[3]: Nothing to be done for `install-data-am'.
  1993. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/InventoryDemo'
  1994. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/InventoryDemo'
  1995. Making install in Minesweeper
  1996. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Minesweeper'
  1997. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Minesweeper'
  1998. ln -s -f `pwd`/.libs/Minesweeper ../../bin/Minesweeper
  1999. make[3]: Nothing to be done for `install-data-am'.
  2000. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Minesweeper'
  2001. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/Minesweeper'
  2002. Making install in ScrollablePaneDemo
  2003. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/ScrollablePaneDemo'
  2004. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/ScrollablePaneDemo'
  2005. ln -s -f `pwd`/.libs/ScrollablePaneDemo ../../bin/ScrollablePaneDemo
  2006. make[3]: Nothing to be done for `install-data-am'.
  2007. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/ScrollablePaneDemo'
  2008. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/ScrollablePaneDemo'
  2009. Making install in TabControlDemo
  2010. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TabControlDemo'
  2011. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TabControlDemo'
  2012. ln -s -f `pwd`/.libs/TabControlDemo ../../bin/TabControlDemo
  2013. make[3]: Nothing to be done for `install-data-am'.
  2014. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TabControlDemo'
  2015. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TabControlDemo'
  2016. Making install in TextDemo
  2017. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TextDemo'
  2018. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TextDemo'
  2019. ln -s -f `pwd`/.libs/TextDemo ../../bin/TextDemo
  2020. make[3]: Nothing to be done for `install-data-am'.
  2021. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TextDemo'
  2022. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TextDemo'
  2023. Making install in TreeDemo
  2024. make[2]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TreeDemo'
  2025. make[3]: Entering directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TreeDemo'
  2026. ln -s -f `pwd`/.libs/TreeDemo ../../bin/TreeDemo
  2027. make[3]: Nothing to be done for `install-data-am'.
  2028. make[3]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TreeDemo'
  2029. make[2]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples/TreeDemo'
  2030. make[1]: Leaving directory `/home/andrzejl/test/CEGUI-0.7.6/Samples'
  2031. [andrzejl@icsserver CEGUI-0.7.6]$
Advertisement
Add Comment
Please, Sign In to add comment