Advertisement
JoshDreamland

Code::Blocks reports no issue

Jul 11th, 2015
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 MB | None | 0 0
  1. josh@dreamland:~$ cd Projects/CodeBlocks/
  2. josh@dreamland:~/Projects/CodeBlocks$ ./bootstrap
  3. Using 'svn --xml info' to get the revision
  4. Found revision: '10358' '2015-07-11 17:02:34'
  5. libtoolize: putting auxiliary files in `.'.
  6. libtoolize: copying file `./ltmain.sh'
  7. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  8. libtoolize: copying file `m4/libtool.m4'
  9. libtoolize: copying file `m4/ltoptions.m4'
  10. libtoolize: copying file `m4/ltsugar.m4'
  11. libtoolize: copying file `m4/ltversion.m4'
  12. libtoolize: copying file `m4/lt~obsolete.m4'
  13. configure.ac:15: installing './compile'
  14. configure.ac:7: installing './config.guess'
  15. configure.ac:7: installing './config.sub'
  16. configure.ac:11: installing './install-sh'
  17. configure.ac:11: installing './missing'
  18. src/base/tinyxml/Makefile.am: installing './depcomp'
  19. (reverse-i-search)`': sudo ^Cke uninstall
  20. josh@dreamland:~/Projects/CodeBlocks$ ./configure --with-contrib-plugins=all --prefix=/opt/codeblocks-svn
  21. checking build system type... x86_64-unknown-linux-gnu
  22. checking host system type... x86_64-unknown-linux-gnu
  23. checking target system type... x86_64-unknown-linux-gnu
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether make supports nested variables... yes
  30. checking how to print strings... printf
  31. checking for style of include used by make... GNU
  32. checking for gcc... gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking whether gcc understands -c and -o together... yes
  42. checking dependency style of gcc... gcc3
  43. checking for a sed that does not truncate output... /bin/sed
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for egrep... /bin/grep -E
  46. checking for fgrep... /bin/grep -F
  47. checking for ld used by gcc... /usr/bin/ld
  48. checking if the linker (/usr/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  50. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  51. checking whether ln -s works... yes
  52. checking the maximum length of command line arguments... 1572864
  53. checking whether the shell understands some XSI constructs... yes
  54. checking whether the shell understands "+="... yes
  55. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  56. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  57. checking for /usr/bin/ld option to reload object files... -r
  58. checking for objdump... objdump
  59. checking how to recognize dependent libraries... pass_all
  60. checking for dlltool... no
  61. checking how to associate runtime and link libraries... printf %s\n
  62. checking for ar... ar
  63. checking for archiver @FILE support... @
  64. checking for strip... strip
  65. checking for ranlib... ranlib
  66. checking command to parse /usr/bin/nm -B output from gcc object... ok
  67. checking for sysroot... no
  68. checking for mt... mt
  69. checking if mt is a manifest tool... no
  70. checking how to run the C preprocessor... gcc -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for dlfcn.h... yes
  82. checking for objdir... .libs
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC -DPIC
  85. checking if gcc PIC flag -fPIC -DPIC works... yes
  86. checking if gcc static flag -static works... yes
  87. checking if gcc supports -c -o file.o... yes
  88. checking if gcc supports -c -o file.o... (cached) yes
  89. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking whether -lc should be explicitly linked in... no
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... no
  97. checking whether make supports nested variables... (cached) yes
  98. checking for g++... g++
  99. checking whether we are using the GNU C++ compiler... yes
  100. checking whether g++ accepts -g... yes
  101. checking dependency style of g++... gcc3
  102. checking how to run the C++ preprocessor... g++ -E
  103. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  104. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  105. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. checking for g++ option to produce PIC... -fPIC -DPIC
  107. checking if g++ PIC flag -fPIC -DPIC works... yes
  108. checking if g++ static flag -static works... yes
  109. checking if g++ supports -c -o file.o... yes
  110. checking if g++ supports -c -o file.o... (cached) yes
  111. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  112. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  113. checking how to hardcode library paths into programs... immediate
  114. checking how to run the C preprocessor... gcc -E
  115. checking for gcc... (cached) gcc
  116. checking whether we are using the GNU C compiler... (cached) yes
  117. checking whether gcc accepts -g... (cached) yes
  118. checking for gcc option to accept ISO C89... (cached) none needed
  119. checking whether gcc understands -c and -o together... (cached) yes
  120. checking dependency style of gcc... (cached) gcc3
  121. checking whether ln -s works... yes
  122. checking whether make sets $(MAKE)... (cached) yes
  123. checking for gawk... (cached) gawk
  124. checking whether the linker accepts -Wl,--no-undefined... yes
  125. checking whether to enable debugging... no
  126. checking for dirent.h that defines DIR... yes
  127. checking for library containing opendir... none required
  128. checking for ANSI C header files... (cached) yes
  129. checking fcntl.h usability... yes
  130. checking fcntl.h presence... yes
  131. checking for fcntl.h... yes
  132. checking limits.h usability... yes
  133. checking limits.h presence... yes
  134. checking for limits.h... yes
  135. checking for stdlib.h... (cached) yes
  136. checking for string.h... (cached) yes
  137. checking sys/param.h usability... yes
  138. checking sys/param.h presence... yes
  139. checking for sys/param.h... yes
  140. checking for unistd.h... (cached) yes
  141. checking malloc.h usability... yes
  142. checking malloc.h presence... yes
  143. checking for malloc.h... yes
  144. checking sys/malloc.h usability... no
  145. checking sys/malloc.h presence... no
  146. checking for sys/malloc.h... no
  147. checking malloc/malloc.h usability... no
  148. checking malloc/malloc.h presence... no
  149. checking for malloc/malloc.h... no
  150. checking for stdbool.h that conforms to C99... yes
  151. checking for _Bool... yes
  152. checking for an ANSI C-conforming const... yes
  153. checking for inline... inline
  154. checking for size_t... yes
  155. checking whether time.h and sys/time.h may both be included... yes
  156. checking for working volatile... yes
  157. checking whether closedir returns void... no
  158. checking for stdlib.h... (cached) yes
  159. checking for GNU libc compatible malloc... yes
  160. checking for working memcmp... yes
  161. checking whether lstat correctly handles trailing slash... yes
  162. checking whether stat accepts an empty string... no
  163. checking for vprintf... yes
  164. checking for _doprnt... no
  165. checking for atexit... yes
  166. checking for getcwd... yes
  167. checking for isascii... yes
  168. checking for memchr... yes
  169. checking for memmove... yes
  170. checking for memset... yes
  171. checking for strcasecmp... yes
  172. checking for strchr... yes
  173. checking for strcspn... yes
  174. checking for strdup... yes
  175. checking for strrchr... yes
  176. checking for strstr... yes
  177. checking for dlopen in -ldl... yes
  178. checking for pthread_create in -lpthread... yes
  179. checking for snprintf... yes
  180. checking for vsnprintf... yes
  181. checking for library containing gzopen... -lz
  182. checking for library containing BZ2_bzopen... -lbz2
  183. checking whether to build the source formatter plugin... yes
  184. checking whether to build the autosave plugin... yes
  185. checking whether to build the class wizard plugin... yes
  186. checking whether to build the code completion plugin... yes
  187. checking whether to build the compiler plugin... yes
  188. checking whether to build the debugger plugin... yes
  189. checking whether to build the default MIME handler plugin... yes
  190. checking whether to build the open files list plugin... yes
  191. checking whether to build the occurrences highlighting plugin... yes
  192. checking whether to build the foreign projects importer plugin... yes
  193. checking whether to build the scripted wizard plugin... yes
  194. checking whether to build the to-do plugin... yes
  195. checking whether to build the abbreviations plugin... yes
  196. checking whether to keep prebuild windows dll's in dist-tarball... yes
  197. checking whether to integrate fortran-plugin in dist-tarball... yes
  198. checking whether to use gtk-notebook as default notebook... yes
  199. checking which (if any) contrib plugins to build... all
  200. checking if the compiler supports precompiled headers... yes
  201. checking for wx-config... /usr/bin/wx-config
  202. checking for wxWidgets version >= 2.8.12... yes (version 3.0.0)
  203. checking for wxWidgets static library... no
  204. checking for wxWidgets platform... wxGTK
  205. checking for pkg-config... yes
  206. checking for pkg-config... /usr/bin/pkg-config
  207. checking pkg-config is at least version 0.9.0... yes
  208. checking for GLIB2... yes
  209. checking for HUNSPELL... yes
  210. checking for GTK2... yes
  211. checking for GAMIN... yes
  212. checking for FONTCONFIG... yes
  213. checking boost/spirit/include/classic.hpp usability... yes
  214. checking boost/spirit/include/classic.hpp presence... yes
  215. checking for boost/spirit/include/classic.hpp... yes
  216. checking for X... libraries , headers
  217. checking for gethostbyname... yes
  218. checking for connect... yes
  219. checking for remove... yes
  220. checking for shmat... yes
  221. checking for IceConnectionNumber in -lICE... yes
  222. checking gcc version... 4.9.2
  223. checking for wxWidgets >= 2.9.0... yes (version 3.0.0)
  224. configure: (Re)setting libs for wxWidgets 3.0.0
  225. checking for PIC flags... -fPIC -DPIC
  226. configure: Configuring Code::Blocks...
  227. configure: SVN revision 13.12svn10358 (2015-07-11 17:02:34)
  228. checking that generated files are newer than configure... done
  229. configure: creating ./config.status
  230. config.status: creating Makefile
  231. config.status: creating src/Makefile
  232. config.status: creating src/base/Makefile
  233. config.status: creating src/base/tinyxml/Makefile
  234. config.status: creating src/build_tools/Makefile
  235. config.status: creating src/build_tools/autorevision/Makefile
  236. config.status: creating src/include/autorevision.h
  237. config.status: creating src/include/Makefile
  238. config.status: creating src/include/scripting/Makefile
  239. config.status: creating src/include/scripting/bindings/Makefile
  240. config.status: creating src/include/scripting/include/Makefile
  241. config.status: creating src/include/scripting/sqplus/Makefile
  242. config.status: creating src/include/scripting/sqstdlib/Makefile
  243. config.status: creating src/include/scripting/squirrel/Makefile
  244. config.status: creating src/include/tinyxml/Makefile
  245. config.status: creating src/sdk/Makefile
  246. config.status: creating src/sdk/wxpropgrid/Makefile
  247. config.status: creating src/sdk/scripting/Makefile
  248. config.status: creating src/sdk/scripting/bindings/Makefile
  249. config.status: creating src/sdk/scripting/squirrel/Makefile
  250. config.status: creating src/sdk/scripting/sqstdlib/Makefile
  251. config.status: creating src/sdk/scripting/sqplus/Makefile
  252. config.status: creating src/sdk/wxscintilla/Makefile
  253. config.status: creating src/sdk/resources/Makefile
  254. config.status: creating src/sdk/resources/lexers/Makefile
  255. config.status: creating src/src/resources/Makefile
  256. config.status: creating src/src/resources/icons/Makefile
  257. config.status: creating src/src/resources/images/Makefile
  258. config.status: creating src/src/resources/images/16x16/Makefile
  259. config.status: creating src/src/resources/images/settings/Makefile
  260. config.status: creating src/src/Makefile
  261. config.status: creating src/plugins/Makefile
  262. config.status: creating src/plugins/astyle/Makefile
  263. config.status: creating src/plugins/astyle/resources/Makefile
  264. config.status: creating src/plugins/autosave/Makefile
  265. config.status: creating src/plugins/classwizard/Makefile
  266. config.status: creating src/plugins/classwizard/resources/Makefile
  267. config.status: creating src/plugins/codecompletion/Makefile
  268. config.status: creating src/plugins/codecompletion/resources/Makefile
  269. config.status: creating src/plugins/compilergcc/Makefile
  270. config.status: creating src/plugins/compilergcc/depslib/Makefile
  271. config.status: creating src/plugins/compilergcc/depslib/src/Makefile
  272. config.status: creating src/plugins/compilergcc/resources/Makefile
  273. config.status: creating src/plugins/debuggergdb/Makefile
  274. config.status: creating src/plugins/debuggergdb/resources/Makefile
  275. config.status: creating src/plugins/defaultmimehandler/Makefile
  276. config.status: creating src/plugins/defaultmimehandler/resources/Makefile
  277. config.status: creating src/plugins/openfileslist/Makefile
  278. config.status: creating src/plugins/occurrenceshighlighting/Makefile
  279. config.status: creating src/plugins/occurrenceshighlighting/resources/Makefile
  280. config.status: creating src/plugins/projectsimporter/Makefile
  281. config.status: creating src/plugins/projectsimporter/resources/Makefile
  282. config.status: creating src/plugins/scriptedwizard/Makefile
  283. config.status: creating src/plugins/scriptedwizard/resources/Makefile
  284. config.status: creating src/plugins/scriptedwizard/resources/arm/Makefile
  285. config.status: creating src/plugins/scriptedwizard/resources/avr/Makefile
  286. config.status: creating src/plugins/scriptedwizard/resources/c_file/Makefile
  287. config.status: creating src/plugins/scriptedwizard/resources/console/Makefile
  288. config.status: creating src/plugins/scriptedwizard/resources/d/Makefile
  289. config.status: creating src/plugins/scriptedwizard/resources/directx/Makefile
  290. config.status: creating src/plugins/scriptedwizard/resources/dll/Makefile
  291. config.status: creating src/plugins/scriptedwizard/resources/empty/Makefile
  292. config.status: creating src/plugins/scriptedwizard/resources/empty_file/Makefile
  293. config.status: creating src/plugins/scriptedwizard/resources/fltk/Makefile
  294. config.status: creating src/plugins/scriptedwizard/resources/fortran/Makefile
  295. config.status: creating src/plugins/scriptedwizard/resources/glfw/Makefile
  296. config.status: creating src/plugins/scriptedwizard/resources/glut/Makefile
  297. config.status: creating src/plugins/scriptedwizard/resources/gtk/Makefile
  298. config.status: creating src/plugins/scriptedwizard/resources/h_file/Makefile
  299. config.status: creating src/plugins/scriptedwizard/resources/irrlicht/Makefile
  300. config.status: creating src/plugins/scriptedwizard/resources/lf/Makefile
  301. config.status: creating src/plugins/scriptedwizard/resources/matlab_csf/Makefile
  302. config.status: creating src/plugins/scriptedwizard/resources/matlab_csf/files/Makefile
  303. config.status: creating src/plugins/scriptedwizard/resources/matlab_csf/lccstub/Makefile
  304. config.status: creating src/plugins/scriptedwizard/resources/mcs51/Makefile
  305. config.status: creating src/plugins/scriptedwizard/resources/ogre/Makefile
  306. config.status: creating src/plugins/scriptedwizard/resources/ogre/files/Makefile
  307. config.status: creating src/plugins/scriptedwizard/resources/opencv/Makefile
  308. config.status: creating src/plugins/scriptedwizard/resources/opengl/Makefile
  309. config.status: creating src/plugins/scriptedwizard/resources/opengl/files_unix/Makefile
  310. config.status: creating src/plugins/scriptedwizard/resources/opengl/files_win/Makefile
  311. config.status: creating src/plugins/scriptedwizard/resources/plugins/Makefile
  312. config.status: creating src/plugins/scriptedwizard/resources/plugins/templates/Makefile
  313. config.status: creating src/plugins/scriptedwizard/resources/ppc/Makefile
  314. config.status: creating src/plugins/scriptedwizard/resources/qt4/Makefile
  315. config.status: creating src/plugins/scriptedwizard/resources/qt4/files/Makefile
  316. config.status: creating src/plugins/scriptedwizard/resources/sdl/Makefile
  317. config.status: creating src/plugins/scriptedwizard/resources/sdl/files/Makefile
  318. config.status: creating src/plugins/scriptedwizard/resources/sfml/Makefile
  319. config.status: creating src/plugins/scriptedwizard/resources/sharedlib/Makefile
  320. config.status: creating src/plugins/scriptedwizard/resources/sharedlib/c/Makefile
  321. config.status: creating src/plugins/scriptedwizard/resources/sharedlib/cpp/Makefile
  322. config.status: creating src/plugins/scriptedwizard/resources/smartwin/Makefile
  323. config.status: creating src/plugins/scriptedwizard/resources/smartwin/files/Makefile
  324. config.status: creating src/plugins/scriptedwizard/resources/staticlib/Makefile
  325. config.status: creating src/plugins/scriptedwizard/resources/staticlib/files/Makefile
  326. config.status: creating src/plugins/scriptedwizard/resources/stlport/Makefile
  327. config.status: creating src/plugins/scriptedwizard/resources/stlport/files/Makefile
  328. config.status: creating src/plugins/scriptedwizard/resources/sys/Makefile
  329. config.status: creating src/plugins/scriptedwizard/resources/tricore/Makefile
  330. config.status: creating src/plugins/scriptedwizard/resources/win32gui/Makefile
  331. config.status: creating src/plugins/scriptedwizard/resources/wxwidgets/Makefile
  332. config.status: creating src/plugins/todo/Makefile
  333. config.status: creating src/plugins/todo/resources/Makefile
  334. config.status: creating src/plugins/abbreviations/Makefile
  335. config.status: creating src/plugins/abbreviations/resources/Makefile
  336. config.status: creating src/plugins/xpmanifest/Makefile
  337. config.status: creating src/plugins/contrib/Makefile
  338. config.status: creating src/plugins/contrib/AutoVersioning/Makefile
  339. config.status: creating src/plugins/contrib/BrowseTracker/Makefile
  340. config.status: creating src/plugins/contrib/byogames/Makefile
  341. config.status: creating src/plugins/contrib/Cccc/Makefile
  342. config.status: creating src/plugins/contrib/Cccc/resources/Makefile
  343. config.status: creating src/plugins/contrib/CppCheck/Makefile
  344. config.status: creating src/plugins/contrib/CppCheck/resources/Makefile
  345. config.status: creating src/plugins/contrib/cb_koders/Makefile
  346. config.status: creating src/plugins/contrib/codesnippets/Makefile
  347. config.status: creating src/plugins/contrib/codesnippets/resources/Makefile
  348. config.status: creating src/plugins/contrib/codestat/Makefile
  349. config.status: creating src/plugins/contrib/codestat/resources/Makefile
  350. config.status: creating src/plugins/contrib/copystrings/Makefile
  351. config.status: creating src/plugins/contrib/Cscope/Makefile
  352. config.status: creating src/plugins/contrib/devpak_plugin/Makefile
  353. config.status: creating src/plugins/contrib/devpak_plugin/bzip2/Makefile
  354. config.status: creating src/plugins/contrib/DoxyBlocks/Makefile
  355. config.status: creating src/plugins/contrib/DoxyBlocks/images/Makefile
  356. config.status: creating src/plugins/contrib/DoxyBlocks/images/16x16/Makefile
  357. config.status: creating src/plugins/contrib/dragscroll/Makefile
  358. config.status: creating src/plugins/contrib/EditorConfig/Makefile
  359. config.status: creating src/plugins/contrib/EditorTweaks/Makefile
  360. config.status: creating src/plugins/contrib/envvars/Makefile
  361. config.status: creating src/plugins/contrib/FileManager/Makefile
  362. config.status: creating src/plugins/contrib/headerfixup/Makefile
  363. config.status: creating src/plugins/contrib/help_plugin/Makefile
  364. config.status: creating src/plugins/contrib/help_plugin/bzip2/Makefile
  365. config.status: creating src/plugins/contrib/help_plugin/zlib/Makefile
  366. config.status: creating src/plugins/contrib/keybinder/Makefile
  367. config.status: creating src/plugins/contrib/NassiShneiderman/Makefile
  368. config.status: creating src/plugins/contrib/profiler/Makefile
  369. config.status: creating src/plugins/contrib/profiler/resources/Makefile
  370. config.status: creating src/plugins/contrib/ProjectOptionsManipulator/Makefile
  371. config.status: creating src/plugins/contrib/source_exporter/Makefile
  372. config.status: creating src/plugins/contrib/source_exporter/wxPdfDocument/Makefile
  373. config.status: creating src/plugins/contrib/SmartIndent/Makefile
  374. config.status: creating src/plugins/contrib/SpellChecker/Makefile
  375. config.status: creating src/plugins/contrib/SpellChecker/wxspellchecker/Makefile
  376. config.status: creating src/plugins/contrib/symtab/Makefile
  377. config.status: creating src/plugins/contrib/symtab/resources/Makefile
  378. config.status: creating src/plugins/contrib/regex_testbed/Makefile
  379. config.status: creating src/plugins/contrib/ReopenEditor/Makefile
  380. config.status: creating src/plugins/contrib/ThreadSearch/Makefile
  381. config.status: creating src/plugins/contrib/ThreadSearch/resources/Makefile
  382. config.status: creating src/plugins/contrib/ThreadSearch/resources/images/Makefile
  383. config.status: creating src/plugins/contrib/ThreadSearch/resources/images/16x16/Makefile
  384. config.status: creating src/plugins/contrib/ThreadSearch/resources/images/22x22/Makefile
  385. config.status: creating src/plugins/contrib/ToolsPlus/Makefile
  386. config.status: creating src/plugins/contrib/ToolsPlus/Resources/Makefile
  387. config.status: creating src/plugins/contrib/Valgrind/Makefile
  388. config.status: creating src/plugins/contrib/Valgrind/resources/Makefile
  389. config.status: creating src/plugins/contrib/wxContribItems/Makefile
  390. config.status: creating src/plugins/contrib/wxContribItems/wxsmith-contrib.pc
  391. config.status: creating src/plugins/contrib/wxContribItems/cb_wxcontrib.pc
  392. config.status: creating src/plugins/contrib/wxContribItems/cb_wxchartctrl.pc
  393. config.status: creating src/plugins/contrib/wxContribItems/cb_wxcustombutton.pc
  394. config.status: creating src/plugins/contrib/wxContribItems/cb_wximagepanel.pc
  395. config.status: creating src/plugins/contrib/wxContribItems/cb_wxflatnotebook.pc
  396. config.status: creating src/plugins/contrib/wxContribItems/cb_wxspeedbutton.pc
  397. config.status: creating src/plugins/contrib/wxContribItems/cb_wxKWIC.pc
  398. config.status: creating src/plugins/contrib/wxContribItems/cb_wxtreelist.pc
  399. config.status: creating src/plugins/contrib/wxContribItems/cb_wxled.pc
  400. config.status: creating src/plugins/contrib/wxContribItems/wxchart/Makefile
  401. config.status: creating src/plugins/contrib/wxContribItems/wxFlatNotebook/Makefile
  402. config.status: creating src/plugins/contrib/wxContribItems/wxImagePanel/Makefile
  403. config.status: creating src/plugins/contrib/wxContribItems/wxthings/Makefile
  404. config.status: creating src/plugins/contrib/wxContribItems/wxSpeedButton/Makefile
  405. config.status: creating src/plugins/contrib/wxContribItems/KWIC/Makefile
  406. config.status: creating src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/Makefile
  407. config.status: creating src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc/Makefile
  408. config.status: creating src/plugins/contrib/wxContribItems/wxTreeList/Makefile
  409. config.status: creating src/plugins/contrib/wxContribItems/wxled/Makefile
  410. config.status: creating src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos/Makefile
  411. config.status: creating src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx/Makefile
  412. config.status: creating src/plugins/contrib/wxContribItems/wxled/led/include/wx/Makefile
  413. config.status: creating src/plugins/contrib/wxContribItems/wxled/led/include/xrc/Makefile
  414. config.status: creating src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx/Makefile
  415. config.status: creating src/plugins/contrib/wxSmith/Makefile
  416. config.status: creating src/plugins/contrib/wxSmith/wxsmith.pc
  417. config.status: creating src/plugins/contrib/wxSmith/plugin/Makefile
  418. config.status: creating src/plugins/contrib/wxSmith/properties/Makefile
  419. config.status: creating src/plugins/contrib/wxSmith/wxwidgets/Makefile
  420. config.status: creating src/plugins/contrib/wxSmith/wxwidgets/properties/Makefile
  421. config.status: creating src/plugins/contrib/wxSmith/wxwidgets/defitems/Makefile
  422. config.status: creating src/plugins/contrib/wxSmith/wxwidgets/icons/Makefile
  423. config.status: creating src/plugins/contrib/wxSmithContribItems/Makefile
  424. config.status: creating src/plugins/contrib/wxSmithAui/Makefile
  425. config.status: creating src/plugins/contrib/wxSmithAui/wxsmithaui.pc
  426. config.status: creating src/plugins/contrib/wxSmithDateTimePicker/Makefile
  427. config.status: creating src/plugins/contrib/wxSmithDemo/Makefile
  428. config.status: creating src/plugins/contrib/wxSmithIExplore/Makefile
  429. config.status: creating src/plugins/contrib/wxSmithPlot/Makefile
  430. config.status: creating src/plugins/contrib/wxSmithSTC/Makefile
  431. config.status: creating src/plugins/contrib/lib_finder/Makefile
  432. config.status: creating src/plugins/contrib/lib_finder/lib_finder/Makefile
  433. config.status: creating src/plugins/contrib/HexEditor/Makefile
  434. config.status: creating src/plugins/contrib/IncrementalSearch/Makefile
  435. config.status: creating src/plugins/contrib/MouseSap/Makefile
  436. config.status: creating src/mime/Makefile
  437. config.status: creating src/scripts/Makefile
  438. config.status: creating src/tools/Makefile
  439. config.status: creating src/tools/cb_share_config/Makefile
  440. config.status: creating src/tools/ConsoleRunner/Makefile
  441. config.status: creating src/tools/CBLauncher/Makefile
  442. config.status: creating src/templates/Makefile
  443. config.status: creating src/templates/common/Makefile
  444. config.status: creating src/templates/unix/Makefile
  445. config.status: creating src/templates/win32/Makefile
  446. config.status: creating src/wxsmith/Makefile
  447. config.status: creating codeblocks.pc
  448. config.status: creating codeblocks.spec
  449. config.status: creating codeblocks.plist
  450. config.status: creating src/include/config.h
  451. config.status: executing depfiles commands
  452. config.status: executing libtool commands
  453.  
  454.  
  455. *************************************************
  456. * Code::Blocks source tree has been configured. *
  457. *************************************************
  458.  
  459. You can now build Code::Blocks by issuing 'make'.
  460. When the build is complete, become root and install
  461. it by issuing 'make install'.
  462.  
  463. josh@dreamland:~/Projects/CodeBlocks$ make CXXFLAGS=-std=c++11
  464. Making all in src
  465. make[1]: Entering directory `/home/josh/Projects/CodeBlocks/src'
  466. Making all in include
  467. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  468. rm -f sdk_precomp.h.gch
  469. g++ -DHAVE_CONFIG_H -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -o sdk_precomp.h.gch -xc++-header ./sdk_precomp.h
  470. rm -f sdk.h.gch
  471. g++ -DHAVE_CONFIG_H -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -o sdk.h.gch -xc++-header ./sdk.h
  472. make all-recursive
  473. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  474. Making all in scripting
  475. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  476. Making all in squirrel
  477. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/squirrel'
  478. make[5]: Nothing to be done for `all'.
  479. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/squirrel'
  480. Making all in sqstdlib
  481. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqstdlib'
  482. make[5]: Nothing to be done for `all'.
  483. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqstdlib'
  484. Making all in sqplus
  485. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqplus'
  486. make[5]: Nothing to be done for `all'.
  487. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqplus'
  488. Making all in bindings
  489. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/bindings'
  490. make[5]: Nothing to be done for `all'.
  491. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/bindings'
  492. Making all in include
  493. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/include'
  494. make[5]: Nothing to be done for `all'.
  495. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/include'
  496. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  497. make[5]: Nothing to be done for `all-am'.
  498. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  499. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  500. Making all in tinyxml
  501. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/tinyxml'
  502. make[4]: Nothing to be done for `all'.
  503. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/tinyxml'
  504. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  505. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  506. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  507. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  508. Making all in base
  509. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/base'
  510. Making all in tinyxml
  511. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/base/tinyxml'
  512. depbase=`echo tinyxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  513. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinyxml.lo -MD -MP -MF $depbase.Tpo -c -o tinyxml.lo tinyxml.cpp &&\
  514. mv -f $depbase.Tpo $depbase.Plo
  515. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp -fPIC -DPIC -o .libs/tinyxml.o
  516. depbase=`echo tinyxmlerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  517. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinyxmlerror.lo -MD -MP -MF $depbase.Tpo -c -o tinyxmlerror.lo tinyxmlerror.cpp &&\
  518. mv -f $depbase.Tpo $depbase.Plo
  519. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp -fPIC -DPIC -o .libs/tinyxmlerror.o
  520. depbase=`echo tinyxmlparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  521. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinyxmlparser.lo -MD -MP -MF $depbase.Tpo -c -o tinyxmlparser.lo tinyxmlparser.cpp &&\
  522. mv -f $depbase.Tpo $depbase.Plo
  523. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp -fPIC -DPIC -o .libs/tinyxmlparser.o
  524. depbase=`echo tinywxuni.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  525. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinywxuni.lo -MD -MP -MF $depbase.Tpo -c -o tinywxuni.lo tinywxuni.cpp &&\
  526. mv -f $depbase.Tpo $depbase.Plo
  527. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp -fPIC -DPIC -o .libs/tinywxuni.o
  528. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libtinyxml.la tinyxml.lo tinyxmlerror.lo tinyxmlparser.lo tinywxuni.lo -lpthread -ldl
  529. libtool: link: ar cru .libs/libtinyxml.a .libs/tinyxml.o .libs/tinyxmlerror.o .libs/tinyxmlparser.o .libs/tinywxuni.o
  530. libtool: link: ranlib .libs/libtinyxml.a
  531. libtool: link: ( cd ".libs" && rm -f "libtinyxml.la" && ln -s "../libtinyxml.la" "libtinyxml.la" )
  532. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base/tinyxml'
  533. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/base'
  534. make[3]: Nothing to be done for `all-am'.
  535. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base'
  536. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base'
  537. Making all in build_tools
  538. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  539. Making all in autorevision
  540. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools/autorevision'
  541. g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I../../../src/include -ansi -DTIXML_USE_STL -DTIXML_USE_STL -std=c++11 -MT auto_revision-autorevision.o -MD -MP -MF .deps/auto_revision-autorevision.Tpo -c -o auto_revision-autorevision.o `test -f 'autorevision.cpp' || echo './'`autorevision.cpp
  542. mv -f .deps/auto_revision-autorevision.Tpo .deps/auto_revision-autorevision.Po
  543. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -DTIXML_USE_STL -std=c++11 -Wl,--no-undefined -o auto_revision auto_revision-autorevision.o ../../base/tinyxml/libtinyxml.la -lpthread -ldl
  544. libtool: link: g++ -DTIXML_USE_STL -std=c++11 -Wl,--no-undefined -o auto_revision auto_revision-autorevision.o ../../base/tinyxml/.libs/libtinyxml.a -lpthread -ldl
  545. ./auto_revision +int +wx +t ../../.. ../../../src/include/autorevision.h
  546. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools/autorevision'
  547. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  548. make[3]: Nothing to be done for `all-am'.
  549. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  550. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  551. Making all in mime
  552. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/mime'
  553. make[2]: Nothing to be done for `all'.
  554. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/mime'
  555. Making all in sdk
  556. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk'
  557. Making all in scripting
  558. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  559. Making all in squirrel
  560. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/squirrel'
  561. depbase=`echo sqfuncstate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  562. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqfuncstate.lo -MD -MP -MF $depbase.Tpo -c -o sqfuncstate.lo sqfuncstate.cpp &&\
  563. mv -f $depbase.Tpo $depbase.Plo
  564. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqfuncstate.lo -MD -MP -MF .deps/sqfuncstate.Tpo -c sqfuncstate.cpp -fPIC -DPIC -o .libs/sqfuncstate.o
  565. depbase=`echo sqcompiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  566. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqcompiler.lo -MD -MP -MF $depbase.Tpo -c -o sqcompiler.lo sqcompiler.cpp &&\
  567. mv -f $depbase.Tpo $depbase.Plo
  568. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqcompiler.lo -MD -MP -MF .deps/sqcompiler.Tpo -c sqcompiler.cpp -fPIC -DPIC -o .libs/sqcompiler.o
  569. depbase=`echo sqmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  570. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqmem.lo -MD -MP -MF $depbase.Tpo -c -o sqmem.lo sqmem.cpp &&\
  571. mv -f $depbase.Tpo $depbase.Plo
  572. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqmem.lo -MD -MP -MF .deps/sqmem.Tpo -c sqmem.cpp -fPIC -DPIC -o .libs/sqmem.o
  573. depbase=`echo sqlexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  574. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqlexer.lo -MD -MP -MF $depbase.Tpo -c -o sqlexer.lo sqlexer.cpp &&\
  575. mv -f $depbase.Tpo $depbase.Plo
  576. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqlexer.lo -MD -MP -MF .deps/sqlexer.Tpo -c sqlexer.cpp -fPIC -DPIC -o .libs/sqlexer.o
  577. depbase=`echo sqstate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  578. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqstate.lo -MD -MP -MF $depbase.Tpo -c -o sqstate.lo sqstate.cpp &&\
  579. mv -f $depbase.Tpo $depbase.Plo
  580. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqstate.lo -MD -MP -MF .deps/sqstate.Tpo -c sqstate.cpp -fPIC -DPIC -o .libs/sqstate.o
  581. depbase=`echo sqvm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  582. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqvm.lo -MD -MP -MF $depbase.Tpo -c -o sqvm.lo sqvm.cpp &&\
  583. mv -f $depbase.Tpo $depbase.Plo
  584. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqvm.lo -MD -MP -MF .deps/sqvm.Tpo -c sqvm.cpp -fPIC -DPIC -o .libs/sqvm.o
  585. depbase=`echo sqtable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  586. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqtable.lo -MD -MP -MF $depbase.Tpo -c -o sqtable.lo sqtable.cpp &&\
  587. mv -f $depbase.Tpo $depbase.Plo
  588. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqtable.lo -MD -MP -MF .deps/sqtable.Tpo -c sqtable.cpp -fPIC -DPIC -o .libs/sqtable.o
  589. depbase=`echo sqbaselib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  590. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqbaselib.lo -MD -MP -MF $depbase.Tpo -c -o sqbaselib.lo sqbaselib.cpp &&\
  591. mv -f $depbase.Tpo $depbase.Plo
  592. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqbaselib.lo -MD -MP -MF .deps/sqbaselib.Tpo -c sqbaselib.cpp -fPIC -DPIC -o .libs/sqbaselib.o
  593. depbase=`echo sqclass.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  594. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqclass.lo -MD -MP -MF $depbase.Tpo -c -o sqclass.lo sqclass.cpp &&\
  595. mv -f $depbase.Tpo $depbase.Plo
  596. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqclass.lo -MD -MP -MF .deps/sqclass.Tpo -c sqclass.cpp -fPIC -DPIC -o .libs/sqclass.o
  597. depbase=`echo sqobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  598. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqobject.lo -MD -MP -MF $depbase.Tpo -c -o sqobject.lo sqobject.cpp &&\
  599. mv -f $depbase.Tpo $depbase.Plo
  600. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqobject.lo -MD -MP -MF .deps/sqobject.Tpo -c sqobject.cpp -fPIC -DPIC -o .libs/sqobject.o
  601. depbase=`echo sqapi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  602. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqapi.lo -MD -MP -MF $depbase.Tpo -c -o sqapi.lo sqapi.cpp &&\
  603. mv -f $depbase.Tpo $depbase.Plo
  604. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqapi.lo -MD -MP -MF .deps/sqapi.Tpo -c sqapi.cpp -fPIC -DPIC -o .libs/sqapi.o
  605. depbase=`echo sqdebug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  606. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqdebug.lo -MD -MP -MF $depbase.Tpo -c -o sqdebug.lo sqdebug.cpp &&\
  607. mv -f $depbase.Tpo $depbase.Plo
  608. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -ansi -DTIXML_USE_STL -std=c++11 -MT sqdebug.lo -MD -MP -MF .deps/sqdebug.Tpo -c sqdebug.cpp -fPIC -DPIC -o .libs/sqdebug.o
  609. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libsquirrel.la sqfuncstate.lo sqcompiler.lo sqmem.lo sqlexer.lo sqstate.lo sqvm.lo sqtable.lo sqbaselib.lo sqclass.lo sqobject.lo sqapi.lo sqdebug.lo -lpthread -ldl
  610. libtool: link: ar cru .libs/libsquirrel.a .libs/sqfuncstate.o .libs/sqcompiler.o .libs/sqmem.o .libs/sqlexer.o .libs/sqstate.o .libs/sqvm.o .libs/sqtable.o .libs/sqbaselib.o .libs/sqclass.o .libs/sqobject.o .libs/sqapi.o .libs/sqdebug.o
  611. libtool: link: ranlib .libs/libsquirrel.a
  612. libtool: link: ( cd ".libs" && rm -f "libsquirrel.la" && ln -s "../libsquirrel.la" "libsquirrel.la" )
  613. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/squirrel'
  614. Making all in sqstdlib
  615. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqstdlib'
  616. depbase=`echo sqstdsystem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  617. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdsystem.lo -MD -MP -MF $depbase.Tpo -c -o sqstdsystem.lo sqstdsystem.cpp &&\
  618. mv -f $depbase.Tpo $depbase.Plo
  619. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdsystem.lo -MD -MP -MF .deps/sqstdsystem.Tpo -c sqstdsystem.cpp -fPIC -DPIC -o .libs/sqstdsystem.o
  620. depbase=`echo sqstdmath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  621. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdmath.lo -MD -MP -MF $depbase.Tpo -c -o sqstdmath.lo sqstdmath.cpp &&\
  622. mv -f $depbase.Tpo $depbase.Plo
  623. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdmath.lo -MD -MP -MF .deps/sqstdmath.Tpo -c sqstdmath.cpp -fPIC -DPIC -o .libs/sqstdmath.o
  624. depbase=`echo sqstdstream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  625. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdstream.lo -MD -MP -MF $depbase.Tpo -c -o sqstdstream.lo sqstdstream.cpp &&\
  626. mv -f $depbase.Tpo $depbase.Plo
  627. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdstream.lo -MD -MP -MF .deps/sqstdstream.Tpo -c sqstdstream.cpp -fPIC -DPIC -o .libs/sqstdstream.o
  628. depbase=`echo sqstdaux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  629. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdaux.lo -MD -MP -MF $depbase.Tpo -c -o sqstdaux.lo sqstdaux.cpp &&\
  630. mv -f $depbase.Tpo $depbase.Plo
  631. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdaux.lo -MD -MP -MF .deps/sqstdaux.Tpo -c sqstdaux.cpp -fPIC -DPIC -o .libs/sqstdaux.o
  632. depbase=`echo sqstdrex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  633. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdrex.lo -MD -MP -MF $depbase.Tpo -c -o sqstdrex.lo sqstdrex.cpp &&\
  634. mv -f $depbase.Tpo $depbase.Plo
  635. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdrex.lo -MD -MP -MF .deps/sqstdrex.Tpo -c sqstdrex.cpp -fPIC -DPIC -o .libs/sqstdrex.o
  636. depbase=`echo sqstdstring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  637. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdstring.lo -MD -MP -MF $depbase.Tpo -c -o sqstdstring.lo sqstdstring.cpp &&\
  638. mv -f $depbase.Tpo $depbase.Plo
  639. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdstring.lo -MD -MP -MF .deps/sqstdstring.Tpo -c sqstdstring.cpp -fPIC -DPIC -o .libs/sqstdstring.o
  640. depbase=`echo sqstdio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  641. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdio.lo -MD -MP -MF $depbase.Tpo -c -o sqstdio.lo sqstdio.cpp &&\
  642. mv -f $depbase.Tpo $depbase.Plo
  643. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdio.lo -MD -MP -MF .deps/sqstdio.Tpo -c sqstdio.cpp -fPIC -DPIC -o .libs/sqstdio.o
  644. depbase=`echo sqstdblob.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  645. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdblob.lo -MD -MP -MF $depbase.Tpo -c -o sqstdblob.lo sqstdblob.cpp &&\
  646. mv -f $depbase.Tpo $depbase.Plo
  647. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -ansi -DTIXML_USE_STL -std=c++11 -MT sqstdblob.lo -MD -MP -MF .deps/sqstdblob.Tpo -c sqstdblob.cpp -fPIC -DPIC -o .libs/sqstdblob.o
  648. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libsqstdlib.la sqstdsystem.lo sqstdmath.lo sqstdstream.lo sqstdaux.lo sqstdrex.lo sqstdstring.lo sqstdio.lo sqstdblob.lo -lpthread -ldl
  649. libtool: link: ar cru .libs/libsqstdlib.a .libs/sqstdsystem.o .libs/sqstdmath.o .libs/sqstdstream.o .libs/sqstdaux.o .libs/sqstdrex.o .libs/sqstdstring.o .libs/sqstdio.o .libs/sqstdblob.o
  650. libtool: link: ranlib .libs/libsqstdlib.a
  651. libtool: link: ( cd ".libs" && rm -f "libsqstdlib.la" && ln -s "../libsqstdlib.la" "libsqstdlib.la" )
  652. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqstdlib'
  653. Making all in sqplus
  654. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqplus'
  655. depbase=`echo SqPlus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  656. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SqPlus.lo -MD -MP -MF $depbase.Tpo -c -o SqPlus.lo SqPlus.cpp &&\
  657. mv -f $depbase.Tpo $depbase.Plo
  658. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SqPlus.lo -MD -MP -MF .deps/SqPlus.Tpo -c SqPlus.cpp -fPIC -DPIC -o .libs/SqPlus.o
  659. depbase=`echo SquirrelVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  660. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SquirrelVM.lo -MD -MP -MF $depbase.Tpo -c -o SquirrelVM.lo SquirrelVM.cpp &&\
  661. mv -f $depbase.Tpo $depbase.Plo
  662. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SquirrelVM.lo -MD -MP -MF .deps/SquirrelVM.Tpo -c SquirrelVM.cpp -fPIC -DPIC -o .libs/SquirrelVM.o
  663. depbase=`echo SquirrelBindingsUtils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  664. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SquirrelBindingsUtils.lo -MD -MP -MF $depbase.Tpo -c -o SquirrelBindingsUtils.lo SquirrelBindingsUtils.cpp &&\
  665. mv -f $depbase.Tpo $depbase.Plo
  666. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SquirrelBindingsUtils.lo -MD -MP -MF .deps/SquirrelBindingsUtils.Tpo -c SquirrelBindingsUtils.cpp -fPIC -DPIC -o .libs/SquirrelBindingsUtils.o
  667. depbase=`echo SquirrelObject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  668. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SquirrelObject.lo -MD -MP -MF $depbase.Tpo -c -o SquirrelObject.lo SquirrelObject.cpp &&\
  669. mv -f $depbase.Tpo $depbase.Plo
  670. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT SquirrelObject.lo -MD -MP -MF .deps/SquirrelObject.Tpo -c SquirrelObject.cpp -fPIC -DPIC -o .libs/SquirrelObject.o
  671. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libsqplus.la SqPlus.lo SquirrelVM.lo SquirrelBindingsUtils.lo SquirrelObject.lo -lpthread -ldl
  672. libtool: link: ar cru .libs/libsqplus.a .libs/SqPlus.o .libs/SquirrelVM.o .libs/SquirrelBindingsUtils.o .libs/SquirrelObject.o
  673. libtool: link: ranlib .libs/libsqplus.a
  674. libtool: link: ( cd ".libs" && rm -f "libsqplus.la" && ln -s "../libsqplus.la" "libsqplus.la" )
  675. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqplus'
  676. Making all in bindings
  677. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/bindings'
  678. depbase=`echo scriptbindings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  679. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT scriptbindings.lo -MD -MP -MF $depbase.Tpo -c -o scriptbindings.lo scriptbindings.cpp &&\
  680. mv -f $depbase.Tpo $depbase.Plo
  681. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT scriptbindings.lo -MD -MP -MF .deps/scriptbindings.Tpo -c scriptbindings.cpp -fPIC -DPIC -o .libs/scriptbindings.o
  682. depbase=`echo sc_consts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  683. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_consts.lo -MD -MP -MF $depbase.Tpo -c -o sc_consts.lo sc_consts.cpp &&\
  684. mv -f $depbase.Tpo $depbase.Plo
  685. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_consts.lo -MD -MP -MF .deps/sc_consts.Tpo -c sc_consts.cpp -fPIC -DPIC -o .libs/sc_consts.o
  686. depbase=`echo sc_dialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  687. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_dialog.lo -MD -MP -MF $depbase.Tpo -c -o sc_dialog.lo sc_dialog.cpp &&\
  688. mv -f $depbase.Tpo $depbase.Plo
  689. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_dialog.lo -MD -MP -MF .deps/sc_dialog.Tpo -c sc_dialog.cpp -fPIC -DPIC -o .libs/sc_dialog.o
  690. depbase=`echo sc_globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  691. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_globals.lo -MD -MP -MF $depbase.Tpo -c -o sc_globals.lo sc_globals.cpp &&\
  692. mv -f $depbase.Tpo $depbase.Plo
  693. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_globals.lo -MD -MP -MF .deps/sc_globals.Tpo -c sc_globals.cpp -fPIC -DPIC -o .libs/sc_globals.o
  694. depbase=`echo sc_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  695. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_io.lo -MD -MP -MF $depbase.Tpo -c -o sc_io.lo sc_io.cpp &&\
  696. mv -f $depbase.Tpo $depbase.Plo
  697. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_io.lo -MD -MP -MF .deps/sc_io.Tpo -c sc_io.cpp -fPIC -DPIC -o .libs/sc_io.o
  698. depbase=`echo sc_plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  699. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_plugin.lo -MD -MP -MF $depbase.Tpo -c -o sc_plugin.lo sc_plugin.cpp &&\
  700. mv -f $depbase.Tpo $depbase.Plo
  701. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_plugin.lo -MD -MP -MF .deps/sc_plugin.Tpo -c sc_plugin.cpp -fPIC -DPIC -o .libs/sc_plugin.o
  702. depbase=`echo sc_progress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  703. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_progress.lo -MD -MP -MF $depbase.Tpo -c -o sc_progress.lo sc_progress.cpp &&\
  704. mv -f $depbase.Tpo $depbase.Plo
  705. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_progress.lo -MD -MP -MF .deps/sc_progress.Tpo -c sc_progress.cpp -fPIC -DPIC -o .libs/sc_progress.o
  706. depbase=`echo sc_util_dialogs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  707. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_util_dialogs.lo -MD -MP -MF $depbase.Tpo -c -o sc_util_dialogs.lo sc_util_dialogs.cpp &&\
  708. mv -f $depbase.Tpo $depbase.Plo
  709. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_util_dialogs.lo -MD -MP -MF .deps/sc_util_dialogs.Tpo -c sc_util_dialogs.cpp -fPIC -DPIC -o .libs/sc_util_dialogs.o
  710. depbase=`echo sc_wxtypes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  711. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_wxtypes.lo -MD -MP -MF $depbase.Tpo -c -o sc_wxtypes.lo sc_wxtypes.cpp &&\
  712. mv -f $depbase.Tpo $depbase.Plo
  713. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT sc_wxtypes.lo -MD -MP -MF .deps/sc_wxtypes.Tpo -c sc_wxtypes.cpp -fPIC -DPIC -o .libs/sc_wxtypes.o
  714. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libsqbindings.la scriptbindings.lo sc_consts.lo sc_dialog.lo sc_globals.lo sc_io.lo sc_plugin.lo sc_progress.lo sc_util_dialogs.lo sc_wxtypes.lo -lpthread -ldl
  715. libtool: link: ar cru .libs/libsqbindings.a .libs/scriptbindings.o .libs/sc_consts.o .libs/sc_dialog.o .libs/sc_globals.o .libs/sc_io.o .libs/sc_plugin.o .libs/sc_progress.o .libs/sc_util_dialogs.o .libs/sc_wxtypes.o
  716. libtool: link: ranlib .libs/libsqbindings.a
  717. libtool: link: ( cd ".libs" && rm -f "libsqbindings.la" && ln -s "../libsqbindings.la" "libsqbindings.la" )
  718. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/bindings'
  719. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  720. make[4]: Nothing to be done for `all-am'.
  721. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  722. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  723. Making all in wxscintilla
  724. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/wxscintilla'
  725. depbase=`echo src/PlatWX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  726. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/PlatWX.lo -MD -MP -MF $depbase.Tpo -c -o src/PlatWX.lo src/PlatWX.cpp &&\
  727. mv -f $depbase.Tpo $depbase.Plo
  728. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/PlatWX.lo -MD -MP -MF src/.deps/PlatWX.Tpo -c src/PlatWX.cpp -fPIC -DPIC -o src/.libs/PlatWX.o
  729. depbase=`echo src/ScintillaWX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  730. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/ScintillaWX.lo -MD -MP -MF $depbase.Tpo -c -o src/ScintillaWX.lo src/ScintillaWX.cpp &&\
  731. mv -f $depbase.Tpo $depbase.Plo
  732. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/ScintillaWX.lo -MD -MP -MF src/.deps/ScintillaWX.Tpo -c src/ScintillaWX.cpp -fPIC -DPIC -o src/.libs/ScintillaWX.o
  733. depbase=`echo src/wxscintilla.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  734. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxscintilla.lo -MD -MP -MF $depbase.Tpo -c -o src/wxscintilla.lo src/wxscintilla.cpp &&\
  735. mv -f $depbase.Tpo $depbase.Plo
  736. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxscintilla.lo -MD -MP -MF src/.deps/wxscintilla.Tpo -c src/wxscintilla.cpp -fPIC -DPIC -o src/.libs/wxscintilla.o
  737. depbase=`echo src/scintilla/lexers/LexA68k.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  738. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexA68k.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexA68k.lo src/scintilla/lexers/LexA68k.cxx &&\
  739. mv -f $depbase.Tpo $depbase.Plo
  740. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexA68k.lo -MD -MP -MF src/scintilla/lexers/.deps/LexA68k.Tpo -c src/scintilla/lexers/LexA68k.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexA68k.o
  741. depbase=`echo src/scintilla/lexers/LexAPDL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  742. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAPDL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAPDL.lo src/scintilla/lexers/LexAPDL.cxx &&\
  743. mv -f $depbase.Tpo $depbase.Plo
  744. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAPDL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAPDL.Tpo -c src/scintilla/lexers/LexAPDL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAPDL.o
  745. depbase=`echo src/scintilla/lexers/LexASY.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  746. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexASY.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexASY.lo src/scintilla/lexers/LexASY.cxx &&\
  747. mv -f $depbase.Tpo $depbase.Plo
  748. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexASY.lo -MD -MP -MF src/scintilla/lexers/.deps/LexASY.Tpo -c src/scintilla/lexers/LexASY.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexASY.o
  749. depbase=`echo src/scintilla/lexers/LexAU3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  750. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAU3.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAU3.lo src/scintilla/lexers/LexAU3.cxx &&\
  751. mv -f $depbase.Tpo $depbase.Plo
  752. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAU3.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAU3.Tpo -c src/scintilla/lexers/LexAU3.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAU3.o
  753. depbase=`echo src/scintilla/lexers/LexAVE.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  754. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAVE.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAVE.lo src/scintilla/lexers/LexAVE.cxx &&\
  755. mv -f $depbase.Tpo $depbase.Plo
  756. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAVE.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAVE.Tpo -c src/scintilla/lexers/LexAVE.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAVE.o
  757. depbase=`echo src/scintilla/lexers/LexAVS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  758. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAVS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAVS.lo src/scintilla/lexers/LexAVS.cxx &&\
  759. mv -f $depbase.Tpo $depbase.Plo
  760. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAVS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAVS.Tpo -c src/scintilla/lexers/LexAVS.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAVS.o
  761. depbase=`echo src/scintilla/lexers/LexAbaqus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  762. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAbaqus.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAbaqus.lo src/scintilla/lexers/LexAbaqus.cxx &&\
  763. mv -f $depbase.Tpo $depbase.Plo
  764. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAbaqus.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAbaqus.Tpo -c src/scintilla/lexers/LexAbaqus.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAbaqus.o
  765. depbase=`echo src/scintilla/lexers/LexAda.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  766. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAda.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAda.lo src/scintilla/lexers/LexAda.cxx &&\
  767. mv -f $depbase.Tpo $depbase.Plo
  768. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAda.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAda.Tpo -c src/scintilla/lexers/LexAda.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAda.o
  769. depbase=`echo src/scintilla/lexers/LexAsm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  770. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAsm.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAsm.lo src/scintilla/lexers/LexAsm.cxx &&\
  771. mv -f $depbase.Tpo $depbase.Plo
  772. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAsm.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAsm.Tpo -c src/scintilla/lexers/LexAsm.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAsm.o
  773. depbase=`echo src/scintilla/lexers/LexAsn1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  774. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAsn1.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAsn1.lo src/scintilla/lexers/LexAsn1.cxx &&\
  775. mv -f $depbase.Tpo $depbase.Plo
  776. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexAsn1.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAsn1.Tpo -c src/scintilla/lexers/LexAsn1.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexAsn1.o
  777. depbase=`echo src/scintilla/lexers/LexBaan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  778. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBaan.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBaan.lo src/scintilla/lexers/LexBaan.cxx &&\
  779. mv -f $depbase.Tpo $depbase.Plo
  780. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBaan.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBaan.Tpo -c src/scintilla/lexers/LexBaan.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexBaan.o
  781. depbase=`echo src/scintilla/lexers/LexBash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  782. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBash.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBash.lo src/scintilla/lexers/LexBash.cxx &&\
  783. mv -f $depbase.Tpo $depbase.Plo
  784. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBash.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBash.Tpo -c src/scintilla/lexers/LexBash.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexBash.o
  785. depbase=`echo src/scintilla/lexers/LexBasic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  786. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBasic.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBasic.lo src/scintilla/lexers/LexBasic.cxx &&\
  787. mv -f $depbase.Tpo $depbase.Plo
  788. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBasic.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBasic.Tpo -c src/scintilla/lexers/LexBasic.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexBasic.o
  789. depbase=`echo src/scintilla/lexers/LexBibTeX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  790. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBibTeX.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBibTeX.lo src/scintilla/lexers/LexBibTeX.cxx &&\
  791. mv -f $depbase.Tpo $depbase.Plo
  792. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBibTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBibTeX.Tpo -c src/scintilla/lexers/LexBibTeX.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexBibTeX.o
  793. depbase=`echo src/scintilla/lexers/LexBullant.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  794. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBullant.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBullant.lo src/scintilla/lexers/LexBullant.cxx &&\
  795. mv -f $depbase.Tpo $depbase.Plo
  796. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexBullant.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBullant.Tpo -c src/scintilla/lexers/LexBullant.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexBullant.o
  797. depbase=`echo src/scintilla/lexers/LexCLW.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  798. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCLW.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCLW.lo src/scintilla/lexers/LexCLW.cxx &&\
  799. mv -f $depbase.Tpo $depbase.Plo
  800. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCLW.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCLW.Tpo -c src/scintilla/lexers/LexCLW.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCLW.o
  801. depbase=`echo src/scintilla/lexers/LexCOBOL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  802. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCOBOL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCOBOL.lo src/scintilla/lexers/LexCOBOL.cxx &&\
  803. mv -f $depbase.Tpo $depbase.Plo
  804. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCOBOL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCOBOL.Tpo -c src/scintilla/lexers/LexCOBOL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCOBOL.o
  805. depbase=`echo src/scintilla/lexers/LexCPP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  806. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCPP.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCPP.lo src/scintilla/lexers/LexCPP.cxx &&\
  807. mv -f $depbase.Tpo $depbase.Plo
  808. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCPP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCPP.Tpo -c src/scintilla/lexers/LexCPP.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCPP.o
  809. depbase=`echo src/scintilla/lexers/LexCSS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  810. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCSS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCSS.lo src/scintilla/lexers/LexCSS.cxx &&\
  811. mv -f $depbase.Tpo $depbase.Plo
  812. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCSS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCSS.Tpo -c src/scintilla/lexers/LexCSS.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCSS.o
  813. depbase=`echo src/scintilla/lexers/LexCaml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  814. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCaml.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCaml.lo src/scintilla/lexers/LexCaml.cxx &&\
  815. mv -f $depbase.Tpo $depbase.Plo
  816. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCaml.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCaml.Tpo -c src/scintilla/lexers/LexCaml.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCaml.o
  817. depbase=`echo src/scintilla/lexers/LexCmake.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  818. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCmake.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCmake.lo src/scintilla/lexers/LexCmake.cxx &&\
  819. mv -f $depbase.Tpo $depbase.Plo
  820. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCmake.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCmake.Tpo -c src/scintilla/lexers/LexCmake.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCmake.o
  821. depbase=`echo src/scintilla/lexers/LexCoffeeScript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  822. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCoffeeScript.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCoffeeScript.lo src/scintilla/lexers/LexCoffeeScript.cxx &&\
  823. mv -f $depbase.Tpo $depbase.Plo
  824. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCoffeeScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCoffeeScript.Tpo -c src/scintilla/lexers/LexCoffeeScript.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCoffeeScript.o
  825. depbase=`echo src/scintilla/lexers/LexConf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  826. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexConf.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexConf.lo src/scintilla/lexers/LexConf.cxx &&\
  827. mv -f $depbase.Tpo $depbase.Plo
  828. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexConf.lo -MD -MP -MF src/scintilla/lexers/.deps/LexConf.Tpo -c src/scintilla/lexers/LexConf.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexConf.o
  829. depbase=`echo src/scintilla/lexers/LexCrontab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  830. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCrontab.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCrontab.lo src/scintilla/lexers/LexCrontab.cxx &&\
  831. mv -f $depbase.Tpo $depbase.Plo
  832. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCrontab.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCrontab.Tpo -c src/scintilla/lexers/LexCrontab.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCrontab.o
  833. depbase=`echo src/scintilla/lexers/LexCsound.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  834. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCsound.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCsound.lo src/scintilla/lexers/LexCsound.cxx &&\
  835. mv -f $depbase.Tpo $depbase.Plo
  836. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexCsound.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCsound.Tpo -c src/scintilla/lexers/LexCsound.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexCsound.o
  837. depbase=`echo src/scintilla/lexers/LexD.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  838. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexD.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexD.lo src/scintilla/lexers/LexD.cxx &&\
  839. mv -f $depbase.Tpo $depbase.Plo
  840. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexD.lo -MD -MP -MF src/scintilla/lexers/.deps/LexD.Tpo -c src/scintilla/lexers/LexD.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexD.o
  841. depbase=`echo src/scintilla/lexers/LexDMAP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  842. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexDMAP.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexDMAP.lo src/scintilla/lexers/LexDMAP.cxx &&\
  843. mv -f $depbase.Tpo $depbase.Plo
  844. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexDMAP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDMAP.Tpo -c src/scintilla/lexers/LexDMAP.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexDMAP.o
  845. depbase=`echo src/scintilla/lexers/LexDMIS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  846. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexDMIS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexDMIS.lo src/scintilla/lexers/LexDMIS.cxx &&\
  847. mv -f $depbase.Tpo $depbase.Plo
  848. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexDMIS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDMIS.Tpo -c src/scintilla/lexers/LexDMIS.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexDMIS.o
  849. depbase=`echo src/scintilla/lexers/LexECL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  850. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexECL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexECL.lo src/scintilla/lexers/LexECL.cxx &&\
  851. mv -f $depbase.Tpo $depbase.Plo
  852. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexECL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexECL.Tpo -c src/scintilla/lexers/LexECL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexECL.o
  853. depbase=`echo src/scintilla/lexers/LexEScript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  854. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexEScript.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexEScript.lo src/scintilla/lexers/LexEScript.cxx &&\
  855. mv -f $depbase.Tpo $depbase.Plo
  856. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexEScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEScript.Tpo -c src/scintilla/lexers/LexEScript.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexEScript.o
  857. depbase=`echo src/scintilla/lexers/LexEiffel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  858. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexEiffel.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexEiffel.lo src/scintilla/lexers/LexEiffel.cxx &&\
  859. mv -f $depbase.Tpo $depbase.Plo
  860. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexEiffel.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEiffel.Tpo -c src/scintilla/lexers/LexEiffel.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexEiffel.o
  861. depbase=`echo src/scintilla/lexers/LexErlang.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  862. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexErlang.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexErlang.lo src/scintilla/lexers/LexErlang.cxx &&\
  863. mv -f $depbase.Tpo $depbase.Plo
  864. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexErlang.lo -MD -MP -MF src/scintilla/lexers/.deps/LexErlang.Tpo -c src/scintilla/lexers/LexErlang.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexErlang.o
  865. depbase=`echo src/scintilla/lexers/LexFlagship.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  866. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexFlagship.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexFlagship.lo src/scintilla/lexers/LexFlagship.cxx &&\
  867. mv -f $depbase.Tpo $depbase.Plo
  868. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexFlagship.lo -MD -MP -MF src/scintilla/lexers/.deps/LexFlagship.Tpo -c src/scintilla/lexers/LexFlagship.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexFlagship.o
  869. depbase=`echo src/scintilla/lexers/LexForth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  870. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexForth.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexForth.lo src/scintilla/lexers/LexForth.cxx &&\
  871. mv -f $depbase.Tpo $depbase.Plo
  872. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexForth.lo -MD -MP -MF src/scintilla/lexers/.deps/LexForth.Tpo -c src/scintilla/lexers/LexForth.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexForth.o
  873. depbase=`echo src/scintilla/lexers/LexFortran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  874. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexFortran.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexFortran.lo src/scintilla/lexers/LexFortran.cxx &&\
  875. mv -f $depbase.Tpo $depbase.Plo
  876. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexFortran.lo -MD -MP -MF src/scintilla/lexers/.deps/LexFortran.Tpo -c src/scintilla/lexers/LexFortran.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexFortran.o
  877. depbase=`echo src/scintilla/lexers/LexGAP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  878. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexGAP.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexGAP.lo src/scintilla/lexers/LexGAP.cxx &&\
  879. mv -f $depbase.Tpo $depbase.Plo
  880. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexGAP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexGAP.Tpo -c src/scintilla/lexers/LexGAP.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexGAP.o
  881. depbase=`echo src/scintilla/lexers/LexGui4Cli.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  882. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexGui4Cli.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexGui4Cli.lo src/scintilla/lexers/LexGui4Cli.cxx &&\
  883. mv -f $depbase.Tpo $depbase.Plo
  884. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexGui4Cli.lo -MD -MP -MF src/scintilla/lexers/.deps/LexGui4Cli.Tpo -c src/scintilla/lexers/LexGui4Cli.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexGui4Cli.o
  885. depbase=`echo src/scintilla/lexers/LexHTML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  886. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexHTML.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexHTML.lo src/scintilla/lexers/LexHTML.cxx &&\
  887. mv -f $depbase.Tpo $depbase.Plo
  888. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexHTML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHTML.Tpo -c src/scintilla/lexers/LexHTML.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexHTML.o
  889. depbase=`echo src/scintilla/lexers/LexHaskell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  890. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexHaskell.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexHaskell.lo src/scintilla/lexers/LexHaskell.cxx &&\
  891. mv -f $depbase.Tpo $depbase.Plo
  892. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexHaskell.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHaskell.Tpo -c src/scintilla/lexers/LexHaskell.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexHaskell.o
  893. depbase=`echo src/scintilla/lexers/LexHex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  894. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexHex.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexHex.lo src/scintilla/lexers/LexHex.cxx &&\
  895. mv -f $depbase.Tpo $depbase.Plo
  896. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexHex.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHex.Tpo -c src/scintilla/lexers/LexHex.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexHex.o
  897. depbase=`echo src/scintilla/lexers/LexInno.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  898. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexInno.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexInno.lo src/scintilla/lexers/LexInno.cxx &&\
  899. mv -f $depbase.Tpo $depbase.Plo
  900. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexInno.lo -MD -MP -MF src/scintilla/lexers/.deps/LexInno.Tpo -c src/scintilla/lexers/LexInno.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexInno.o
  901. depbase=`echo src/scintilla/lexers/LexKix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  902. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexKix.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexKix.lo src/scintilla/lexers/LexKix.cxx &&\
  903. mv -f $depbase.Tpo $depbase.Plo
  904. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexKix.lo -MD -MP -MF src/scintilla/lexers/.deps/LexKix.Tpo -c src/scintilla/lexers/LexKix.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexKix.o
  905. depbase=`echo src/scintilla/lexers/LexKVIrc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  906. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexKVIrc.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexKVIrc.lo src/scintilla/lexers/LexKVIrc.cxx &&\
  907. mv -f $depbase.Tpo $depbase.Plo
  908. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexKVIrc.lo -MD -MP -MF src/scintilla/lexers/.deps/LexKVIrc.Tpo -c src/scintilla/lexers/LexKVIrc.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexKVIrc.o
  909. depbase=`echo src/scintilla/lexers/LexLaTeX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  910. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLaTeX.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLaTeX.lo src/scintilla/lexers/LexLaTeX.cxx &&\
  911. mv -f $depbase.Tpo $depbase.Plo
  912. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLaTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLaTeX.Tpo -c src/scintilla/lexers/LexLaTeX.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexLaTeX.o
  913. depbase=`echo src/scintilla/lexers/LexLisp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  914. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLisp.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLisp.lo src/scintilla/lexers/LexLisp.cxx &&\
  915. mv -f $depbase.Tpo $depbase.Plo
  916. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLisp.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLisp.Tpo -c src/scintilla/lexers/LexLisp.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexLisp.o
  917. depbase=`echo src/scintilla/lexers/LexLout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  918. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLout.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLout.lo src/scintilla/lexers/LexLout.cxx &&\
  919. mv -f $depbase.Tpo $depbase.Plo
  920. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLout.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLout.Tpo -c src/scintilla/lexers/LexLout.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexLout.o
  921. depbase=`echo src/scintilla/lexers/LexLua.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  922. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLua.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLua.lo src/scintilla/lexers/LexLua.cxx &&\
  923. mv -f $depbase.Tpo $depbase.Plo
  924. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexLua.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLua.Tpo -c src/scintilla/lexers/LexLua.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexLua.o
  925. depbase=`echo src/scintilla/lexers/LexMMIXAL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  926. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMMIXAL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMMIXAL.lo src/scintilla/lexers/LexMMIXAL.cxx &&\
  927. mv -f $depbase.Tpo $depbase.Plo
  928. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMMIXAL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMMIXAL.Tpo -c src/scintilla/lexers/LexMMIXAL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMMIXAL.o
  929. depbase=`echo src/scintilla/lexers/LexMPT.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  930. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMPT.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMPT.lo src/scintilla/lexers/LexMPT.cxx &&\
  931. mv -f $depbase.Tpo $depbase.Plo
  932. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMPT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMPT.Tpo -c src/scintilla/lexers/LexMPT.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMPT.o
  933. depbase=`echo src/scintilla/lexers/LexMSSQL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  934. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMSSQL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMSSQL.lo src/scintilla/lexers/LexMSSQL.cxx &&\
  935. mv -f $depbase.Tpo $depbase.Plo
  936. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMSSQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMSSQL.Tpo -c src/scintilla/lexers/LexMSSQL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMSSQL.o
  937. depbase=`echo src/scintilla/lexers/LexMagik.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  938. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMagik.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMagik.lo src/scintilla/lexers/LexMagik.cxx &&\
  939. mv -f $depbase.Tpo $depbase.Plo
  940. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMagik.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMagik.Tpo -c src/scintilla/lexers/LexMagik.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMagik.o
  941. depbase=`echo src/scintilla/lexers/LexMarkdown.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  942. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMarkdown.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMarkdown.lo src/scintilla/lexers/LexMarkdown.cxx &&\
  943. mv -f $depbase.Tpo $depbase.Plo
  944. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMarkdown.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMarkdown.Tpo -c src/scintilla/lexers/LexMarkdown.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMarkdown.o
  945. depbase=`echo src/scintilla/lexers/LexMatlab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  946. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMatlab.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMatlab.lo src/scintilla/lexers/LexMatlab.cxx &&\
  947. mv -f $depbase.Tpo $depbase.Plo
  948. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMatlab.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMatlab.Tpo -c src/scintilla/lexers/LexMatlab.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMatlab.o
  949. depbase=`echo src/scintilla/lexers/LexMetapost.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  950. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMetapost.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMetapost.lo src/scintilla/lexers/LexMetapost.cxx &&\
  951. mv -f $depbase.Tpo $depbase.Plo
  952. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMetapost.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMetapost.Tpo -c src/scintilla/lexers/LexMetapost.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMetapost.o
  953. depbase=`echo src/scintilla/lexers/LexModula.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  954. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexModula.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexModula.lo src/scintilla/lexers/LexModula.cxx &&\
  955. mv -f $depbase.Tpo $depbase.Plo
  956. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexModula.lo -MD -MP -MF src/scintilla/lexers/.deps/LexModula.Tpo -c src/scintilla/lexers/LexModula.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexModula.o
  957. depbase=`echo src/scintilla/lexers/LexMySQL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  958. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMySQL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMySQL.lo src/scintilla/lexers/LexMySQL.cxx &&\
  959. mv -f $depbase.Tpo $depbase.Plo
  960. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexMySQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMySQL.Tpo -c src/scintilla/lexers/LexMySQL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexMySQL.o
  961. depbase=`echo src/scintilla/lexers/LexNimrod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  962. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexNimrod.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexNimrod.lo src/scintilla/lexers/LexNimrod.cxx &&\
  963. mv -f $depbase.Tpo $depbase.Plo
  964. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexNimrod.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNimrod.Tpo -c src/scintilla/lexers/LexNimrod.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexNimrod.o
  965. depbase=`echo src/scintilla/lexers/LexNsis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  966. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexNsis.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexNsis.lo src/scintilla/lexers/LexNsis.cxx &&\
  967. mv -f $depbase.Tpo $depbase.Plo
  968. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexNsis.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNsis.Tpo -c src/scintilla/lexers/LexNsis.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexNsis.o
  969. depbase=`echo src/scintilla/lexers/LexOScript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  970. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexOScript.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexOScript.lo src/scintilla/lexers/LexOScript.cxx &&\
  971. mv -f $depbase.Tpo $depbase.Plo
  972. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexOScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOScript.Tpo -c src/scintilla/lexers/LexOScript.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexOScript.o
  973. depbase=`echo src/scintilla/lexers/LexOpal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  974. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexOpal.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexOpal.lo src/scintilla/lexers/LexOpal.cxx &&\
  975. mv -f $depbase.Tpo $depbase.Plo
  976. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexOpal.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOpal.Tpo -c src/scintilla/lexers/LexOpal.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexOpal.o
  977. depbase=`echo src/scintilla/lexers/LexOthers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  978. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexOthers.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexOthers.lo src/scintilla/lexers/LexOthers.cxx &&\
  979. mv -f $depbase.Tpo $depbase.Plo
  980. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexOthers.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOthers.Tpo -c src/scintilla/lexers/LexOthers.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexOthers.o
  981. depbase=`echo src/scintilla/lexers/LexPB.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  982. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPB.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPB.lo src/scintilla/lexers/LexPB.cxx &&\
  983. mv -f $depbase.Tpo $depbase.Plo
  984. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPB.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPB.Tpo -c src/scintilla/lexers/LexPB.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPB.o
  985. depbase=`echo src/scintilla/lexers/LexPLM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  986. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPLM.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPLM.lo src/scintilla/lexers/LexPLM.cxx &&\
  987. mv -f $depbase.Tpo $depbase.Plo
  988. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPLM.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPLM.Tpo -c src/scintilla/lexers/LexPLM.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPLM.o
  989. depbase=`echo src/scintilla/lexers/LexPO.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  990. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPO.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPO.lo src/scintilla/lexers/LexPO.cxx &&\
  991. mv -f $depbase.Tpo $depbase.Plo
  992. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPO.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPO.Tpo -c src/scintilla/lexers/LexPO.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPO.o
  993. depbase=`echo src/scintilla/lexers/LexPOV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  994. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPOV.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPOV.lo src/scintilla/lexers/LexPOV.cxx &&\
  995. mv -f $depbase.Tpo $depbase.Plo
  996. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPOV.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPOV.Tpo -c src/scintilla/lexers/LexPOV.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPOV.o
  997. depbase=`echo src/scintilla/lexers/LexPS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  998. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPS.lo src/scintilla/lexers/LexPS.cxx &&\
  999. mv -f $depbase.Tpo $depbase.Plo
  1000. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPS.Tpo -c src/scintilla/lexers/LexPS.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPS.o
  1001. depbase=`echo src/scintilla/lexers/LexPascal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1002. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPascal.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPascal.lo src/scintilla/lexers/LexPascal.cxx &&\
  1003. mv -f $depbase.Tpo $depbase.Plo
  1004. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPascal.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPascal.Tpo -c src/scintilla/lexers/LexPascal.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPascal.o
  1005. depbase=`echo src/scintilla/lexers/LexPerl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1006. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPerl.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPerl.lo src/scintilla/lexers/LexPerl.cxx &&\
  1007. mv -f $depbase.Tpo $depbase.Plo
  1008. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPerl.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPerl.Tpo -c src/scintilla/lexers/LexPerl.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPerl.o
  1009. depbase=`echo src/scintilla/lexers/LexPowerPro.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1010. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPowerPro.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPowerPro.lo src/scintilla/lexers/LexPowerPro.cxx &&\
  1011. mv -f $depbase.Tpo $depbase.Plo
  1012. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPowerPro.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPowerPro.Tpo -c src/scintilla/lexers/LexPowerPro.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPowerPro.o
  1013. depbase=`echo src/scintilla/lexers/LexPowerShell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1014. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPowerShell.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPowerShell.lo src/scintilla/lexers/LexPowerShell.cxx &&\
  1015. mv -f $depbase.Tpo $depbase.Plo
  1016. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPowerShell.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPowerShell.Tpo -c src/scintilla/lexers/LexPowerShell.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPowerShell.o
  1017. depbase=`echo src/scintilla/lexers/LexProgress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1018. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexProgress.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexProgress.lo src/scintilla/lexers/LexProgress.cxx &&\
  1019. mv -f $depbase.Tpo $depbase.Plo
  1020. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexProgress.lo -MD -MP -MF src/scintilla/lexers/.deps/LexProgress.Tpo -c src/scintilla/lexers/LexProgress.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexProgress.o
  1021. depbase=`echo src/scintilla/lexers/LexPython.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1022. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPython.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPython.lo src/scintilla/lexers/LexPython.cxx &&\
  1023. mv -f $depbase.Tpo $depbase.Plo
  1024. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexPython.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPython.Tpo -c src/scintilla/lexers/LexPython.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexPython.o
  1025. depbase=`echo src/scintilla/lexers/LexR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1026. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexR.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexR.lo src/scintilla/lexers/LexR.cxx &&\
  1027. mv -f $depbase.Tpo $depbase.Plo
  1028. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexR.lo -MD -MP -MF src/scintilla/lexers/.deps/LexR.Tpo -c src/scintilla/lexers/LexR.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexR.o
  1029. depbase=`echo src/scintilla/lexers/LexRebol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1030. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRebol.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRebol.lo src/scintilla/lexers/LexRebol.cxx &&\
  1031. mv -f $depbase.Tpo $depbase.Plo
  1032. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRebol.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRebol.Tpo -c src/scintilla/lexers/LexRebol.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexRebol.o
  1033. depbase=`echo src/scintilla/lexers/LexRegistry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1034. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRegistry.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRegistry.lo src/scintilla/lexers/LexRegistry.cxx &&\
  1035. mv -f $depbase.Tpo $depbase.Plo
  1036. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRegistry.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRegistry.Tpo -c src/scintilla/lexers/LexRegistry.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexRegistry.o
  1037. depbase=`echo src/scintilla/lexers/LexRuby.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1038. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRuby.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRuby.lo src/scintilla/lexers/LexRuby.cxx &&\
  1039. mv -f $depbase.Tpo $depbase.Plo
  1040. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRuby.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRuby.Tpo -c src/scintilla/lexers/LexRuby.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexRuby.o
  1041. depbase=`echo src/scintilla/lexers/LexRust.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1042. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRust.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRust.lo src/scintilla/lexers/LexRust.cxx &&\
  1043. mv -f $depbase.Tpo $depbase.Plo
  1044. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexRust.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRust.Tpo -c src/scintilla/lexers/LexRust.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexRust.o
  1045. depbase=`echo src/scintilla/lexers/LexSML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1046. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSML.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSML.lo src/scintilla/lexers/LexSML.cxx &&\
  1047. mv -f $depbase.Tpo $depbase.Plo
  1048. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSML.Tpo -c src/scintilla/lexers/LexSML.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSML.o
  1049. depbase=`echo src/scintilla/lexers/LexSQL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1050. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSQL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSQL.lo src/scintilla/lexers/LexSQL.cxx &&\
  1051. mv -f $depbase.Tpo $depbase.Plo
  1052. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSQL.Tpo -c src/scintilla/lexers/LexSQL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSQL.o
  1053. depbase=`echo src/scintilla/lexers/LexScriptol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1054. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexScriptol.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexScriptol.lo src/scintilla/lexers/LexScriptol.cxx &&\
  1055. mv -f $depbase.Tpo $depbase.Plo
  1056. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexScriptol.lo -MD -MP -MF src/scintilla/lexers/.deps/LexScriptol.Tpo -c src/scintilla/lexers/LexScriptol.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexScriptol.o
  1057. depbase=`echo src/scintilla/lexers/LexSmalltalk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1058. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSmalltalk.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSmalltalk.lo src/scintilla/lexers/LexSmalltalk.cxx &&\
  1059. mv -f $depbase.Tpo $depbase.Plo
  1060. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSmalltalk.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSmalltalk.Tpo -c src/scintilla/lexers/LexSmalltalk.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSmalltalk.o
  1061. depbase=`echo src/scintilla/lexers/LexSorcus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1062. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSorcus.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSorcus.lo src/scintilla/lexers/LexSorcus.cxx &&\
  1063. mv -f $depbase.Tpo $depbase.Plo
  1064. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSorcus.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSorcus.Tpo -c src/scintilla/lexers/LexSorcus.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSorcus.o
  1065. depbase=`echo src/scintilla/lexers/LexSpecman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1066. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSpecman.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSpecman.lo src/scintilla/lexers/LexSpecman.cxx &&\
  1067. mv -f $depbase.Tpo $depbase.Plo
  1068. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSpecman.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSpecman.Tpo -c src/scintilla/lexers/LexSpecman.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSpecman.o
  1069. depbase=`echo src/scintilla/lexers/LexSpice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1070. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSpice.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSpice.lo src/scintilla/lexers/LexSpice.cxx &&\
  1071. mv -f $depbase.Tpo $depbase.Plo
  1072. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSpice.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSpice.Tpo -c src/scintilla/lexers/LexSpice.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSpice.o
  1073. depbase=`echo src/scintilla/lexers/LexSTTXT.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1074. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSTTXT.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSTTXT.lo src/scintilla/lexers/LexSTTXT.cxx &&\
  1075. mv -f $depbase.Tpo $depbase.Plo
  1076. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexSTTXT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSTTXT.Tpo -c src/scintilla/lexers/LexSTTXT.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexSTTXT.o
  1077. depbase=`echo src/scintilla/lexers/LexTACL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1078. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTACL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTACL.lo src/scintilla/lexers/LexTACL.cxx &&\
  1079. mv -f $depbase.Tpo $depbase.Plo
  1080. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTACL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTACL.Tpo -c src/scintilla/lexers/LexTACL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTACL.o
  1081. depbase=`echo src/scintilla/lexers/LexTADS3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1082. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTADS3.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTADS3.lo src/scintilla/lexers/LexTADS3.cxx &&\
  1083. mv -f $depbase.Tpo $depbase.Plo
  1084. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTADS3.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTADS3.Tpo -c src/scintilla/lexers/LexTADS3.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTADS3.o
  1085. depbase=`echo src/scintilla/lexers/LexTAL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1086. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTAL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTAL.lo src/scintilla/lexers/LexTAL.cxx &&\
  1087. mv -f $depbase.Tpo $depbase.Plo
  1088. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTAL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTAL.Tpo -c src/scintilla/lexers/LexTAL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTAL.o
  1089. depbase=`echo src/scintilla/lexers/LexTCL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1090. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTCL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTCL.lo src/scintilla/lexers/LexTCL.cxx &&\
  1091. mv -f $depbase.Tpo $depbase.Plo
  1092. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTCL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTCL.Tpo -c src/scintilla/lexers/LexTCL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTCL.o
  1093. depbase=`echo src/scintilla/lexers/LexTCMD.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1094. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTCMD.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTCMD.lo src/scintilla/lexers/LexTCMD.cxx &&\
  1095. mv -f $depbase.Tpo $depbase.Plo
  1096. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTCMD.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTCMD.Tpo -c src/scintilla/lexers/LexTCMD.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTCMD.o
  1097. depbase=`echo src/scintilla/lexers/LexTeX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1098. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTeX.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTeX.lo src/scintilla/lexers/LexTeX.cxx &&\
  1099. mv -f $depbase.Tpo $depbase.Plo
  1100. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTeX.Tpo -c src/scintilla/lexers/LexTeX.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTeX.o
  1101. depbase=`echo src/scintilla/lexers/LexTxt2tags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1102. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTxt2tags.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTxt2tags.lo src/scintilla/lexers/LexTxt2tags.cxx &&\
  1103. mv -f $depbase.Tpo $depbase.Plo
  1104. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexTxt2tags.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTxt2tags.Tpo -c src/scintilla/lexers/LexTxt2tags.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexTxt2tags.o
  1105. depbase=`echo src/scintilla/lexers/LexVB.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1106. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVB.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVB.lo src/scintilla/lexers/LexVB.cxx &&\
  1107. mv -f $depbase.Tpo $depbase.Plo
  1108. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVB.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVB.Tpo -c src/scintilla/lexers/LexVB.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexVB.o
  1109. depbase=`echo src/scintilla/lexers/LexVHDL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1110. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVHDL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVHDL.lo src/scintilla/lexers/LexVHDL.cxx &&\
  1111. mv -f $depbase.Tpo $depbase.Plo
  1112. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVHDL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVHDL.Tpo -c src/scintilla/lexers/LexVHDL.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexVHDL.o
  1113. depbase=`echo src/scintilla/lexers/LexVerilog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1114. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVerilog.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVerilog.lo src/scintilla/lexers/LexVerilog.cxx &&\
  1115. mv -f $depbase.Tpo $depbase.Plo
  1116. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVerilog.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVerilog.Tpo -c src/scintilla/lexers/LexVerilog.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexVerilog.o
  1117. depbase=`echo src/scintilla/lexers/LexVisualProlog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1118. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVisualProlog.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVisualProlog.lo src/scintilla/lexers/LexVisualProlog.cxx &&\
  1119. mv -f $depbase.Tpo $depbase.Plo
  1120. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexVisualProlog.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVisualProlog.Tpo -c src/scintilla/lexers/LexVisualProlog.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexVisualProlog.o
  1121. depbase=`echo src/scintilla/lexers/LexYAML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1122. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexYAML.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexYAML.lo src/scintilla/lexers/LexYAML.cxx &&\
  1123. mv -f $depbase.Tpo $depbase.Plo
  1124. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexers/LexYAML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexYAML.Tpo -c src/scintilla/lexers/LexYAML.cxx -fPIC -DPIC -o src/scintilla/lexers/.libs/LexYAML.o
  1125. depbase=`echo src/scintilla/lexlib/Accessor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1126. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/Accessor.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/Accessor.lo src/scintilla/lexlib/Accessor.cxx &&\
  1127. mv -f $depbase.Tpo $depbase.Plo
  1128. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/Accessor.lo -MD -MP -MF src/scintilla/lexlib/.deps/Accessor.Tpo -c src/scintilla/lexlib/Accessor.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/Accessor.o
  1129. depbase=`echo src/scintilla/lexlib/CharacterCategory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1130. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/CharacterCategory.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/CharacterCategory.lo src/scintilla/lexlib/CharacterCategory.cxx &&\
  1131. mv -f $depbase.Tpo $depbase.Plo
  1132. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/CharacterCategory.lo -MD -MP -MF src/scintilla/lexlib/.deps/CharacterCategory.Tpo -c src/scintilla/lexlib/CharacterCategory.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/CharacterCategory.o
  1133. depbase=`echo src/scintilla/lexlib/CharacterSet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1134. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/CharacterSet.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/CharacterSet.lo src/scintilla/lexlib/CharacterSet.cxx &&\
  1135. mv -f $depbase.Tpo $depbase.Plo
  1136. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/CharacterSet.lo -MD -MP -MF src/scintilla/lexlib/.deps/CharacterSet.Tpo -c src/scintilla/lexlib/CharacterSet.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/CharacterSet.o
  1137. depbase=`echo src/scintilla/lexlib/LexerBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1138. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerBase.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerBase.lo src/scintilla/lexlib/LexerBase.cxx &&\
  1139. mv -f $depbase.Tpo $depbase.Plo
  1140. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerBase.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerBase.Tpo -c src/scintilla/lexlib/LexerBase.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/LexerBase.o
  1141. depbase=`echo src/scintilla/lexlib/LexerModule.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1142. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerModule.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerModule.lo src/scintilla/lexlib/LexerModule.cxx &&\
  1143. mv -f $depbase.Tpo $depbase.Plo
  1144. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerModule.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerModule.Tpo -c src/scintilla/lexlib/LexerModule.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/LexerModule.o
  1145. depbase=`echo src/scintilla/lexlib/LexerNoExceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1146. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerNoExceptions.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerNoExceptions.lo src/scintilla/lexlib/LexerNoExceptions.cxx &&\
  1147. mv -f $depbase.Tpo $depbase.Plo
  1148. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerNoExceptions.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerNoExceptions.Tpo -c src/scintilla/lexlib/LexerNoExceptions.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/LexerNoExceptions.o
  1149. depbase=`echo src/scintilla/lexlib/LexerSimple.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1150. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerSimple.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerSimple.lo src/scintilla/lexlib/LexerSimple.cxx &&\
  1151. mv -f $depbase.Tpo $depbase.Plo
  1152. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/LexerSimple.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerSimple.Tpo -c src/scintilla/lexlib/LexerSimple.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/LexerSimple.o
  1153. depbase=`echo src/scintilla/lexlib/PropSetSimple.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1154. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/PropSetSimple.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/PropSetSimple.lo src/scintilla/lexlib/PropSetSimple.cxx &&\
  1155. mv -f $depbase.Tpo $depbase.Plo
  1156. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/PropSetSimple.lo -MD -MP -MF src/scintilla/lexlib/.deps/PropSetSimple.Tpo -c src/scintilla/lexlib/PropSetSimple.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/PropSetSimple.o
  1157. depbase=`echo src/scintilla/lexlib/StyleContext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1158. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/StyleContext.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/StyleContext.lo src/scintilla/lexlib/StyleContext.cxx &&\
  1159. mv -f $depbase.Tpo $depbase.Plo
  1160. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/StyleContext.lo -MD -MP -MF src/scintilla/lexlib/.deps/StyleContext.Tpo -c src/scintilla/lexlib/StyleContext.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/StyleContext.o
  1161. depbase=`echo src/scintilla/lexlib/WordList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1162. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/WordList.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/WordList.lo src/scintilla/lexlib/WordList.cxx &&\
  1163. mv -f $depbase.Tpo $depbase.Plo
  1164. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/lexlib/WordList.lo -MD -MP -MF src/scintilla/lexlib/.deps/WordList.Tpo -c src/scintilla/lexlib/WordList.cxx -fPIC -DPIC -o src/scintilla/lexlib/.libs/WordList.o
  1165. depbase=`echo src/scintilla/src/AutoComplete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1166. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/AutoComplete.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/AutoComplete.lo src/scintilla/src/AutoComplete.cxx &&\
  1167. mv -f $depbase.Tpo $depbase.Plo
  1168. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/AutoComplete.lo -MD -MP -MF src/scintilla/src/.deps/AutoComplete.Tpo -c src/scintilla/src/AutoComplete.cxx -fPIC -DPIC -o src/scintilla/src/.libs/AutoComplete.o
  1169. depbase=`echo src/scintilla/src/CallTip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1170. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CallTip.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CallTip.lo src/scintilla/src/CallTip.cxx &&\
  1171. mv -f $depbase.Tpo $depbase.Plo
  1172. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CallTip.lo -MD -MP -MF src/scintilla/src/.deps/CallTip.Tpo -c src/scintilla/src/CallTip.cxx -fPIC -DPIC -o src/scintilla/src/.libs/CallTip.o
  1173. depbase=`echo src/scintilla/src/CaseConvert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1174. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CaseConvert.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CaseConvert.lo src/scintilla/src/CaseConvert.cxx &&\
  1175. mv -f $depbase.Tpo $depbase.Plo
  1176. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CaseConvert.lo -MD -MP -MF src/scintilla/src/.deps/CaseConvert.Tpo -c src/scintilla/src/CaseConvert.cxx -fPIC -DPIC -o src/scintilla/src/.libs/CaseConvert.o
  1177. depbase=`echo src/scintilla/src/CaseFolder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1178. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CaseFolder.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CaseFolder.lo src/scintilla/src/CaseFolder.cxx &&\
  1179. mv -f $depbase.Tpo $depbase.Plo
  1180. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CaseFolder.lo -MD -MP -MF src/scintilla/src/.deps/CaseFolder.Tpo -c src/scintilla/src/CaseFolder.cxx -fPIC -DPIC -o src/scintilla/src/.libs/CaseFolder.o
  1181. depbase=`echo src/scintilla/src/Catalogue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1182. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Catalogue.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Catalogue.lo src/scintilla/src/Catalogue.cxx &&\
  1183. mv -f $depbase.Tpo $depbase.Plo
  1184. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Catalogue.lo -MD -MP -MF src/scintilla/src/.deps/Catalogue.Tpo -c src/scintilla/src/Catalogue.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Catalogue.o
  1185. depbase=`echo src/scintilla/src/CellBuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1186. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CellBuffer.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CellBuffer.lo src/scintilla/src/CellBuffer.cxx &&\
  1187. mv -f $depbase.Tpo $depbase.Plo
  1188. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CellBuffer.lo -MD -MP -MF src/scintilla/src/.deps/CellBuffer.Tpo -c src/scintilla/src/CellBuffer.cxx -fPIC -DPIC -o src/scintilla/src/.libs/CellBuffer.o
  1189. depbase=`echo src/scintilla/src/CharClassify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1190. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CharClassify.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CharClassify.lo src/scintilla/src/CharClassify.cxx &&\
  1191. mv -f $depbase.Tpo $depbase.Plo
  1192. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/CharClassify.lo -MD -MP -MF src/scintilla/src/.deps/CharClassify.Tpo -c src/scintilla/src/CharClassify.cxx -fPIC -DPIC -o src/scintilla/src/.libs/CharClassify.o
  1193. depbase=`echo src/scintilla/src/ContractionState.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1194. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ContractionState.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ContractionState.lo src/scintilla/src/ContractionState.cxx &&\
  1195. mv -f $depbase.Tpo $depbase.Plo
  1196. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ContractionState.lo -MD -MP -MF src/scintilla/src/.deps/ContractionState.Tpo -c src/scintilla/src/ContractionState.cxx -fPIC -DPIC -o src/scintilla/src/.libs/ContractionState.o
  1197. depbase=`echo src/scintilla/src/Decoration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1198. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Decoration.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Decoration.lo src/scintilla/src/Decoration.cxx &&\
  1199. mv -f $depbase.Tpo $depbase.Plo
  1200. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Decoration.lo -MD -MP -MF src/scintilla/src/.deps/Decoration.Tpo -c src/scintilla/src/Decoration.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Decoration.o
  1201. depbase=`echo src/scintilla/src/Document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1202. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Document.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Document.lo src/scintilla/src/Document.cxx &&\
  1203. mv -f $depbase.Tpo $depbase.Plo
  1204. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Document.lo -MD -MP -MF src/scintilla/src/.deps/Document.Tpo -c src/scintilla/src/Document.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Document.o
  1205. depbase=`echo src/scintilla/src/EditModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1206. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/EditModel.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/EditModel.lo src/scintilla/src/EditModel.cxx &&\
  1207. mv -f $depbase.Tpo $depbase.Plo
  1208. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/EditModel.lo -MD -MP -MF src/scintilla/src/.deps/EditModel.Tpo -c src/scintilla/src/EditModel.cxx -fPIC -DPIC -o src/scintilla/src/.libs/EditModel.o
  1209. depbase=`echo src/scintilla/src/Editor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1210. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Editor.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Editor.lo src/scintilla/src/Editor.cxx &&\
  1211. mv -f $depbase.Tpo $depbase.Plo
  1212. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Editor.lo -MD -MP -MF src/scintilla/src/.deps/Editor.Tpo -c src/scintilla/src/Editor.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Editor.o
  1213. depbase=`echo src/scintilla/src/EditView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1214. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/EditView.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/EditView.lo src/scintilla/src/EditView.cxx &&\
  1215. mv -f $depbase.Tpo $depbase.Plo
  1216. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/EditView.lo -MD -MP -MF src/scintilla/src/.deps/EditView.Tpo -c src/scintilla/src/EditView.cxx -fPIC -DPIC -o src/scintilla/src/.libs/EditView.o
  1217. depbase=`echo src/scintilla/src/ExternalLexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1218. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ExternalLexer.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ExternalLexer.lo src/scintilla/src/ExternalLexer.cxx &&\
  1219. mv -f $depbase.Tpo $depbase.Plo
  1220. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ExternalLexer.lo -MD -MP -MF src/scintilla/src/.deps/ExternalLexer.Tpo -c src/scintilla/src/ExternalLexer.cxx -fPIC -DPIC -o src/scintilla/src/.libs/ExternalLexer.o
  1221. depbase=`echo src/scintilla/src/Indicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1222. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Indicator.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Indicator.lo src/scintilla/src/Indicator.cxx &&\
  1223. mv -f $depbase.Tpo $depbase.Plo
  1224. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Indicator.lo -MD -MP -MF src/scintilla/src/.deps/Indicator.Tpo -c src/scintilla/src/Indicator.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Indicator.o
  1225. depbase=`echo src/scintilla/src/KeyMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1226. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/KeyMap.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/KeyMap.lo src/scintilla/src/KeyMap.cxx &&\
  1227. mv -f $depbase.Tpo $depbase.Plo
  1228. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/KeyMap.lo -MD -MP -MF src/scintilla/src/.deps/KeyMap.Tpo -c src/scintilla/src/KeyMap.cxx -fPIC -DPIC -o src/scintilla/src/.libs/KeyMap.o
  1229. depbase=`echo src/scintilla/src/LineMarker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1230. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/LineMarker.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/LineMarker.lo src/scintilla/src/LineMarker.cxx &&\
  1231. mv -f $depbase.Tpo $depbase.Plo
  1232. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/LineMarker.lo -MD -MP -MF src/scintilla/src/.deps/LineMarker.Tpo -c src/scintilla/src/LineMarker.cxx -fPIC -DPIC -o src/scintilla/src/.libs/LineMarker.o
  1233. depbase=`echo src/scintilla/src/MarginView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1234. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/MarginView.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/MarginView.lo src/scintilla/src/MarginView.cxx &&\
  1235. mv -f $depbase.Tpo $depbase.Plo
  1236. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/MarginView.lo -MD -MP -MF src/scintilla/src/.deps/MarginView.Tpo -c src/scintilla/src/MarginView.cxx -fPIC -DPIC -o src/scintilla/src/.libs/MarginView.o
  1237. depbase=`echo src/scintilla/src/PerLine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1238. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/PerLine.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/PerLine.lo src/scintilla/src/PerLine.cxx &&\
  1239. mv -f $depbase.Tpo $depbase.Plo
  1240. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/PerLine.lo -MD -MP -MF src/scintilla/src/.deps/PerLine.Tpo -c src/scintilla/src/PerLine.cxx -fPIC -DPIC -o src/scintilla/src/.libs/PerLine.o
  1241. depbase=`echo src/scintilla/src/PositionCache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1242. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/PositionCache.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/PositionCache.lo src/scintilla/src/PositionCache.cxx &&\
  1243. mv -f $depbase.Tpo $depbase.Plo
  1244. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/PositionCache.lo -MD -MP -MF src/scintilla/src/.deps/PositionCache.Tpo -c src/scintilla/src/PositionCache.cxx -fPIC -DPIC -o src/scintilla/src/.libs/PositionCache.o
  1245. depbase=`echo src/scintilla/src/RESearch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1246. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/RESearch.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/RESearch.lo src/scintilla/src/RESearch.cxx &&\
  1247. mv -f $depbase.Tpo $depbase.Plo
  1248. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/RESearch.lo -MD -MP -MF src/scintilla/src/.deps/RESearch.Tpo -c src/scintilla/src/RESearch.cxx -fPIC -DPIC -o src/scintilla/src/.libs/RESearch.o
  1249. depbase=`echo src/scintilla/src/RunStyles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1250. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/RunStyles.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/RunStyles.lo src/scintilla/src/RunStyles.cxx &&\
  1251. mv -f $depbase.Tpo $depbase.Plo
  1252. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/RunStyles.lo -MD -MP -MF src/scintilla/src/.deps/RunStyles.Tpo -c src/scintilla/src/RunStyles.cxx -fPIC -DPIC -o src/scintilla/src/.libs/RunStyles.o
  1253. depbase=`echo src/scintilla/src/ScintillaBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1254. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ScintillaBase.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ScintillaBase.lo src/scintilla/src/ScintillaBase.cxx &&\
  1255. mv -f $depbase.Tpo $depbase.Plo
  1256. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ScintillaBase.lo -MD -MP -MF src/scintilla/src/.deps/ScintillaBase.Tpo -c src/scintilla/src/ScintillaBase.cxx -fPIC -DPIC -o src/scintilla/src/.libs/ScintillaBase.o
  1257. depbase=`echo src/scintilla/src/Selection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1258. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Selection.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Selection.lo src/scintilla/src/Selection.cxx &&\
  1259. mv -f $depbase.Tpo $depbase.Plo
  1260. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Selection.lo -MD -MP -MF src/scintilla/src/.deps/Selection.Tpo -c src/scintilla/src/Selection.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Selection.o
  1261. depbase=`echo src/scintilla/src/Style.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1262. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Style.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Style.lo src/scintilla/src/Style.cxx &&\
  1263. mv -f $depbase.Tpo $depbase.Plo
  1264. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/Style.lo -MD -MP -MF src/scintilla/src/.deps/Style.Tpo -c src/scintilla/src/Style.cxx -fPIC -DPIC -o src/scintilla/src/.libs/Style.o
  1265. depbase=`echo src/scintilla/src/UniConversion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1266. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/UniConversion.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/UniConversion.lo src/scintilla/src/UniConversion.cxx &&\
  1267. mv -f $depbase.Tpo $depbase.Plo
  1268. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/UniConversion.lo -MD -MP -MF src/scintilla/src/.deps/UniConversion.Tpo -c src/scintilla/src/UniConversion.cxx -fPIC -DPIC -o src/scintilla/src/.libs/UniConversion.o
  1269. depbase=`echo src/scintilla/src/ViewStyle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1270. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ViewStyle.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ViewStyle.lo src/scintilla/src/ViewStyle.cxx &&\
  1271. mv -f $depbase.Tpo $depbase.Plo
  1272. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/ViewStyle.lo -MD -MP -MF src/scintilla/src/.deps/ViewStyle.Tpo -c src/scintilla/src/ViewStyle.cxx -fPIC -DPIC -o src/scintilla/src/.libs/ViewStyle.o
  1273. depbase=`echo src/scintilla/src/XPM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1274. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/XPM.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/XPM.lo src/scintilla/src/XPM.cxx &&\
  1275. mv -f $depbase.Tpo $depbase.Plo
  1276. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -ansi -DTIXML_USE_STL -std=c++11 -MT src/scintilla/src/XPM.lo -MD -MP -MF src/scintilla/src/.deps/XPM.Tpo -c src/scintilla/src/XPM.cxx -fPIC -DPIC -o src/scintilla/src/.libs/XPM.o
  1277. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libwxscintilla.la src/PlatWX.lo src/ScintillaWX.lo src/wxscintilla.lo src/scintilla/lexers/LexA68k.lo src/scintilla/lexers/LexAPDL.lo src/scintilla/lexers/LexASY.lo src/scintilla/lexers/LexAU3.lo src/scintilla/lexers/LexAVE.lo src/scintilla/lexers/LexAVS.lo src/scintilla/lexers/LexAbaqus.lo src/scintilla/lexers/LexAda.lo src/scintilla/lexers/LexAsm.lo src/scintilla/lexers/LexAsn1.lo src/scintilla/lexers/LexBaan.lo src/scintilla/lexers/LexBash.lo src/scintilla/lexers/LexBasic.lo src/scintilla/lexers/LexBibTeX.lo src/scintilla/lexers/LexBullant.lo src/scintilla/lexers/LexCLW.lo src/scintilla/lexers/LexCOBOL.lo src/scintilla/lexers/LexCPP.lo src/scintilla/lexers/LexCSS.lo src/scintilla/lexers/LexCaml.lo src/scintilla/lexers/LexCmake.lo src/scintilla/lexers/LexCoffeeScript.lo src/scintilla/lexers/LexConf.lo src/scintilla/lexers/LexCrontab.lo src/scintilla/lexers/LexCsound.lo src/scintilla/lexers/LexD.lo src/scintilla/lexers/LexDMAP.lo src/scintilla/lexers/LexDMIS.lo src/scintilla/lexers/LexECL.lo src/scintilla/lexers/LexEScript.lo src/scintilla/lexers/LexEiffel.lo src/scintilla/lexers/LexErlang.lo src/scintilla/lexers/LexFlagship.lo src/scintilla/lexers/LexForth.lo src/scintilla/lexers/LexFortran.lo src/scintilla/lexers/LexGAP.lo src/scintilla/lexers/LexGui4Cli.lo src/scintilla/lexers/LexHTML.lo src/scintilla/lexers/LexHaskell.lo src/scintilla/lexers/LexHex.lo src/scintilla/lexers/LexInno.lo src/scintilla/lexers/LexKix.lo src/scintilla/lexers/LexKVIrc.lo src/scintilla/lexers/LexLaTeX.lo src/scintilla/lexers/LexLisp.lo src/scintilla/lexers/LexLout.lo src/scintilla/lexers/LexLua.lo src/scintilla/lexers/LexMMIXAL.lo src/scintilla/lexers/LexMPT.lo src/scintilla/lexers/LexMSSQL.lo src/scintilla/lexers/LexMagik.lo src/scintilla/lexers/LexMarkdown.lo src/scintilla/lexers/LexMatlab.lo src/scintilla/lexers/LexMetapost.lo src/scintilla/lexers/LexModula.lo src/scintilla/lexers/LexMySQL.lo src/scintilla/lexers/LexNimrod.lo src/scintilla/lexers/LexNsis.lo src/scintilla/lexers/LexOScript.lo src/scintilla/lexers/LexOpal.lo src/scintilla/lexers/LexOthers.lo src/scintilla/lexers/LexPB.lo src/scintilla/lexers/LexPLM.lo src/scintilla/lexers/LexPO.lo src/scintilla/lexers/LexPOV.lo src/scintilla/lexers/LexPS.lo src/scintilla/lexers/LexPascal.lo src/scintilla/lexers/LexPerl.lo src/scintilla/lexers/LexPowerPro.lo src/scintilla/lexers/LexPowerShell.lo src/scintilla/lexers/LexProgress.lo src/scintilla/lexers/LexPython.lo src/scintilla/lexers/LexR.lo src/scintilla/lexers/LexRebol.lo src/scintilla/lexers/LexRegistry.lo src/scintilla/lexers/LexRuby.lo src/scintilla/lexers/LexRust.lo src/scintilla/lexers/LexSML.lo src/scintilla/lexers/LexSQL.lo src/scintilla/lexers/LexScriptol.lo src/scintilla/lexers/LexSmalltalk.lo src/scintilla/lexers/LexSorcus.lo src/scintilla/lexers/LexSpecman.lo src/scintilla/lexers/LexSpice.lo src/scintilla/lexers/LexSTTXT.lo src/scintilla/lexers/LexTACL.lo src/scintilla/lexers/LexTADS3.lo src/scintilla/lexers/LexTAL.lo src/scintilla/lexers/LexTCL.lo src/scintilla/lexers/LexTCMD.lo src/scintilla/lexers/LexTeX.lo src/scintilla/lexers/LexTxt2tags.lo src/scintilla/lexers/LexVB.lo src/scintilla/lexers/LexVHDL.lo src/scintilla/lexers/LexVerilog.lo src/scintilla/lexers/LexVisualProlog.lo src/scintilla/lexers/LexYAML.lo src/scintilla/lexlib/Accessor.lo src/scintilla/lexlib/CharacterCategory.lo src/scintilla/lexlib/CharacterSet.lo src/scintilla/lexlib/LexerBase.lo src/scintilla/lexlib/LexerModule.lo src/scintilla/lexlib/LexerNoExceptions.lo src/scintilla/lexlib/LexerSimple.lo src/scintilla/lexlib/PropSetSimple.lo src/scintilla/lexlib/StyleContext.lo src/scintilla/lexlib/WordList.lo src/scintilla/src/AutoComplete.lo src/scintilla/src/CallTip.lo src/scintilla/src/CaseConvert.lo src/scintilla/src/CaseFolder.lo src/scintilla/src/Catalogue.lo src/scintilla/src/CellBuffer.lo src/scintilla/src/CharClassify.lo src/scintilla/src/ContractionState.lo src/scintilla/src/Decoration.lo src/scintilla/src/Document.lo src/scintilla/src/EditModel.lo src/scintilla/src/Editor.lo src/scintilla/src/EditView.lo src/scintilla/src/ExternalLexer.lo src/scintilla/src/Indicator.lo src/scintilla/src/KeyMap.lo src/scintilla/src/LineMarker.lo src/scintilla/src/MarginView.lo src/scintilla/src/PerLine.lo src/scintilla/src/PositionCache.lo src/scintilla/src/RESearch.lo src/scintilla/src/RunStyles.lo src/scintilla/src/ScintillaBase.lo src/scintilla/src/Selection.lo src/scintilla/src/Style.lo src/scintilla/src/UniConversion.lo src/scintilla/src/ViewStyle.lo src/scintilla/src/XPM.lo -lpthread -ldl
  1278. libtool: link: ar cru .libs/libwxscintilla.a src/.libs/PlatWX.o src/.libs/ScintillaWX.o src/.libs/wxscintilla.o src/scintilla/lexers/.libs/LexA68k.o src/scintilla/lexers/.libs/LexAPDL.o src/scintilla/lexers/.libs/LexASY.o src/scintilla/lexers/.libs/LexAU3.o src/scintilla/lexers/.libs/LexAVE.o src/scintilla/lexers/.libs/LexAVS.o src/scintilla/lexers/.libs/LexAbaqus.o src/scintilla/lexers/.libs/LexAda.o src/scintilla/lexers/.libs/LexAsm.o src/scintilla/lexers/.libs/LexAsn1.o src/scintilla/lexers/.libs/LexBaan.o src/scintilla/lexers/.libs/LexBash.o src/scintilla/lexers/.libs/LexBasic.o src/scintilla/lexers/.libs/LexBibTeX.o src/scintilla/lexers/.libs/LexBullant.o src/scintilla/lexers/.libs/LexCLW.o src/scintilla/lexers/.libs/LexCOBOL.o src/scintilla/lexers/.libs/LexCPP.o src/scintilla/lexers/.libs/LexCSS.o src/scintilla/lexers/.libs/LexCaml.o src/scintilla/lexers/.libs/LexCmake.o src/scintilla/lexers/.libs/LexCoffeeScript.o src/scintilla/lexers/.libs/LexConf.o src/scintilla/lexers/.libs/LexCrontab.o src/scintilla/lexers/.libs/LexCsound.o src/scintilla/lexers/.libs/LexD.o src/scintilla/lexers/.libs/LexDMAP.o src/scintilla/lexers/.libs/LexDMIS.o src/scintilla/lexers/.libs/LexECL.o src/scintilla/lexers/.libs/LexEScript.o src/scintilla/lexers/.libs/LexEiffel.o src/scintilla/lexers/.libs/LexErlang.o src/scintilla/lexers/.libs/LexFlagship.o src/scintilla/lexers/.libs/LexForth.o src/scintilla/lexers/.libs/LexFortran.o src/scintilla/lexers/.libs/LexGAP.o src/scintilla/lexers/.libs/LexGui4Cli.o src/scintilla/lexers/.libs/LexHTML.o src/scintilla/lexers/.libs/LexHaskell.o src/scintilla/lexers/.libs/LexHex.o src/scintilla/lexers/.libs/LexInno.o src/scintilla/lexers/.libs/LexKix.o src/scintilla/lexers/.libs/LexKVIrc.o src/scintilla/lexers/.libs/LexLaTeX.o src/scintilla/lexers/.libs/LexLisp.o src/scintilla/lexers/.libs/LexLout.o src/scintilla/lexers/.libs/LexLua.o src/scintilla/lexers/.libs/LexMMIXAL.o src/scintilla/lexers/.libs/LexMPT.o src/scintilla/lexers/.libs/LexMSSQL.o src/scintilla/lexers/.libs/LexMagik.o src/scintilla/lexers/.libs/LexMarkdown.o src/scintilla/lexers/.libs/LexMatlab.o src/scintilla/lexers/.libs/LexMetapost.o src/scintilla/lexers/.libs/LexModula.o src/scintilla/lexers/.libs/LexMySQL.o src/scintilla/lexers/.libs/LexNimrod.o src/scintilla/lexers/.libs/LexNsis.o src/scintilla/lexers/.libs/LexOScript.o src/scintilla/lexers/.libs/LexOpal.o src/scintilla/lexers/.libs/LexOthers.o src/scintilla/lexers/.libs/LexPB.o src/scintilla/lexers/.libs/LexPLM.o src/scintilla/lexers/.libs/LexPO.o src/scintilla/lexers/.libs/LexPOV.o src/scintilla/lexers/.libs/LexPS.o src/scintilla/lexers/.libs/LexPascal.o src/scintilla/lexers/.libs/LexPerl.o src/scintilla/lexers/.libs/LexPowerPro.o src/scintilla/lexers/.libs/LexPowerShell.o src/scintilla/lexers/.libs/LexProgress.o src/scintilla/lexers/.libs/LexPython.o src/scintilla/lexers/.libs/LexR.o src/scintilla/lexers/.libs/LexRebol.o src/scintilla/lexers/.libs/LexRegistry.o src/scintilla/lexers/.libs/LexRuby.o src/scintilla/lexers/.libs/LexRust.o src/scintilla/lexers/.libs/LexSML.o src/scintilla/lexers/.libs/LexSQL.o src/scintilla/lexers/.libs/LexScriptol.o src/scintilla/lexers/.libs/LexSmalltalk.o src/scintilla/lexers/.libs/LexSorcus.o src/scintilla/lexers/.libs/LexSpecman.o src/scintilla/lexers/.libs/LexSpice.o src/scintilla/lexers/.libs/LexSTTXT.o src/scintilla/lexers/.libs/LexTACL.o src/scintilla/lexers/.libs/LexTADS3.o src/scintilla/lexers/.libs/LexTAL.o src/scintilla/lexers/.libs/LexTCL.o src/scintilla/lexers/.libs/LexTCMD.o src/scintilla/lexers/.libs/LexTeX.o src/scintilla/lexers/.libs/LexTxt2tags.o src/scintilla/lexers/.libs/LexVB.o src/scintilla/lexers/.libs/LexVHDL.o src/scintilla/lexers/.libs/LexVerilog.o src/scintilla/lexers/.libs/LexVisualProlog.o src/scintilla/lexers/.libs/LexYAML.o src/scintilla/lexlib/.libs/Accessor.o src/scintilla/lexlib/.libs/CharacterCategory.o src/scintilla/lexlib/.libs/CharacterSet.o src/scintilla/lexlib/.libs/LexerBase.o src/scintilla/lexlib/.libs/LexerModule.o src/scintilla/lexlib/.libs/LexerNoExceptions.o src/scintilla/lexlib/.libs/LexerSimple.o src/scintilla/lexlib/.libs/PropSetSimple.o src/scintilla/lexlib/.libs/StyleContext.o src/scintilla/lexlib/.libs/WordList.o src/scintilla/src/.libs/AutoComplete.o src/scintilla/src/.libs/CallTip.o src/scintilla/src/.libs/CaseConvert.o src/scintilla/src/.libs/CaseFolder.o src/scintilla/src/.libs/Catalogue.o src/scintilla/src/.libs/CellBuffer.o src/scintilla/src/.libs/CharClassify.o src/scintilla/src/.libs/ContractionState.o src/scintilla/src/.libs/Decoration.o src/scintilla/src/.libs/Document.o src/scintilla/src/.libs/EditModel.o src/scintilla/src/.libs/Editor.o src/scintilla/src/.libs/EditView.o src/scintilla/src/.libs/ExternalLexer.o src/scintilla/src/.libs/Indicator.o src/scintilla/src/.libs/KeyMap.o src/scintilla/src/.libs/LineMarker.o src/scintilla/src/.libs/MarginView.o src/scintilla/src/.libs/PerLine.o src/scintilla/src/.libs/PositionCache.o src/scintilla/src/.libs/RESearch.o src/scintilla/src/.libs/RunStyles.o src/scintilla/src/.libs/ScintillaBase.o src/scintilla/src/.libs/Selection.o src/scintilla/src/.libs/Style.o src/scintilla/src/.libs/UniConversion.o src/scintilla/src/.libs/ViewStyle.o src/scintilla/src/.libs/XPM.o
  1279. libtool: link: ranlib .libs/libwxscintilla.a
  1280. libtool: link: ( cd ".libs" && rm -f "libwxscintilla.la" && ln -s "../libwxscintilla.la" "libwxscintilla.la" )
  1281. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/wxscintilla'
  1282. Making all in resources
  1283. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  1284. Making all in lexers
  1285. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources/lexers'
  1286. make[4]: Nothing to be done for `all'.
  1287. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources/lexers'
  1288. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  1289. PWD=`pwd` cd . && zip -qu /home/josh/Projects/CodeBlocks/src/sdk/resources/manager_resources.zip *.xrc images/*.png images/16x16/*.png images/12x12/*.png > /dev/null
  1290. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  1291. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  1292. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk'
  1293. depbase=`echo annoyingdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1294. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT annoyingdialog.lo -MD -MP -MF $depbase.Tpo -c -o annoyingdialog.lo annoyingdialog.cpp &&\
  1295. mv -f $depbase.Tpo $depbase.Plo
  1296. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT annoyingdialog.lo -MD -MP -MF .deps/annoyingdialog.Tpo -c annoyingdialog.cpp -fPIC -DPIC -o .libs/annoyingdialog.o
  1297. depbase=`echo autodetectcompilers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1298. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT autodetectcompilers.lo -MD -MP -MF $depbase.Tpo -c -o autodetectcompilers.lo autodetectcompilers.cpp &&\
  1299. mv -f $depbase.Tpo $depbase.Plo
  1300. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT autodetectcompilers.lo -MD -MP -MF .deps/autodetectcompilers.Tpo -c autodetectcompilers.cpp -fPIC -DPIC -o .libs/autodetectcompilers.o
  1301. depbase=`echo base64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1302. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT base64.lo -MD -MP -MF $depbase.Tpo -c -o base64.lo base64.cpp &&\
  1303. mv -f $depbase.Tpo $depbase.Plo
  1304. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -fPIC -DPIC -o .libs/base64.o
  1305. depbase=`echo blockallocated.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1306. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT blockallocated.lo -MD -MP -MF $depbase.Tpo -c -o blockallocated.lo blockallocated.cpp &&\
  1307. mv -f $depbase.Tpo $depbase.Plo
  1308. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT blockallocated.lo -MD -MP -MF .deps/blockallocated.Tpo -c blockallocated.cpp -fPIC -DPIC -o .libs/blockallocated.o
  1309. depbase=`echo cbauibook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1310. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbauibook.lo -MD -MP -MF $depbase.Tpo -c -o cbauibook.lo cbauibook.cpp &&\
  1311. mv -f $depbase.Tpo $depbase.Plo
  1312. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbauibook.lo -MD -MP -MF .deps/cbauibook.Tpo -c cbauibook.cpp -fPIC -DPIC -o .libs/cbauibook.o
  1313. depbase=`echo cbcolourmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1314. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbcolourmanager.lo -MD -MP -MF $depbase.Tpo -c -o cbcolourmanager.lo cbcolourmanager.cpp &&\
  1315. mv -f $depbase.Tpo $depbase.Plo
  1316. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbcolourmanager.lo -MD -MP -MF .deps/cbcolourmanager.Tpo -c cbcolourmanager.cpp -fPIC -DPIC -o .libs/cbcolourmanager.o
  1317. depbase=`echo cbdebugger_interfaces.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1318. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbdebugger_interfaces.lo -MD -MP -MF $depbase.Tpo -c -o cbdebugger_interfaces.lo cbdebugger_interfaces.cpp &&\
  1319. mv -f $depbase.Tpo $depbase.Plo
  1320. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbdebugger_interfaces.lo -MD -MP -MF .deps/cbdebugger_interfaces.Tpo -c cbdebugger_interfaces.cpp -fPIC -DPIC -o .libs/cbdebugger_interfaces.o
  1321. depbase=`echo cbeditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1322. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbeditor.lo -MD -MP -MF $depbase.Tpo -c -o cbeditor.lo cbeditor.cpp &&\
  1323. mv -f $depbase.Tpo $depbase.Plo
  1324. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbeditor.lo -MD -MP -MF .deps/cbeditor.Tpo -c cbeditor.cpp -fPIC -DPIC -o .libs/cbeditor.o
  1325. depbase=`echo cbeditorprintout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1326. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbeditorprintout.lo -MD -MP -MF $depbase.Tpo -c -o cbeditorprintout.lo cbeditorprintout.cpp &&\
  1327. mv -f $depbase.Tpo $depbase.Plo
  1328. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbeditorprintout.lo -MD -MP -MF .deps/cbeditorprintout.Tpo -c cbeditorprintout.cpp -fPIC -DPIC -o .libs/cbeditorprintout.o
  1329. depbase=`echo cbexception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1330. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbexception.lo -MD -MP -MF $depbase.Tpo -c -o cbexception.lo cbexception.cpp &&\
  1331. mv -f $depbase.Tpo $depbase.Plo
  1332. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbexception.lo -MD -MP -MF .deps/cbexception.Tpo -c cbexception.cpp -fPIC -DPIC -o .libs/cbexception.o
  1333. depbase=`echo cbplugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1334. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbplugin.lo -MD -MP -MF $depbase.Tpo -c -o cbplugin.lo cbplugin.cpp &&\
  1335. mv -f $depbase.Tpo $depbase.Plo
  1336. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbplugin.lo -MD -MP -MF .deps/cbplugin.Tpo -c cbplugin.cpp -fPIC -DPIC -o .libs/cbplugin.o
  1337. depbase=`echo cbproject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1338. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbproject.lo -MD -MP -MF $depbase.Tpo -c -o cbproject.lo cbproject.cpp &&\
  1339. mv -f $depbase.Tpo $depbase.Plo
  1340. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbproject.lo -MD -MP -MF .deps/cbproject.Tpo -c cbproject.cpp -fPIC -DPIC -o .libs/cbproject.o
  1341. depbase=`echo cbstatusbar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1342. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbstatusbar.lo -MD -MP -MF $depbase.Tpo -c -o cbstatusbar.lo cbstatusbar.cpp &&\
  1343. mv -f $depbase.Tpo $depbase.Plo
  1344. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbstatusbar.lo -MD -MP -MF .deps/cbstatusbar.Tpo -c cbstatusbar.cpp -fPIC -DPIC -o .libs/cbstatusbar.o
  1345. depbase=`echo cbstyledtextctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1346. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbstyledtextctrl.lo -MD -MP -MF $depbase.Tpo -c -o cbstyledtextctrl.lo cbstyledtextctrl.cpp &&\
  1347. mv -f $depbase.Tpo $depbase.Plo
  1348. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbstyledtextctrl.lo -MD -MP -MF .deps/cbstyledtextctrl.Tpo -c cbstyledtextctrl.cpp -fPIC -DPIC -o .libs/cbstyledtextctrl.o
  1349. depbase=`echo cbthreadpool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1350. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbthreadpool.lo -MD -MP -MF $depbase.Tpo -c -o cbthreadpool.lo cbthreadpool.cpp &&\
  1351. mv -f $depbase.Tpo $depbase.Plo
  1352. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbthreadpool.lo -MD -MP -MF .deps/cbthreadpool.Tpo -c cbthreadpool.cpp -fPIC -DPIC -o .libs/cbthreadpool.o
  1353. depbase=`echo cbtreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1354. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbtreectrl.lo -MD -MP -MF $depbase.Tpo -c -o cbtreectrl.lo cbtreectrl.cpp &&\
  1355. mv -f $depbase.Tpo $depbase.Plo
  1356. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbtreectrl.lo -MD -MP -MF .deps/cbtreectrl.Tpo -c cbtreectrl.cpp -fPIC -DPIC -o .libs/cbtreectrl.o
  1357. depbase=`echo cbworkspace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1358. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbworkspace.lo -MD -MP -MF $depbase.Tpo -c -o cbworkspace.lo cbworkspace.cpp &&\
  1359. mv -f $depbase.Tpo $depbase.Plo
  1360. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cbworkspace.lo -MD -MP -MF .deps/cbworkspace.Tpo -c cbworkspace.cpp -fPIC -DPIC -o .libs/cbworkspace.o
  1361. depbase=`echo ccmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1362. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ccmanager.lo -MD -MP -MF $depbase.Tpo -c -o ccmanager.lo ccmanager.cpp &&\
  1363. mv -f $depbase.Tpo $depbase.Plo
  1364. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ccmanager.lo -MD -MP -MF .deps/ccmanager.Tpo -c ccmanager.cpp -fPIC -DPIC -o .libs/ccmanager.o
  1365. depbase=`echo compileoptionsbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1366. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compileoptionsbase.lo -MD -MP -MF $depbase.Tpo -c -o compileoptionsbase.lo compileoptionsbase.cpp &&\
  1367. mv -f $depbase.Tpo $depbase.Plo
  1368. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compileoptionsbase.lo -MD -MP -MF .deps/compileoptionsbase.Tpo -c compileoptionsbase.cpp -fPIC -DPIC -o .libs/compileoptionsbase.o
  1369. depbase=`echo compiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1370. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compiler.lo -MD -MP -MF $depbase.Tpo -c -o compiler.lo compiler.cpp &&\
  1371. mv -f $depbase.Tpo $depbase.Plo
  1372. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c compiler.cpp -fPIC -DPIC -o .libs/compiler.o
  1373. depbase=`echo compilercommandgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1374. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compilercommandgenerator.lo -MD -MP -MF $depbase.Tpo -c -o compilercommandgenerator.lo compilercommandgenerator.cpp &&\
  1375. mv -f $depbase.Tpo $depbase.Plo
  1376. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compilercommandgenerator.lo -MD -MP -MF .deps/compilercommandgenerator.Tpo -c compilercommandgenerator.cpp -fPIC -DPIC -o .libs/compilercommandgenerator.o
  1377. depbase=`echo compilerfactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1378. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compilerfactory.lo -MD -MP -MF $depbase.Tpo -c -o compilerfactory.lo compilerfactory.cpp &&\
  1379. mv -f $depbase.Tpo $depbase.Plo
  1380. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compilerfactory.lo -MD -MP -MF .deps/compilerfactory.Tpo -c compilerfactory.cpp -fPIC -DPIC -o .libs/compilerfactory.o
  1381. depbase=`echo compileroptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1382. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compileroptions.lo -MD -MP -MF $depbase.Tpo -c -o compileroptions.lo compileroptions.cpp &&\
  1383. mv -f $depbase.Tpo $depbase.Plo
  1384. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compileroptions.lo -MD -MP -MF .deps/compileroptions.Tpo -c compileroptions.cpp -fPIC -DPIC -o .libs/compileroptions.o
  1385. depbase=`echo compiletargetbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1386. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compiletargetbase.lo -MD -MP -MF $depbase.Tpo -c -o compiletargetbase.lo compiletargetbase.cpp &&\
  1387. mv -f $depbase.Tpo $depbase.Plo
  1388. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT compiletargetbase.lo -MD -MP -MF .deps/compiletargetbase.Tpo -c compiletargetbase.cpp -fPIC -DPIC -o .libs/compiletargetbase.o
  1389. depbase=`echo configmanager-revision.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1390. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configmanager-revision.lo -MD -MP -MF $depbase.Tpo -c -o configmanager-revision.lo configmanager-revision.cpp &&\
  1391. mv -f $depbase.Tpo $depbase.Plo
  1392. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configmanager-revision.lo -MD -MP -MF .deps/configmanager-revision.Tpo -c configmanager-revision.cpp -fPIC -DPIC -o .libs/configmanager-revision.o
  1393. depbase=`echo configmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1394. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configmanager.lo -MD -MP -MF $depbase.Tpo -c -o configmanager.lo configmanager.cpp &&\
  1395. mv -f $depbase.Tpo $depbase.Plo
  1396. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configmanager.lo -MD -MP -MF .deps/configmanager.Tpo -c configmanager.cpp -fPIC -DPIC -o .libs/configmanager.o
  1397. depbase=`echo configurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1398. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o configurationpanel.lo configurationpanel.cpp &&\
  1399. mv -f $depbase.Tpo $depbase.Plo
  1400. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configurationpanel.lo -MD -MP -MF .deps/configurationpanel.Tpo -c configurationpanel.cpp -fPIC -DPIC -o .libs/configurationpanel.o
  1401. depbase=`echo configuretoolsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1402. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configuretoolsdlg.lo -MD -MP -MF $depbase.Tpo -c -o configuretoolsdlg.lo configuretoolsdlg.cpp &&\
  1403. mv -f $depbase.Tpo $depbase.Plo
  1404. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT configuretoolsdlg.lo -MD -MP -MF .deps/configuretoolsdlg.Tpo -c configuretoolsdlg.cpp -fPIC -DPIC -o .libs/configuretoolsdlg.o
  1405. depbase=`echo confirmreplacedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1406. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT confirmreplacedlg.lo -MD -MP -MF $depbase.Tpo -c -o confirmreplacedlg.lo confirmreplacedlg.cpp &&\
  1407. mv -f $depbase.Tpo $depbase.Plo
  1408. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT confirmreplacedlg.lo -MD -MP -MF .deps/confirmreplacedlg.Tpo -c confirmreplacedlg.cpp -fPIC -DPIC -o .libs/confirmreplacedlg.o
  1409. depbase=`echo crc32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1410. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT crc32.lo -MD -MP -MF $depbase.Tpo -c -o crc32.lo crc32.cpp &&\
  1411. mv -f $depbase.Tpo $depbase.Plo
  1412. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.cpp -fPIC -DPIC -o .libs/crc32.o
  1413. depbase=`echo debuggermanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1414. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT debuggermanager.lo -MD -MP -MF $depbase.Tpo -c -o debuggermanager.lo debuggermanager.cpp &&\
  1415. mv -f $depbase.Tpo $depbase.Plo
  1416. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT debuggermanager.lo -MD -MP -MF .deps/debuggermanager.Tpo -c debuggermanager.cpp -fPIC -DPIC -o .libs/debuggermanager.o
  1417. depbase=`echo editarrayfiledlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1418. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editarrayfiledlg.lo -MD -MP -MF $depbase.Tpo -c -o editarrayfiledlg.lo editarrayfiledlg.cpp &&\
  1419. mv -f $depbase.Tpo $depbase.Plo
  1420. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editarrayfiledlg.lo -MD -MP -MF .deps/editarrayfiledlg.Tpo -c editarrayfiledlg.cpp -fPIC -DPIC -o .libs/editarrayfiledlg.o
  1421. depbase=`echo editarrayorderdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1422. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editarrayorderdlg.lo -MD -MP -MF $depbase.Tpo -c -o editarrayorderdlg.lo editarrayorderdlg.cpp &&\
  1423. mv -f $depbase.Tpo $depbase.Plo
  1424. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editarrayorderdlg.lo -MD -MP -MF .deps/editarrayorderdlg.Tpo -c editarrayorderdlg.cpp -fPIC -DPIC -o .libs/editarrayorderdlg.o
  1425. depbase=`echo editarraystringdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1426. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editarraystringdlg.lo -MD -MP -MF $depbase.Tpo -c -o editarraystringdlg.lo editarraystringdlg.cpp &&\
  1427. mv -f $depbase.Tpo $depbase.Plo
  1428. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editarraystringdlg.lo -MD -MP -MF .deps/editarraystringdlg.Tpo -c editarraystringdlg.cpp -fPIC -DPIC -o .libs/editarraystringdlg.o
  1429. depbase=`echo editor_hooks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1430. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editor_hooks.lo -MD -MP -MF $depbase.Tpo -c -o editor_hooks.lo editor_hooks.cpp &&\
  1431. mv -f $depbase.Tpo $depbase.Plo
  1432. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editor_hooks.lo -MD -MP -MF .deps/editor_hooks.Tpo -c editor_hooks.cpp -fPIC -DPIC -o .libs/editor_hooks.o
  1433. depbase=`echo editorbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1434. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editorbase.lo -MD -MP -MF $depbase.Tpo -c -o editorbase.lo editorbase.cpp &&\
  1435. mv -f $depbase.Tpo $depbase.Plo
  1436. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editorbase.lo -MD -MP -MF .deps/editorbase.Tpo -c editorbase.cpp -fPIC -DPIC -o .libs/editorbase.o
  1437. depbase=`echo editorcolourset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1438. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editorcolourset.lo -MD -MP -MF $depbase.Tpo -c -o editorcolourset.lo editorcolourset.cpp &&\
  1439. mv -f $depbase.Tpo $depbase.Plo
  1440. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editorcolourset.lo -MD -MP -MF .deps/editorcolourset.Tpo -c editorcolourset.cpp -fPIC -DPIC -o .libs/editorcolourset.o
  1441. depbase=`echo editorlexerloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1442. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editorlexerloader.lo -MD -MP -MF $depbase.Tpo -c -o editorlexerloader.lo editorlexerloader.cpp &&\
  1443. mv -f $depbase.Tpo $depbase.Plo
  1444. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editorlexerloader.lo -MD -MP -MF .deps/editorlexerloader.Tpo -c editorlexerloader.cpp -fPIC -DPIC -o .libs/editorlexerloader.o
  1445. depbase=`echo editormanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1446. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editormanager.lo -MD -MP -MF $depbase.Tpo -c -o editormanager.lo editormanager.cpp &&\
  1447. mv -f $depbase.Tpo $depbase.Plo
  1448. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editormanager.lo -MD -MP -MF .deps/editormanager.Tpo -c editormanager.cpp -fPIC -DPIC -o .libs/editormanager.o
  1449. depbase=`echo editpairdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1450. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editpairdlg.lo -MD -MP -MF $depbase.Tpo -c -o editpairdlg.lo editpairdlg.cpp &&\
  1451. mv -f $depbase.Tpo $depbase.Plo
  1452. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editpairdlg.lo -MD -MP -MF .deps/editpairdlg.Tpo -c editpairdlg.cpp -fPIC -DPIC -o .libs/editpairdlg.o
  1453. depbase=`echo editpathdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1454. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editpathdlg.lo -MD -MP -MF $depbase.Tpo -c -o editpathdlg.lo editpathdlg.cpp &&\
  1455. mv -f $depbase.Tpo $depbase.Plo
  1456. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT editpathdlg.lo -MD -MP -MF .deps/editpathdlg.Tpo -c editpathdlg.cpp -fPIC -DPIC -o .libs/editpathdlg.o
  1457. depbase=`echo edittooldlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1458. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT edittooldlg.lo -MD -MP -MF $depbase.Tpo -c -o edittooldlg.lo edittooldlg.cpp &&\
  1459. mv -f $depbase.Tpo $depbase.Plo
  1460. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT edittooldlg.lo -MD -MP -MF .deps/edittooldlg.Tpo -c edittooldlg.cpp -fPIC -DPIC -o .libs/edittooldlg.o
  1461. depbase=`echo encodingdetector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1462. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT encodingdetector.lo -MD -MP -MF $depbase.Tpo -c -o encodingdetector.lo encodingdetector.cpp &&\
  1463. mv -f $depbase.Tpo $depbase.Plo
  1464. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT encodingdetector.lo -MD -MP -MF .deps/encodingdetector.Tpo -c encodingdetector.cpp -fPIC -DPIC -o .libs/encodingdetector.o
  1465. depbase=`echo externaldepsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1466. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT externaldepsdlg.lo -MD -MP -MF $depbase.Tpo -c -o externaldepsdlg.lo externaldepsdlg.cpp &&\
  1467. mv -f $depbase.Tpo $depbase.Plo
  1468. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT externaldepsdlg.lo -MD -MP -MF .deps/externaldepsdlg.Tpo -c externaldepsdlg.cpp -fPIC -DPIC -o .libs/externaldepsdlg.o
  1469. depbase=`echo filefilters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1470. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT filefilters.lo -MD -MP -MF $depbase.Tpo -c -o filefilters.lo filefilters.cpp &&\
  1471. mv -f $depbase.Tpo $depbase.Plo
  1472. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT filefilters.lo -MD -MP -MF .deps/filefilters.Tpo -c filefilters.cpp -fPIC -DPIC -o .libs/filefilters.o
  1473. depbase=`echo filegroupsandmasks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1474. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT filegroupsandmasks.lo -MD -MP -MF $depbase.Tpo -c -o filegroupsandmasks.lo filegroupsandmasks.cpp &&\
  1475. mv -f $depbase.Tpo $depbase.Plo
  1476. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT filegroupsandmasks.lo -MD -MP -MF .deps/filegroupsandmasks.Tpo -c filegroupsandmasks.cpp -fPIC -DPIC -o .libs/filegroupsandmasks.o
  1477. depbase=`echo filemanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1478. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT filemanager.lo -MD -MP -MF $depbase.Tpo -c -o filemanager.lo filemanager.cpp &&\
  1479. mv -f $depbase.Tpo $depbase.Plo
  1480. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT filemanager.lo -MD -MP -MF .deps/filemanager.Tpo -c filemanager.cpp -fPIC -DPIC -o .libs/filemanager.o
  1481. depbase=`echo findreplacedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1482. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT findreplacedlg.lo -MD -MP -MF $depbase.Tpo -c -o findreplacedlg.lo findreplacedlg.cpp &&\
  1483. mv -f $depbase.Tpo $depbase.Plo
  1484. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT findreplacedlg.lo -MD -MP -MF .deps/findreplacedlg.Tpo -c findreplacedlg.cpp -fPIC -DPIC -o .libs/findreplacedlg.o
  1485. depbase=`echo genericmultilinenotesdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1486. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT genericmultilinenotesdlg.lo -MD -MP -MF $depbase.Tpo -c -o genericmultilinenotesdlg.lo genericmultilinenotesdlg.cpp &&\
  1487. mv -f $depbase.Tpo $depbase.Plo
  1488. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT genericmultilinenotesdlg.lo -MD -MP -MF .deps/genericmultilinenotesdlg.Tpo -c genericmultilinenotesdlg.cpp -fPIC -DPIC -o .libs/genericmultilinenotesdlg.o
  1489. depbase=`echo globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1490. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT globals.lo -MD -MP -MF $depbase.Tpo -c -o globals.lo globals.cpp &&\
  1491. mv -f $depbase.Tpo $depbase.Plo
  1492. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp -fPIC -DPIC -o .libs/globals.o
  1493. depbase=`echo importers_globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1494. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT importers_globals.lo -MD -MP -MF $depbase.Tpo -c -o importers_globals.lo importers_globals.cpp &&\
  1495. mv -f $depbase.Tpo $depbase.Plo
  1496. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT importers_globals.lo -MD -MP -MF .deps/importers_globals.Tpo -c importers_globals.cpp -fPIC -DPIC -o .libs/importers_globals.o
  1497. depbase=`echo incrementalselectlistdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1498. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT incrementalselectlistdlg.lo -MD -MP -MF $depbase.Tpo -c -o incrementalselectlistdlg.lo incrementalselectlistdlg.cpp &&\
  1499. mv -f $depbase.Tpo $depbase.Plo
  1500. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT incrementalselectlistdlg.lo -MD -MP -MF .deps/incrementalselectlistdlg.Tpo -c incrementalselectlistdlg.cpp -fPIC -DPIC -o .libs/incrementalselectlistdlg.o
  1501. depbase=`echo infowindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1502. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT infowindow.lo -MD -MP -MF $depbase.Tpo -c -o infowindow.lo infowindow.cpp &&\
  1503. mv -f $depbase.Tpo $depbase.Plo
  1504. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT infowindow.lo -MD -MP -MF .deps/infowindow.Tpo -c infowindow.cpp -fPIC -DPIC -o .libs/infowindow.o
  1505. infowindow.cpp:132:62: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  1506. static unsigned lastDisplay = std::numeric_limits<long>::max();
  1507. ^
  1508. depbase=`echo loggers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1509. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT loggers.lo -MD -MP -MF $depbase.Tpo -c -o loggers.lo loggers.cpp &&\
  1510. mv -f $depbase.Tpo $depbase.Plo
  1511. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT loggers.lo -MD -MP -MF .deps/loggers.Tpo -c loggers.cpp -fPIC -DPIC -o .libs/loggers.o
  1512. depbase=`echo logmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1513. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT logmanager.lo -MD -MP -MF $depbase.Tpo -c -o logmanager.lo logmanager.cpp &&\
  1514. mv -f $depbase.Tpo $depbase.Plo
  1515. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT logmanager.lo -MD -MP -MF .deps/logmanager.Tpo -c logmanager.cpp -fPIC -DPIC -o .libs/logmanager.o
  1516. depbase=`echo macrosmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1517. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT macrosmanager.lo -MD -MP -MF $depbase.Tpo -c -o macrosmanager.lo macrosmanager.cpp &&\
  1518. mv -f $depbase.Tpo $depbase.Plo
  1519. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT macrosmanager.lo -MD -MP -MF .deps/macrosmanager.Tpo -c macrosmanager.cpp -fPIC -DPIC -o .libs/macrosmanager.o
  1520. depbase=`echo managedthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1521. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT managedthread.lo -MD -MP -MF $depbase.Tpo -c -o managedthread.lo managedthread.cpp &&\
  1522. mv -f $depbase.Tpo $depbase.Plo
  1523. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT managedthread.lo -MD -MP -MF .deps/managedthread.Tpo -c managedthread.cpp -fPIC -DPIC -o .libs/managedthread.o
  1524. depbase=`echo manager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1525. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT manager.lo -MD -MP -MF $depbase.Tpo -c -o manager.lo manager.cpp &&\
  1526. mv -f $depbase.Tpo $depbase.Plo
  1527. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT manager.lo -MD -MP -MF .deps/manager.Tpo -c manager.cpp -fPIC -DPIC -o .libs/manager.o
  1528. depbase=`echo menuitemsmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1529. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT menuitemsmanager.lo -MD -MP -MF $depbase.Tpo -c -o menuitemsmanager.lo menuitemsmanager.cpp &&\
  1530. mv -f $depbase.Tpo $depbase.Plo
  1531. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT menuitemsmanager.lo -MD -MP -MF .deps/menuitemsmanager.Tpo -c menuitemsmanager.cpp -fPIC -DPIC -o .libs/menuitemsmanager.o
  1532. depbase=`echo multiselectdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1533. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT multiselectdlg.lo -MD -MP -MF $depbase.Tpo -c -o multiselectdlg.lo multiselectdlg.cpp &&\
  1534. mv -f $depbase.Tpo $depbase.Plo
  1535. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT multiselectdlg.lo -MD -MP -MF .deps/multiselectdlg.Tpo -c multiselectdlg.cpp -fPIC -DPIC -o .libs/multiselectdlg.o
  1536. depbase=`echo newfromtemplatedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1537. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT newfromtemplatedlg.lo -MD -MP -MF $depbase.Tpo -c -o newfromtemplatedlg.lo newfromtemplatedlg.cpp &&\
  1538. mv -f $depbase.Tpo $depbase.Plo
  1539. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT newfromtemplatedlg.lo -MD -MP -MF .deps/newfromtemplatedlg.Tpo -c newfromtemplatedlg.cpp -fPIC -DPIC -o .libs/newfromtemplatedlg.o
  1540. depbase=`echo personalitymanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1541. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT personalitymanager.lo -MD -MP -MF $depbase.Tpo -c -o personalitymanager.lo personalitymanager.cpp &&\
  1542. mv -f $depbase.Tpo $depbase.Plo
  1543. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT personalitymanager.lo -MD -MP -MF .deps/personalitymanager.Tpo -c personalitymanager.cpp -fPIC -DPIC -o .libs/personalitymanager.o
  1544. depbase=`echo pipedprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1545. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pipedprocess.lo -MD -MP -MF $depbase.Tpo -c -o pipedprocess.lo pipedprocess.cpp &&\
  1546. mv -f $depbase.Tpo $depbase.Plo
  1547. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pipedprocess.lo -MD -MP -MF .deps/pipedprocess.Tpo -c pipedprocess.cpp -fPIC -DPIC -o .libs/pipedprocess.o
  1548. depbase=`echo pluginmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1549. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pluginmanager.lo -MD -MP -MF $depbase.Tpo -c -o pluginmanager.lo pluginmanager.cpp &&\
  1550. mv -f $depbase.Tpo $depbase.Plo
  1551. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pluginmanager.lo -MD -MP -MF .deps/pluginmanager.Tpo -c pluginmanager.cpp -fPIC -DPIC -o .libs/pluginmanager.o
  1552. depbase=`echo pluginsconfigurationdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1553. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pluginsconfigurationdlg.lo -MD -MP -MF $depbase.Tpo -c -o pluginsconfigurationdlg.lo pluginsconfigurationdlg.cpp &&\
  1554. mv -f $depbase.Tpo $depbase.Plo
  1555. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pluginsconfigurationdlg.lo -MD -MP -MF .deps/pluginsconfigurationdlg.Tpo -c pluginsconfigurationdlg.cpp -fPIC -DPIC -o .libs/pluginsconfigurationdlg.o
  1556. depbase=`echo printing_types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1557. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT printing_types.lo -MD -MP -MF $depbase.Tpo -c -o printing_types.lo printing_types.cpp &&\
  1558. mv -f $depbase.Tpo $depbase.Plo
  1559. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT printing_types.lo -MD -MP -MF .deps/printing_types.Tpo -c printing_types.cpp -fPIC -DPIC -o .libs/printing_types.o
  1560. depbase=`echo projectbuildtarget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1561. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectbuildtarget.lo -MD -MP -MF $depbase.Tpo -c -o projectbuildtarget.lo projectbuildtarget.cpp &&\
  1562. mv -f $depbase.Tpo $depbase.Plo
  1563. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectbuildtarget.lo -MD -MP -MF .deps/projectbuildtarget.Tpo -c projectbuildtarget.cpp -fPIC -DPIC -o .libs/projectbuildtarget.o
  1564. depbase=`echo projectfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1565. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectfile.lo -MD -MP -MF $depbase.Tpo -c -o projectfile.lo projectfile.cpp &&\
  1566. mv -f $depbase.Tpo $depbase.Plo
  1567. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectfile.lo -MD -MP -MF .deps/projectfile.Tpo -c projectfile.cpp -fPIC -DPIC -o .libs/projectfile.o
  1568. depbase=`echo projectfileoptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1569. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectfileoptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o projectfileoptionsdlg.lo projectfileoptionsdlg.cpp &&\
  1570. mv -f $depbase.Tpo $depbase.Plo
  1571. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectfileoptionsdlg.lo -MD -MP -MF .deps/projectfileoptionsdlg.Tpo -c projectfileoptionsdlg.cpp -fPIC -DPIC -o .libs/projectfileoptionsdlg.o
  1572. depbase=`echo projectlayoutloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1573. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectlayoutloader.lo -MD -MP -MF $depbase.Tpo -c -o projectlayoutloader.lo projectlayoutloader.cpp &&\
  1574. mv -f $depbase.Tpo $depbase.Plo
  1575. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectlayoutloader.lo -MD -MP -MF .deps/projectlayoutloader.Tpo -c projectlayoutloader.cpp -fPIC -DPIC -o .libs/projectlayoutloader.o
  1576. depbase=`echo projectloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1577. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectloader.lo -MD -MP -MF $depbase.Tpo -c -o projectloader.lo projectloader.cpp &&\
  1578. mv -f $depbase.Tpo $depbase.Plo
  1579. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectloader.lo -MD -MP -MF .deps/projectloader.Tpo -c projectloader.cpp -fPIC -DPIC -o .libs/projectloader.o
  1580. depbase=`echo projectloader_hooks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1581. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectloader_hooks.lo -MD -MP -MF $depbase.Tpo -c -o projectloader_hooks.lo projectloader_hooks.cpp &&\
  1582. mv -f $depbase.Tpo $depbase.Plo
  1583. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectloader_hooks.lo -MD -MP -MF .deps/projectloader_hooks.Tpo -c projectloader_hooks.cpp -fPIC -DPIC -o .libs/projectloader_hooks.o
  1584. depbase=`echo projectmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1585. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectmanager.lo -MD -MP -MF $depbase.Tpo -c -o projectmanager.lo projectmanager.cpp &&\
  1586. mv -f $depbase.Tpo $depbase.Plo
  1587. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectmanager.lo -MD -MP -MF .deps/projectmanager.Tpo -c projectmanager.cpp -fPIC -DPIC -o .libs/projectmanager.o
  1588. depbase=`echo projectsfilemasksdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1589. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectsfilemasksdlg.lo -MD -MP -MF $depbase.Tpo -c -o projectsfilemasksdlg.lo projectsfilemasksdlg.cpp &&\
  1590. mv -f $depbase.Tpo $depbase.Plo
  1591. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectsfilemasksdlg.lo -MD -MP -MF .deps/projectsfilemasksdlg.Tpo -c projectsfilemasksdlg.cpp -fPIC -DPIC -o .libs/projectsfilemasksdlg.o
  1592. depbase=`echo projecttemplateloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1593. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projecttemplateloader.lo -MD -MP -MF $depbase.Tpo -c -o projecttemplateloader.lo projecttemplateloader.cpp &&\
  1594. mv -f $depbase.Tpo $depbase.Plo
  1595. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projecttemplateloader.lo -MD -MP -MF .deps/projecttemplateloader.Tpo -c projecttemplateloader.cpp -fPIC -DPIC -o .libs/projecttemplateloader.o
  1596. depbase=`echo scriptingmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1597. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT scriptingmanager.lo -MD -MP -MF $depbase.Tpo -c -o scriptingmanager.lo scriptingmanager.cpp &&\
  1598. mv -f $depbase.Tpo $depbase.Plo
  1599. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT scriptingmanager.lo -MD -MP -MF .deps/scriptingmanager.Tpo -c scriptingmanager.cpp -fPIC -DPIC -o .libs/scriptingmanager.o
  1600. depbase=`echo scriptsecuritywarningdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1601. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT scriptsecuritywarningdlg.lo -MD -MP -MF $depbase.Tpo -c -o scriptsecuritywarningdlg.lo scriptsecuritywarningdlg.cpp &&\
  1602. mv -f $depbase.Tpo $depbase.Plo
  1603. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT scriptsecuritywarningdlg.lo -MD -MP -MF .deps/scriptsecuritywarningdlg.Tpo -c scriptsecuritywarningdlg.cpp -fPIC -DPIC -o .libs/scriptsecuritywarningdlg.o
  1604. depbase=`echo scrollingdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1605. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT scrollingdialog.lo -MD -MP -MF $depbase.Tpo -c -o scrollingdialog.lo scrollingdialog.cpp &&\
  1606. mv -f $depbase.Tpo $depbase.Plo
  1607. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT scrollingdialog.lo -MD -MP -MF .deps/scrollingdialog.Tpo -c scrollingdialog.cpp -fPIC -DPIC -o .libs/scrollingdialog.o
  1608. depbase=`echo sdk_events.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1609. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT sdk_events.lo -MD -MP -MF $depbase.Tpo -c -o sdk_events.lo sdk_events.cpp &&\
  1610. mv -f $depbase.Tpo $depbase.Plo
  1611. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT sdk_events.lo -MD -MP -MF .deps/sdk_events.Tpo -c sdk_events.cpp -fPIC -DPIC -o .libs/sdk_events.o
  1612. depbase=`echo searchresultslog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1613. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT searchresultslog.lo -MD -MP -MF $depbase.Tpo -c -o searchresultslog.lo searchresultslog.cpp &&\
  1614. mv -f $depbase.Tpo $depbase.Plo
  1615. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT searchresultslog.lo -MD -MP -MF .deps/searchresultslog.Tpo -c searchresultslog.cpp -fPIC -DPIC -o .libs/searchresultslog.o
  1616. depbase=`echo selecttargetdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1617. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT selecttargetdlg.lo -MD -MP -MF $depbase.Tpo -c -o selecttargetdlg.lo selecttargetdlg.cpp &&\
  1618. mv -f $depbase.Tpo $depbase.Plo
  1619. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT selecttargetdlg.lo -MD -MP -MF .deps/selecttargetdlg.Tpo -c selecttargetdlg.cpp -fPIC -DPIC -o .libs/selecttargetdlg.o
  1620. depbase=`echo templatemanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1621. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT templatemanager.lo -MD -MP -MF $depbase.Tpo -c -o templatemanager.lo templatemanager.cpp &&\
  1622. mv -f $depbase.Tpo $depbase.Plo
  1623. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT templatemanager.lo -MD -MP -MF .deps/templatemanager.Tpo -c templatemanager.cpp -fPIC -DPIC -o .libs/templatemanager.o
  1624. depbase=`echo toolsmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1625. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT toolsmanager.lo -MD -MP -MF $depbase.Tpo -c -o toolsmanager.lo toolsmanager.cpp &&\
  1626. mv -f $depbase.Tpo $depbase.Plo
  1627. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT toolsmanager.lo -MD -MP -MF .deps/toolsmanager.Tpo -c toolsmanager.cpp -fPIC -DPIC -o .libs/toolsmanager.o
  1628. depbase=`echo uservarmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1629. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT uservarmanager.lo -MD -MP -MF $depbase.Tpo -c -o uservarmanager.lo uservarmanager.cpp &&\
  1630. mv -f $depbase.Tpo $depbase.Plo
  1631. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT uservarmanager.lo -MD -MP -MF .deps/uservarmanager.Tpo -c uservarmanager.cpp -fPIC -DPIC -o .libs/uservarmanager.o
  1632. depbase=`echo workspaceloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1633. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT workspaceloader.lo -MD -MP -MF $depbase.Tpo -c -o workspaceloader.lo workspaceloader.cpp &&\
  1634. mv -f $depbase.Tpo $depbase.Plo
  1635. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT workspaceloader.lo -MD -MP -MF .deps/workspaceloader.Tpo -c workspaceloader.cpp -fPIC -DPIC -o .libs/workspaceloader.o
  1636. depbase=`echo xtra_res.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1637. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT xtra_res.lo -MD -MP -MF $depbase.Tpo -c -o xtra_res.lo xtra_res.cpp &&\
  1638. mv -f $depbase.Tpo $depbase.Plo
  1639. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT xtra_res.lo -MD -MP -MF .deps/xtra_res.Tpo -c xtra_res.cpp -fPIC -DPIC -o .libs/xtra_res.o
  1640. depbase=`echo mozilla_chardet/src/CharDistribution.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1641. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/CharDistribution.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/CharDistribution.lo mozilla_chardet/src/CharDistribution.cpp &&\
  1642. mv -f $depbase.Tpo $depbase.Plo
  1643. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/CharDistribution.lo -MD -MP -MF mozilla_chardet/src/.deps/CharDistribution.Tpo -c mozilla_chardet/src/CharDistribution.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/CharDistribution.o
  1644. depbase=`echo mozilla_chardet/src/JpCntx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1645. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/JpCntx.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/JpCntx.lo mozilla_chardet/src/JpCntx.cpp &&\
  1646. mv -f $depbase.Tpo $depbase.Plo
  1647. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/JpCntx.lo -MD -MP -MF mozilla_chardet/src/.deps/JpCntx.Tpo -c mozilla_chardet/src/JpCntx.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/JpCntx.o
  1648. depbase=`echo mozilla_chardet/src/LangBulgarianModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1649. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangBulgarianModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangBulgarianModel.lo mozilla_chardet/src/LangBulgarianModel.cpp &&\
  1650. mv -f $depbase.Tpo $depbase.Plo
  1651. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangBulgarianModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangBulgarianModel.Tpo -c mozilla_chardet/src/LangBulgarianModel.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/LangBulgarianModel.o
  1652. depbase=`echo mozilla_chardet/src/LangCyrillicModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1653. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangCyrillicModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangCyrillicModel.lo mozilla_chardet/src/LangCyrillicModel.cpp &&\
  1654. mv -f $depbase.Tpo $depbase.Plo
  1655. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangCyrillicModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangCyrillicModel.Tpo -c mozilla_chardet/src/LangCyrillicModel.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/LangCyrillicModel.o
  1656. depbase=`echo mozilla_chardet/src/LangGreekModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1657. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangGreekModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangGreekModel.lo mozilla_chardet/src/LangGreekModel.cpp &&\
  1658. mv -f $depbase.Tpo $depbase.Plo
  1659. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangGreekModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangGreekModel.Tpo -c mozilla_chardet/src/LangGreekModel.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/LangGreekModel.o
  1660. depbase=`echo mozilla_chardet/src/LangHebrewModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1661. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangHebrewModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangHebrewModel.lo mozilla_chardet/src/LangHebrewModel.cpp &&\
  1662. mv -f $depbase.Tpo $depbase.Plo
  1663. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangHebrewModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangHebrewModel.Tpo -c mozilla_chardet/src/LangHebrewModel.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/LangHebrewModel.o
  1664. depbase=`echo mozilla_chardet/src/LangHungarianModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1665. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangHungarianModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangHungarianModel.lo mozilla_chardet/src/LangHungarianModel.cpp &&\
  1666. mv -f $depbase.Tpo $depbase.Plo
  1667. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangHungarianModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangHungarianModel.Tpo -c mozilla_chardet/src/LangHungarianModel.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/LangHungarianModel.o
  1668. depbase=`echo mozilla_chardet/src/LangThaiModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1669. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangThaiModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangThaiModel.lo mozilla_chardet/src/LangThaiModel.cpp &&\
  1670. mv -f $depbase.Tpo $depbase.Plo
  1671. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/LangThaiModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangThaiModel.Tpo -c mozilla_chardet/src/LangThaiModel.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/LangThaiModel.o
  1672. depbase=`echo mozilla_chardet/src/nsBig5Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1673. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsBig5Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsBig5Prober.lo mozilla_chardet/src/nsBig5Prober.cpp &&\
  1674. mv -f $depbase.Tpo $depbase.Plo
  1675. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsBig5Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsBig5Prober.Tpo -c mozilla_chardet/src/nsBig5Prober.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsBig5Prober.o
  1676. depbase=`echo mozilla_chardet/src/nsCharSetProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1677. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsCharSetProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsCharSetProber.lo mozilla_chardet/src/nsCharSetProber.cpp &&\
  1678. mv -f $depbase.Tpo $depbase.Plo
  1679. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsCharSetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsCharSetProber.Tpo -c mozilla_chardet/src/nsCharSetProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsCharSetProber.o
  1680. depbase=`echo mozilla_chardet/src/nsEscCharsetProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1681. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEscCharsetProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEscCharsetProber.lo mozilla_chardet/src/nsEscCharsetProber.cpp &&\
  1682. mv -f $depbase.Tpo $depbase.Plo
  1683. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEscCharsetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEscCharsetProber.Tpo -c mozilla_chardet/src/nsEscCharsetProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsEscCharsetProber.o
  1684. depbase=`echo mozilla_chardet/src/nsEscSM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1685. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEscSM.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEscSM.lo mozilla_chardet/src/nsEscSM.cpp &&\
  1686. mv -f $depbase.Tpo $depbase.Plo
  1687. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEscSM.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEscSM.Tpo -c mozilla_chardet/src/nsEscSM.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsEscSM.o
  1688. depbase=`echo mozilla_chardet/src/nsEUCJPProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1689. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEUCJPProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEUCJPProber.lo mozilla_chardet/src/nsEUCJPProber.cpp &&\
  1690. mv -f $depbase.Tpo $depbase.Plo
  1691. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEUCJPProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCJPProber.Tpo -c mozilla_chardet/src/nsEUCJPProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsEUCJPProber.o
  1692. depbase=`echo mozilla_chardet/src/nsEUCKRProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1693. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEUCKRProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEUCKRProber.lo mozilla_chardet/src/nsEUCKRProber.cpp &&\
  1694. mv -f $depbase.Tpo $depbase.Plo
  1695. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEUCKRProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCKRProber.Tpo -c mozilla_chardet/src/nsEUCKRProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsEUCKRProber.o
  1696. depbase=`echo mozilla_chardet/src/nsEUCTWProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1697. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEUCTWProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEUCTWProber.lo mozilla_chardet/src/nsEUCTWProber.cpp &&\
  1698. mv -f $depbase.Tpo $depbase.Plo
  1699. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsEUCTWProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCTWProber.Tpo -c mozilla_chardet/src/nsEUCTWProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsEUCTWProber.o
  1700. depbase=`echo mozilla_chardet/src/nsGB2312Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1701. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsGB2312Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsGB2312Prober.lo mozilla_chardet/src/nsGB2312Prober.cpp &&\
  1702. mv -f $depbase.Tpo $depbase.Plo
  1703. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsGB2312Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsGB2312Prober.Tpo -c mozilla_chardet/src/nsGB2312Prober.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsGB2312Prober.o
  1704. depbase=`echo mozilla_chardet/src/nsHebrewProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1705. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsHebrewProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsHebrewProber.lo mozilla_chardet/src/nsHebrewProber.cpp &&\
  1706. mv -f $depbase.Tpo $depbase.Plo
  1707. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsHebrewProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsHebrewProber.Tpo -c mozilla_chardet/src/nsHebrewProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsHebrewProber.o
  1708. depbase=`echo mozilla_chardet/src/nsLatin1Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1709. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsLatin1Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsLatin1Prober.lo mozilla_chardet/src/nsLatin1Prober.cpp &&\
  1710. mv -f $depbase.Tpo $depbase.Plo
  1711. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsLatin1Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsLatin1Prober.Tpo -c mozilla_chardet/src/nsLatin1Prober.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsLatin1Prober.o
  1712. depbase=`echo mozilla_chardet/src/nsMBCSGroupProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1713. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsMBCSGroupProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsMBCSGroupProber.lo mozilla_chardet/src/nsMBCSGroupProber.cpp &&\
  1714. mv -f $depbase.Tpo $depbase.Plo
  1715. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsMBCSGroupProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsMBCSGroupProber.Tpo -c mozilla_chardet/src/nsMBCSGroupProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsMBCSGroupProber.o
  1716. depbase=`echo mozilla_chardet/src/nsMBCSSM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1717. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsMBCSSM.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsMBCSSM.lo mozilla_chardet/src/nsMBCSSM.cpp &&\
  1718. mv -f $depbase.Tpo $depbase.Plo
  1719. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsMBCSSM.lo -MD -MP -MF mozilla_chardet/src/.deps/nsMBCSSM.Tpo -c mozilla_chardet/src/nsMBCSSM.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsMBCSSM.o
  1720. depbase=`echo mozilla_chardet/src/nsSBCharSetProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1721. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsSBCharSetProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsSBCharSetProber.lo mozilla_chardet/src/nsSBCharSetProber.cpp &&\
  1722. mv -f $depbase.Tpo $depbase.Plo
  1723. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsSBCharSetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSBCharSetProber.Tpo -c mozilla_chardet/src/nsSBCharSetProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsSBCharSetProber.o
  1724. depbase=`echo mozilla_chardet/src/nsSBCSGroupProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1725. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsSBCSGroupProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsSBCSGroupProber.lo mozilla_chardet/src/nsSBCSGroupProber.cpp &&\
  1726. mv -f $depbase.Tpo $depbase.Plo
  1727. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsSBCSGroupProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSBCSGroupProber.Tpo -c mozilla_chardet/src/nsSBCSGroupProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsSBCSGroupProber.o
  1728. depbase=`echo mozilla_chardet/src/nsSJISProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1729. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsSJISProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsSJISProber.lo mozilla_chardet/src/nsSJISProber.cpp &&\
  1730. mv -f $depbase.Tpo $depbase.Plo
  1731. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsSJISProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSJISProber.Tpo -c mozilla_chardet/src/nsSJISProber.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsSJISProber.o
  1732. depbase=`echo mozilla_chardet/src/nsUniversalDetector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1733. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsUniversalDetector.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsUniversalDetector.lo mozilla_chardet/src/nsUniversalDetector.cpp &&\
  1734. mv -f $depbase.Tpo $depbase.Plo
  1735. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsUniversalDetector.lo -MD -MP -MF mozilla_chardet/src/.deps/nsUniversalDetector.Tpo -c mozilla_chardet/src/nsUniversalDetector.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsUniversalDetector.o
  1736. depbase=`echo mozilla_chardet/src/nsUTF8Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1737. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsUTF8Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsUTF8Prober.lo mozilla_chardet/src/nsUTF8Prober.cpp &&\
  1738. mv -f $depbase.Tpo $depbase.Plo
  1739. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT mozilla_chardet/src/nsUTF8Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsUTF8Prober.Tpo -c mozilla_chardet/src/nsUTF8Prober.cpp -fPIC -DPIC -o mozilla_chardet/src/.libs/nsUTF8Prober.o
  1740. /bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libcodeblocks.la -rpath /opt/codeblocks-svn/lib annoyingdialog.lo autodetectcompilers.lo base64.lo blockallocated.lo cbauibook.lo cbcolourmanager.lo cbdebugger_interfaces.lo cbeditor.lo cbeditorprintout.lo cbexception.lo cbplugin.lo cbproject.lo cbstatusbar.lo cbstyledtextctrl.lo cbthreadpool.lo cbtreectrl.lo cbworkspace.lo ccmanager.lo compileoptionsbase.lo compiler.lo compilercommandgenerator.lo compilerfactory.lo compileroptions.lo compiletargetbase.lo configmanager-revision.lo configmanager.lo configurationpanel.lo configuretoolsdlg.lo confirmreplacedlg.lo crc32.lo debuggermanager.lo editarrayfiledlg.lo editarrayorderdlg.lo editarraystringdlg.lo editor_hooks.lo editorbase.lo editorcolourset.lo editorlexerloader.lo editormanager.lo editpairdlg.lo editpathdlg.lo edittooldlg.lo encodingdetector.lo externaldepsdlg.lo filefilters.lo filegroupsandmasks.lo filemanager.lo findreplacedlg.lo genericmultilinenotesdlg.lo globals.lo importers_globals.lo incrementalselectlistdlg.lo infowindow.lo loggers.lo logmanager.lo macrosmanager.lo managedthread.lo manager.lo menuitemsmanager.lo multiselectdlg.lo newfromtemplatedlg.lo personalitymanager.lo pipedprocess.lo pluginmanager.lo pluginsconfigurationdlg.lo printing_types.lo projectbuildtarget.lo projectfile.lo projectfileoptionsdlg.lo projectlayoutloader.lo projectloader.lo projectloader_hooks.lo projectmanager.lo projectsfilemasksdlg.lo projecttemplateloader.lo scriptingmanager.lo scriptsecuritywarningdlg.lo scrollingdialog.lo sdk_events.lo searchresultslog.lo selecttargetdlg.lo templatemanager.lo toolsmanager.lo uservarmanager.lo workspaceloader.lo xtra_res.lo mozilla_chardet/src/CharDistribution.lo mozilla_chardet/src/JpCntx.lo mozilla_chardet/src/LangBulgarianModel.lo mozilla_chardet/src/LangCyrillicModel.lo mozilla_chardet/src/LangGreekModel.lo mozilla_chardet/src/LangHebrewModel.lo mozilla_chardet/src/LangHungarianModel.lo mozilla_chardet/src/LangThaiModel.lo mozilla_chardet/src/nsBig5Prober.lo mozilla_chardet/src/nsCharSetProber.lo mozilla_chardet/src/nsEscCharsetProber.lo mozilla_chardet/src/nsEscSM.lo mozilla_chardet/src/nsEUCJPProber.lo mozilla_chardet/src/nsEUCKRProber.lo mozilla_chardet/src/nsEUCTWProber.lo mozilla_chardet/src/nsGB2312Prober.lo mozilla_chardet/src/nsHebrewProber.lo mozilla_chardet/src/nsLatin1Prober.lo mozilla_chardet/src/nsMBCSGroupProber.lo mozilla_chardet/src/nsMBCSSM.lo mozilla_chardet/src/nsSBCharSetProber.lo mozilla_chardet/src/nsSBCSGroupProber.lo mozilla_chardet/src/nsSJISProber.lo mozilla_chardet/src/nsUniversalDetector.lo mozilla_chardet/src/nsUTF8Prober.lo scripting/bindings/libsqbindings.la scripting/sqplus/libsqplus.la scripting/sqstdlib/libsqstdlib.la scripting/squirrel/libsquirrel.la ../base/tinyxml/libtinyxml.la wxscintilla/libwxscintilla.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lglib-2.0 -lpthread -ldl
  1741. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/annoyingdialog.o .libs/autodetectcompilers.o .libs/base64.o .libs/blockallocated.o .libs/cbauibook.o .libs/cbcolourmanager.o .libs/cbdebugger_interfaces.o .libs/cbeditor.o .libs/cbeditorprintout.o .libs/cbexception.o .libs/cbplugin.o .libs/cbproject.o .libs/cbstatusbar.o .libs/cbstyledtextctrl.o .libs/cbthreadpool.o .libs/cbtreectrl.o .libs/cbworkspace.o .libs/ccmanager.o .libs/compileoptionsbase.o .libs/compiler.o .libs/compilercommandgenerator.o .libs/compilerfactory.o .libs/compileroptions.o .libs/compiletargetbase.o .libs/configmanager-revision.o .libs/configmanager.o .libs/configurationpanel.o .libs/configuretoolsdlg.o .libs/confirmreplacedlg.o .libs/crc32.o .libs/debuggermanager.o .libs/editarrayfiledlg.o .libs/editarrayorderdlg.o .libs/editarraystringdlg.o .libs/editor_hooks.o .libs/editorbase.o .libs/editorcolourset.o .libs/editorlexerloader.o .libs/editormanager.o .libs/editpairdlg.o .libs/editpathdlg.o .libs/edittooldlg.o .libs/encodingdetector.o .libs/externaldepsdlg.o .libs/filefilters.o .libs/filegroupsandmasks.o .libs/filemanager.o .libs/findreplacedlg.o .libs/genericmultilinenotesdlg.o .libs/globals.o .libs/importers_globals.o .libs/incrementalselectlistdlg.o .libs/infowindow.o .libs/loggers.o .libs/logmanager.o .libs/macrosmanager.o .libs/managedthread.o .libs/manager.o .libs/menuitemsmanager.o .libs/multiselectdlg.o .libs/newfromtemplatedlg.o .libs/personalitymanager.o .libs/pipedprocess.o .libs/pluginmanager.o .libs/pluginsconfigurationdlg.o .libs/printing_types.o .libs/projectbuildtarget.o .libs/projectfile.o .libs/projectfileoptionsdlg.o .libs/projectlayoutloader.o .libs/projectloader.o .libs/projectloader_hooks.o .libs/projectmanager.o .libs/projectsfilemasksdlg.o .libs/projecttemplateloader.o .libs/scriptingmanager.o .libs/scriptsecuritywarningdlg.o .libs/scrollingdialog.o .libs/sdk_events.o .libs/searchresultslog.o .libs/selecttargetdlg.o .libs/templatemanager.o .libs/toolsmanager.o .libs/uservarmanager.o .libs/workspaceloader.o .libs/xtra_res.o mozilla_chardet/src/.libs/CharDistribution.o mozilla_chardet/src/.libs/JpCntx.o mozilla_chardet/src/.libs/LangBulgarianModel.o mozilla_chardet/src/.libs/LangCyrillicModel.o mozilla_chardet/src/.libs/LangGreekModel.o mozilla_chardet/src/.libs/LangHebrewModel.o mozilla_chardet/src/.libs/LangHungarianModel.o mozilla_chardet/src/.libs/LangThaiModel.o mozilla_chardet/src/.libs/nsBig5Prober.o mozilla_chardet/src/.libs/nsCharSetProber.o mozilla_chardet/src/.libs/nsEscCharsetProber.o mozilla_chardet/src/.libs/nsEscSM.o mozilla_chardet/src/.libs/nsEUCJPProber.o mozilla_chardet/src/.libs/nsEUCKRProber.o mozilla_chardet/src/.libs/nsEUCTWProber.o mozilla_chardet/src/.libs/nsGB2312Prober.o mozilla_chardet/src/.libs/nsHebrewProber.o mozilla_chardet/src/.libs/nsLatin1Prober.o mozilla_chardet/src/.libs/nsMBCSGroupProber.o mozilla_chardet/src/.libs/nsMBCSSM.o mozilla_chardet/src/.libs/nsSBCharSetProber.o mozilla_chardet/src/.libs/nsSBCSGroupProber.o mozilla_chardet/src/.libs/nsSJISProber.o mozilla_chardet/src/.libs/nsUniversalDetector.o mozilla_chardet/src/.libs/nsUTF8Prober.o -Wl,--whole-archive scripting/bindings/.libs/libsqbindings.a scripting/sqplus/.libs/libsqplus.a scripting/sqstdlib/.libs/libsqstdlib.a scripting/squirrel/.libs/libsquirrel.a ../base/tinyxml/.libs/libtinyxml.a wxscintilla/.libs/libwxscintilla.a -Wl,--no-whole-archive -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lglib-2.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodeblocks.so.0 -o .libs/libcodeblocks.so.0.0.1
  1742. libtool: link: (cd ".libs" && rm -f "libcodeblocks.so.0" && ln -s "libcodeblocks.so.0.0.1" "libcodeblocks.so.0")
  1743. libtool: link: (cd ".libs" && rm -f "libcodeblocks.so" && ln -s "libcodeblocks.so.0.0.1" "libcodeblocks.so")
  1744. libtool: link: ( cd ".libs" && rm -f "libcodeblocks.la" && ln -s "../libcodeblocks.la" "libcodeblocks.la" )
  1745. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk'
  1746. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk'
  1747. Making all in src
  1748. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/src'
  1749. Making all in resources
  1750. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  1751. Making all in icons
  1752. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/icons'
  1753. make[4]: Nothing to be done for `all'.
  1754. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/icons'
  1755. Making all in images
  1756. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  1757. Making all in 16x16
  1758. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/16x16'
  1759. make[5]: Nothing to be done for `all'.
  1760. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/16x16'
  1761. Making all in settings
  1762. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/settings'
  1763. make[5]: Nothing to be done for `all'.
  1764. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/settings'
  1765. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  1766. make[5]: Nothing to be done for `all-am'.
  1767. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  1768. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  1769. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  1770. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/src/resources/resources.zip *.xrc images/*.png images/16x16/*.png > /dev/null
  1771. PWD=`pwd` cd ./start_here && zip /home/josh/Projects/CodeBlocks/src/src/resources/start_here.zip *.htm* *.png > /dev/null
  1772. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  1773. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  1774. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/src'
  1775. depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1776. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o app.cpp &&\
  1777. mv -f $depbase.Tpo $depbase.Po
  1778. depbase=`echo appglobals.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1779. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT appglobals.o -MD -MP -MF $depbase.Tpo -c -o appglobals.o appglobals.cpp &&\
  1780. mv -f $depbase.Tpo $depbase.Po
  1781. depbase=`echo backtracedlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1782. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT backtracedlg.o -MD -MP -MF $depbase.Tpo -c -o backtracedlg.o backtracedlg.cpp &&\
  1783. mv -f $depbase.Tpo $depbase.Po
  1784. depbase=`echo breakpointsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1785. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT breakpointsdlg.o -MD -MP -MF $depbase.Tpo -c -o breakpointsdlg.o breakpointsdlg.cpp &&\
  1786. mv -f $depbase.Tpo $depbase.Po
  1787. depbase=`echo compilersettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1788. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT compilersettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o compilersettingsdlg.o compilersettingsdlg.cpp &&\
  1789. mv -f $depbase.Tpo $depbase.Po
  1790. depbase=`echo cpuregistersdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1791. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT cpuregistersdlg.o -MD -MP -MF $depbase.Tpo -c -o cpuregistersdlg.o cpuregistersdlg.cpp &&\
  1792. mv -f $depbase.Tpo $depbase.Po
  1793. depbase=`echo crashhandler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1794. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT crashhandler.o -MD -MP -MF $depbase.Tpo -c -o crashhandler.o crashhandler.cpp &&\
  1795. mv -f $depbase.Tpo $depbase.Po
  1796. depbase=`echo debugger_interface_creator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1797. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT debugger_interface_creator.o -MD -MP -MF $depbase.Tpo -c -o debugger_interface_creator.o debugger_interface_creator.cpp &&\
  1798. mv -f $depbase.Tpo $depbase.Po
  1799. depbase=`echo debuggermenu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1800. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT debuggermenu.o -MD -MP -MF $depbase.Tpo -c -o debuggermenu.o debuggermenu.cpp &&\
  1801. mv -f $depbase.Tpo $depbase.Po
  1802. depbase=`echo debuggersettingscommonpanel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1803. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT debuggersettingscommonpanel.o -MD -MP -MF $depbase.Tpo -c -o debuggersettingscommonpanel.o debuggersettingscommonpanel.cpp &&\
  1804. mv -f $depbase.Tpo $depbase.Po
  1805. depbase=`echo debuggersettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1806. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT debuggersettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o debuggersettingsdlg.o debuggersettingsdlg.cpp &&\
  1807. mv -f $depbase.Tpo $depbase.Po
  1808. depbase=`echo debuggersettingspanel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1809. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT debuggersettingspanel.o -MD -MP -MF $depbase.Tpo -c -o debuggersettingspanel.o debuggersettingspanel.cpp &&\
  1810. mv -f $depbase.Tpo $depbase.Po
  1811. depbase=`echo disassemblydlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1812. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT disassemblydlg.o -MD -MP -MF $depbase.Tpo -c -o disassemblydlg.o disassemblydlg.cpp &&\
  1813. mv -f $depbase.Tpo $depbase.Po
  1814. depbase=`echo dlgabout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1815. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT dlgabout.o -MD -MP -MF $depbase.Tpo -c -o dlgabout.o dlgabout.cpp &&\
  1816. mv -f $depbase.Tpo $depbase.Po
  1817. depbase=`echo dlgaboutplugin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1818. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT dlgaboutplugin.o -MD -MP -MF $depbase.Tpo -c -o dlgaboutplugin.o dlgaboutplugin.cpp &&\
  1819. mv -f $depbase.Tpo $depbase.Po
  1820. depbase=`echo editkeywordsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1821. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT editkeywordsdlg.o -MD -MP -MF $depbase.Tpo -c -o editkeywordsdlg.o editkeywordsdlg.cpp &&\
  1822. mv -f $depbase.Tpo $depbase.Po
  1823. depbase=`echo editorconfigurationdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1824. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT editorconfigurationdlg.o -MD -MP -MF $depbase.Tpo -c -o editorconfigurationdlg.o editorconfigurationdlg.cpp &&\
  1825. mv -f $depbase.Tpo $depbase.Po
  1826. depbase=`echo environmentsettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1827. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT environmentsettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o environmentsettingsdlg.o environmentsettingsdlg.cpp &&\
  1828. mv -f $depbase.Tpo $depbase.Po
  1829. depbase=`echo examinememorydlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1830. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT examinememorydlg.o -MD -MP -MF $depbase.Tpo -c -o examinememorydlg.o examinememorydlg.cpp &&\
  1831. mv -f $depbase.Tpo $depbase.Po
  1832. depbase=`echo find_replace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1833. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT find_replace.o -MD -MP -MF $depbase.Tpo -c -o find_replace.o find_replace.cpp &&\
  1834. mv -f $depbase.Tpo $depbase.Po
  1835. depbase=`echo infopane.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1836. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT infopane.o -MD -MP -MF $depbase.Tpo -c -o infopane.o infopane.cpp &&\
  1837. mv -f $depbase.Tpo $depbase.Po
  1838. depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1839. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cpp &&\
  1840. mv -f $depbase.Tpo $depbase.Po
  1841. depbase=`echo notebookstyles.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1842. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT notebookstyles.o -MD -MP -MF $depbase.Tpo -c -o notebookstyles.o notebookstyles.cpp &&\
  1843. mv -f $depbase.Tpo $depbase.Po
  1844. depbase=`echo prefix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1845. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT prefix.o -MD -MP -MF $depbase.Tpo -c -o prefix.o prefix.cpp &&\
  1846. mv -f $depbase.Tpo $depbase.Po
  1847. depbase=`echo printdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1848. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT printdlg.o -MD -MP -MF $depbase.Tpo -c -o printdlg.o printdlg.cpp &&\
  1849. mv -f $depbase.Tpo $depbase.Po
  1850. depbase=`echo projectmanagerui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1851. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT projectmanagerui.o -MD -MP -MF $depbase.Tpo -c -o projectmanagerui.o projectmanagerui.cpp &&\
  1852. mv -f $depbase.Tpo $depbase.Po
  1853. depbase=`echo projectdepsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1854. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT projectdepsdlg.o -MD -MP -MF $depbase.Tpo -c -o projectdepsdlg.o projectdepsdlg.cpp &&\
  1855. mv -f $depbase.Tpo $depbase.Po
  1856. depbase=`echo projectoptionsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1857. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT projectoptionsdlg.o -MD -MP -MF $depbase.Tpo -c -o projectoptionsdlg.o projectoptionsdlg.cpp &&\
  1858. mv -f $depbase.Tpo $depbase.Po
  1859. depbase=`echo recentitemslist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1860. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT recentitemslist.o -MD -MP -MF $depbase.Tpo -c -o recentitemslist.o recentitemslist.cpp &&\
  1861. mv -f $depbase.Tpo $depbase.Po
  1862. depbase=`echo scriptconsole.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1863. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT scriptconsole.o -MD -MP -MF $depbase.Tpo -c -o scriptconsole.o scriptconsole.cpp &&\
  1864. mv -f $depbase.Tpo $depbase.Po
  1865. depbase=`echo scriptingsettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1866. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT scriptingsettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o scriptingsettingsdlg.o scriptingsettingsdlg.cpp &&\
  1867. mv -f $depbase.Tpo $depbase.Po
  1868. depbase=`echo splashscreen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1869. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT splashscreen.o -MD -MP -MF $depbase.Tpo -c -o splashscreen.o splashscreen.cpp &&\
  1870. mv -f $depbase.Tpo $depbase.Po
  1871. depbase=`echo startherepage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1872. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT startherepage.o -MD -MP -MF $depbase.Tpo -c -o startherepage.o startherepage.cpp &&\
  1873. mv -f $depbase.Tpo $depbase.Po
  1874. depbase=`echo switcherdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1875. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT switcherdlg.o -MD -MP -MF $depbase.Tpo -c -o switcherdlg.o switcherdlg.cpp &&\
  1876. mv -f $depbase.Tpo $depbase.Po
  1877. depbase=`echo threadsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1878. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT threadsdlg.o -MD -MP -MF $depbase.Tpo -c -o threadsdlg.o threadsdlg.cpp &&\
  1879. mv -f $depbase.Tpo $depbase.Po
  1880. depbase=`echo virtualbuildtargetsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1881. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT virtualbuildtargetsdlg.o -MD -MP -MF $depbase.Tpo -c -o virtualbuildtargetsdlg.o virtualbuildtargetsdlg.cpp &&\
  1882. mv -f $depbase.Tpo $depbase.Po
  1883. depbase=`echo watchesdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  1884. g++ -DHAVE_CONFIG_H -I. -I../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../src/sdk/wxscintilla/include -I../../src/include -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DENABLE_BINRELOC -DAPP_PREFIX="\"/opt/codeblocks-svn\"" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -DUSE_GTK_NOTEBOOK -ansi -DTIXML_USE_STL -std=c++11 -MT watchesdlg.o -MD -MP -MF $depbase.Tpo -c -o watchesdlg.o watchesdlg.cpp &&\
  1885. mv -f $depbase.Tpo $depbase.Po
  1886. /bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o codeblocks app.o appglobals.o backtracedlg.o breakpointsdlg.o compilersettingsdlg.o cpuregistersdlg.o crashhandler.o debugger_interface_creator.o debuggermenu.o debuggersettingscommonpanel.o debuggersettingsdlg.o debuggersettingspanel.o disassemblydlg.o dlgabout.o dlgaboutplugin.o editkeywordsdlg.o editorconfigurationdlg.o environmentsettingsdlg.o examinememorydlg.o find_replace.o infopane.o main.o notebookstyles.o prefix.o printdlg.o projectmanagerui.o projectdepsdlg.o projectoptionsdlg.o recentitemslist.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o switcherdlg.o threadsdlg.o virtualbuildtargetsdlg.o watchesdlg.o ../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl
  1887. libtool: link: g++ -std=c++11 -Wl,--no-undefined -o .libs/codeblocks app.o appglobals.o backtracedlg.o breakpointsdlg.o compilersettingsdlg.o cpuregistersdlg.o crashhandler.o debugger_interface_creator.o debuggermenu.o debuggersettingscommonpanel.o debuggersettingsdlg.o debuggersettingspanel.o disassemblydlg.o dlgabout.o dlgaboutplugin.o editkeywordsdlg.o editorconfigurationdlg.o environmentsettingsdlg.o examinememorydlg.o find_replace.o infopane.o main.o notebookstyles.o prefix.o printdlg.o projectmanagerui.o projectdepsdlg.o projectoptionsdlg.o recentitemslist.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o switcherdlg.o threadsdlg.o virtualbuildtargetsdlg.o watchesdlg.o -pthread ../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lpthread -ldl -pthread -Wl,-rpath -Wl,/opt/codeblocks-svn/lib
  1888. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src'
  1889. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src'
  1890. Making all in plugins
  1891. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins'
  1892. Making all in astyle
  1893. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  1894. Making all in resources
  1895. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle/resources'
  1896. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/astyle/resources/astyle.zip manifest.xml *.xrc > /dev/null
  1897. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle/resources'
  1898. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  1899. depbase=`echo asstreamiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1900. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT asstreamiterator.lo -MD -MP -MF $depbase.Tpo -c -o asstreamiterator.lo asstreamiterator.cpp &&\
  1901. mv -f $depbase.Tpo $depbase.Plo
  1902. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT asstreamiterator.lo -MD -MP -MF .deps/asstreamiterator.Tpo -c asstreamiterator.cpp -fPIC -DPIC -o .libs/asstreamiterator.o
  1903. depbase=`echo astyleconfigdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1904. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyleconfigdlg.lo -MD -MP -MF $depbase.Tpo -c -o astyleconfigdlg.lo astyleconfigdlg.cpp &&\
  1905. mv -f $depbase.Tpo $depbase.Plo
  1906. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyleconfigdlg.lo -MD -MP -MF .deps/astyleconfigdlg.Tpo -c astyleconfigdlg.cpp -fPIC -DPIC -o .libs/astyleconfigdlg.o
  1907. depbase=`echo astyleplugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1908. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyleplugin.lo -MD -MP -MF $depbase.Tpo -c -o astyleplugin.lo astyleplugin.cpp &&\
  1909. mv -f $depbase.Tpo $depbase.Plo
  1910. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyleplugin.lo -MD -MP -MF .deps/astyleplugin.Tpo -c astyleplugin.cpp -fPIC -DPIC -o .libs/astyleplugin.o
  1911. depbase=`echo dlgformattersettings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1912. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dlgformattersettings.lo -MD -MP -MF $depbase.Tpo -c -o dlgformattersettings.lo dlgformattersettings.cpp &&\
  1913. mv -f $depbase.Tpo $depbase.Plo
  1914. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dlgformattersettings.lo -MD -MP -MF .deps/dlgformattersettings.Tpo -c dlgformattersettings.cpp -fPIC -DPIC -o .libs/dlgformattersettings.o
  1915. depbase=`echo formattersettings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1916. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT formattersettings.lo -MD -MP -MF $depbase.Tpo -c -o formattersettings.lo formattersettings.cpp &&\
  1917. mv -f $depbase.Tpo $depbase.Plo
  1918. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT formattersettings.lo -MD -MP -MF .deps/formattersettings.Tpo -c formattersettings.cpp -fPIC -DPIC -o .libs/formattersettings.o
  1919. depbase=`echo astyle/ASBeautifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1920. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASBeautifier.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASBeautifier.lo astyle/ASBeautifier.cpp &&\
  1921. mv -f $depbase.Tpo $depbase.Plo
  1922. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASBeautifier.lo -MD -MP -MF astyle/.deps/ASBeautifier.Tpo -c astyle/ASBeautifier.cpp -fPIC -DPIC -o astyle/.libs/ASBeautifier.o
  1923. depbase=`echo astyle/ASEnhancer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1924. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASEnhancer.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASEnhancer.lo astyle/ASEnhancer.cpp &&\
  1925. mv -f $depbase.Tpo $depbase.Plo
  1926. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASEnhancer.lo -MD -MP -MF astyle/.deps/ASEnhancer.Tpo -c astyle/ASEnhancer.cpp -fPIC -DPIC -o astyle/.libs/ASEnhancer.o
  1927. depbase=`echo astyle/ASFormatter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1928. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASFormatter.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASFormatter.lo astyle/ASFormatter.cpp &&\
  1929. mv -f $depbase.Tpo $depbase.Plo
  1930. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASFormatter.lo -MD -MP -MF astyle/.deps/ASFormatter.Tpo -c astyle/ASFormatter.cpp -fPIC -DPIC -o astyle/.libs/ASFormatter.o
  1931. depbase=`echo astyle/ASResource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1932. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASResource.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASResource.lo astyle/ASResource.cpp &&\
  1933. mv -f $depbase.Tpo $depbase.Plo
  1934. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/plugins/astyle/astyle -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT astyle/ASResource.lo -MD -MP -MF astyle/.deps/ASResource.Tpo -c astyle/ASResource.cpp -fPIC -DPIC -o astyle/.libs/ASResource.o
  1935. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libastyle.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins asstreamiterator.lo astyleconfigdlg.lo astyleplugin.lo dlgformattersettings.lo formattersettings.lo astyle/ASBeautifier.lo astyle/ASEnhancer.lo astyle/ASFormatter.lo astyle/ASResource.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  1936. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/asstreamiterator.o .libs/astyleconfigdlg.o .libs/astyleplugin.o .libs/dlgformattersettings.o .libs/formattersettings.o astyle/.libs/ASBeautifier.o astyle/.libs/ASEnhancer.o astyle/.libs/ASFormatter.o astyle/.libs/ASResource.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libastyle.so -o .libs/libastyle.so
  1937. libtool: link: ( cd ".libs" && rm -f "libastyle.la" && ln -s "../libastyle.la" "libastyle.la" )
  1938. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  1939. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  1940. Making all in autosave
  1941. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/autosave'
  1942. depbase=`echo autosave.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1943. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT autosave.lo -MD -MP -MF $depbase.Tpo -c -o autosave.lo autosave.cpp &&\
  1944. mv -f $depbase.Tpo $depbase.Plo
  1945. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT autosave.lo -MD -MP -MF .deps/autosave.Tpo -c autosave.cpp -fPIC -DPIC -o .libs/autosave.o
  1946. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libautosave.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins autosave.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  1947. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/autosave.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libautosave.so -o .libs/libautosave.so
  1948. libtool: link: ( cd ".libs" && rm -f "libautosave.la" && ln -s "../libautosave.la" "libautosave.la" )
  1949. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/autosave/autosave.zip manifest.xml *.xrc > /dev/null
  1950. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/autosave'
  1951. Making all in classwizard
  1952. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  1953. Making all in resources
  1954. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources'
  1955. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources/classwizard.zip manifest.xml *.xrc > /dev/null
  1956. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources'
  1957. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  1958. depbase=`echo classwizard.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1959. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT classwizard.lo -MD -MP -MF $depbase.Tpo -c -o classwizard.lo classwizard.cpp &&\
  1960. mv -f $depbase.Tpo $depbase.Plo
  1961. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT classwizard.lo -MD -MP -MF .deps/classwizard.Tpo -c classwizard.cpp -fPIC -DPIC -o .libs/classwizard.o
  1962. depbase=`echo classwizarddlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1963. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT classwizarddlg.lo -MD -MP -MF $depbase.Tpo -c -o classwizarddlg.lo classwizarddlg.cpp &&\
  1964. mv -f $depbase.Tpo $depbase.Plo
  1965. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT classwizarddlg.lo -MD -MP -MF .deps/classwizarddlg.Tpo -c classwizarddlg.cpp -fPIC -DPIC -o .libs/classwizarddlg.o
  1966. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libclasswizard.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins classwizard.lo classwizarddlg.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  1967. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/classwizard.o .libs/classwizarddlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libclasswizard.so -o .libs/libclasswizard.so
  1968. libtool: link: ( cd ".libs" && rm -f "libclasswizard.la" && ln -s "../libclasswizard.la" "libclasswizard.la" )
  1969. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  1970. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  1971. Making all in codecompletion
  1972. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  1973. Making all in resources
  1974. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources'
  1975. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources/codecompletion.zip manifest.xml *.xrc > /dev/null
  1976. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources'
  1977. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  1978. depbase=`echo ccoptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1979. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ccoptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o ccoptionsdlg.lo ccoptionsdlg.cpp &&\
  1980. mv -f $depbase.Tpo $depbase.Plo
  1981. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ccoptionsdlg.lo -MD -MP -MF .deps/ccoptionsdlg.Tpo -c ccoptionsdlg.cpp -fPIC -DPIC -o .libs/ccoptionsdlg.o
  1982. depbase=`echo ccoptionsprjdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1983. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ccoptionsprjdlg.lo -MD -MP -MF $depbase.Tpo -c -o ccoptionsprjdlg.lo ccoptionsprjdlg.cpp &&\
  1984. mv -f $depbase.Tpo $depbase.Plo
  1985. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ccoptionsprjdlg.lo -MD -MP -MF .deps/ccoptionsprjdlg.Tpo -c ccoptionsprjdlg.cpp -fPIC -DPIC -o .libs/ccoptionsprjdlg.o
  1986. depbase=`echo cctreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1987. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cctreectrl.lo -MD -MP -MF $depbase.Tpo -c -o cctreectrl.lo cctreectrl.cpp &&\
  1988. mv -f $depbase.Tpo $depbase.Plo
  1989. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT cctreectrl.lo -MD -MP -MF .deps/cctreectrl.Tpo -c cctreectrl.cpp -fPIC -DPIC -o .libs/cctreectrl.o
  1990. depbase=`echo classbrowser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1991. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT classbrowser.lo -MD -MP -MF $depbase.Tpo -c -o classbrowser.lo classbrowser.cpp &&\
  1992. mv -f $depbase.Tpo $depbase.Plo
  1993. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT classbrowser.lo -MD -MP -MF .deps/classbrowser.Tpo -c classbrowser.cpp -fPIC -DPIC -o .libs/classbrowser.o
  1994. depbase=`echo classbrowserbuilderthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1995. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT classbrowserbuilderthread.lo -MD -MP -MF $depbase.Tpo -c -o classbrowserbuilderthread.lo classbrowserbuilderthread.cpp &&\
  1996. mv -f $depbase.Tpo $depbase.Plo
  1997. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT classbrowserbuilderthread.lo -MD -MP -MF .deps/classbrowserbuilderthread.Tpo -c classbrowserbuilderthread.cpp -fPIC -DPIC -o .libs/classbrowserbuilderthread.o
  1998. depbase=`echo codecompletion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1999. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codecompletion.lo -MD -MP -MF $depbase.Tpo -c -o codecompletion.lo codecompletion.cpp &&\
  2000. mv -f $depbase.Tpo $depbase.Plo
  2001. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codecompletion.lo -MD -MP -MF .deps/codecompletion.Tpo -c codecompletion.cpp -fPIC -DPIC -o .libs/codecompletion.o
  2002. depbase=`echo coderefactoring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2003. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT coderefactoring.lo -MD -MP -MF $depbase.Tpo -c -o coderefactoring.lo coderefactoring.cpp &&\
  2004. mv -f $depbase.Tpo $depbase.Plo
  2005. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT coderefactoring.lo -MD -MP -MF .deps/coderefactoring.Tpo -c coderefactoring.cpp -fPIC -DPIC -o .libs/coderefactoring.o
  2006. depbase=`echo doxygen_parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2007. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT doxygen_parser.lo -MD -MP -MF $depbase.Tpo -c -o doxygen_parser.lo doxygen_parser.cpp &&\
  2008. mv -f $depbase.Tpo $depbase.Plo
  2009. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT doxygen_parser.lo -MD -MP -MF .deps/doxygen_parser.Tpo -c doxygen_parser.cpp -fPIC -DPIC -o .libs/doxygen_parser.o
  2010. depbase=`echo insertclassmethoddlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2011. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT insertclassmethoddlg.lo -MD -MP -MF $depbase.Tpo -c -o insertclassmethoddlg.lo insertclassmethoddlg.cpp &&\
  2012. mv -f $depbase.Tpo $depbase.Plo
  2013. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT insertclassmethoddlg.lo -MD -MP -MF .deps/insertclassmethoddlg.Tpo -c insertclassmethoddlg.cpp -fPIC -DPIC -o .libs/insertclassmethoddlg.o
  2014. depbase=`echo nativeparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2015. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT nativeparser.lo -MD -MP -MF $depbase.Tpo -c -o nativeparser.lo nativeparser.cpp &&\
  2016. mv -f $depbase.Tpo $depbase.Plo
  2017. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT nativeparser.lo -MD -MP -MF .deps/nativeparser.Tpo -c nativeparser.cpp -fPIC -DPIC -o .libs/nativeparser.o
  2018. depbase=`echo nativeparser_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2019. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT nativeparser_base.lo -MD -MP -MF $depbase.Tpo -c -o nativeparser_base.lo nativeparser_base.cpp &&\
  2020. mv -f $depbase.Tpo $depbase.Plo
  2021. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT nativeparser_base.lo -MD -MP -MF .deps/nativeparser_base.Tpo -c nativeparser_base.cpp -fPIC -DPIC -o .libs/nativeparser_base.o
  2022. depbase=`echo selectincludefile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2023. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT selectincludefile.lo -MD -MP -MF $depbase.Tpo -c -o selectincludefile.lo selectincludefile.cpp &&\
  2024. mv -f $depbase.Tpo $depbase.Plo
  2025. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT selectincludefile.lo -MD -MP -MF .deps/selectincludefile.Tpo -c selectincludefile.cpp -fPIC -DPIC -o .libs/selectincludefile.o
  2026. depbase=`echo systemheadersthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2027. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT systemheadersthread.lo -MD -MP -MF $depbase.Tpo -c -o systemheadersthread.lo systemheadersthread.cpp &&\
  2028. mv -f $depbase.Tpo $depbase.Plo
  2029. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT systemheadersthread.lo -MD -MP -MF .deps/systemheadersthread.Tpo -c systemheadersthread.cpp -fPIC -DPIC -o .libs/systemheadersthread.o
  2030. depbase=`echo parser/ccdebuginfo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2031. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/ccdebuginfo.lo -MD -MP -MF $depbase.Tpo -c -o parser/ccdebuginfo.lo parser/ccdebuginfo.cpp &&\
  2032. mv -f $depbase.Tpo $depbase.Plo
  2033. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/ccdebuginfo.lo -MD -MP -MF parser/.deps/ccdebuginfo.Tpo -c parser/ccdebuginfo.cpp -fPIC -DPIC -o parser/.libs/ccdebuginfo.o
  2034. depbase=`echo parser/cclogger.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2035. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/cclogger.lo -MD -MP -MF $depbase.Tpo -c -o parser/cclogger.lo parser/cclogger.cpp &&\
  2036. mv -f $depbase.Tpo $depbase.Plo
  2037. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/cclogger.lo -MD -MP -MF parser/.deps/cclogger.Tpo -c parser/cclogger.cpp -fPIC -DPIC -o parser/.libs/cclogger.o
  2038. depbase=`echo parser/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2039. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parser.lo -MD -MP -MF $depbase.Tpo -c -o parser/parser.lo parser/parser.cpp &&\
  2040. mv -f $depbase.Tpo $depbase.Plo
  2041. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parser.lo -MD -MP -MF parser/.deps/parser.Tpo -c parser/parser.cpp -fPIC -DPIC -o parser/.libs/parser.o
  2042. depbase=`echo parser/parser_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2043. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parser_base.lo -MD -MP -MF $depbase.Tpo -c -o parser/parser_base.lo parser/parser_base.cpp &&\
  2044. mv -f $depbase.Tpo $depbase.Plo
  2045. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parser_base.lo -MD -MP -MF parser/.deps/parser_base.Tpo -c parser/parser_base.cpp -fPIC -DPIC -o parser/.libs/parser_base.o
  2046. depbase=`echo parser/parserthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2047. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parserthread.lo -MD -MP -MF $depbase.Tpo -c -o parser/parserthread.lo parser/parserthread.cpp &&\
  2048. mv -f $depbase.Tpo $depbase.Plo
  2049. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parserthread.lo -MD -MP -MF parser/.deps/parserthread.Tpo -c parser/parserthread.cpp -fPIC -DPIC -o parser/.libs/parserthread.o
  2050. depbase=`echo parser/parserthreadedtask.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2051. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parserthreadedtask.lo -MD -MP -MF $depbase.Tpo -c -o parser/parserthreadedtask.lo parser/parserthreadedtask.cpp &&\
  2052. mv -f $depbase.Tpo $depbase.Plo
  2053. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/parserthreadedtask.lo -MD -MP -MF parser/.deps/parserthreadedtask.Tpo -c parser/parserthreadedtask.cpp -fPIC -DPIC -o parser/.libs/parserthreadedtask.o
  2054. depbase=`echo parser/profiletimer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2055. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/profiletimer.lo -MD -MP -MF $depbase.Tpo -c -o parser/profiletimer.lo parser/profiletimer.cpp &&\
  2056. mv -f $depbase.Tpo $depbase.Plo
  2057. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/profiletimer.lo -MD -MP -MF parser/.deps/profiletimer.Tpo -c parser/profiletimer.cpp -fPIC -DPIC -o parser/.libs/profiletimer.o
  2058. depbase=`echo parser/token.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2059. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/token.lo -MD -MP -MF $depbase.Tpo -c -o parser/token.lo parser/token.cpp &&\
  2060. mv -f $depbase.Tpo $depbase.Plo
  2061. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/token.lo -MD -MP -MF parser/.deps/token.Tpo -c parser/token.cpp -fPIC -DPIC -o parser/.libs/token.o
  2062. depbase=`echo parser/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2063. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o parser/tokenizer.lo parser/tokenizer.cpp &&\
  2064. mv -f $depbase.Tpo $depbase.Plo
  2065. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/tokenizer.lo -MD -MP -MF parser/.deps/tokenizer.Tpo -c parser/tokenizer.cpp -fPIC -DPIC -o parser/.libs/tokenizer.o
  2066. depbase=`echo parser/tokentree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2067. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/tokentree.lo -MD -MP -MF $depbase.Tpo -c -o parser/tokentree.lo parser/tokentree.cpp &&\
  2068. mv -f $depbase.Tpo $depbase.Plo
  2069. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/tokentree.lo -MD -MP -MF parser/.deps/tokentree.Tpo -c parser/tokentree.cpp -fPIC -DPIC -o parser/.libs/tokentree.o
  2070. depbase=`echo parser/searchtree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2071. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/searchtree.lo -MD -MP -MF $depbase.Tpo -c -o parser/searchtree.lo parser/searchtree.cpp &&\
  2072. mv -f $depbase.Tpo $depbase.Plo
  2073. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/searchtree.lo -MD -MP -MF parser/.deps/searchtree.Tpo -c parser/searchtree.cpp -fPIC -DPIC -o parser/.libs/searchtree.o
  2074. depbase=`echo parser/expression.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2075. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/expression.lo -MD -MP -MF $depbase.Tpo -c -o parser/expression.lo parser/expression.cpp &&\
  2076. mv -f $depbase.Tpo $depbase.Plo
  2077. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT parser/expression.lo -MD -MP -MF parser/.deps/expression.Tpo -c parser/expression.cpp -fPIC -DPIC -o parser/.libs/expression.o
  2078. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcodecompletion.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ccoptionsdlg.lo ccoptionsprjdlg.lo cctreectrl.lo classbrowser.lo classbrowserbuilderthread.lo codecompletion.lo coderefactoring.lo doxygen_parser.lo insertclassmethoddlg.lo nativeparser.lo nativeparser_base.lo selectincludefile.lo systemheadersthread.lo parser/ccdebuginfo.lo parser/cclogger.lo parser/parser.lo parser/parser_base.lo parser/parserthread.lo parser/parserthreadedtask.lo parser/profiletimer.lo parser/token.lo parser/tokenizer.lo parser/tokentree.lo parser/searchtree.lo parser/expression.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2079. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/ccoptionsdlg.o .libs/ccoptionsprjdlg.o .libs/cctreectrl.o .libs/classbrowser.o .libs/classbrowserbuilderthread.o .libs/codecompletion.o .libs/coderefactoring.o .libs/doxygen_parser.o .libs/insertclassmethoddlg.o .libs/nativeparser.o .libs/nativeparser_base.o .libs/selectincludefile.o .libs/systemheadersthread.o parser/.libs/ccdebuginfo.o parser/.libs/cclogger.o parser/.libs/parser.o parser/.libs/parser_base.o parser/.libs/parserthread.o parser/.libs/parserthreadedtask.o parser/.libs/profiletimer.o parser/.libs/token.o parser/.libs/tokenizer.o parser/.libs/tokentree.o parser/.libs/searchtree.o parser/.libs/expression.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodecompletion.so -o .libs/libcodecompletion.so
  2080. libtool: link: ( cd ".libs" && rm -f "libcodecompletion.la" && ln -s "../libcodecompletion.la" "libcodecompletion.la" )
  2081. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  2082. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  2083. Making all in compilergcc
  2084. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  2085. Making all in depslib
  2086. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  2087. Making all in src
  2088. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib/src'
  2089. depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2090. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo alloc.c &&\
  2091. mv -f $depbase.Tpo $depbase.Plo
  2092. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o
  2093. depbase=`echo cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2094. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT cache.lo -MD -MP -MF $depbase.Tpo -c -o cache.lo cache.c &&\
  2095. mv -f $depbase.Tpo $depbase.Plo
  2096. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -fPIC -DPIC -o .libs/cache.o
  2097. cache.c: In function 'cache_read':
  2098. cache.c:123:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  2099. fgets(buf, sizeof(buf), f);
  2100. ^
  2101. depbase=`echo depslib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2102. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT depslib.lo -MD -MP -MF $depbase.Tpo -c -o depslib.lo depslib.c &&\
  2103. mv -f $depbase.Tpo $depbase.Plo
  2104. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT depslib.lo -MD -MP -MF .deps/depslib.Tpo -c depslib.c -fPIC -DPIC -o .libs/depslib.o
  2105. depbase=`echo filent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2106. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT filent.lo -MD -MP -MF $depbase.Tpo -c -o filent.lo filent.c &&\
  2107. mv -f $depbase.Tpo $depbase.Plo
  2108. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT filent.lo -MD -MP -MF .deps/filent.Tpo -c filent.c -fPIC -DPIC -o .libs/filent.o
  2109. depbase=`echo fileunix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2110. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT fileunix.lo -MD -MP -MF $depbase.Tpo -c -o fileunix.lo fileunix.c &&\
  2111. mv -f $depbase.Tpo $depbase.Plo
  2112. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT fileunix.lo -MD -MP -MF .deps/fileunix.Tpo -c fileunix.c -fPIC -DPIC -o .libs/fileunix.o
  2113. depbase=`echo hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2114. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT hash.lo -MD -MP -MF $depbase.Tpo -c -o hash.lo hash.c &&\
  2115. mv -f $depbase.Tpo $depbase.Plo
  2116. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o .libs/hash.o
  2117. depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2118. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo headers.c &&\
  2119. mv -f $depbase.Tpo $depbase.Plo
  2120. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -fPIC -DPIC -o .libs/headers.o
  2121. depbase=`echo lists.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2122. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT lists.lo -MD -MP -MF $depbase.Tpo -c -o lists.lo lists.c &&\
  2123. mv -f $depbase.Tpo $depbase.Plo
  2124. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT lists.lo -MD -MP -MF .deps/lists.Tpo -c lists.c -fPIC -DPIC -o .libs/lists.o
  2125. depbase=`echo newstr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2126. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT newstr.lo -MD -MP -MF $depbase.Tpo -c -o newstr.lo newstr.c &&\
  2127. mv -f $depbase.Tpo $depbase.Plo
  2128. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT newstr.lo -MD -MP -MF .deps/newstr.Tpo -c newstr.c -fPIC -DPIC -o .libs/newstr.o
  2129. depbase=`echo pathsplit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2130. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT pathsplit.lo -MD -MP -MF $depbase.Tpo -c -o pathsplit.lo pathsplit.c &&\
  2131. mv -f $depbase.Tpo $depbase.Plo
  2132. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT pathsplit.lo -MD -MP -MF .deps/pathsplit.Tpo -c pathsplit.c -fPIC -DPIC -o .libs/pathsplit.o
  2133. depbase=`echo pathunix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2134. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT pathunix.lo -MD -MP -MF $depbase.Tpo -c -o pathunix.lo pathunix.c &&\
  2135. mv -f $depbase.Tpo $depbase.Plo
  2136. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT pathunix.lo -MD -MP -MF .deps/pathunix.Tpo -c pathunix.c -fPIC -DPIC -o .libs/pathunix.o
  2137. depbase=`echo regexp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2138. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT regexp.lo -MD -MP -MF $depbase.Tpo -c -o regexp.lo regexp.c &&\
  2139. mv -f $depbase.Tpo $depbase.Plo
  2140. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c -fPIC -DPIC -o .libs/regexp.o
  2141. depbase=`echo search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2142. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT search.lo -MD -MP -MF $depbase.Tpo -c -o search.lo search.c &&\
  2143. mv -f $depbase.Tpo $depbase.Plo
  2144. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c -fPIC -DPIC -o .libs/search.o
  2145. depbase=`echo timestamp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2146. /bin/bash ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT timestamp.lo -MD -MP -MF $depbase.Tpo -c -o timestamp.lo timestamp.c &&\
  2147. mv -f $depbase.Tpo $depbase.Plo
  2148. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../src/include -ansi -DTIXML_USE_STL -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -MT timestamp.lo -MD -MP -MF .deps/timestamp.Tpo -c timestamp.c -fPIC -DPIC -o .libs/timestamp.o
  2149. /bin/bash ../../../../../libtool --tag=CC --mode=link gcc -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -O2 -ffast-math -DCB_AUTOCONF -g -O2 -Wl,--no-undefined -o libdepslib.la alloc.lo cache.lo depslib.lo filent.lo fileunix.lo hash.lo headers.lo lists.lo newstr.lo pathsplit.lo pathunix.lo regexp.lo search.lo timestamp.lo -lpthread -ldl
  2150. libtool: link: ar cru .libs/libdepslib.a .libs/alloc.o .libs/cache.o .libs/depslib.o .libs/filent.o .libs/fileunix.o .libs/hash.o .libs/headers.o .libs/lists.o .libs/newstr.o .libs/pathsplit.o .libs/pathunix.o .libs/regexp.o .libs/search.o .libs/timestamp.o
  2151. libtool: link: ranlib .libs/libdepslib.a
  2152. libtool: link: ( cd ".libs" && rm -f "libdepslib.la" && ln -s "../libdepslib.la" "libdepslib.la" )
  2153. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib/src'
  2154. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  2155. make[5]: Nothing to be done for `all-am'.
  2156. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  2157. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  2158. Making all in resources
  2159. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources'
  2160. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources/compiler.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null
  2161. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources'
  2162. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  2163. depbase=`echo advancedcompileroptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2164. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT advancedcompileroptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o advancedcompileroptionsdlg.lo advancedcompileroptionsdlg.cpp &&\
  2165. mv -f $depbase.Tpo $depbase.Plo
  2166. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT advancedcompileroptionsdlg.lo -MD -MP -MF .deps/advancedcompileroptionsdlg.Tpo -c advancedcompileroptionsdlg.cpp -fPIC -DPIC -o .libs/advancedcompileroptionsdlg.o
  2167. depbase=`echo compiler_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2168. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compiler_defs.lo -MD -MP -MF $depbase.Tpo -c -o compiler_defs.lo compiler_defs.cpp &&\
  2169. mv -f $depbase.Tpo $depbase.Plo
  2170. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compiler_defs.lo -MD -MP -MF .deps/compiler_defs.Tpo -c compiler_defs.cpp -fPIC -DPIC -o .libs/compiler_defs.o
  2171. depbase=`echo compilerCYGWIN.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2172. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerCYGWIN.lo -MD -MP -MF $depbase.Tpo -c -o compilerCYGWIN.lo compilerCYGWIN.cpp &&\
  2173. mv -f $depbase.Tpo $depbase.Plo
  2174. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerCYGWIN.lo -MD -MP -MF .deps/compilerCYGWIN.Tpo -c compilerCYGWIN.cpp -fPIC -DPIC -o .libs/compilerCYGWIN.o
  2175. depbase=`echo compilererrors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2176. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilererrors.lo -MD -MP -MF $depbase.Tpo -c -o compilererrors.lo compilererrors.cpp &&\
  2177. mv -f $depbase.Tpo $depbase.Plo
  2178. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilererrors.lo -MD -MP -MF .deps/compilererrors.Tpo -c compilererrors.cpp -fPIC -DPIC -o .libs/compilererrors.o
  2179. depbase=`echo compilerflagdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2180. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerflagdlg.lo -MD -MP -MF $depbase.Tpo -c -o compilerflagdlg.lo compilerflagdlg.cpp &&\
  2181. mv -f $depbase.Tpo $depbase.Plo
  2182. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerflagdlg.lo -MD -MP -MF .deps/compilerflagdlg.Tpo -c compilerflagdlg.cpp -fPIC -DPIC -o .libs/compilerflagdlg.o
  2183. depbase=`echo compilergcc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2184. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilergcc.lo -MD -MP -MF $depbase.Tpo -c -o compilergcc.lo compilergcc.cpp &&\
  2185. mv -f $depbase.Tpo $depbase.Plo
  2186. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilergcc.lo -MD -MP -MF .deps/compilergcc.Tpo -c compilergcc.cpp -fPIC -DPIC -o .libs/compilergcc.o
  2187. depbase=`echo compilerGDC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2188. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerGDC.lo -MD -MP -MF $depbase.Tpo -c -o compilerGDC.lo compilerGDC.cpp &&\
  2189. mv -f $depbase.Tpo $depbase.Plo
  2190. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerGDC.lo -MD -MP -MF .deps/compilerGDC.Tpo -c compilerGDC.cpp -fPIC -DPIC -o .libs/compilerGDC.o
  2191. depbase=`echo compilerICC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2192. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerICC.lo -MD -MP -MF $depbase.Tpo -c -o compilerICC.lo compilerICC.cpp &&\
  2193. mv -f $depbase.Tpo $depbase.Plo
  2194. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerICC.lo -MD -MP -MF .deps/compilerICC.Tpo -c compilerICC.cpp -fPIC -DPIC -o .libs/compilerICC.o
  2195. depbase=`echo compilerIAR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2196. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerIAR.lo -MD -MP -MF $depbase.Tpo -c -o compilerIAR.lo compilerIAR.cpp &&\
  2197. mv -f $depbase.Tpo $depbase.Plo
  2198. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerIAR.lo -MD -MP -MF .deps/compilerIAR.Tpo -c compilerIAR.cpp -fPIC -DPIC -o .libs/compilerIAR.o
  2199. depbase=`echo compilerKeilC51.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2200. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerKeilC51.lo -MD -MP -MF $depbase.Tpo -c -o compilerKeilC51.lo compilerKeilC51.cpp &&\
  2201. mv -f $depbase.Tpo $depbase.Plo
  2202. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerKeilC51.lo -MD -MP -MF .deps/compilerKeilC51.Tpo -c compilerKeilC51.cpp -fPIC -DPIC -o .libs/compilerKeilC51.o
  2203. depbase=`echo compilerLCC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2204. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerLCC.lo -MD -MP -MF $depbase.Tpo -c -o compilerLCC.lo compilerLCC.cpp &&\
  2205. mv -f $depbase.Tpo $depbase.Plo
  2206. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerLCC.lo -MD -MP -MF .deps/compilerLCC.Tpo -c compilerLCC.cpp -fPIC -DPIC -o .libs/compilerLCC.o
  2207. depbase=`echo compilermessages.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2208. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilermessages.lo -MD -MP -MF $depbase.Tpo -c -o compilermessages.lo compilermessages.cpp &&\
  2209. mv -f $depbase.Tpo $depbase.Plo
  2210. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilermessages.lo -MD -MP -MF .deps/compilermessages.Tpo -c compilermessages.cpp -fPIC -DPIC -o .libs/compilermessages.o
  2211. depbase=`echo compilerMINGW.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2212. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMINGW.lo -MD -MP -MF $depbase.Tpo -c -o compilerMINGW.lo compilerMINGW.cpp &&\
  2213. mv -f $depbase.Tpo $depbase.Plo
  2214. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMINGW.lo -MD -MP -MF .deps/compilerMINGW.Tpo -c compilerMINGW.cpp -fPIC -DPIC -o .libs/compilerMINGW.o
  2215. depbase=`echo compilerMINGWgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2216. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMINGWgenerator.lo -MD -MP -MF $depbase.Tpo -c -o compilerMINGWgenerator.lo compilerMINGWgenerator.cpp &&\
  2217. mv -f $depbase.Tpo $depbase.Plo
  2218. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMINGWgenerator.lo -MD -MP -MF .deps/compilerMINGWgenerator.Tpo -c compilerMINGWgenerator.cpp -fPIC -DPIC -o .libs/compilerMINGWgenerator.o
  2219. depbase=`echo compilerMSVC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2220. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMSVC.lo -MD -MP -MF $depbase.Tpo -c -o compilerMSVC.lo compilerMSVC.cpp &&\
  2221. mv -f $depbase.Tpo $depbase.Plo
  2222. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMSVC.lo -MD -MP -MF .deps/compilerMSVC.Tpo -c compilerMSVC.cpp -fPIC -DPIC -o .libs/compilerMSVC.o
  2223. depbase=`echo compilerMSVC8.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2224. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMSVC8.lo -MD -MP -MF $depbase.Tpo -c -o compilerMSVC8.lo compilerMSVC8.cpp &&\
  2225. mv -f $depbase.Tpo $depbase.Plo
  2226. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMSVC8.lo -MD -MP -MF .deps/compilerMSVC8.Tpo -c compilerMSVC8.cpp -fPIC -DPIC -o .libs/compilerMSVC8.o
  2227. depbase=`echo compilerMSVC10.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2228. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMSVC10.lo -MD -MP -MF $depbase.Tpo -c -o compilerMSVC10.lo compilerMSVC10.cpp &&\
  2229. mv -f $depbase.Tpo $depbase.Plo
  2230. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerMSVC10.lo -MD -MP -MF .deps/compilerMSVC10.Tpo -c compilerMSVC10.cpp -fPIC -DPIC -o .libs/compilerMSVC10.o
  2231. depbase=`echo compileroptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2232. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compileroptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o compileroptionsdlg.lo compileroptionsdlg.cpp &&\
  2233. mv -f $depbase.Tpo $depbase.Plo
  2234. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compileroptionsdlg.lo -MD -MP -MF .deps/compileroptionsdlg.Tpo -c compileroptionsdlg.cpp -fPIC -DPIC -o .libs/compileroptionsdlg.o
  2235. depbase=`echo compilerOW.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2236. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerOW.lo -MD -MP -MF $depbase.Tpo -c -o compilerOW.lo compilerOW.cpp &&\
  2237. mv -f $depbase.Tpo $depbase.Plo
  2238. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerOW.lo -MD -MP -MF .deps/compilerOW.Tpo -c compilerOW.cpp -fPIC -DPIC -o .libs/compilerOW.o
  2239. depbase=`echo compilerOWgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2240. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerOWgenerator.lo -MD -MP -MF $depbase.Tpo -c -o compilerOWgenerator.lo compilerOWgenerator.cpp &&\
  2241. mv -f $depbase.Tpo $depbase.Plo
  2242. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerOWgenerator.lo -MD -MP -MF .deps/compilerOWgenerator.Tpo -c compilerOWgenerator.cpp -fPIC -DPIC -o .libs/compilerOWgenerator.o
  2243. depbase=`echo compilerG95.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2244. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerG95.lo -MD -MP -MF $depbase.Tpo -c -o compilerG95.lo compilerG95.cpp &&\
  2245. mv -f $depbase.Tpo $depbase.Plo
  2246. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerG95.lo -MD -MP -MF .deps/compilerG95.Tpo -c compilerG95.cpp -fPIC -DPIC -o .libs/compilerG95.o
  2247. depbase=`echo compilerGNUARM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2248. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerGNUARM.lo -MD -MP -MF $depbase.Tpo -c -o compilerGNUARM.lo compilerGNUARM.cpp &&\
  2249. mv -f $depbase.Tpo $depbase.Plo
  2250. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerGNUARM.lo -MD -MP -MF .deps/compilerGNUARM.Tpo -c compilerGNUARM.cpp -fPIC -DPIC -o .libs/compilerGNUARM.o
  2251. depbase=`echo compilerGNUFortran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2252. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerGNUFortran.lo -MD -MP -MF $depbase.Tpo -c -o compilerGNUFortran.lo compilerGNUFortran.cpp &&\
  2253. mv -f $depbase.Tpo $depbase.Plo
  2254. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerGNUFortran.lo -MD -MP -MF .deps/compilerGNUFortran.Tpo -c compilerGNUFortran.cpp -fPIC -DPIC -o .libs/compilerGNUFortran.o
  2255. depbase=`echo compilerXML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2256. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerXML.lo -MD -MP -MF $depbase.Tpo -c -o compilerXML.lo compilerXML.cpp &&\
  2257. mv -f $depbase.Tpo $depbase.Plo
  2258. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT compilerXML.lo -MD -MP -MF .deps/compilerXML.Tpo -c compilerXML.cpp -fPIC -DPIC -o .libs/compilerXML.o
  2259. depbase=`echo directcommands.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2260. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT directcommands.lo -MD -MP -MF $depbase.Tpo -c -o directcommands.lo directcommands.cpp &&\
  2261. mv -f $depbase.Tpo $depbase.Plo
  2262. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -ansi -DTIXML_USE_STL -DDEPSLIB_UNIX -std=c++11 -MT directcommands.lo -MD -MP -MF .deps/directcommands.Tpo -c directcommands.cpp -fPIC -DPIC -o .libs/directcommands.o
  2263. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -DDEPSLIB_UNIX -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcompiler.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins advancedcompileroptionsdlg.lo compiler_defs.lo compilerCYGWIN.lo compilererrors.lo compilerflagdlg.lo compilergcc.lo compilerGDC.lo compilerICC.lo compilerIAR.lo compilerKeilC51.lo compilerLCC.lo compilermessages.lo compilerMINGW.lo compilerMINGWgenerator.lo compilerMSVC.lo compilerMSVC8.lo compilerMSVC10.lo compileroptionsdlg.lo compilerOW.lo compilerOWgenerator.lo compilerG95.lo compilerGNUARM.lo compilerGNUFortran.lo compilerXML.lo directcommands.lo ../../sdk/libcodeblocks.la depslib/src/libdepslib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2264. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/advancedcompileroptionsdlg.o .libs/compiler_defs.o .libs/compilerCYGWIN.o .libs/compilererrors.o .libs/compilerflagdlg.o .libs/compilergcc.o .libs/compilerGDC.o .libs/compilerICC.o .libs/compilerIAR.o .libs/compilerKeilC51.o .libs/compilerLCC.o .libs/compilermessages.o .libs/compilerMINGW.o .libs/compilerMINGWgenerator.o .libs/compilerMSVC.o .libs/compilerMSVC8.o .libs/compilerMSVC10.o .libs/compileroptionsdlg.o .libs/compilerOW.o .libs/compilerOWgenerator.o .libs/compilerG95.o .libs/compilerGNUARM.o .libs/compilerGNUFortran.o .libs/compilerXML.o .libs/directcommands.o -Wl,--whole-archive depslib/src/.libs/libdepslib.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcompiler.so -o .libs/libcompiler.so
  2265. libtool: link: ( cd ".libs" && rm -f "libcompiler.la" && ln -s "../libcompiler.la" "libcompiler.la" )
  2266. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  2267. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  2268. Making all in debuggergdb
  2269. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  2270. Making all in resources
  2271. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources'
  2272. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources/debugger.zip manifest.xml *.xrc > /dev/null
  2273. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources'
  2274. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  2275. depbase=`echo cdb_driver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2276. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT cdb_driver.lo -MD -MP -MF $depbase.Tpo -c -o cdb_driver.lo cdb_driver.cpp &&\
  2277. mv -f $depbase.Tpo $depbase.Plo
  2278. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT cdb_driver.lo -MD -MP -MF .deps/cdb_driver.Tpo -c cdb_driver.cpp -fPIC -DPIC -o .libs/cdb_driver.o
  2279. depbase=`echo databreakpointdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2280. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT databreakpointdlg.lo -MD -MP -MF $depbase.Tpo -c -o databreakpointdlg.lo databreakpointdlg.cpp &&\
  2281. mv -f $depbase.Tpo $depbase.Plo
  2282. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT databreakpointdlg.lo -MD -MP -MF .deps/databreakpointdlg.Tpo -c databreakpointdlg.cpp -fPIC -DPIC -o .libs/databreakpointdlg.o
  2283. depbase=`echo debugger_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2284. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debugger_defs.lo -MD -MP -MF $depbase.Tpo -c -o debugger_defs.lo debugger_defs.cpp &&\
  2285. mv -f $depbase.Tpo $depbase.Plo
  2286. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debugger_defs.lo -MD -MP -MF .deps/debugger_defs.Tpo -c debugger_defs.cpp -fPIC -DPIC -o .libs/debugger_defs.o
  2287. depbase=`echo debuggerdriver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2288. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggerdriver.lo -MD -MP -MF $depbase.Tpo -c -o debuggerdriver.lo debuggerdriver.cpp &&\
  2289. mv -f $depbase.Tpo $depbase.Plo
  2290. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggerdriver.lo -MD -MP -MF .deps/debuggerdriver.Tpo -c debuggerdriver.cpp -fPIC -DPIC -o .libs/debuggerdriver.o
  2291. depbase=`echo debuggergdb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2292. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggergdb.lo -MD -MP -MF $depbase.Tpo -c -o debuggergdb.lo debuggergdb.cpp &&\
  2293. mv -f $depbase.Tpo $depbase.Plo
  2294. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggergdb.lo -MD -MP -MF .deps/debuggergdb.Tpo -c debuggergdb.cpp -fPIC -DPIC -o .libs/debuggergdb.o
  2295. depbase=`echo debuggeroptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2296. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggeroptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o debuggeroptionsdlg.lo debuggeroptionsdlg.cpp &&\
  2297. mv -f $depbase.Tpo $depbase.Plo
  2298. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggeroptionsdlg.lo -MD -MP -MF .deps/debuggeroptionsdlg.Tpo -c debuggeroptionsdlg.cpp -fPIC -DPIC -o .libs/debuggeroptionsdlg.o
  2299. depbase=`echo debuggeroptionsprjdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2300. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggeroptionsprjdlg.lo -MD -MP -MF $depbase.Tpo -c -o debuggeroptionsprjdlg.lo debuggeroptionsprjdlg.cpp &&\
  2301. mv -f $depbase.Tpo $depbase.Plo
  2302. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggeroptionsprjdlg.lo -MD -MP -MF .deps/debuggeroptionsprjdlg.Tpo -c debuggeroptionsprjdlg.cpp -fPIC -DPIC -o .libs/debuggeroptionsprjdlg.o
  2303. depbase=`echo debuggerstate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2304. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggerstate.lo -MD -MP -MF $depbase.Tpo -c -o debuggerstate.lo debuggerstate.cpp &&\
  2305. mv -f $depbase.Tpo $depbase.Plo
  2306. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT debuggerstate.lo -MD -MP -MF .deps/debuggerstate.Tpo -c debuggerstate.cpp -fPIC -DPIC -o .libs/debuggerstate.o
  2307. depbase=`echo editbreakpointdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2308. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT editbreakpointdlg.lo -MD -MP -MF $depbase.Tpo -c -o editbreakpointdlg.lo editbreakpointdlg.cpp &&\
  2309. mv -f $depbase.Tpo $depbase.Plo
  2310. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT editbreakpointdlg.lo -MD -MP -MF .deps/editbreakpointdlg.Tpo -c editbreakpointdlg.cpp -fPIC -DPIC -o .libs/editbreakpointdlg.o
  2311. depbase=`echo editwatchdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2312. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT editwatchdlg.lo -MD -MP -MF $depbase.Tpo -c -o editwatchdlg.lo editwatchdlg.cpp &&\
  2313. mv -f $depbase.Tpo $depbase.Plo
  2314. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT editwatchdlg.lo -MD -MP -MF .deps/editwatchdlg.Tpo -c editwatchdlg.cpp -fPIC -DPIC -o .libs/editwatchdlg.o
  2315. depbase=`echo gdb_driver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2316. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT gdb_driver.lo -MD -MP -MF $depbase.Tpo -c -o gdb_driver.lo gdb_driver.cpp &&\
  2317. mv -f $depbase.Tpo $depbase.Plo
  2318. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT gdb_driver.lo -MD -MP -MF .deps/gdb_driver.Tpo -c gdb_driver.cpp -fPIC -DPIC -o .libs/gdb_driver.o
  2319. depbase=`echo parsewatchvalue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2320. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT parsewatchvalue.lo -MD -MP -MF $depbase.Tpo -c -o parsewatchvalue.lo parsewatchvalue.cpp &&\
  2321. mv -f $depbase.Tpo $depbase.Plo
  2322. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT parsewatchvalue.lo -MD -MP -MF .deps/parsewatchvalue.Tpo -c parsewatchvalue.cpp -fPIC -DPIC -o .libs/parsewatchvalue.o
  2323. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libdebugger.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins cdb_driver.lo databreakpointdlg.lo debugger_defs.lo debuggerdriver.lo debuggergdb.lo debuggeroptionsdlg.lo debuggeroptionsprjdlg.lo debuggerstate.lo editbreakpointdlg.lo editwatchdlg.lo gdb_driver.lo parsewatchvalue.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl
  2324. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/cdb_driver.o .libs/databreakpointdlg.o .libs/debugger_defs.o .libs/debuggerdriver.o .libs/debuggergdb.o .libs/debuggeroptionsdlg.o .libs/debuggeroptionsprjdlg.o .libs/debuggerstate.o .libs/editbreakpointdlg.o .libs/editwatchdlg.o .libs/gdb_driver.o .libs/parsewatchvalue.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libdebugger.so -o .libs/libdebugger.so
  2325. libtool: link: ( cd ".libs" && rm -f "libdebugger.la" && ln -s "../libdebugger.la" "libdebugger.la" )
  2326. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  2327. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  2328. Making all in defaultmimehandler
  2329. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  2330. Making all in resources
  2331. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources'
  2332. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources/defaultmimehandler.zip manifest.xml *.xrc > /dev/null
  2333. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources'
  2334. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  2335. depbase=`echo defaultmimehandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2336. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT defaultmimehandler.lo -MD -MP -MF $depbase.Tpo -c -o defaultmimehandler.lo defaultmimehandler.cpp &&\
  2337. mv -f $depbase.Tpo $depbase.Plo
  2338. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT defaultmimehandler.lo -MD -MP -MF .deps/defaultmimehandler.Tpo -c defaultmimehandler.cpp -fPIC -DPIC -o .libs/defaultmimehandler.o
  2339. depbase=`echo editmimetypesdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2340. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT editmimetypesdlg.lo -MD -MP -MF $depbase.Tpo -c -o editmimetypesdlg.lo editmimetypesdlg.cpp &&\
  2341. mv -f $depbase.Tpo $depbase.Plo
  2342. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT editmimetypesdlg.lo -MD -MP -MF .deps/editmimetypesdlg.Tpo -c editmimetypesdlg.cpp -fPIC -DPIC -o .libs/editmimetypesdlg.o
  2343. depbase=`echo EmbeddedHtmlPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2344. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EmbeddedHtmlPanel.lo -MD -MP -MF $depbase.Tpo -c -o EmbeddedHtmlPanel.lo EmbeddedHtmlPanel.cpp &&\
  2345. mv -f $depbase.Tpo $depbase.Plo
  2346. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EmbeddedHtmlPanel.lo -MD -MP -MF .deps/EmbeddedHtmlPanel.Tpo -c EmbeddedHtmlPanel.cpp -fPIC -DPIC -o .libs/EmbeddedHtmlPanel.o
  2347. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libdefaultmimehandler.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins defaultmimehandler.lo editmimetypesdlg.lo EmbeddedHtmlPanel.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2348. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/defaultmimehandler.o .libs/editmimetypesdlg.o .libs/EmbeddedHtmlPanel.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libdefaultmimehandler.so -o .libs/libdefaultmimehandler.so
  2349. libtool: link: ( cd ".libs" && rm -f "libdefaultmimehandler.la" && ln -s "../libdefaultmimehandler.la" "libdefaultmimehandler.la" )
  2350. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  2351. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  2352. Making all in scriptedwizard
  2353. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  2354. Making all in resources
  2355. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  2356. Making all in arm
  2357. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/arm'
  2358. make[5]: Nothing to be done for `all'.
  2359. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/arm'
  2360. Making all in avr
  2361. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/avr'
  2362. make[5]: Nothing to be done for `all'.
  2363. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/avr'
  2364. Making all in c_file
  2365. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/c_file'
  2366. make[5]: Nothing to be done for `all'.
  2367. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/c_file'
  2368. Making all in console
  2369. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/console'
  2370. make[5]: Nothing to be done for `all'.
  2371. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/console'
  2372. Making all in d
  2373. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/d'
  2374. make[5]: Nothing to be done for `all'.
  2375. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/d'
  2376. Making all in directx
  2377. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/directx'
  2378. make[5]: Nothing to be done for `all'.
  2379. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/directx'
  2380. Making all in dll
  2381. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/dll'
  2382. make[5]: Nothing to be done for `all'.
  2383. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/dll'
  2384. Making all in empty
  2385. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty'
  2386. make[5]: Nothing to be done for `all'.
  2387. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty'
  2388. Making all in empty_file
  2389. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty_file'
  2390. make[5]: Nothing to be done for `all'.
  2391. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty_file'
  2392. Making all in fltk
  2393. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fltk'
  2394. make[5]: Nothing to be done for `all'.
  2395. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fltk'
  2396. Making all in fortran
  2397. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fortran'
  2398. make[5]: Nothing to be done for `all'.
  2399. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fortran'
  2400. Making all in glfw
  2401. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glfw'
  2402. make[5]: Nothing to be done for `all'.
  2403. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glfw'
  2404. Making all in glut
  2405. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glut'
  2406. make[5]: Nothing to be done for `all'.
  2407. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glut'
  2408. Making all in gtk
  2409. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/gtk'
  2410. make[5]: Nothing to be done for `all'.
  2411. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/gtk'
  2412. Making all in h_file
  2413. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/h_file'
  2414. make[5]: Nothing to be done for `all'.
  2415. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/h_file'
  2416. Making all in irrlicht
  2417. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/irrlicht'
  2418. make[5]: Nothing to be done for `all'.
  2419. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/irrlicht'
  2420. Making all in lf
  2421. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/lf'
  2422. make[5]: Nothing to be done for `all'.
  2423. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/lf'
  2424. Making all in mcs51
  2425. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/mcs51'
  2426. make[5]: Nothing to be done for `all'.
  2427. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/mcs51'
  2428. Making all in matlab_csf
  2429. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  2430. Making all in files
  2431. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/files'
  2432. make[6]: Nothing to be done for `all'.
  2433. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/files'
  2434. Making all in lccstub
  2435. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/lccstub'
  2436. make[6]: Nothing to be done for `all'.
  2437. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/lccstub'
  2438. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  2439. make[6]: Nothing to be done for `all-am'.
  2440. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  2441. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  2442. Making all in ogre
  2443. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  2444. Making all in files
  2445. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre/files'
  2446. make[6]: Nothing to be done for `all'.
  2447. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre/files'
  2448. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  2449. make[6]: Nothing to be done for `all-am'.
  2450. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  2451. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  2452. Making all in opencv
  2453. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opencv'
  2454. make[5]: Nothing to be done for `all'.
  2455. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opencv'
  2456. Making all in opengl
  2457. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  2458. Making all in files_unix
  2459. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_unix'
  2460. make[6]: Nothing to be done for `all'.
  2461. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_unix'
  2462. Making all in files_win
  2463. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_win'
  2464. make[6]: Nothing to be done for `all'.
  2465. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_win'
  2466. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  2467. make[6]: Nothing to be done for `all-am'.
  2468. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  2469. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  2470. Making all in plugins
  2471. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  2472. Making all in templates
  2473. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins/templates'
  2474. make[6]: Nothing to be done for `all'.
  2475. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins/templates'
  2476. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  2477. make[6]: Nothing to be done for `all-am'.
  2478. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  2479. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  2480. Making all in ppc
  2481. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ppc'
  2482. make[5]: Nothing to be done for `all'.
  2483. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ppc'
  2484. Making all in qt4
  2485. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  2486. Making all in files
  2487. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4/files'
  2488. make[6]: Nothing to be done for `all'.
  2489. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4/files'
  2490. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  2491. make[6]: Nothing to be done for `all-am'.
  2492. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  2493. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  2494. Making all in sdl
  2495. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  2496. Making all in files
  2497. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl/files'
  2498. make[6]: Nothing to be done for `all'.
  2499. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl/files'
  2500. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  2501. make[6]: Nothing to be done for `all-am'.
  2502. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  2503. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  2504. Making all in sfml
  2505. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sfml'
  2506. make[5]: Nothing to be done for `all'.
  2507. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sfml'
  2508. Making all in smartwin
  2509. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  2510. Making all in files
  2511. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin/files'
  2512. make[6]: Nothing to be done for `all'.
  2513. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin/files'
  2514. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  2515. make[6]: Nothing to be done for `all-am'.
  2516. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  2517. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  2518. Making all in staticlib
  2519. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  2520. Making all in files
  2521. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib/files'
  2522. make[6]: Nothing to be done for `all'.
  2523. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib/files'
  2524. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  2525. make[6]: Nothing to be done for `all-am'.
  2526. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  2527. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  2528. Making all in stlport
  2529. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  2530. Making all in files
  2531. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport/files'
  2532. make[6]: Nothing to be done for `all'.
  2533. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport/files'
  2534. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  2535. make[6]: Nothing to be done for `all-am'.
  2536. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  2537. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  2538. Making all in sharedlib
  2539. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  2540. Making all in c
  2541. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/c'
  2542. make[6]: Nothing to be done for `all'.
  2543. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/c'
  2544. Making all in cpp
  2545. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/cpp'
  2546. make[6]: Nothing to be done for `all'.
  2547. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/cpp'
  2548. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  2549. make[6]: Nothing to be done for `all-am'.
  2550. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  2551. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  2552. Making all in sys
  2553. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sys'
  2554. make[5]: Nothing to be done for `all'.
  2555. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sys'
  2556. Making all in tricore
  2557. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/tricore'
  2558. make[5]: Nothing to be done for `all'.
  2559. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/tricore'
  2560. Making all in win32gui
  2561. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/win32gui'
  2562. make[5]: Nothing to be done for `all'.
  2563. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/win32gui'
  2564. Making all in wxwidgets
  2565. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/wxwidgets'
  2566. make[5]: Nothing to be done for `all'.
  2567. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/wxwidgets'
  2568. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  2569. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/scriptedwizard.zip manifest.xml > /dev/null
  2570. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  2571. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  2572. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  2573. depbase=`echo buildtargetpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2574. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT buildtargetpanel.lo -MD -MP -MF $depbase.Tpo -c -o buildtargetpanel.lo buildtargetpanel.cpp &&\
  2575. mv -f $depbase.Tpo $depbase.Plo
  2576. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT buildtargetpanel.lo -MD -MP -MF .deps/buildtargetpanel.Tpo -c buildtargetpanel.cpp -fPIC -DPIC -o .libs/buildtargetpanel.o
  2577. depbase=`echo compilerpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2578. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT compilerpanel.lo -MD -MP -MF $depbase.Tpo -c -o compilerpanel.lo compilerpanel.cpp &&\
  2579. mv -f $depbase.Tpo $depbase.Plo
  2580. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT compilerpanel.lo -MD -MP -MF .deps/compilerpanel.Tpo -c compilerpanel.cpp -fPIC -DPIC -o .libs/compilerpanel.o
  2581. depbase=`echo filepathpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2582. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT filepathpanel.lo -MD -MP -MF $depbase.Tpo -c -o filepathpanel.lo filepathpanel.cpp &&\
  2583. mv -f $depbase.Tpo $depbase.Plo
  2584. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT filepathpanel.lo -MD -MP -MF .deps/filepathpanel.Tpo -c filepathpanel.cpp -fPIC -DPIC -o .libs/filepathpanel.o
  2585. depbase=`echo genericselectpath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2586. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT genericselectpath.lo -MD -MP -MF $depbase.Tpo -c -o genericselectpath.lo genericselectpath.cpp &&\
  2587. mv -f $depbase.Tpo $depbase.Plo
  2588. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT genericselectpath.lo -MD -MP -MF .deps/genericselectpath.Tpo -c genericselectpath.cpp -fPIC -DPIC -o .libs/genericselectpath.o
  2589. depbase=`echo infopanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2590. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT infopanel.lo -MD -MP -MF $depbase.Tpo -c -o infopanel.lo infopanel.cpp &&\
  2591. mv -f $depbase.Tpo $depbase.Plo
  2592. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT infopanel.lo -MD -MP -MF .deps/infopanel.Tpo -c infopanel.cpp -fPIC -DPIC -o .libs/infopanel.o
  2593. depbase=`echo genericsinglechoicelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2594. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT genericsinglechoicelist.lo -MD -MP -MF $depbase.Tpo -c -o genericsinglechoicelist.lo genericsinglechoicelist.cpp &&\
  2595. mv -f $depbase.Tpo $depbase.Plo
  2596. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT genericsinglechoicelist.lo -MD -MP -MF .deps/genericsinglechoicelist.Tpo -c genericsinglechoicelist.cpp -fPIC -DPIC -o .libs/genericsinglechoicelist.o
  2597. depbase=`echo projectpathpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2598. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT projectpathpanel.lo -MD -MP -MF $depbase.Tpo -c -o projectpathpanel.lo projectpathpanel.cpp &&\
  2599. mv -f $depbase.Tpo $depbase.Plo
  2600. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT projectpathpanel.lo -MD -MP -MF .deps/projectpathpanel.Tpo -c projectpathpanel.cpp -fPIC -DPIC -o .libs/projectpathpanel.o
  2601. depbase=`echo wiz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2602. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT wiz.lo -MD -MP -MF $depbase.Tpo -c -o wiz.lo wiz.cpp &&\
  2603. mv -f $depbase.Tpo $depbase.Plo
  2604. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT wiz.lo -MD -MP -MF .deps/wiz.Tpo -c wiz.cpp -fPIC -DPIC -o .libs/wiz.o
  2605. depbase=`echo wizpage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2606. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT wizpage.lo -MD -MP -MF $depbase.Tpo -c -o wizpage.lo wizpage.cpp &&\
  2607. mv -f $depbase.Tpo $depbase.Plo
  2608. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT wizpage.lo -MD -MP -MF .deps/wizpage.Tpo -c wizpage.cpp -fPIC -DPIC -o .libs/wizpage.o
  2609. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libscriptedwizard.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins buildtargetpanel.lo compilerpanel.lo filepathpanel.lo genericselectpath.lo infopanel.lo genericsinglechoicelist.lo projectpathpanel.lo wiz.lo wizpage.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2610. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/buildtargetpanel.o .libs/compilerpanel.o .libs/filepathpanel.o .libs/genericselectpath.o .libs/infopanel.o .libs/genericsinglechoicelist.o .libs/projectpathpanel.o .libs/wiz.o .libs/wizpage.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libscriptedwizard.so -o .libs/libscriptedwizard.so
  2611. libtool: link: ( cd ".libs" && rm -f "libscriptedwizard.la" && ln -s "../libscriptedwizard.la" "libscriptedwizard.la" )
  2612. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  2613. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  2614. Making all in projectsimporter
  2615. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  2616. Making all in resources
  2617. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources'
  2618. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources/projectsimporter.zip manifest.xml *.xrc > /dev/null
  2619. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources'
  2620. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  2621. depbase=`echo projectsimporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2622. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectsimporter.lo -MD -MP -MF $depbase.Tpo -c -o projectsimporter.lo projectsimporter.cpp &&\
  2623. mv -f $depbase.Tpo $depbase.Plo
  2624. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectsimporter.lo -MD -MP -MF .deps/projectsimporter.Tpo -c projectsimporter.cpp -fPIC -DPIC -o .libs/projectsimporter.o
  2625. depbase=`echo devcpploader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2626. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT devcpploader.lo -MD -MP -MF $depbase.Tpo -c -o devcpploader.lo devcpploader.cpp &&\
  2627. mv -f $depbase.Tpo $depbase.Plo
  2628. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT devcpploader.lo -MD -MP -MF .deps/devcpploader.Tpo -c devcpploader.cpp -fPIC -DPIC -o .libs/devcpploader.o
  2629. depbase=`echo msvc10loader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2630. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvc10loader.lo -MD -MP -MF $depbase.Tpo -c -o msvc10loader.lo msvc10loader.cpp &&\
  2631. mv -f $depbase.Tpo $depbase.Plo
  2632. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvc10loader.lo -MD -MP -MF .deps/msvc10loader.Tpo -c msvc10loader.cpp -fPIC -DPIC -o .libs/msvc10loader.o
  2633. depbase=`echo msvc7loader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2634. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvc7loader.lo -MD -MP -MF $depbase.Tpo -c -o msvc7loader.lo msvc7loader.cpp &&\
  2635. mv -f $depbase.Tpo $depbase.Plo
  2636. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvc7loader.lo -MD -MP -MF .deps/msvc7loader.Tpo -c msvc7loader.cpp -fPIC -DPIC -o .libs/msvc7loader.o
  2637. depbase=`echo msvc7workspaceloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2638. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvc7workspaceloader.lo -MD -MP -MF $depbase.Tpo -c -o msvc7workspaceloader.lo msvc7workspaceloader.cpp &&\
  2639. mv -f $depbase.Tpo $depbase.Plo
  2640. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvc7workspaceloader.lo -MD -MP -MF .deps/msvc7workspaceloader.Tpo -c msvc7workspaceloader.cpp -fPIC -DPIC -o .libs/msvc7workspaceloader.o
  2641. depbase=`echo msvcloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2642. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvcloader.lo -MD -MP -MF $depbase.Tpo -c -o msvcloader.lo msvcloader.cpp &&\
  2643. mv -f $depbase.Tpo $depbase.Plo
  2644. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvcloader.lo -MD -MP -MF .deps/msvcloader.Tpo -c msvcloader.cpp -fPIC -DPIC -o .libs/msvcloader.o
  2645. depbase=`echo msvcworkspacebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2646. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvcworkspacebase.lo -MD -MP -MF $depbase.Tpo -c -o msvcworkspacebase.lo msvcworkspacebase.cpp &&\
  2647. mv -f $depbase.Tpo $depbase.Plo
  2648. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvcworkspacebase.lo -MD -MP -MF .deps/msvcworkspacebase.Tpo -c msvcworkspacebase.cpp -fPIC -DPIC -o .libs/msvcworkspacebase.o
  2649. depbase=`echo msvcworkspaceloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2650. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvcworkspaceloader.lo -MD -MP -MF $depbase.Tpo -c -o msvcworkspaceloader.lo msvcworkspaceloader.cpp &&\
  2651. mv -f $depbase.Tpo $depbase.Plo
  2652. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT msvcworkspaceloader.lo -MD -MP -MF .deps/msvcworkspaceloader.Tpo -c msvcworkspaceloader.cpp -fPIC -DPIC -o .libs/msvcworkspaceloader.o
  2653. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libprojectsimporter.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins projectsimporter.lo devcpploader.lo msvc10loader.lo msvc7loader.lo msvc7workspaceloader.lo msvcloader.lo msvcworkspacebase.lo msvcworkspaceloader.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2654. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/projectsimporter.o .libs/devcpploader.o .libs/msvc10loader.o .libs/msvc7loader.o .libs/msvc7workspaceloader.o .libs/msvcloader.o .libs/msvcworkspacebase.o .libs/msvcworkspaceloader.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libprojectsimporter.so -o .libs/libprojectsimporter.so
  2655. libtool: link: ( cd ".libs" && rm -f "libprojectsimporter.la" && ln -s "../libprojectsimporter.la" "libprojectsimporter.la" )
  2656. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  2657. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  2658. Making all in openfileslist
  2659. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/openfileslist'
  2660. depbase=`echo openfileslistplugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2661. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT openfileslistplugin.lo -MD -MP -MF $depbase.Tpo -c -o openfileslistplugin.lo openfileslistplugin.cpp &&\
  2662. mv -f $depbase.Tpo $depbase.Plo
  2663. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT openfileslistplugin.lo -MD -MP -MF .deps/openfileslistplugin.Tpo -c openfileslistplugin.cpp -fPIC -DPIC -o .libs/openfileslistplugin.o
  2664. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libopenfileslist.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins openfileslistplugin.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2665. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/openfileslistplugin.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libopenfileslist.so -o .libs/libopenfileslist.so
  2666. libtool: link: ( cd ".libs" && rm -f "libopenfileslist.la" && ln -s "../libopenfileslist.la" "libopenfileslist.la" )
  2667. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/openfileslist/openfileslist.zip manifest.xml > /dev/null
  2668. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/openfileslist'
  2669. Making all in occurrenceshighlighting
  2670. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  2671. Making all in resources
  2672. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources'
  2673. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources/occurrenceshighlighting.zip manifest.xml *.xrc > /dev/null
  2674. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources'
  2675. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  2676. depbase=`echo occurrenceshighlighting.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2677. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT occurrenceshighlighting.lo -MD -MP -MF $depbase.Tpo -c -o occurrenceshighlighting.lo occurrenceshighlighting.cpp &&\
  2678. mv -f $depbase.Tpo $depbase.Plo
  2679. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT occurrenceshighlighting.lo -MD -MP -MF .deps/occurrenceshighlighting.Tpo -c occurrenceshighlighting.cpp -fPIC -DPIC -o .libs/occurrenceshighlighting.o
  2680. depbase=`echo occurrencespanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2681. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT occurrencespanel.lo -MD -MP -MF $depbase.Tpo -c -o occurrencespanel.lo occurrencespanel.cpp &&\
  2682. mv -f $depbase.Tpo $depbase.Plo
  2683. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT occurrencespanel.lo -MD -MP -MF .deps/occurrencespanel.Tpo -c occurrencespanel.cpp -fPIC -DPIC -o .libs/occurrencespanel.o
  2684. depbase=`echo occurrenceshighlightingconfigurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2685. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT occurrenceshighlightingconfigurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o occurrenceshighlightingconfigurationpanel.lo occurrenceshighlightingconfigurationpanel.cpp &&\
  2686. mv -f $depbase.Tpo $depbase.Plo
  2687. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT occurrenceshighlightingconfigurationpanel.lo -MD -MP -MF .deps/occurrenceshighlightingconfigurationpanel.Tpo -c occurrenceshighlightingconfigurationpanel.cpp -fPIC -DPIC -o .libs/occurrenceshighlightingconfigurationpanel.o
  2688. depbase=`echo highlighter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2689. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT highlighter.lo -MD -MP -MF $depbase.Tpo -c -o highlighter.lo highlighter.cpp &&\
  2690. mv -f $depbase.Tpo $depbase.Plo
  2691. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT highlighter.lo -MD -MP -MF .deps/highlighter.Tpo -c highlighter.cpp -fPIC -DPIC -o .libs/highlighter.o
  2692. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o liboccurrenceshighlighting.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins occurrenceshighlighting.lo occurrencespanel.lo occurrenceshighlightingconfigurationpanel.lo highlighter.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2693. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/occurrenceshighlighting.o .libs/occurrencespanel.o .libs/occurrenceshighlightingconfigurationpanel.o .libs/highlighter.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,liboccurrenceshighlighting.so -o .libs/liboccurrenceshighlighting.so
  2694. libtool: link: ( cd ".libs" && rm -f "liboccurrenceshighlighting.la" && ln -s "../liboccurrenceshighlighting.la" "liboccurrenceshighlighting.la" )
  2695. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  2696. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  2697. Making all in todo
  2698. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  2699. Making all in resources
  2700. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo/resources'
  2701. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/todo/resources/todo.zip manifest.xml *.xrc > /dev/null
  2702. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo/resources'
  2703. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  2704. depbase=`echo addtododlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2705. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT addtododlg.lo -MD -MP -MF $depbase.Tpo -c -o addtododlg.lo addtododlg.cpp &&\
  2706. mv -f $depbase.Tpo $depbase.Plo
  2707. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT addtododlg.lo -MD -MP -MF .deps/addtododlg.Tpo -c addtododlg.cpp -fPIC -DPIC -o .libs/addtododlg.o
  2708. depbase=`echo asktypedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2709. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT asktypedlg.lo -MD -MP -MF $depbase.Tpo -c -o asktypedlg.lo asktypedlg.cpp &&\
  2710. mv -f $depbase.Tpo $depbase.Plo
  2711. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT asktypedlg.lo -MD -MP -MF .deps/asktypedlg.Tpo -c asktypedlg.cpp -fPIC -DPIC -o .libs/asktypedlg.o
  2712. depbase=`echo todolist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2713. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT todolist.lo -MD -MP -MF $depbase.Tpo -c -o todolist.lo todolist.cpp &&\
  2714. mv -f $depbase.Tpo $depbase.Plo
  2715. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT todolist.lo -MD -MP -MF .deps/todolist.Tpo -c todolist.cpp -fPIC -DPIC -o .libs/todolist.o
  2716. depbase=`echo todolistview.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2717. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT todolistview.lo -MD -MP -MF $depbase.Tpo -c -o todolistview.lo todolistview.cpp &&\
  2718. mv -f $depbase.Tpo $depbase.Plo
  2719. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT todolistview.lo -MD -MP -MF .deps/todolistview.Tpo -c todolistview.cpp -fPIC -DPIC -o .libs/todolistview.o
  2720. depbase=`echo todosettingsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2721. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT todosettingsdlg.lo -MD -MP -MF $depbase.Tpo -c -o todosettingsdlg.lo todosettingsdlg.cpp &&\
  2722. mv -f $depbase.Tpo $depbase.Plo
  2723. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT todosettingsdlg.lo -MD -MP -MF .deps/todosettingsdlg.Tpo -c todosettingsdlg.cpp -fPIC -DPIC -o .libs/todosettingsdlg.o
  2724. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libtodo.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins addtododlg.lo asktypedlg.lo todolist.lo todolistview.lo todosettingsdlg.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2725. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/addtododlg.o .libs/asktypedlg.o .libs/todolist.o .libs/todolistview.o .libs/todosettingsdlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libtodo.so -o .libs/libtodo.so
  2726. libtool: link: ( cd ".libs" && rm -f "libtodo.la" && ln -s "../libtodo.la" "libtodo.la" )
  2727. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  2728. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  2729. Making all in abbreviations
  2730. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  2731. Making all in resources
  2732. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources'
  2733. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources/abbreviations.zip manifest.xml *.xrc > /dev/null
  2734. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources'
  2735. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  2736. depbase=`echo abbreviations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2737. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT abbreviations.lo -MD -MP -MF $depbase.Tpo -c -o abbreviations.lo abbreviations.cpp &&\
  2738. mv -f $depbase.Tpo $depbase.Plo
  2739. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT abbreviations.lo -MD -MP -MF .deps/abbreviations.Tpo -c abbreviations.cpp -fPIC -DPIC -o .libs/abbreviations.o
  2740. depbase=`echo abbreviationsconfigpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2741. /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT abbreviationsconfigpanel.lo -MD -MP -MF $depbase.Tpo -c -o abbreviationsconfigpanel.lo abbreviationsconfigpanel.cpp &&\
  2742. mv -f $depbase.Tpo $depbase.Plo
  2743. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT abbreviationsconfigpanel.lo -MD -MP -MF .deps/abbreviationsconfigpanel.Tpo -c abbreviationsconfigpanel.cpp -fPIC -DPIC -o .libs/abbreviationsconfigpanel.o
  2744. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libabbreviations.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins abbreviations.lo abbreviationsconfigpanel.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2745. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/abbreviations.o .libs/abbreviationsconfigpanel.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libabbreviations.so -o .libs/libabbreviations.so
  2746. libtool: link: ( cd ".libs" && rm -f "libabbreviations.la" && ln -s "../libabbreviations.la" "libabbreviations.la" )
  2747. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  2748. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  2749. Making all in contrib
  2750. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  2751. Making all in AutoVersioning
  2752. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning'
  2753. depbase=`echo AutoVersioning.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2754. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT AutoVersioning.lo -MD -MP -MF $depbase.Tpo -c -o AutoVersioning.lo AutoVersioning.cpp &&\
  2755. mv -f $depbase.Tpo $depbase.Plo
  2756. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT AutoVersioning.lo -MD -MP -MF .deps/AutoVersioning.Tpo -c AutoVersioning.cpp -fPIC -DPIC -o .libs/AutoVersioning.o
  2757. depbase=`echo avChangesDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2758. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avChangesDlg.lo -MD -MP -MF $depbase.Tpo -c -o avChangesDlg.lo avChangesDlg.cpp &&\
  2759. mv -f $depbase.Tpo $depbase.Plo
  2760. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avChangesDlg.lo -MD -MP -MF .deps/avChangesDlg.Tpo -c avChangesDlg.cpp -fPIC -DPIC -o .libs/avChangesDlg.o
  2761. depbase=`echo avHeader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2762. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avHeader.lo -MD -MP -MF $depbase.Tpo -c -o avHeader.lo avHeader.cpp &&\
  2763. mv -f $depbase.Tpo $depbase.Plo
  2764. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avHeader.lo -MD -MP -MF .deps/avHeader.Tpo -c avHeader.cpp -fPIC -DPIC -o .libs/avHeader.o
  2765. depbase=`echo avSvnRevision.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2766. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avSvnRevision.lo -MD -MP -MF $depbase.Tpo -c -o avSvnRevision.lo avSvnRevision.cpp &&\
  2767. mv -f $depbase.Tpo $depbase.Plo
  2768. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avSvnRevision.lo -MD -MP -MF .deps/avSvnRevision.Tpo -c avSvnRevision.cpp -fPIC -DPIC -o .libs/avSvnRevision.o
  2769. depbase=`echo avVersionEditorDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2770. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avVersionEditorDlg.lo -MD -MP -MF $depbase.Tpo -c -o avVersionEditorDlg.lo avVersionEditorDlg.cpp &&\
  2771. mv -f $depbase.Tpo $depbase.Plo
  2772. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT avVersionEditorDlg.lo -MD -MP -MF .deps/avVersionEditorDlg.Tpo -c avVersionEditorDlg.cpp -fPIC -DPIC -o .libs/avVersionEditorDlg.o
  2773. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libAutoVersioning.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins AutoVersioning.lo avChangesDlg.lo avHeader.lo avSvnRevision.lo avVersionEditorDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2774. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/AutoVersioning.o .libs/avChangesDlg.o .libs/avHeader.o .libs/avSvnRevision.o .libs/avVersionEditorDlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libAutoVersioning.so -o .libs/libAutoVersioning.so
  2775. libtool: link: ( cd ".libs" && rm -f "libAutoVersioning.la" && ln -s "../libAutoVersioning.la" "libAutoVersioning.la" )
  2776. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning/AutoVersioning.zip manifest.xml > /dev/null
  2777. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning'
  2778. Making all in BrowseTracker
  2779. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker'
  2780. depbase=`echo BrowseTracker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2781. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseTracker.lo -MD -MP -MF $depbase.Tpo -c -o BrowseTracker.lo BrowseTracker.cpp &&\
  2782. mv -f $depbase.Tpo $depbase.Plo
  2783. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseTracker.lo -MD -MP -MF .deps/BrowseTracker.Tpo -c BrowseTracker.cpp -fPIC -DPIC -o .libs/BrowseTracker.o
  2784. depbase=`echo BrowseSelector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2785. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseSelector.lo -MD -MP -MF $depbase.Tpo -c -o BrowseSelector.lo BrowseSelector.cpp &&\
  2786. mv -f $depbase.Tpo $depbase.Plo
  2787. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseSelector.lo -MD -MP -MF .deps/BrowseSelector.Tpo -c BrowseSelector.cpp -fPIC -DPIC -o .libs/BrowseSelector.o
  2788. depbase=`echo Version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2789. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Version.lo -MD -MP -MF $depbase.Tpo -c -o Version.lo Version.cpp &&\
  2790. mv -f $depbase.Tpo $depbase.Plo
  2791. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Version.lo -MD -MP -MF .deps/Version.Tpo -c Version.cpp -fPIC -DPIC -o .libs/Version.o
  2792. depbase=`echo BrowseMarks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2793. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseMarks.lo -MD -MP -MF $depbase.Tpo -c -o BrowseMarks.lo BrowseMarks.cpp &&\
  2794. mv -f $depbase.Tpo $depbase.Plo
  2795. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseMarks.lo -MD -MP -MF .deps/BrowseMarks.Tpo -c BrowseMarks.cpp -fPIC -DPIC -o .libs/BrowseMarks.o
  2796. depbase=`echo BrowseTrackerConfPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2797. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseTrackerConfPanel.lo -MD -MP -MF $depbase.Tpo -c -o BrowseTrackerConfPanel.lo BrowseTrackerConfPanel.cpp &&\
  2798. mv -f $depbase.Tpo $depbase.Plo
  2799. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseTrackerConfPanel.lo -MD -MP -MF .deps/BrowseTrackerConfPanel.Tpo -c BrowseTrackerConfPanel.cpp -fPIC -DPIC -o .libs/BrowseTrackerConfPanel.o
  2800. depbase=`echo BrowseTrackerLayout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2801. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseTrackerLayout.lo -MD -MP -MF $depbase.Tpo -c -o BrowseTrackerLayout.lo BrowseTrackerLayout.cpp &&\
  2802. mv -f $depbase.Tpo $depbase.Plo
  2803. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT BrowseTrackerLayout.lo -MD -MP -MF .deps/BrowseTrackerLayout.Tpo -c BrowseTrackerLayout.cpp -fPIC -DPIC -o .libs/BrowseTrackerLayout.o
  2804. depbase=`echo ConfigPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2805. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ConfigPanel.lo -MD -MP -MF $depbase.Tpo -c -o ConfigPanel.lo ConfigPanel.cpp &&\
  2806. mv -f $depbase.Tpo $depbase.Plo
  2807. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ConfigPanel.lo -MD -MP -MF .deps/ConfigPanel.Tpo -c ConfigPanel.cpp -fPIC -DPIC -o .libs/ConfigPanel.o
  2808. depbase=`echo ProjectData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2809. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectData.lo -MD -MP -MF $depbase.Tpo -c -o ProjectData.lo ProjectData.cpp &&\
  2810. mv -f $depbase.Tpo $depbase.Plo
  2811. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectData.lo -MD -MP -MF .deps/ProjectData.Tpo -c ProjectData.cpp -fPIC -DPIC -o .libs/ProjectData.o
  2812. depbase=`echo JumpTracker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2813. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT JumpTracker.lo -MD -MP -MF $depbase.Tpo -c -o JumpTracker.lo JumpTracker.cpp &&\
  2814. mv -f $depbase.Tpo $depbase.Plo
  2815. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT JumpTracker.lo -MD -MP -MF .deps/JumpTracker.Tpo -c JumpTracker.cpp -fPIC -DPIC -o .libs/JumpTracker.o
  2816. depbase=`echo JumpData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2817. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT JumpData.lo -MD -MP -MF $depbase.Tpo -c -o JumpData.lo JumpData.cpp &&\
  2818. mv -f $depbase.Tpo $depbase.Plo
  2819. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT JumpData.lo -MD -MP -MF .deps/JumpData.Tpo -c JumpData.cpp -fPIC -DPIC -o .libs/JumpData.o
  2820. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libBrowseTracker.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins BrowseTracker.lo BrowseSelector.lo Version.lo BrowseMarks.lo BrowseTrackerConfPanel.lo BrowseTrackerLayout.lo ConfigPanel.lo ProjectData.lo JumpTracker.lo JumpData.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2821. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/BrowseTracker.o .libs/BrowseSelector.o .libs/Version.o .libs/BrowseMarks.o .libs/BrowseTrackerConfPanel.o .libs/BrowseTrackerLayout.o .libs/ConfigPanel.o .libs/ProjectData.o .libs/JumpTracker.o .libs/JumpData.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libBrowseTracker.so -o .libs/libBrowseTracker.so
  2822. libtool: link: ( cd ".libs" && rm -f "libBrowseTracker.la" && ln -s "../libBrowseTracker.la" "libBrowseTracker.la" )
  2823. PWD=`pwd` cd . && zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker/BrowseTracker.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null
  2824. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker'
  2825. Making all in byogames
  2826. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames'
  2827. depbase=`echo byocbtris.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2828. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byocbtris.lo -MD -MP -MF $depbase.Tpo -c -o byocbtris.lo byocbtris.cpp &&\
  2829. mv -f $depbase.Tpo $depbase.Plo
  2830. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byocbtris.lo -MD -MP -MF .deps/byocbtris.Tpo -c byocbtris.cpp -fPIC -DPIC -o .libs/byocbtris.o
  2831. depbase=`echo byogame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2832. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogame.lo -MD -MP -MF $depbase.Tpo -c -o byogame.lo byogame.cpp &&\
  2833. mv -f $depbase.Tpo $depbase.Plo
  2834. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogame.lo -MD -MP -MF .deps/byogame.Tpo -c byogame.cpp -fPIC -DPIC -o .libs/byogame.o
  2835. depbase=`echo byogameselect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2836. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogameselect.lo -MD -MP -MF $depbase.Tpo -c -o byogameselect.lo byogameselect.cpp &&\
  2837. mv -f $depbase.Tpo $depbase.Plo
  2838. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogameselect.lo -MD -MP -MF .deps/byogameselect.Tpo -c byogameselect.cpp -fPIC -DPIC -o .libs/byogameselect.o
  2839. depbase=`echo byogames.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2840. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogames.lo -MD -MP -MF $depbase.Tpo -c -o byogames.lo byogames.cpp &&\
  2841. mv -f $depbase.Tpo $depbase.Plo
  2842. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogames.lo -MD -MP -MF .deps/byogames.Tpo -c byogames.cpp -fPIC -DPIC -o .libs/byogames.o
  2843. depbase=`echo byogamebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2844. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogamebase.lo -MD -MP -MF $depbase.Tpo -c -o byogamebase.lo byogamebase.cpp &&\
  2845. mv -f $depbase.Tpo $depbase.Plo
  2846. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byogamebase.lo -MD -MP -MF .deps/byogamebase.Tpo -c byogamebase.cpp -fPIC -DPIC -o .libs/byogamebase.o
  2847. depbase=`echo byoconf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2848. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byoconf.lo -MD -MP -MF $depbase.Tpo -c -o byoconf.lo byoconf.cpp &&\
  2849. mv -f $depbase.Tpo $depbase.Plo
  2850. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byoconf.lo -MD -MP -MF .deps/byoconf.Tpo -c byoconf.cpp -fPIC -DPIC -o .libs/byoconf.o
  2851. depbase=`echo byosnake.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2852. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byosnake.lo -MD -MP -MF $depbase.Tpo -c -o byosnake.lo byosnake.cpp &&\
  2853. mv -f $depbase.Tpo $depbase.Plo
  2854. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT byosnake.lo -MD -MP -MF .deps/byosnake.Tpo -c byosnake.cpp -fPIC -DPIC -o .libs/byosnake.o
  2855. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libbyogames.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins byocbtris.lo byogame.lo byogameselect.lo byogames.lo byogamebase.lo byoconf.lo byosnake.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2856. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/byocbtris.o .libs/byogame.o .libs/byogameselect.o .libs/byogames.o .libs/byogamebase.o .libs/byoconf.o .libs/byosnake.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libbyogames.so -o .libs/libbyogames.so
  2857. libtool: link: ( cd ".libs" && rm -f "libbyogames.la" && ln -s "../libbyogames.la" "libbyogames.la" )
  2858. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames/byogames.zip manifest.xml > /dev/null
  2859. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames'
  2860. Making all in cb_koders
  2861. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders'
  2862. depbase=`echo kodersdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2863. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT kodersdialog.lo -MD -MP -MF $depbase.Tpo -c -o kodersdialog.lo kodersdialog.cpp &&\
  2864. mv -f $depbase.Tpo $depbase.Plo
  2865. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT kodersdialog.lo -MD -MP -MF .deps/kodersdialog.Tpo -c kodersdialog.cpp -fPIC -DPIC -o .libs/kodersdialog.o
  2866. depbase=`echo cb_koders.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2867. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cb_koders.lo -MD -MP -MF $depbase.Tpo -c -o cb_koders.lo cb_koders.cpp &&\
  2868. mv -f $depbase.Tpo $depbase.Plo
  2869. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cb_koders.lo -MD -MP -MF .deps/cb_koders.Tpo -c cb_koders.cpp -fPIC -DPIC -o .libs/cb_koders.o
  2870. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcb_koders.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins kodersdialog.lo cb_koders.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2871. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/kodersdialog.o .libs/cb_koders.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcb_koders.so -o .libs/libcb_koders.so
  2872. libtool: link: ( cd ".libs" && rm -f "libcb_koders.la" && ln -s "../libcb_koders.la" "libcb_koders.la" )
  2873. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders/cb_koders.zip manifest.xml > /dev/null
  2874. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders'
  2875. Making all in Cccc
  2876. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  2877. Making all in resources
  2878. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources'
  2879. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources/Cccc.zip manifest.xml > /dev/null
  2880. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources'
  2881. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  2882. depbase=`echo Cccc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2883. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Cccc.lo -MD -MP -MF $depbase.Tpo -c -o Cccc.lo Cccc.cpp &&\
  2884. mv -f $depbase.Tpo $depbase.Plo
  2885. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Cccc.lo -MD -MP -MF .deps/Cccc.Tpo -c Cccc.cpp -fPIC -DPIC -o .libs/Cccc.o
  2886. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libCccc.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins Cccc.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2887. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/Cccc.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libCccc.so -o .libs/libCccc.so
  2888. libtool: link: ( cd ".libs" && rm -f "libCccc.la" && ln -s "../libCccc.la" "libCccc.la" )
  2889. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  2890. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  2891. Making all in codesnippets
  2892. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  2893. Making all in resources
  2894. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources'
  2895. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources/codesnippets.zip manifest.xml > /dev/null
  2896. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources'
  2897. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  2898. depbase=`echo codesnippets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2899. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codesnippets.lo -MD -MP -MF $depbase.Tpo -c -o codesnippets.lo codesnippets.cpp &&\
  2900. mv -f $depbase.Tpo $depbase.Plo
  2901. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codesnippets.lo -MD -MP -MF .deps/codesnippets.Tpo -c codesnippets.cpp -fPIC -DPIC -o .libs/codesnippets.o
  2902. depbase=`echo codesnippetstreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2903. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codesnippetstreectrl.lo -MD -MP -MF $depbase.Tpo -c -o codesnippetstreectrl.lo codesnippetstreectrl.cpp &&\
  2904. mv -f $depbase.Tpo $depbase.Plo
  2905. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codesnippetstreectrl.lo -MD -MP -MF .deps/codesnippetstreectrl.Tpo -c codesnippetstreectrl.cpp -fPIC -DPIC -o .libs/codesnippetstreectrl.o
  2906. depbase=`echo codesnippetswindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2907. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codesnippetswindow.lo -MD -MP -MF $depbase.Tpo -c -o codesnippetswindow.lo codesnippetswindow.cpp &&\
  2908. mv -f $depbase.Tpo $depbase.Plo
  2909. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT codesnippetswindow.lo -MD -MP -MF .deps/codesnippetswindow.Tpo -c codesnippetswindow.cpp -fPIC -DPIC -o .libs/codesnippetswindow.o
  2910. depbase=`echo GenericMessageBox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2911. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT GenericMessageBox.lo -MD -MP -MF $depbase.Tpo -c -o GenericMessageBox.lo GenericMessageBox.cpp &&\
  2912. mv -f $depbase.Tpo $depbase.Plo
  2913. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT GenericMessageBox.lo -MD -MP -MF .deps/GenericMessageBox.Tpo -c GenericMessageBox.cpp -fPIC -DPIC -o .libs/GenericMessageBox.o
  2914. depbase=`echo settingsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2915. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT settingsdlg.lo -MD -MP -MF $depbase.Tpo -c -o settingsdlg.lo settingsdlg.cpp &&\
  2916. mv -f $depbase.Tpo $depbase.Plo
  2917. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT settingsdlg.lo -MD -MP -MF .deps/settingsdlg.Tpo -c settingsdlg.cpp -fPIC -DPIC -o .libs/settingsdlg.o
  2918. depbase=`echo settingsdlgform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2919. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT settingsdlgform.lo -MD -MP -MF $depbase.Tpo -c -o settingsdlgform.lo settingsdlgform.cpp &&\
  2920. mv -f $depbase.Tpo $depbase.Plo
  2921. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT settingsdlgform.lo -MD -MP -MF .deps/settingsdlgform.Tpo -c settingsdlgform.cpp -fPIC -DPIC -o .libs/settingsdlgform.o
  2922. depbase=`echo snippetitemdata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2923. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetitemdata.lo -MD -MP -MF $depbase.Tpo -c -o snippetitemdata.lo snippetitemdata.cpp &&\
  2924. mv -f $depbase.Tpo $depbase.Plo
  2925. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetitemdata.lo -MD -MP -MF .deps/snippetitemdata.Tpo -c snippetitemdata.cpp -fPIC -DPIC -o .libs/snippetitemdata.o
  2926. depbase=`echo snippetproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2927. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetproperty.lo -MD -MP -MF $depbase.Tpo -c -o snippetproperty.lo snippetproperty.cpp &&\
  2928. mv -f $depbase.Tpo $depbase.Plo
  2929. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetproperty.lo -MD -MP -MF .deps/snippetproperty.Tpo -c snippetproperty.cpp -fPIC -DPIC -o .libs/snippetproperty.o
  2930. depbase=`echo snippetpropertyform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2931. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetpropertyform.lo -MD -MP -MF $depbase.Tpo -c -o snippetpropertyform.lo snippetpropertyform.cpp &&\
  2932. mv -f $depbase.Tpo $depbase.Plo
  2933. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetpropertyform.lo -MD -MP -MF .deps/snippetpropertyform.Tpo -c snippetpropertyform.cpp -fPIC -DPIC -o .libs/snippetpropertyform.o
  2934. depbase=`echo snippetsconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2935. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetsconfig.lo -MD -MP -MF $depbase.Tpo -c -o snippetsconfig.lo snippetsconfig.cpp &&\
  2936. mv -f $depbase.Tpo $depbase.Plo
  2937. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetsconfig.lo -MD -MP -MF .deps/snippetsconfig.Tpo -c snippetsconfig.cpp -fPIC -DPIC -o .libs/snippetsconfig.o
  2938. depbase=`echo snippetsimages.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2939. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetsimages.lo -MD -MP -MF $depbase.Tpo -c -o snippetsimages.lo snippetsimages.cpp &&\
  2940. mv -f $depbase.Tpo $depbase.Plo
  2941. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT snippetsimages.lo -MD -MP -MF .deps/snippetsimages.Tpo -c snippetsimages.cpp -fPIC -DPIC -o .libs/snippetsimages.o
  2942. depbase=`echo version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2943. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT version.lo -MD -MP -MF $depbase.Tpo -c -o version.lo version.cpp &&\
  2944. mv -f $depbase.Tpo $depbase.Plo
  2945. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cpp -fPIC -DPIC -o .libs/version.o
  2946. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcodesnippets.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins codesnippets.lo codesnippetstreectrl.lo codesnippetswindow.lo GenericMessageBox.lo settingsdlg.lo settingsdlgform.lo snippetitemdata.lo snippetproperty.lo snippetpropertyform.lo snippetsconfig.lo snippetsimages.lo version.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lX11 -lpthread -ldl
  2947. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/codesnippets.o .libs/codesnippetstreectrl.o .libs/codesnippetswindow.o .libs/GenericMessageBox.o .libs/settingsdlg.o .libs/settingsdlgform.o .libs/snippetitemdata.o .libs/snippetproperty.o .libs/snippetpropertyform.o .libs/snippetsconfig.o .libs/snippetsimages.o .libs/version.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lX11 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodesnippets.so -o .libs/libcodesnippets.so
  2948. libtool: link: ( cd ".libs" && rm -f "libcodesnippets.la" && ln -s "../libcodesnippets.la" "libcodesnippets.la" )
  2949. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  2950. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  2951. Making all in codestat
  2952. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  2953. Making all in resources
  2954. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources'
  2955. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources/codestat.zip manifest.xml *.xrc > /dev/null
  2956. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources'
  2957. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  2958. depbase=`echo codestatconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2959. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT codestatconfig.lo -MD -MP -MF $depbase.Tpo -c -o codestatconfig.lo codestatconfig.cpp &&\
  2960. mv -f $depbase.Tpo $depbase.Plo
  2961. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT codestatconfig.lo -MD -MP -MF .deps/codestatconfig.Tpo -c codestatconfig.cpp -fPIC -DPIC -o .libs/codestatconfig.o
  2962. depbase=`echo codestat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2963. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT codestat.lo -MD -MP -MF $depbase.Tpo -c -o codestat.lo codestat.cpp &&\
  2964. mv -f $depbase.Tpo $depbase.Plo
  2965. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT codestat.lo -MD -MP -MF .deps/codestat.Tpo -c codestat.cpp -fPIC -DPIC -o .libs/codestat.o
  2966. depbase=`echo codestatexec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2967. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT codestatexec.lo -MD -MP -MF $depbase.Tpo -c -o codestatexec.lo codestatexec.cpp &&\
  2968. mv -f $depbase.Tpo $depbase.Plo
  2969. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT codestatexec.lo -MD -MP -MF .deps/codestatexec.Tpo -c codestatexec.cpp -fPIC -DPIC -o .libs/codestatexec.o
  2970. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcodestat.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins codestatconfig.lo codestat.lo codestatexec.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2971. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/codestatconfig.o .libs/codestat.o .libs/codestatexec.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodestat.so -o .libs/libcodestat.so
  2972. libtool: link: ( cd ".libs" && rm -f "libcodestat.la" && ln -s "../libcodestat.la" "libcodestat.la" )
  2973. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  2974. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  2975. Making all in copystrings
  2976. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings'
  2977. depbase=`echo copystrings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2978. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT copystrings.lo -MD -MP -MF $depbase.Tpo -c -o copystrings.lo copystrings.cpp &&\
  2979. mv -f $depbase.Tpo $depbase.Plo
  2980. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT copystrings.lo -MD -MP -MF .deps/copystrings.Tpo -c copystrings.cpp -fPIC -DPIC -o .libs/copystrings.o
  2981. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcopystrings.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins copystrings.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  2982. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/copystrings.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcopystrings.so -o .libs/libcopystrings.so
  2983. libtool: link: ( cd ".libs" && rm -f "libcopystrings.la" && ln -s "../libcopystrings.la" "libcopystrings.la" )
  2984. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings/copystrings.zip manifest.xml > /dev/null
  2985. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings'
  2986. Making all in CppCheck
  2987. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  2988. Making all in resources
  2989. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources'
  2990. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources/CppCheck.zip manifest.xml > /dev/null
  2991. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources'
  2992. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  2993. depbase=`echo CppCheck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2994. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CppCheck.lo -MD -MP -MF $depbase.Tpo -c -o CppCheck.lo CppCheck.cpp &&\
  2995. mv -f $depbase.Tpo $depbase.Plo
  2996. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CppCheck.lo -MD -MP -MF .deps/CppCheck.Tpo -c CppCheck.cpp -fPIC -DPIC -o .libs/CppCheck.o
  2997. depbase=`echo CppCheckListLog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  2998. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CppCheckListLog.lo -MD -MP -MF $depbase.Tpo -c -o CppCheckListLog.lo CppCheckListLog.cpp &&\
  2999. mv -f $depbase.Tpo $depbase.Plo
  3000. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CppCheckListLog.lo -MD -MP -MF .deps/CppCheckListLog.Tpo -c CppCheckListLog.cpp -fPIC -DPIC -o .libs/CppCheckListLog.o
  3001. depbase=`echo ConfigPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3002. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ConfigPanel.lo -MD -MP -MF $depbase.Tpo -c -o ConfigPanel.lo ConfigPanel.cpp &&\
  3003. mv -f $depbase.Tpo $depbase.Plo
  3004. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ConfigPanel.lo -MD -MP -MF .deps/ConfigPanel.Tpo -c ConfigPanel.cpp -fPIC -DPIC -o .libs/ConfigPanel.o
  3005. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libCppCheck.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CppCheck.lo CppCheckListLog.lo ConfigPanel.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3006. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CppCheck.o .libs/CppCheckListLog.o .libs/ConfigPanel.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libCppCheck.so -o .libs/libCppCheck.so
  3007. libtool: link: ( cd ".libs" && rm -f "libCppCheck.la" && ln -s "../libCppCheck.la" "libCppCheck.la" )
  3008. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  3009. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  3010. Making all in Cscope
  3011. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope'
  3012. depbase=`echo CscopeConfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3013. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeConfig.lo -MD -MP -MF $depbase.Tpo -c -o CscopeConfig.lo CscopeConfig.cpp &&\
  3014. mv -f $depbase.Tpo $depbase.Plo
  3015. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeConfig.lo -MD -MP -MF .deps/CscopeConfig.Tpo -c CscopeConfig.cpp -fPIC -DPIC -o .libs/CscopeConfig.o
  3016. depbase=`echo CscopeEntryData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3017. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeEntryData.lo -MD -MP -MF $depbase.Tpo -c -o CscopeEntryData.lo CscopeEntryData.cpp &&\
  3018. mv -f $depbase.Tpo $depbase.Plo
  3019. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeEntryData.lo -MD -MP -MF .deps/CscopeEntryData.Tpo -c CscopeEntryData.cpp -fPIC -DPIC -o .libs/CscopeEntryData.o
  3020. depbase=`echo CscopeParserThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3021. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeParserThread.lo -MD -MP -MF $depbase.Tpo -c -o CscopeParserThread.lo CscopeParserThread.cpp &&\
  3022. mv -f $depbase.Tpo $depbase.Plo
  3023. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeParserThread.lo -MD -MP -MF .deps/CscopeParserThread.Tpo -c CscopeParserThread.cpp -fPIC -DPIC -o .libs/CscopeParserThread.o
  3024. depbase=`echo CscopePlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3025. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopePlugin.lo -MD -MP -MF $depbase.Tpo -c -o CscopePlugin.lo CscopePlugin.cpp &&\
  3026. mv -f $depbase.Tpo $depbase.Plo
  3027. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopePlugin.lo -MD -MP -MF .deps/CscopePlugin.Tpo -c CscopePlugin.cpp -fPIC -DPIC -o .libs/CscopePlugin.o
  3028. depbase=`echo CscopeProcess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3029. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeProcess.lo -MD -MP -MF $depbase.Tpo -c -o CscopeProcess.lo CscopeProcess.cpp &&\
  3030. mv -f $depbase.Tpo $depbase.Plo
  3031. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeProcess.lo -MD -MP -MF .deps/CscopeProcess.Tpo -c CscopeProcess.cpp -fPIC -DPIC -o .libs/CscopeProcess.o
  3032. depbase=`echo CscopeStatusMessage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3033. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeStatusMessage.lo -MD -MP -MF $depbase.Tpo -c -o CscopeStatusMessage.lo CscopeStatusMessage.cpp &&\
  3034. mv -f $depbase.Tpo $depbase.Plo
  3035. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeStatusMessage.lo -MD -MP -MF .deps/CscopeStatusMessage.Tpo -c CscopeStatusMessage.cpp -fPIC -DPIC -o .libs/CscopeStatusMessage.o
  3036. depbase=`echo CscopeTab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3037. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeTab.lo -MD -MP -MF $depbase.Tpo -c -o CscopeTab.lo CscopeTab.cpp &&\
  3038. mv -f $depbase.Tpo $depbase.Plo
  3039. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeTab.lo -MD -MP -MF .deps/CscopeTab.Tpo -c CscopeTab.cpp -fPIC -DPIC -o .libs/CscopeTab.o
  3040. depbase=`echo CscopeView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3041. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeView.lo -MD -MP -MF $depbase.Tpo -c -o CscopeView.lo CscopeView.cpp &&\
  3042. mv -f $depbase.Tpo $depbase.Plo
  3043. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CscopeView.lo -MD -MP -MF .deps/CscopeView.Tpo -c CscopeView.cpp -fPIC -DPIC -o .libs/CscopeView.o
  3044. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libCscope.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CscopeConfig.lo CscopeEntryData.lo CscopeParserThread.lo CscopePlugin.lo CscopeProcess.lo CscopeStatusMessage.lo CscopeTab.lo CscopeView.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3045. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CscopeConfig.o .libs/CscopeEntryData.o .libs/CscopeParserThread.o .libs/CscopePlugin.o .libs/CscopeProcess.o .libs/CscopeStatusMessage.o .libs/CscopeTab.o .libs/CscopeView.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libCscope.so -o .libs/libCscope.so
  3046. libtool: link: ( cd ".libs" && rm -f "libCscope.la" && ln -s "../libCscope.la" "libCscope.la" )
  3047. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope/Cscope.zip manifest.xml > /dev/null
  3048. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope'
  3049. Making all in DoxyBlocks
  3050. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  3051. Making all in images
  3052. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  3053. Making all in 16x16
  3054. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images/16x16'
  3055. make[6]: Nothing to be done for `all'.
  3056. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images/16x16'
  3057. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  3058. make[6]: Nothing to be done for `all-am'.
  3059. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  3060. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  3061. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  3062. depbase=`echo AutoDoc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3063. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT AutoDoc.lo -MD -MP -MF $depbase.Tpo -c -o AutoDoc.lo AutoDoc.cpp &&\
  3064. mv -f $depbase.Tpo $depbase.Plo
  3065. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT AutoDoc.lo -MD -MP -MF .deps/AutoDoc.Tpo -c AutoDoc.cpp -fPIC -DPIC -o .libs/AutoDoc.o
  3066. depbase=`echo Config.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3067. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Config.lo -MD -MP -MF $depbase.Tpo -c -o Config.lo Config.cpp &&\
  3068. mv -f $depbase.Tpo $depbase.Plo
  3069. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c Config.cpp -fPIC -DPIC -o .libs/Config.o
  3070. depbase=`echo ConfigPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3071. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ConfigPanel.lo -MD -MP -MF $depbase.Tpo -c -o ConfigPanel.lo ConfigPanel.cpp &&\
  3072. mv -f $depbase.Tpo $depbase.Plo
  3073. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ConfigPanel.lo -MD -MP -MF .deps/ConfigPanel.Tpo -c ConfigPanel.cpp -fPIC -DPIC -o .libs/ConfigPanel.o
  3074. depbase=`echo DoxyBlocks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3075. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DoxyBlocks.lo -MD -MP -MF $depbase.Tpo -c -o DoxyBlocks.lo DoxyBlocks.cpp &&\
  3076. mv -f $depbase.Tpo $depbase.Plo
  3077. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DoxyBlocks.lo -MD -MP -MF .deps/DoxyBlocks.Tpo -c DoxyBlocks.cpp -fPIC -DPIC -o .libs/DoxyBlocks.o
  3078. depbase=`echo ExtractDocs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3079. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExtractDocs.lo -MD -MP -MF $depbase.Tpo -c -o ExtractDocs.lo ExtractDocs.cpp &&\
  3080. mv -f $depbase.Tpo $depbase.Plo
  3081. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExtractDocs.lo -MD -MP -MF .deps/ExtractDocs.Tpo -c ExtractDocs.cpp -fPIC -DPIC -o .libs/ExtractDocs.o
  3082. depbase=`echo DoxyBlocksLogger.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3083. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DoxyBlocksLogger.lo -MD -MP -MF $depbase.Tpo -c -o DoxyBlocksLogger.lo DoxyBlocksLogger.cpp &&\
  3084. mv -f $depbase.Tpo $depbase.Plo
  3085. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DoxyBlocksLogger.lo -MD -MP -MF .deps/DoxyBlocksLogger.Tpo -c DoxyBlocksLogger.cpp -fPIC -DPIC -o .libs/DoxyBlocksLogger.o
  3086. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libDoxyBlocks.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins AutoDoc.lo Config.lo ConfigPanel.lo DoxyBlocks.lo ExtractDocs.lo DoxyBlocksLogger.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3087. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/AutoDoc.o .libs/Config.o .libs/ConfigPanel.o .libs/DoxyBlocks.o .libs/ExtractDocs.o .libs/DoxyBlocksLogger.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libDoxyBlocks.so -o .libs/libDoxyBlocks.so
  3088. libtool: link: ( cd ".libs" && rm -f "libDoxyBlocks.la" && ln -s "../libDoxyBlocks.la" "libDoxyBlocks.la" )
  3089. PWD=`pwd` cd . && zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/DoxyBlocks.zip manifest.xml images/*.png images/16x16/*.png > /dev/null
  3090. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  3091. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  3092. Making all in dragscroll
  3093. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll'
  3094. depbase=`echo dragscroll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3095. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dragscroll.lo -MD -MP -MF $depbase.Tpo -c -o dragscroll.lo dragscroll.cpp &&\
  3096. mv -f $depbase.Tpo $depbase.Plo
  3097. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dragscroll.lo -MD -MP -MF .deps/dragscroll.Tpo -c dragscroll.cpp -fPIC -DPIC -o .libs/dragscroll.o
  3098. depbase=`echo dragscrollcfg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3099. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dragscrollcfg.lo -MD -MP -MF $depbase.Tpo -c -o dragscrollcfg.lo dragscrollcfg.cpp &&\
  3100. mv -f $depbase.Tpo $depbase.Plo
  3101. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dragscrollcfg.lo -MD -MP -MF .deps/dragscrollcfg.Tpo -c dragscrollcfg.cpp -fPIC -DPIC -o .libs/dragscrollcfg.o
  3102. depbase=`echo dragscrollevent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3103. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dragscrollevent.lo -MD -MP -MF $depbase.Tpo -c -o dragscrollevent.lo dragscrollevent.cpp &&\
  3104. mv -f $depbase.Tpo $depbase.Plo
  3105. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT dragscrollevent.lo -MD -MP -MF .deps/dragscrollevent.Tpo -c dragscrollevent.cpp -fPIC -DPIC -o .libs/dragscrollevent.o
  3106. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libdragscroll.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins dragscroll.lo dragscrollcfg.lo dragscrollevent.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3107. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/dragscroll.o .libs/dragscrollcfg.o .libs/dragscrollevent.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libdragscroll.so -o .libs/libdragscroll.so
  3108. libtool: link: ( cd ".libs" && rm -f "libdragscroll.la" && ln -s "../libdragscroll.la" "libdragscroll.la" )
  3109. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll/dragscroll.zip manifest.xml > /dev/null
  3110. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll'
  3111. Making all in EditorConfig
  3112. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig'
  3113. depbase=`echo EditorConfigUI.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3114. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorConfigUI.lo -MD -MP -MF $depbase.Tpo -c -o EditorConfigUI.lo EditorConfigUI.cpp &&\
  3115. mv -f $depbase.Tpo $depbase.Plo
  3116. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorConfigUI.lo -MD -MP -MF .deps/EditorConfigUI.Tpo -c EditorConfigUI.cpp -fPIC -DPIC -o .libs/EditorConfigUI.o
  3117. depbase=`echo EditorConfigCommon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3118. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorConfigCommon.lo -MD -MP -MF $depbase.Tpo -c -o EditorConfigCommon.lo EditorConfigCommon.cpp &&\
  3119. mv -f $depbase.Tpo $depbase.Plo
  3120. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorConfigCommon.lo -MD -MP -MF .deps/EditorConfigCommon.Tpo -c EditorConfigCommon.cpp -fPIC -DPIC -o .libs/EditorConfigCommon.o
  3121. depbase=`echo EditorConfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3122. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorConfig.lo -MD -MP -MF $depbase.Tpo -c -o EditorConfig.lo EditorConfig.cpp &&\
  3123. mv -f $depbase.Tpo $depbase.Plo
  3124. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorConfig.lo -MD -MP -MF .deps/EditorConfig.Tpo -c EditorConfig.cpp -fPIC -DPIC -o .libs/EditorConfig.o
  3125. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libEditorConfig.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins EditorConfigUI.lo EditorConfigCommon.lo EditorConfig.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3126. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/EditorConfigUI.o .libs/EditorConfigCommon.o .libs/EditorConfig.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libEditorConfig.so -o .libs/libEditorConfig.so
  3127. libtool: link: ( cd ".libs" && rm -f "libEditorConfig.la" && ln -s "../libEditorConfig.la" "libEditorConfig.la" )
  3128. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig/EditorConfig.zip manifest.xml > /dev/null
  3129. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig'
  3130. Making all in EditorTweaks
  3131. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks'
  3132. depbase=`echo EditorTweaks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3133. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorTweaks.lo -MD -MP -MF $depbase.Tpo -c -o EditorTweaks.lo EditorTweaks.cpp &&\
  3134. mv -f $depbase.Tpo $depbase.Plo
  3135. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorTweaks.lo -MD -MP -MF .deps/EditorTweaks.Tpo -c EditorTweaks.cpp -fPIC -DPIC -o .libs/EditorTweaks.o
  3136. depbase=`echo EditorTweaksConfDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3137. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorTweaksConfDlg.lo -MD -MP -MF $depbase.Tpo -c -o EditorTweaksConfDlg.lo EditorTweaksConfDlg.cpp &&\
  3138. mv -f $depbase.Tpo $depbase.Plo
  3139. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT EditorTweaksConfDlg.lo -MD -MP -MF .deps/EditorTweaksConfDlg.Tpo -c EditorTweaksConfDlg.cpp -fPIC -DPIC -o .libs/EditorTweaksConfDlg.o
  3140. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libEditorTweaks.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins EditorTweaks.lo EditorTweaksConfDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3141. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/EditorTweaks.o .libs/EditorTweaksConfDlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libEditorTweaks.so -o .libs/libEditorTweaks.so
  3142. libtool: link: ( cd ".libs" && rm -f "libEditorTweaks.la" && ln -s "../libEditorTweaks.la" "libEditorTweaks.la" )
  3143. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks/EditorTweaks.zip manifest.xml *.xrc > /dev/null
  3144. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks'
  3145. Making all in envvars
  3146. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars'
  3147. depbase=`echo envvars.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3148. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars.lo -MD -MP -MF $depbase.Tpo -c -o envvars.lo envvars.cpp &&\
  3149. mv -f $depbase.Tpo $depbase.Plo
  3150. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars.lo -MD -MP -MF .deps/envvars.Tpo -c envvars.cpp -fPIC -DPIC -o .libs/envvars.o
  3151. depbase=`echo envvars_cfgdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3152. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars_cfgdlg.lo -MD -MP -MF $depbase.Tpo -c -o envvars_cfgdlg.lo envvars_cfgdlg.cpp &&\
  3153. mv -f $depbase.Tpo $depbase.Plo
  3154. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars_cfgdlg.lo -MD -MP -MF .deps/envvars_cfgdlg.Tpo -c envvars_cfgdlg.cpp -fPIC -DPIC -o .libs/envvars_cfgdlg.o
  3155. depbase=`echo envvars_common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3156. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars_common.lo -MD -MP -MF $depbase.Tpo -c -o envvars_common.lo envvars_common.cpp &&\
  3157. mv -f $depbase.Tpo $depbase.Plo
  3158. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars_common.lo -MD -MP -MF .deps/envvars_common.Tpo -c envvars_common.cpp -fPIC -DPIC -o .libs/envvars_common.o
  3159. depbase=`echo envvars_prjoptdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3160. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars_prjoptdlg.lo -MD -MP -MF $depbase.Tpo -c -o envvars_prjoptdlg.lo envvars_prjoptdlg.cpp &&\
  3161. mv -f $depbase.Tpo $depbase.Plo
  3162. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT envvars_prjoptdlg.lo -MD -MP -MF .deps/envvars_prjoptdlg.Tpo -c envvars_prjoptdlg.cpp -fPIC -DPIC -o .libs/envvars_prjoptdlg.o
  3163. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libenvvars.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins envvars.lo envvars_cfgdlg.lo envvars_common.lo envvars_prjoptdlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3164. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/envvars.o .libs/envvars_cfgdlg.o .libs/envvars_common.o .libs/envvars_prjoptdlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libenvvars.so -o .libs/libenvvars.so
  3165. libtool: link: ( cd ".libs" && rm -f "libenvvars.la" && ln -s "../libenvvars.la" "libenvvars.la" )
  3166. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars/envvars.zip manifest.xml *.xrc > /dev/null
  3167. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars'
  3168. Making all in FileManager
  3169. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager'
  3170. depbase=`echo FileManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3171. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileManager.lo -MD -MP -MF $depbase.Tpo -c -o FileManager.lo FileManager.cpp &&\
  3172. mv -f $depbase.Tpo $depbase.Plo
  3173. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileManager.lo -MD -MP -MF .deps/FileManager.Tpo -c FileManager.cpp -fPIC -DPIC -o .libs/FileManager.o
  3174. depbase=`echo FileExplorer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3175. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileExplorer.lo -MD -MP -MF $depbase.Tpo -c -o FileExplorer.lo FileExplorer.cpp &&\
  3176. mv -f $depbase.Tpo $depbase.Plo
  3177. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileExplorer.lo -MD -MP -MF .deps/FileExplorer.Tpo -c FileExplorer.cpp -fPIC -DPIC -o .libs/FileExplorer.o
  3178. depbase=`echo FileExplorerSettings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3179. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileExplorerSettings.lo -MD -MP -MF $depbase.Tpo -c -o FileExplorerSettings.lo FileExplorerSettings.cpp &&\
  3180. mv -f $depbase.Tpo $depbase.Plo
  3181. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileExplorerSettings.lo -MD -MP -MF .deps/FileExplorerSettings.Tpo -c FileExplorerSettings.cpp -fPIC -DPIC -o .libs/FileExplorerSettings.o
  3182. depbase=`echo FileExplorerUpdater.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3183. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileExplorerUpdater.lo -MD -MP -MF $depbase.Tpo -c -o FileExplorerUpdater.lo FileExplorerUpdater.cpp &&\
  3184. mv -f $depbase.Tpo $depbase.Plo
  3185. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT FileExplorerUpdater.lo -MD -MP -MF .deps/FileExplorerUpdater.Tpo -c FileExplorerUpdater.cpp -fPIC -DPIC -o .libs/FileExplorerUpdater.o
  3186. depbase=`echo CommitBrowser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3187. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT CommitBrowser.lo -MD -MP -MF $depbase.Tpo -c -o CommitBrowser.lo CommitBrowser.cpp &&\
  3188. mv -f $depbase.Tpo $depbase.Plo
  3189. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT CommitBrowser.lo -MD -MP -MF .deps/CommitBrowser.Tpo -c CommitBrowser.cpp -fPIC -DPIC -o .libs/CommitBrowser.o
  3190. depbase=`echo directorymonitor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3191. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT directorymonitor.lo -MD -MP -MF $depbase.Tpo -c -o directorymonitor.lo directorymonitor.cpp &&\
  3192. mv -f $depbase.Tpo $depbase.Plo
  3193. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT directorymonitor.lo -MD -MP -MF .deps/directorymonitor.Tpo -c directorymonitor.cpp -fPIC -DPIC -o .libs/directorymonitor.o
  3194. depbase=`echo se_globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3195. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT se_globals.lo -MD -MP -MF $depbase.Tpo -c -o se_globals.lo se_globals.cpp &&\
  3196. mv -f $depbase.Tpo $depbase.Plo
  3197. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT se_globals.lo -MD -MP -MF .deps/se_globals.Tpo -c se_globals.cpp -fPIC -DPIC -o .libs/se_globals.o
  3198. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libFileManager.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins FileManager.lo FileExplorer.lo FileExplorerSettings.lo FileExplorerUpdater.lo CommitBrowser.lo directorymonitor.lo se_globals.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgamin-1 -lpthread -ldl
  3199. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/FileManager.o .libs/FileExplorer.o .libs/FileExplorerSettings.o .libs/FileExplorerUpdater.o .libs/CommitBrowser.o .libs/directorymonitor.o .libs/se_globals.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 /usr/lib/libgamin-1.so -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libFileManager.so -o .libs/libFileManager.so
  3200. libtool: link: ( cd ".libs" && rm -f "libFileManager.la" && ln -s "../libFileManager.la" "libFileManager.la" )
  3201. PWD=`pwd` cd . && zip -j9 /home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager/FileManager.zip manifest.xml Resources/fileexplorersettings.xrc Resources/CommitBrowser.xrc > /dev/null
  3202. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager'
  3203. Making all in headerfixup
  3204. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup'
  3205. depbase=`echo bindings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3206. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT bindings.lo -MD -MP -MF $depbase.Tpo -c -o bindings.lo bindings.cpp &&\
  3207. mv -f $depbase.Tpo $depbase.Plo
  3208. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT bindings.lo -MD -MP -MF .deps/bindings.Tpo -c bindings.cpp -fPIC -DPIC -o .libs/bindings.o
  3209. depbase=`echo configuration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3210. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT configuration.lo -MD -MP -MF $depbase.Tpo -c -o configuration.lo configuration.cpp &&\
  3211. mv -f $depbase.Tpo $depbase.Plo
  3212. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT configuration.lo -MD -MP -MF .deps/configuration.Tpo -c configuration.cpp -fPIC -DPIC -o .libs/configuration.o
  3213. depbase=`echo defaults.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3214. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT defaults.lo -MD -MP -MF $depbase.Tpo -c -o defaults.lo defaults.cpp &&\
  3215. mv -f $depbase.Tpo $depbase.Plo
  3216. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT defaults.lo -MD -MP -MF .deps/defaults.Tpo -c defaults.cpp -fPIC -DPIC -o .libs/defaults.o
  3217. depbase=`echo execution.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3218. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT execution.lo -MD -MP -MF $depbase.Tpo -c -o execution.lo execution.cpp &&\
  3219. mv -f $depbase.Tpo $depbase.Plo
  3220. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT execution.lo -MD -MP -MF .deps/execution.Tpo -c execution.cpp -fPIC -DPIC -o .libs/execution.o
  3221. depbase=`echo fileanalysis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3222. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT fileanalysis.lo -MD -MP -MF $depbase.Tpo -c -o fileanalysis.lo fileanalysis.cpp &&\
  3223. mv -f $depbase.Tpo $depbase.Plo
  3224. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT fileanalysis.lo -MD -MP -MF .deps/fileanalysis.Tpo -c fileanalysis.cpp -fPIC -DPIC -o .libs/fileanalysis.o
  3225. depbase=`echo headerfixup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3226. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT headerfixup.lo -MD -MP -MF $depbase.Tpo -c -o headerfixup.lo headerfixup.cpp &&\
  3227. mv -f $depbase.Tpo $depbase.Plo
  3228. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT headerfixup.lo -MD -MP -MF .deps/headerfixup.Tpo -c headerfixup.cpp -fPIC -DPIC -o .libs/headerfixup.o
  3229. depbase=`echo helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3230. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT helper.lo -MD -MP -MF $depbase.Tpo -c -o helper.lo helper.cpp &&\
  3231. mv -f $depbase.Tpo $depbase.Plo
  3232. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT helper.lo -MD -MP -MF .deps/helper.Tpo -c helper.cpp -fPIC -DPIC -o .libs/helper.o
  3233. depbase=`echo protocol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3234. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT protocol.lo -MD -MP -MF $depbase.Tpo -c -o protocol.lo protocol.cpp &&\
  3235. mv -f $depbase.Tpo $depbase.Plo
  3236. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c protocol.cpp -fPIC -DPIC -o .libs/protocol.o
  3237. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libheaderfixup.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins bindings.lo configuration.lo defaults.lo execution.lo fileanalysis.lo headerfixup.lo helper.lo protocol.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3238. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/bindings.o .libs/configuration.o .libs/defaults.o .libs/execution.o .libs/fileanalysis.o .libs/headerfixup.o .libs/helper.o .libs/protocol.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libheaderfixup.so -o .libs/libheaderfixup.so
  3239. libtool: link: ( cd ".libs" && rm -f "libheaderfixup.la" && ln -s "../libheaderfixup.la" "libheaderfixup.la" )
  3240. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup/headerfixup.zip manifest.xml > /dev/null
  3241. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup'
  3242. Making all in help_plugin
  3243. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  3244. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  3245. depbase=`echo help_common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3246. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT help_common.lo -MD -MP -MF $depbase.Tpo -c -o help_common.lo help_common.cpp &&\
  3247. mv -f $depbase.Tpo $depbase.Plo
  3248. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT help_common.lo -MD -MP -MF .deps/help_common.Tpo -c help_common.cpp -fPIC -DPIC -o .libs/help_common.o
  3249. depbase=`echo HelpConfigDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3250. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT HelpConfigDialog.lo -MD -MP -MF $depbase.Tpo -c -o HelpConfigDialog.lo HelpConfigDialog.cpp &&\
  3251. mv -f $depbase.Tpo $depbase.Plo
  3252. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT HelpConfigDialog.lo -MD -MP -MF .deps/HelpConfigDialog.Tpo -c HelpConfigDialog.cpp -fPIC -DPIC -o .libs/HelpConfigDialog.o
  3253. depbase=`echo help_plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3254. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT help_plugin.lo -MD -MP -MF $depbase.Tpo -c -o help_plugin.lo help_plugin.cpp &&\
  3255. mv -f $depbase.Tpo $depbase.Plo
  3256. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT help_plugin.lo -MD -MP -MF .deps/help_plugin.Tpo -c help_plugin.cpp -fPIC -DPIC -o .libs/help_plugin.o
  3257. depbase=`echo man2html.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3258. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT man2html.lo -MD -MP -MF $depbase.Tpo -c -o man2html.lo man2html.cpp &&\
  3259. mv -f $depbase.Tpo $depbase.Plo
  3260. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT man2html.lo -MD -MP -MF .deps/man2html.Tpo -c man2html.cpp -fPIC -DPIC -o .libs/man2html.o
  3261. depbase=`echo MANFrame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3262. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT MANFrame.lo -MD -MP -MF $depbase.Tpo -c -o MANFrame.lo MANFrame.cpp &&\
  3263. mv -f $depbase.Tpo $depbase.Plo
  3264. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -ansi -DTIXML_USE_STL -std=c++11 -MT MANFrame.lo -MD -MP -MF .deps/MANFrame.Tpo -c MANFrame.cpp -fPIC -DPIC -o .libs/MANFrame.o
  3265. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libhelp_plugin.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins help_common.lo HelpConfigDialog.lo help_plugin.lo man2html.lo MANFrame.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lbz2 -lz -lpthread -ldl
  3266. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/help_common.o .libs/HelpConfigDialog.o .libs/help_plugin.o .libs/man2html.o .libs/MANFrame.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lbz2 -lz -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libhelp_plugin.so -o .libs/libhelp_plugin.so
  3267. libtool: link: ( cd ".libs" && rm -f "libhelp_plugin.la" && ln -s "../libhelp_plugin.la" "libhelp_plugin.la" )
  3268. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin/help_plugin.zip manifest.xml *.xrc *.png > /dev/null
  3269. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  3270. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  3271. Making all in HexEditor
  3272. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor'
  3273. depbase=`echo CharacterView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3274. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CharacterView.lo -MD -MP -MF $depbase.Tpo -c -o CharacterView.lo CharacterView.cpp &&\
  3275. mv -f $depbase.Tpo $depbase.Plo
  3276. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CharacterView.lo -MD -MP -MF .deps/CharacterView.Tpo -c CharacterView.cpp -fPIC -DPIC -o .libs/CharacterView.o
  3277. depbase=`echo DigitView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3278. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DigitView.lo -MD -MP -MF $depbase.Tpo -c -o DigitView.lo DigitView.cpp &&\
  3279. mv -f $depbase.Tpo $depbase.Plo
  3280. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DigitView.lo -MD -MP -MF .deps/DigitView.Tpo -c DigitView.cpp -fPIC -DPIC -o .libs/DigitView.o
  3281. depbase=`echo ExpressionExecutor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3282. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionExecutor.lo -MD -MP -MF $depbase.Tpo -c -o ExpressionExecutor.lo ExpressionExecutor.cpp &&\
  3283. mv -f $depbase.Tpo $depbase.Plo
  3284. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionExecutor.lo -MD -MP -MF .deps/ExpressionExecutor.Tpo -c ExpressionExecutor.cpp -fPIC -DPIC -o .libs/ExpressionExecutor.o
  3285. ExpressionExecutor.cpp: In member function 'Expression::Value Expression::Executor::GetResult()':
  3286. ExpressionExecutor.cpp:119:32: note: the ABI of passing union with long double has changed in GCC 4.4
  3287. Value Executor::GetResult( )
  3288. ^
  3289. depbase=`echo ExpressionParser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3290. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionParser.lo -MD -MP -MF $depbase.Tpo -c -o ExpressionParser.lo ExpressionParser.cpp &&\
  3291. mv -f $depbase.Tpo $depbase.Plo
  3292. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionParser.lo -MD -MP -MF .deps/ExpressionParser.Tpo -c ExpressionParser.cpp -fPIC -DPIC -o .libs/ExpressionParser.o
  3293. depbase=`echo ExpressionPreprocessed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3294. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionPreprocessed.lo -MD -MP -MF $depbase.Tpo -c -o ExpressionPreprocessed.lo ExpressionPreprocessed.cpp &&\
  3295. mv -f $depbase.Tpo $depbase.Plo
  3296. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionPreprocessed.lo -MD -MP -MF .deps/ExpressionPreprocessed.Tpo -c ExpressionPreprocessed.cpp -fPIC -DPIC -o .libs/ExpressionPreprocessed.o
  3297. depbase=`echo ExpressionTestCases.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3298. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionTestCases.lo -MD -MP -MF $depbase.Tpo -c -o ExpressionTestCases.lo ExpressionTestCases.cpp &&\
  3299. mv -f $depbase.Tpo $depbase.Plo
  3300. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionTestCases.lo -MD -MP -MF .deps/ExpressionTestCases.Tpo -c ExpressionTestCases.cpp -fPIC -DPIC -o .libs/ExpressionTestCases.o
  3301. ExpressionTestCases.cpp: In member function 'Expression::Value Expression::ExpressionTests::Execute(const wxString&)':
  3302. ExpressionTestCases.cpp:165:58: note: the ABI of passing union with long double has changed in GCC 4.4
  3303. Value ExpressionTests::Execute( const wxString& code )
  3304. ^
  3305. depbase=`echo ExpressionTester.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3306. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionTester.lo -MD -MP -MF $depbase.Tpo -c -o ExpressionTester.lo ExpressionTester.cpp &&\
  3307. mv -f $depbase.Tpo $depbase.Plo
  3308. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ExpressionTester.lo -MD -MP -MF .deps/ExpressionTester.Tpo -c ExpressionTester.cpp -fPIC -DPIC -o .libs/ExpressionTester.o
  3309. depbase=`echo FileContentBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3310. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContentBase.lo -MD -MP -MF $depbase.Tpo -c -o FileContentBase.lo FileContentBase.cpp &&\
  3311. mv -f $depbase.Tpo $depbase.Plo
  3312. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContentBase.lo -MD -MP -MF .deps/FileContentBase.Tpo -c FileContentBase.cpp -fPIC -DPIC -o .libs/FileContentBase.o
  3313. depbase=`echo FileContentBuffered.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3314. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContentBuffered.lo -MD -MP -MF $depbase.Tpo -c -o FileContentBuffered.lo FileContentBuffered.cpp &&\
  3315. mv -f $depbase.Tpo $depbase.Plo
  3316. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContentBuffered.lo -MD -MP -MF .deps/FileContentBuffered.Tpo -c FileContentBuffered.cpp -fPIC -DPIC -o .libs/FileContentBuffered.o
  3317. depbase=`echo FileContentDisk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3318. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContentDisk.lo -MD -MP -MF $depbase.Tpo -c -o FileContentDisk.lo FileContentDisk.cpp &&\
  3319. mv -f $depbase.Tpo $depbase.Plo
  3320. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContentDisk.lo -MD -MP -MF .deps/FileContentDisk.Tpo -c FileContentDisk.cpp -fPIC -DPIC -o .libs/FileContentDisk.o
  3321. FileContentDisk.cpp: In member function 'bool FileContentDisk::WriteToFile(wxFile&)':
  3322. FileContentDisk.cpp:871:9: warning: 'auto_ptr' is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  3323. m_TestMode ? 0 : new wxProgressDialog( _("Saving the file"), _("Please wait, saving file..."), maxProgress,
  3324. ^
  3325. depbase=`echo HexEditLineBuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3326. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditLineBuffer.lo -MD -MP -MF $depbase.Tpo -c -o HexEditLineBuffer.lo HexEditLineBuffer.cpp &&\
  3327. mv -f $depbase.Tpo $depbase.Plo
  3328. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditLineBuffer.lo -MD -MP -MF .deps/HexEditLineBuffer.Tpo -c HexEditLineBuffer.cpp -fPIC -DPIC -o .libs/HexEditLineBuffer.o
  3329. depbase=`echo HexEditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3330. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditor.lo -MD -MP -MF $depbase.Tpo -c -o HexEditor.lo HexEditor.cpp &&\
  3331. mv -f $depbase.Tpo $depbase.Plo
  3332. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditor.lo -MD -MP -MF .deps/HexEditor.Tpo -c HexEditor.cpp -fPIC -DPIC -o .libs/HexEditor.o
  3333. depbase=`echo HexEditPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3334. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditPanel.lo -MD -MP -MF $depbase.Tpo -c -o HexEditPanel.lo HexEditPanel.cpp &&\
  3335. mv -f $depbase.Tpo $depbase.Plo
  3336. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditPanel.lo -MD -MP -MF .deps/HexEditPanel.Tpo -c HexEditPanel.cpp -fPIC -DPIC -o .libs/HexEditPanel.o
  3337. depbase=`echo HexEditViewBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3338. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditViewBase.lo -MD -MP -MF $depbase.Tpo -c -o HexEditViewBase.lo HexEditViewBase.cpp &&\
  3339. mv -f $depbase.Tpo $depbase.Plo
  3340. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HexEditViewBase.lo -MD -MP -MF .deps/HexEditViewBase.Tpo -c HexEditViewBase.cpp -fPIC -DPIC -o .libs/HexEditViewBase.o
  3341. depbase=`echo SearchDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3342. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SearchDialog.lo -MD -MP -MF $depbase.Tpo -c -o SearchDialog.lo SearchDialog.cpp &&\
  3343. mv -f $depbase.Tpo $depbase.Plo
  3344. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SearchDialog.lo -MD -MP -MF .deps/SearchDialog.Tpo -c SearchDialog.cpp -fPIC -DPIC -o .libs/SearchDialog.o
  3345. depbase=`echo SelectStoredExpressionDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3346. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SelectStoredExpressionDlg.lo -MD -MP -MF $depbase.Tpo -c -o SelectStoredExpressionDlg.lo SelectStoredExpressionDlg.cpp &&\
  3347. mv -f $depbase.Tpo $depbase.Plo
  3348. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SelectStoredExpressionDlg.lo -MD -MP -MF .deps/SelectStoredExpressionDlg.Tpo -c SelectStoredExpressionDlg.cpp -fPIC -DPIC -o .libs/SelectStoredExpressionDlg.o
  3349. depbase=`echo TestCasesDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3350. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TestCasesDlg.lo -MD -MP -MF $depbase.Tpo -c -o TestCasesDlg.lo TestCasesDlg.cpp &&\
  3351. mv -f $depbase.Tpo $depbase.Plo
  3352. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TestCasesDlg.lo -MD -MP -MF .deps/TestCasesDlg.Tpo -c TestCasesDlg.cpp -fPIC -DPIC -o .libs/TestCasesDlg.o
  3353. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libHexEditor.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CharacterView.lo DigitView.lo ExpressionExecutor.lo ExpressionParser.lo ExpressionPreprocessed.lo ExpressionTestCases.lo ExpressionTester.lo FileContentBase.lo FileContentBuffered.lo FileContentDisk.lo HexEditLineBuffer.lo HexEditor.lo HexEditPanel.lo HexEditViewBase.lo SearchDialog.lo SelectStoredExpressionDlg.lo TestCasesDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3354. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CharacterView.o .libs/DigitView.o .libs/ExpressionExecutor.o .libs/ExpressionParser.o .libs/ExpressionPreprocessed.o .libs/ExpressionTestCases.o .libs/ExpressionTester.o .libs/FileContentBase.o .libs/FileContentBuffered.o .libs/FileContentDisk.o .libs/HexEditLineBuffer.o .libs/HexEditor.o .libs/HexEditPanel.o .libs/HexEditViewBase.o .libs/SearchDialog.o .libs/SelectStoredExpressionDlg.o .libs/TestCasesDlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libHexEditor.so -o .libs/libHexEditor.so
  3355. libtool: link: ( cd ".libs" && rm -f "libHexEditor.la" && ln -s "../libHexEditor.la" "libHexEditor.la" )
  3356. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor/HexEditor.zip manifest.xml > /dev/null
  3357. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor'
  3358. Making all in IncrementalSearch
  3359. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch'
  3360. depbase=`echo IncrementalSearch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3361. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT IncrementalSearch.lo -MD -MP -MF $depbase.Tpo -c -o IncrementalSearch.lo IncrementalSearch.cpp &&\
  3362. mv -f $depbase.Tpo $depbase.Plo
  3363. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT IncrementalSearch.lo -MD -MP -MF .deps/IncrementalSearch.Tpo -c IncrementalSearch.cpp -fPIC -DPIC -o .libs/IncrementalSearch.o
  3364. IncrementalSearch.cpp: In member function 'virtual bool IncrementalSearch::BuildToolBar(wxToolBar*)':
  3365. IncrementalSearch.cpp:351:38: warning: 'void wxComboCtrlBase::SetTextIndent(int)' is deprecated (declared at /usr/include/wx-3.0/wx/combo.h:362) [-Wdeprecated-declarations]
  3366. m_pComboCtrl->SetTextIndent(0);
  3367. ^
  3368. depbase=`echo IncrementalSearchConfDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3369. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT IncrementalSearchConfDlg.lo -MD -MP -MF $depbase.Tpo -c -o IncrementalSearchConfDlg.lo IncrementalSearchConfDlg.cpp &&\
  3370. mv -f $depbase.Tpo $depbase.Plo
  3371. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT IncrementalSearchConfDlg.lo -MD -MP -MF .deps/IncrementalSearchConfDlg.Tpo -c IncrementalSearchConfDlg.cpp -fPIC -DPIC -o .libs/IncrementalSearchConfDlg.o
  3372. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libIncrementalSearch.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins IncrementalSearch.lo IncrementalSearchConfDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3373. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/IncrementalSearch.o .libs/IncrementalSearchConfDlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libIncrementalSearch.so -o .libs/libIncrementalSearch.so
  3374. libtool: link: ( cd ".libs" && rm -f "libIncrementalSearch.la" && ln -s "../libIncrementalSearch.la" "libIncrementalSearch.la" )
  3375. PWD=`pwd` cd . && zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch/IncrementalSearch.zip manifest.xml *.xrc images/*.png images/16x16/*.png > /dev/null
  3376. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch'
  3377. Making all in keybinder
  3378. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder'
  3379. depbase=`echo cbkeybinder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3380. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbkeybinder.lo -MD -MP -MF $depbase.Tpo -c -o cbkeybinder.lo cbkeybinder.cpp &&\
  3381. mv -f $depbase.Tpo $depbase.Plo
  3382. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbkeybinder.lo -MD -MP -MF .deps/cbkeybinder.Tpo -c cbkeybinder.cpp -fPIC -DPIC -o .libs/cbkeybinder.o
  3383. depbase=`echo keybinder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3384. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT keybinder.lo -MD -MP -MF $depbase.Tpo -c -o keybinder.lo keybinder.cpp &&\
  3385. mv -f $depbase.Tpo $depbase.Plo
  3386. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT keybinder.lo -MD -MP -MF .deps/keybinder.Tpo -c keybinder.cpp -fPIC -DPIC -o .libs/keybinder.o
  3387. depbase=`echo menuutils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3388. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT menuutils.lo -MD -MP -MF $depbase.Tpo -c -o menuutils.lo menuutils.cpp &&\
  3389. mv -f $depbase.Tpo $depbase.Plo
  3390. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT menuutils.lo -MD -MP -MF .deps/menuutils.Tpo -c menuutils.cpp -fPIC -DPIC -o .libs/menuutils.o
  3391. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libkeybinder.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins cbkeybinder.lo keybinder.lo menuutils.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3392. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/cbkeybinder.o .libs/keybinder.o .libs/menuutils.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libkeybinder.so -o .libs/libkeybinder.so
  3393. libtool: link: ( cd ".libs" && rm -f "libkeybinder.la" && ln -s "../libkeybinder.la" "libkeybinder.la" )
  3394. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder/keybinder.zip manifest.xml > /dev/null
  3395. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder'
  3396. Making all in wxContribItems
  3397. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  3398. Making all in wxchart
  3399. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  3400. depbase=`echo src/axis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3401. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/axis.lo -MD -MP -MF $depbase.Tpo -c -o src/axis.lo src/axis.cpp &&\
  3402. mv -f $depbase.Tpo $depbase.Plo
  3403. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/axis.lo -MD -MP -MF src/.deps/axis.Tpo -c src/axis.cpp -fPIC -DPIC -o src/.libs/axis.o
  3404. depbase=`echo src/barchartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3405. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/barchartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/barchartpoints.lo src/barchartpoints.cpp &&\
  3406. mv -f $depbase.Tpo $depbase.Plo
  3407. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/barchartpoints.lo -MD -MP -MF src/.deps/barchartpoints.Tpo -c src/barchartpoints.cpp -fPIC -DPIC -o src/.libs/barchartpoints.o
  3408. depbase=`echo src/chart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3409. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chart.lo -MD -MP -MF $depbase.Tpo -c -o src/chart.lo src/chart.cpp &&\
  3410. mv -f $depbase.Tpo $depbase.Plo
  3411. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chart.lo -MD -MP -MF src/.deps/chart.Tpo -c src/chart.cpp -fPIC -DPIC -o src/.libs/chart.o
  3412. depbase=`echo src/chartwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3413. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartwindow.lo -MD -MP -MF $depbase.Tpo -c -o src/chartwindow.lo src/chartwindow.cpp &&\
  3414. mv -f $depbase.Tpo $depbase.Plo
  3415. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartwindow.lo -MD -MP -MF src/.deps/chartwindow.Tpo -c src/chartwindow.cpp -fPIC -DPIC -o src/.libs/chartwindow.o
  3416. depbase=`echo src/legend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3417. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/legend.lo -MD -MP -MF $depbase.Tpo -c -o src/legend.lo src/legend.cpp &&\
  3418. mv -f $depbase.Tpo $depbase.Plo
  3419. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/legend.lo -MD -MP -MF src/.deps/legend.Tpo -c src/legend.cpp -fPIC -DPIC -o src/.libs/legend.o
  3420. depbase=`echo src/pie3dchartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3421. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/pie3dchartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/pie3dchartpoints.lo src/pie3dchartpoints.cpp &&\
  3422. mv -f $depbase.Tpo $depbase.Plo
  3423. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/pie3dchartpoints.lo -MD -MP -MF src/.deps/pie3dchartpoints.Tpo -c src/pie3dchartpoints.cpp -fPIC -DPIC -o src/.libs/pie3dchartpoints.o
  3424. depbase=`echo src/points.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3425. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/points.lo -MD -MP -MF $depbase.Tpo -c -o src/points.lo src/points.cpp &&\
  3426. mv -f $depbase.Tpo $depbase.Plo
  3427. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/points.lo -MD -MP -MF src/.deps/points.Tpo -c src/points.cpp -fPIC -DPIC -o src/.libs/points.o
  3428. depbase=`echo src/xaxiswindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3429. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/xaxiswindow.lo -MD -MP -MF $depbase.Tpo -c -o src/xaxiswindow.lo src/xaxiswindow.cpp &&\
  3430. mv -f $depbase.Tpo $depbase.Plo
  3431. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/xaxiswindow.lo -MD -MP -MF src/.deps/xaxiswindow.Tpo -c src/xaxiswindow.cpp -fPIC -DPIC -o src/.libs/xaxiswindow.o
  3432. depbase=`echo src/yaxiswindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3433. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/yaxiswindow.lo -MD -MP -MF $depbase.Tpo -c -o src/yaxiswindow.lo src/yaxiswindow.cpp &&\
  3434. mv -f $depbase.Tpo $depbase.Plo
  3435. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/yaxiswindow.lo -MD -MP -MF src/.deps/yaxiswindow.Tpo -c src/yaxiswindow.cpp -fPIC -DPIC -o src/.libs/yaxiswindow.o
  3436. depbase=`echo src/bar3dchartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3437. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/bar3dchartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/bar3dchartpoints.lo src/bar3dchartpoints.cpp &&\
  3438. mv -f $depbase.Tpo $depbase.Plo
  3439. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/bar3dchartpoints.lo -MD -MP -MF src/.deps/bar3dchartpoints.Tpo -c src/bar3dchartpoints.cpp -fPIC -DPIC -o src/.libs/bar3dchartpoints.o
  3440. depbase=`echo src/chartcolors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3441. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartcolors.lo -MD -MP -MF $depbase.Tpo -c -o src/chartcolors.lo src/chartcolors.cpp &&\
  3442. mv -f $depbase.Tpo $depbase.Plo
  3443. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartcolors.lo -MD -MP -MF src/.deps/chartcolors.Tpo -c src/chartcolors.cpp -fPIC -DPIC -o src/.libs/chartcolors.o
  3444. depbase=`echo src/chartctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3445. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartctrl.lo -MD -MP -MF $depbase.Tpo -c -o src/chartctrl.lo src/chartctrl.cpp &&\
  3446. mv -f $depbase.Tpo $depbase.Plo
  3447. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartctrl.lo -MD -MP -MF src/.deps/chartctrl.Tpo -c src/chartctrl.cpp -fPIC -DPIC -o src/.libs/chartctrl.o
  3448. depbase=`echo src/chartsizes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3449. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartsizes.lo -MD -MP -MF $depbase.Tpo -c -o src/chartsizes.lo src/chartsizes.cpp &&\
  3450. mv -f $depbase.Tpo $depbase.Plo
  3451. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/chartsizes.lo -MD -MP -MF src/.deps/chartsizes.Tpo -c src/chartsizes.cpp -fPIC -DPIC -o src/.libs/chartsizes.o
  3452. depbase=`echo src/label.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3453. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/label.lo -MD -MP -MF $depbase.Tpo -c -o src/label.lo src/label.cpp &&\
  3454. mv -f $depbase.Tpo $depbase.Plo
  3455. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/label.lo -MD -MP -MF src/.deps/label.Tpo -c src/label.cpp -fPIC -DPIC -o src/.libs/label.o
  3456. depbase=`echo src/legendwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3457. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/legendwindow.lo -MD -MP -MF $depbase.Tpo -c -o src/legendwindow.lo src/legendwindow.cpp &&\
  3458. mv -f $depbase.Tpo $depbase.Plo
  3459. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/legendwindow.lo -MD -MP -MF src/.deps/legendwindow.Tpo -c src/legendwindow.cpp -fPIC -DPIC -o src/.libs/legendwindow.o
  3460. depbase=`echo src/piechartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3461. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/piechartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/piechartpoints.lo src/piechartpoints.cpp &&\
  3462. mv -f $depbase.Tpo $depbase.Plo
  3463. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/piechartpoints.lo -MD -MP -MF src/.deps/piechartpoints.Tpo -c src/piechartpoints.cpp -fPIC -DPIC -o src/.libs/piechartpoints.o
  3464. depbase=`echo src/xaxis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3465. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/xaxis.lo -MD -MP -MF $depbase.Tpo -c -o src/xaxis.lo src/xaxis.cpp &&\
  3466. mv -f $depbase.Tpo $depbase.Plo
  3467. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/xaxis.lo -MD -MP -MF src/.deps/xaxis.Tpo -c src/xaxis.cpp -fPIC -DPIC -o src/.libs/xaxis.o
  3468. depbase=`echo src/yaxis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3469. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/yaxis.lo -MD -MP -MF $depbase.Tpo -c -o src/yaxis.lo src/yaxis.cpp &&\
  3470. mv -f $depbase.Tpo $depbase.Plo
  3471. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/yaxis.lo -MD -MP -MF src/.deps/yaxis.Tpo -c src/yaxis.cpp -fPIC -DPIC -o src/.libs/yaxis.o
  3472. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwxchartctrl.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./src/axis.lo ./src/barchartpoints.lo ./src/chart.lo ./src/chartwindow.lo ./src/legend.lo ./src/pie3dchartpoints.lo ./src/points.lo ./src/xaxiswindow.lo ./src/yaxiswindow.lo ./src/bar3dchartpoints.lo ./src/chartcolors.lo ./src/chartctrl.lo ./src/chartsizes.lo ./src/label.lo ./src/legendwindow.lo ./src/piechartpoints.lo ./src/xaxis.lo ./src/yaxis.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3473. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./src/.libs/axis.o ./src/.libs/barchartpoints.o ./src/.libs/chart.o ./src/.libs/chartwindow.o ./src/.libs/legend.o ./src/.libs/pie3dchartpoints.o ./src/.libs/points.o ./src/.libs/xaxiswindow.o ./src/.libs/yaxiswindow.o ./src/.libs/bar3dchartpoints.o ./src/.libs/chartcolors.o ./src/.libs/chartctrl.o ./src/.libs/chartsizes.o ./src/.libs/label.o ./src/.libs/legendwindow.o ./src/.libs/piechartpoints.o ./src/.libs/xaxis.o ./src/.libs/yaxis.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxchartctrl.so.0 -o .libs/libwxchartctrl.so.0.0.1
  3474. libtool: link: (cd ".libs" && rm -f "libwxchartctrl.so.0" && ln -s "libwxchartctrl.so.0.0.1" "libwxchartctrl.so.0")
  3475. libtool: link: (cd ".libs" && rm -f "libwxchartctrl.so" && ln -s "libwxchartctrl.so.0.0.1" "libwxchartctrl.so")
  3476. libtool: link: ( cd ".libs" && rm -f "libwxchartctrl.la" && ln -s "../libwxchartctrl.la" "libwxchartctrl.la" )
  3477. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  3478. Making all in wxFlatNotebook
  3479. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  3480. depbase=`echo src/wxFlatNotebook/fnb_customize_dlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3481. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/fnb_customize_dlg.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/fnb_customize_dlg.lo src/wxFlatNotebook/fnb_customize_dlg.cpp &&\
  3482. mv -f $depbase.Tpo $depbase.Plo
  3483. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/fnb_customize_dlg.lo -MD -MP -MF src/wxFlatNotebook/.deps/fnb_customize_dlg.Tpo -c src/wxFlatNotebook/fnb_customize_dlg.cpp -fPIC -DPIC -o src/wxFlatNotebook/.libs/fnb_customize_dlg.o
  3484. depbase=`echo src/wxFlatNotebook/fnb_resources.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3485. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/fnb_resources.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/fnb_resources.lo src/wxFlatNotebook/fnb_resources.cpp &&\
  3486. mv -f $depbase.Tpo $depbase.Plo
  3487. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/fnb_resources.lo -MD -MP -MF src/wxFlatNotebook/.deps/fnb_resources.Tpo -c src/wxFlatNotebook/fnb_resources.cpp -fPIC -DPIC -o src/wxFlatNotebook/.libs/fnb_resources.o
  3488. depbase=`echo src/wxFlatNotebook/popup_dlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3489. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/popup_dlg.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/popup_dlg.lo src/wxFlatNotebook/popup_dlg.cpp &&\
  3490. mv -f $depbase.Tpo $depbase.Plo
  3491. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/popup_dlg.lo -MD -MP -MF src/wxFlatNotebook/.deps/popup_dlg.Tpo -c src/wxFlatNotebook/popup_dlg.cpp -fPIC -DPIC -o src/wxFlatNotebook/.libs/popup_dlg.o
  3492. depbase=`echo src/wxFlatNotebook/renderer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3493. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/renderer.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/renderer.lo src/wxFlatNotebook/renderer.cpp &&\
  3494. mv -f $depbase.Tpo $depbase.Plo
  3495. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/renderer.lo -MD -MP -MF src/wxFlatNotebook/.deps/renderer.Tpo -c src/wxFlatNotebook/renderer.cpp -fPIC -DPIC -o src/wxFlatNotebook/.libs/renderer.o
  3496. depbase=`echo src/wxFlatNotebook/wxFlatNotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3497. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/wxFlatNotebook.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/wxFlatNotebook.lo src/wxFlatNotebook/wxFlatNotebook.cpp &&\
  3498. mv -f $depbase.Tpo $depbase.Plo
  3499. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/wxFlatNotebook.lo -MD -MP -MF src/wxFlatNotebook/.deps/wxFlatNotebook.Tpo -c src/wxFlatNotebook/wxFlatNotebook.cpp -fPIC -DPIC -o src/wxFlatNotebook/.libs/wxFlatNotebook.o
  3500. depbase=`echo src/wxFlatNotebook/xh_fnb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3501. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/xh_fnb.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/xh_fnb.lo src/wxFlatNotebook/xh_fnb.cpp &&\
  3502. mv -f $depbase.Tpo $depbase.Plo
  3503. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxFlatNotebook/xh_fnb.lo -MD -MP -MF src/wxFlatNotebook/.deps/xh_fnb.Tpo -c src/wxFlatNotebook/xh_fnb.cpp -fPIC -DPIC -o src/wxFlatNotebook/.libs/xh_fnb.o
  3504. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwxflatnotebook.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./src/wxFlatNotebook/fnb_customize_dlg.lo ./src/wxFlatNotebook/fnb_resources.lo ./src/wxFlatNotebook/popup_dlg.lo ./src/wxFlatNotebook/renderer.lo ./src/wxFlatNotebook/wxFlatNotebook.lo ./src/wxFlatNotebook/xh_fnb.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3505. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./src/wxFlatNotebook/.libs/fnb_customize_dlg.o ./src/wxFlatNotebook/.libs/fnb_resources.o ./src/wxFlatNotebook/.libs/popup_dlg.o ./src/wxFlatNotebook/.libs/renderer.o ./src/wxFlatNotebook/.libs/wxFlatNotebook.o ./src/wxFlatNotebook/.libs/xh_fnb.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxflatnotebook.so.0 -o .libs/libwxflatnotebook.so.0.0.1
  3506. libtool: link: (cd ".libs" && rm -f "libwxflatnotebook.so.0" && ln -s "libwxflatnotebook.so.0.0.1" "libwxflatnotebook.so.0")
  3507. libtool: link: (cd ".libs" && rm -f "libwxflatnotebook.so" && ln -s "libwxflatnotebook.so.0.0.1" "libwxflatnotebook.so")
  3508. libtool: link: ( cd ".libs" && rm -f "libwxflatnotebook.la" && ln -s "../libwxflatnotebook.la" "libwxflatnotebook.la" )
  3509. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  3510. Making all in wxthings
  3511. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  3512. depbase=`echo src/toggle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3513. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/toggle.lo -MD -MP -MF $depbase.Tpo -c -o src/toggle.lo src/toggle.cpp &&\
  3514. mv -f $depbase.Tpo $depbase.Plo
  3515. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/toggle.lo -MD -MP -MF src/.deps/toggle.Tpo -c src/toggle.cpp -fPIC -DPIC -o src/.libs/toggle.o
  3516. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwxcustombutton.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./src/toggle.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3517. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./src/.libs/toggle.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxcustombutton.so.0 -o .libs/libwxcustombutton.so.0.0.1
  3518. libtool: link: (cd ".libs" && rm -f "libwxcustombutton.so.0" && ln -s "libwxcustombutton.so.0.0.1" "libwxcustombutton.so.0")
  3519. libtool: link: (cd ".libs" && rm -f "libwxcustombutton.so" && ln -s "libwxcustombutton.so.0.0.1" "libwxcustombutton.so")
  3520. libtool: link: ( cd ".libs" && rm -f "libwxcustombutton.la" && ln -s "../libwxcustombutton.la" "libwxcustombutton.la" )
  3521. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  3522. Making all in wxImagePanel
  3523. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  3524. depbase=`echo src/wxImagePanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3525. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxImagePanel.lo -MD -MP -MF $depbase.Tpo -c -o src/wxImagePanel.lo src/wxImagePanel.cpp &&\
  3526. mv -f $depbase.Tpo $depbase.Plo
  3527. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wxImagePanel.lo -MD -MP -MF src/.deps/wxImagePanel.Tpo -c src/wxImagePanel.cpp -fPIC -DPIC -o src/.libs/wxImagePanel.o
  3528. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwximagepanel.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./src/wxImagePanel.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3529. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./src/.libs/wxImagePanel.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwximagepanel.so.0 -o .libs/libwximagepanel.so.0.0.1
  3530. libtool: link: (cd ".libs" && rm -f "libwximagepanel.so.0" && ln -s "libwximagepanel.so.0.0.1" "libwximagepanel.so.0")
  3531. libtool: link: (cd ".libs" && rm -f "libwximagepanel.so" && ln -s "libwximagepanel.so.0.0.1" "libwximagepanel.so")
  3532. libtool: link: ( cd ".libs" && rm -f "libwximagepanel.la" && ln -s "../libwximagepanel.la" "libwximagepanel.la" )
  3533. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  3534. Making all in wxSpeedButton
  3535. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  3536. depbase=`echo wxSpeedButton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3537. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSpeedButton.lo -MD -MP -MF $depbase.Tpo -c -o wxSpeedButton.lo wxSpeedButton.cpp &&\
  3538. mv -f $depbase.Tpo $depbase.Plo
  3539. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSpeedButton.lo -MD -MP -MF .deps/wxSpeedButton.Tpo -c wxSpeedButton.cpp -fPIC -DPIC -o .libs/wxSpeedButton.o
  3540. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwxspeedbutton.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./wxSpeedButton.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3541. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./.libs/wxSpeedButton.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxspeedbutton.so.0 -o .libs/libwxspeedbutton.so.0.0.1
  3542. libtool: link: (cd ".libs" && rm -f "libwxspeedbutton.so.0" && ln -s "libwxspeedbutton.so.0.0.1" "libwxspeedbutton.so.0")
  3543. libtool: link: (cd ".libs" && rm -f "libwxspeedbutton.so" && ln -s "libwxspeedbutton.so.0.0.1" "libwxspeedbutton.so")
  3544. libtool: link: ( cd ".libs" && rm -f "libwxspeedbutton.la" && ln -s "../libwxspeedbutton.la" "libwxspeedbutton.la" )
  3545. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  3546. Making all in KWIC
  3547. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  3548. Making all in include/wx/KWIC
  3549. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  3550. make[6]: Nothing to be done for `all'.
  3551. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  3552. Making all in include/wx/xrc
  3553. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  3554. make[6]: Nothing to be done for `all'.
  3555. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  3556. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  3557. depbase=`echo src/wx/KWIC/AngularMeter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3558. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/AngularMeter.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/AngularMeter.lo src/wx/KWIC/AngularMeter.cpp &&\
  3559. mv -f $depbase.Tpo $depbase.Plo
  3560. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/AngularMeter.lo -MD -MP -MF src/wx/KWIC/.deps/AngularMeter.Tpo -c src/wx/KWIC/AngularMeter.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/AngularMeter.o
  3561. depbase=`echo src/wx/KWIC/AngularRegulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3562. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/AngularRegulator.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/AngularRegulator.lo src/wx/KWIC/AngularRegulator.cpp &&\
  3563. mv -f $depbase.Tpo $depbase.Plo
  3564. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/AngularRegulator.lo -MD -MP -MF src/wx/KWIC/.deps/AngularRegulator.Tpo -c src/wx/KWIC/AngularRegulator.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/AngularRegulator.o
  3565. depbase=`echo src/wx/KWIC/BmpCheckBox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3566. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/BmpCheckBox.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/BmpCheckBox.lo src/wx/KWIC/BmpCheckBox.cpp &&\
  3567. mv -f $depbase.Tpo $depbase.Plo
  3568. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/BmpCheckBox.lo -MD -MP -MF src/wx/KWIC/.deps/BmpCheckBox.Tpo -c src/wx/KWIC/BmpCheckBox.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/BmpCheckBox.o
  3569. depbase=`echo src/wx/KWIC/BmpSwitcher.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3570. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/BmpSwitcher.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/BmpSwitcher.lo src/wx/KWIC/BmpSwitcher.cpp &&\
  3571. mv -f $depbase.Tpo $depbase.Plo
  3572. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/BmpSwitcher.lo -MD -MP -MF src/wx/KWIC/.deps/BmpSwitcher.Tpo -c src/wx/KWIC/BmpSwitcher.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/BmpSwitcher.o
  3573. depbase=`echo src/wx/KWIC/LCDClock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3574. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LCDClock.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LCDClock.lo src/wx/KWIC/LCDClock.cpp &&\
  3575. mv -f $depbase.Tpo $depbase.Plo
  3576. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LCDClock.lo -MD -MP -MF src/wx/KWIC/.deps/LCDClock.Tpo -c src/wx/KWIC/LCDClock.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/LCDClock.o
  3577. depbase=`echo src/wx/KWIC/LCDWindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3578. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LCDWindow.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LCDWindow.lo src/wx/KWIC/LCDWindow.cpp &&\
  3579. mv -f $depbase.Tpo $depbase.Plo
  3580. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LCDWindow.lo -MD -MP -MF src/wx/KWIC/.deps/LCDWindow.Tpo -c src/wx/KWIC/LCDWindow.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/LCDWindow.o
  3581. depbase=`echo src/wx/KWIC/LinearMeter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3582. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LinearMeter.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LinearMeter.lo src/wx/KWIC/LinearMeter.cpp &&\
  3583. mv -f $depbase.Tpo $depbase.Plo
  3584. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LinearMeter.lo -MD -MP -MF src/wx/KWIC/.deps/LinearMeter.Tpo -c src/wx/KWIC/LinearMeter.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/LinearMeter.o
  3585. depbase=`echo src/wx/KWIC/LinearRegulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3586. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LinearRegulator.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LinearRegulator.lo src/wx/KWIC/LinearRegulator.cpp &&\
  3587. mv -f $depbase.Tpo $depbase.Plo
  3588. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/LinearRegulator.lo -MD -MP -MF src/wx/KWIC/.deps/LinearRegulator.Tpo -c src/wx/KWIC/LinearRegulator.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/LinearRegulator.o
  3589. depbase=`echo src/wx/KWIC/TimeAlarm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3590. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/TimeAlarm.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/TimeAlarm.lo src/wx/KWIC/TimeAlarm.cpp &&\
  3591. mv -f $depbase.Tpo $depbase.Plo
  3592. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/KWIC/TimeAlarm.lo -MD -MP -MF src/wx/KWIC/.deps/TimeAlarm.Tpo -c src/wx/KWIC/TimeAlarm.cpp -fPIC -DPIC -o src/wx/KWIC/.libs/TimeAlarm.o
  3593. depbase=`echo src/wx/xrc/xh_kwxangularmeterhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3594. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxangularmeterhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxangularmeterhandler.lo src/wx/xrc/xh_kwxangularmeterhandler.cpp &&\
  3595. mv -f $depbase.Tpo $depbase.Plo
  3596. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxangularmeterhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxangularmeterhandler.Tpo -c src/wx/xrc/xh_kwxangularmeterhandler.cpp -fPIC -DPIC -o src/wx/xrc/.libs/xh_kwxangularmeterhandler.o
  3597. depbase=`echo src/wx/xrc/xh_kwxangularregulatorhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3598. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxangularregulatorhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxangularregulatorhandler.lo src/wx/xrc/xh_kwxangularregulatorhandler.cpp &&\
  3599. mv -f $depbase.Tpo $depbase.Plo
  3600. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxangularregulatorhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxangularregulatorhandler.Tpo -c src/wx/xrc/xh_kwxangularregulatorhandler.cpp -fPIC -DPIC -o src/wx/xrc/.libs/xh_kwxangularregulatorhandler.o
  3601. depbase=`echo src/wx/xrc/xh_kwxlcdclockhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3602. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlcdclockhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlcdclockhandler.lo src/wx/xrc/xh_kwxlcdclockhandler.cpp &&\
  3603. mv -f $depbase.Tpo $depbase.Plo
  3604. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlcdclockhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlcdclockhandler.Tpo -c src/wx/xrc/xh_kwxlcdclockhandler.cpp -fPIC -DPIC -o src/wx/xrc/.libs/xh_kwxlcdclockhandler.o
  3605. depbase=`echo src/wx/xrc/xh_kwxlcddisplayhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3606. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlcddisplayhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlcddisplayhandler.lo src/wx/xrc/xh_kwxlcddisplayhandler.cpp &&\
  3607. mv -f $depbase.Tpo $depbase.Plo
  3608. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlcddisplayhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlcddisplayhandler.Tpo -c src/wx/xrc/xh_kwxlcddisplayhandler.cpp -fPIC -DPIC -o src/wx/xrc/.libs/xh_kwxlcddisplayhandler.o
  3609. depbase=`echo src/wx/xrc/xh_kwxlinearmeterhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3610. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlinearmeterhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlinearmeterhandler.lo src/wx/xrc/xh_kwxlinearmeterhandler.cpp &&\
  3611. mv -f $depbase.Tpo $depbase.Plo
  3612. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlinearmeterhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlinearmeterhandler.Tpo -c src/wx/xrc/xh_kwxlinearmeterhandler.cpp -fPIC -DPIC -o src/wx/xrc/.libs/xh_kwxlinearmeterhandler.o
  3613. depbase=`echo src/wx/xrc/xh_kwxlinearregulatorhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3614. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlinearregulatorhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlinearregulatorhandler.lo src/wx/xrc/xh_kwxlinearregulatorhandler.cpp &&\
  3615. mv -f $depbase.Tpo $depbase.Plo
  3616. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./include -ansi -DTIXML_USE_STL -std=c++11 -MT src/wx/xrc/xh_kwxlinearregulatorhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlinearregulatorhandler.Tpo -c src/wx/xrc/xh_kwxlinearregulatorhandler.cpp -fPIC -DPIC -o src/wx/xrc/.libs/xh_kwxlinearregulatorhandler.o
  3617. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwxkwic.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./src/wx/KWIC/AngularMeter.lo ./src/wx/KWIC/AngularRegulator.lo ./src/wx/KWIC/BmpCheckBox.lo ./src/wx/KWIC/BmpSwitcher.lo ./src/wx/KWIC/LCDClock.lo ./src/wx/KWIC/LCDWindow.lo ./src/wx/KWIC/LinearMeter.lo ./src/wx/KWIC/LinearRegulator.lo ./src/wx/KWIC/TimeAlarm.lo ./src/wx/xrc/xh_kwxangularmeterhandler.lo ./src/wx/xrc/xh_kwxangularregulatorhandler.lo ./src/wx/xrc/xh_kwxlcdclockhandler.lo ./src/wx/xrc/xh_kwxlcddisplayhandler.lo ./src/wx/xrc/xh_kwxlinearmeterhandler.lo ./src/wx/xrc/xh_kwxlinearregulatorhandler.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3618. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./src/wx/KWIC/.libs/AngularMeter.o ./src/wx/KWIC/.libs/AngularRegulator.o ./src/wx/KWIC/.libs/BmpCheckBox.o ./src/wx/KWIC/.libs/BmpSwitcher.o ./src/wx/KWIC/.libs/LCDClock.o ./src/wx/KWIC/.libs/LCDWindow.o ./src/wx/KWIC/.libs/LinearMeter.o ./src/wx/KWIC/.libs/LinearRegulator.o ./src/wx/KWIC/.libs/TimeAlarm.o ./src/wx/xrc/.libs/xh_kwxangularmeterhandler.o ./src/wx/xrc/.libs/xh_kwxangularregulatorhandler.o ./src/wx/xrc/.libs/xh_kwxlcdclockhandler.o ./src/wx/xrc/.libs/xh_kwxlcddisplayhandler.o ./src/wx/xrc/.libs/xh_kwxlinearmeterhandler.o ./src/wx/xrc/.libs/xh_kwxlinearregulatorhandler.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxkwic.so.0 -o .libs/libwxkwic.so.0.0.1
  3619. libtool: link: (cd ".libs" && rm -f "libwxkwic.so.0" && ln -s "libwxkwic.so.0.0.1" "libwxkwic.so.0")
  3620. libtool: link: (cd ".libs" && rm -f "libwxkwic.so" && ln -s "libwxkwic.so.0.0.1" "libwxkwic.so")
  3621. libtool: link: ( cd ".libs" && rm -f "libwxkwic.la" && ln -s "../libwxkwic.la" "libwxkwic.la" )
  3622. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  3623. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  3624. Making all in wxled
  3625. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  3626. Making all in gizmosled/include/wx/gizmos
  3627. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  3628. make[6]: Nothing to be done for `all'.
  3629. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  3630. Making all in lcdWindow/include/wx
  3631. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  3632. make[6]: Nothing to be done for `all'.
  3633. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  3634. Making all in led/include/wx
  3635. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  3636. make[6]: Nothing to be done for `all'.
  3637. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  3638. Making all in led/include/xrc
  3639. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  3640. make[6]: Nothing to be done for `all'.
  3641. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  3642. Making all in ledpanel/include/wx
  3643. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  3644. make[6]: Nothing to be done for `all'.
  3645. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  3646. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  3647. depbase=`echo gizmosled/src/ledctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3648. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT gizmosled/src/ledctrl.lo -MD -MP -MF $depbase.Tpo -c -o gizmosled/src/ledctrl.lo gizmosled/src/ledctrl.cpp &&\
  3649. mv -f $depbase.Tpo $depbase.Plo
  3650. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT gizmosled/src/ledctrl.lo -MD -MP -MF gizmosled/src/.deps/ledctrl.Tpo -c gizmosled/src/ledctrl.cpp -fPIC -DPIC -o gizmosled/src/.libs/ledctrl.o
  3651. depbase=`echo lcdWindow/src/lcdwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3652. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT lcdWindow/src/lcdwindow.lo -MD -MP -MF $depbase.Tpo -c -o lcdWindow/src/lcdwindow.lo lcdWindow/src/lcdwindow.cpp &&\
  3653. mv -f $depbase.Tpo $depbase.Plo
  3654. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT lcdWindow/src/lcdwindow.lo -MD -MP -MF lcdWindow/src/.deps/lcdwindow.Tpo -c lcdWindow/src/lcdwindow.cpp -fPIC -DPIC -o lcdWindow/src/.libs/lcdwindow.o
  3655. depbase=`echo led/src/led.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3656. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/led.lo -MD -MP -MF $depbase.Tpo -c -o led/src/led.lo led/src/led.cpp &&\
  3657. mv -f $depbase.Tpo $depbase.Plo
  3658. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/led.lo -MD -MP -MF led/src/.deps/led.Tpo -c led/src/led.cpp -fPIC -DPIC -o led/src/.libs/led.o
  3659. depbase=`echo led/src/stateLed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3660. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/stateLed.lo -MD -MP -MF $depbase.Tpo -c -o led/src/stateLed.lo led/src/stateLed.cpp &&\
  3661. mv -f $depbase.Tpo $depbase.Plo
  3662. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/stateLed.lo -MD -MP -MF led/src/.deps/stateLed.Tpo -c led/src/stateLed.cpp -fPIC -DPIC -o led/src/.libs/stateLed.o
  3663. depbase=`echo led/src/xrc/xh_ledHandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3664. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/xrc/xh_ledHandler.lo -MD -MP -MF $depbase.Tpo -c -o led/src/xrc/xh_ledHandler.lo led/src/xrc/xh_ledHandler.cpp &&\
  3665. mv -f $depbase.Tpo $depbase.Plo
  3666. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/xrc/xh_ledHandler.lo -MD -MP -MF led/src/xrc/.deps/xh_ledHandler.Tpo -c led/src/xrc/xh_ledHandler.cpp -fPIC -DPIC -o led/src/xrc/.libs/xh_ledHandler.o
  3667. depbase=`echo led/src/xrc/xh_stateLedHandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3668. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/xrc/xh_stateLedHandler.lo -MD -MP -MF $depbase.Tpo -c -o led/src/xrc/xh_stateLedHandler.lo led/src/xrc/xh_stateLedHandler.cpp &&\
  3669. mv -f $depbase.Tpo $depbase.Plo
  3670. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT led/src/xrc/xh_stateLedHandler.lo -MD -MP -MF led/src/xrc/.deps/xh_stateLedHandler.Tpo -c led/src/xrc/xh_stateLedHandler.cpp -fPIC -DPIC -o led/src/xrc/.libs/xh_stateLedHandler.o
  3671. depbase=`echo ledpanel/src/advancedmatrixobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3672. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/advancedmatrixobject.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/advancedmatrixobject.lo ledpanel/src/advancedmatrixobject.cpp &&\
  3673. mv -f $depbase.Tpo $depbase.Plo
  3674. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/advancedmatrixobject.lo -MD -MP -MF ledpanel/src/.deps/advancedmatrixobject.Tpo -c ledpanel/src/advancedmatrixobject.cpp -fPIC -DPIC -o ledpanel/src/.libs/advancedmatrixobject.o
  3675. depbase=`echo ledpanel/src/font75.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3676. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/font75.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/font75.lo ledpanel/src/font75.cpp &&\
  3677. mv -f $depbase.Tpo $depbase.Plo
  3678. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/font75.lo -MD -MP -MF ledpanel/src/.deps/font75.Tpo -c ledpanel/src/font75.cpp -fPIC -DPIC -o ledpanel/src/.libs/font75.o
  3679. depbase=`echo ledpanel/src/font77.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3680. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/font77.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/font77.lo ledpanel/src/font77.cpp &&\
  3681. mv -f $depbase.Tpo $depbase.Plo
  3682. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/font77.lo -MD -MP -MF ledpanel/src/.deps/font77.Tpo -c ledpanel/src/font77.cpp -fPIC -DPIC -o ledpanel/src/.libs/font77.o
  3683. depbase=`echo ledpanel/src/matrixobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3684. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/matrixobject.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/matrixobject.lo ledpanel/src/matrixobject.cpp &&\
  3685. mv -f $depbase.Tpo $depbase.Plo
  3686. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/matrixobject.lo -MD -MP -MF ledpanel/src/.deps/matrixobject.Tpo -c ledpanel/src/matrixobject.cpp -fPIC -DPIC -o ledpanel/src/.libs/matrixobject.o
  3687. depbase=`echo ledpanel/src/wxledfont.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3688. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/wxledfont.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/wxledfont.lo ledpanel/src/wxledfont.cpp &&\
  3689. mv -f $depbase.Tpo $depbase.Plo
  3690. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/wxledfont.lo -MD -MP -MF ledpanel/src/.deps/wxledfont.Tpo -c ledpanel/src/wxledfont.cpp -fPIC -DPIC -o ledpanel/src/.libs/wxledfont.o
  3691. depbase=`echo ledpanel/src/wxledpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3692. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/wxledpanel.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/wxledpanel.lo ledpanel/src/wxledpanel.cpp &&\
  3693. mv -f $depbase.Tpo $depbase.Plo
  3694. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I./ledpanel/include -I./lcdWindow/include -I./led/include -ansi -DTIXML_USE_STL -std=c++11 -MT ledpanel/src/wxledpanel.lo -MD -MP -MF ledpanel/src/.deps/wxledpanel.Tpo -c ledpanel/src/wxledpanel.cpp -fPIC -DPIC -o ledpanel/src/.libs/wxledpanel.o
  3695. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -Wl,--no-undefined -o libwxled.la -rpath /opt/codeblocks-svn/lib/codeblocks/wxContribItems ./gizmosled/src/ledctrl.lo ./lcdWindow/src/lcdwindow.lo ./led/src/led.lo ./led/src/stateLed.lo ./led/src/xrc/xh_ledHandler.lo ./led/src/xrc/xh_stateLedHandler.lo ./ledpanel/src/advancedmatrixobject.lo ./ledpanel/src/font75.lo ./ledpanel/src/font77.lo ./ledpanel/src/matrixobject.lo ./ledpanel/src/wxledfont.lo ./ledpanel/src/wxledpanel.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3696. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./gizmosled/src/.libs/ledctrl.o ./lcdWindow/src/.libs/lcdwindow.o ./led/src/.libs/led.o ./led/src/.libs/stateLed.o ./led/src/xrc/.libs/xh_ledHandler.o ./led/src/xrc/.libs/xh_stateLedHandler.o ./ledpanel/src/.libs/advancedmatrixobject.o ./ledpanel/src/.libs/font75.o ./ledpanel/src/.libs/font77.o ./ledpanel/src/.libs/matrixobject.o ./ledpanel/src/.libs/wxledfont.o ./ledpanel/src/.libs/wxledpanel.o -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxled.so.0 -o .libs/libwxled.so.0.0.1
  3697. libtool: link: (cd ".libs" && rm -f "libwxled.so.0" && ln -s "libwxled.so.0.0.1" "libwxled.so.0")
  3698. libtool: link: (cd ".libs" && rm -f "libwxled.so" && ln -s "libwxled.so.0.0.1" "libwxled.so")
  3699. libtool: link: ( cd ".libs" && rm -f "libwxled.la" && ln -s "../libwxled.la" "libwxled.la" )
  3700. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  3701. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  3702. Making all in .
  3703. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  3704. make[5]: Nothing to be done for `all-am'.
  3705. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  3706. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  3707. Making all in lib_finder
  3708. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  3709. Making all in lib_finder
  3710. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder'
  3711. make[5]: Nothing to be done for `all'.
  3712. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder'
  3713. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  3714. depbase=`echo librariesdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3715. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT librariesdlg.lo -MD -MP -MF $depbase.Tpo -c -o librariesdlg.lo librariesdlg.cpp &&\
  3716. mv -f $depbase.Tpo $depbase.Plo
  3717. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT librariesdlg.lo -MD -MP -MF .deps/librariesdlg.Tpo -c librariesdlg.cpp -fPIC -DPIC -o .libs/librariesdlg.o
  3718. depbase=`echo dirlistdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3719. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT dirlistdlg.lo -MD -MP -MF $depbase.Tpo -c -o dirlistdlg.lo dirlistdlg.cpp &&\
  3720. mv -f $depbase.Tpo $depbase.Plo
  3721. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT dirlistdlg.lo -MD -MP -MF .deps/dirlistdlg.Tpo -c dirlistdlg.cpp -fPIC -DPIC -o .libs/dirlistdlg.o
  3722. depbase=`echo projectmissinglibs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3723. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectmissinglibs.lo -MD -MP -MF $depbase.Tpo -c -o projectmissinglibs.lo projectmissinglibs.cpp &&\
  3724. mv -f $depbase.Tpo $depbase.Plo
  3725. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectmissinglibs.lo -MD -MP -MF .deps/projectmissinglibs.Tpo -c projectmissinglibs.cpp -fPIC -DPIC -o .libs/projectmissinglibs.o
  3726. depbase=`echo headersdetectordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3727. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT headersdetectordlg.lo -MD -MP -MF $depbase.Tpo -c -o headersdetectordlg.lo headersdetectordlg.cpp &&\
  3728. mv -f $depbase.Tpo $depbase.Plo
  3729. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT headersdetectordlg.lo -MD -MP -MF .deps/headersdetectordlg.Tpo -c headersdetectordlg.cpp -fPIC -DPIC -o .libs/headersdetectordlg.o
  3730. depbase=`echo webresourcesmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3731. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT webresourcesmanager.lo -MD -MP -MF $depbase.Tpo -c -o webresourcesmanager.lo webresourcesmanager.cpp &&\
  3732. mv -f $depbase.Tpo $depbase.Plo
  3733. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT webresourcesmanager.lo -MD -MP -MF .deps/webresourcesmanager.Tpo -c webresourcesmanager.cpp -fPIC -DPIC -o .libs/webresourcesmanager.o
  3734. depbase=`echo projectconfiguration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3735. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectconfiguration.lo -MD -MP -MF $depbase.Tpo -c -o projectconfiguration.lo projectconfiguration.cpp &&\
  3736. mv -f $depbase.Tpo $depbase.Plo
  3737. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectconfiguration.lo -MD -MP -MF .deps/projectconfiguration.Tpo -c projectconfiguration.cpp -fPIC -DPIC -o .libs/projectconfiguration.o
  3738. depbase=`echo resultmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3739. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT resultmap.lo -MD -MP -MF $depbase.Tpo -c -o resultmap.lo resultmap.cpp &&\
  3740. mv -f $depbase.Tpo $depbase.Plo
  3741. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT resultmap.lo -MD -MP -MF .deps/resultmap.Tpo -c resultmap.cpp -fPIC -DPIC -o .libs/resultmap.o
  3742. depbase=`echo libraryresult.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3743. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT libraryresult.lo -MD -MP -MF $depbase.Tpo -c -o libraryresult.lo libraryresult.cpp &&\
  3744. mv -f $depbase.Tpo $depbase.Plo
  3745. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT libraryresult.lo -MD -MP -MF .deps/libraryresult.Tpo -c libraryresult.cpp -fPIC -DPIC -o .libs/libraryresult.o
  3746. depbase=`echo projectconfigurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3747. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectconfigurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o projectconfigurationpanel.lo projectconfigurationpanel.cpp &&\
  3748. mv -f $depbase.Tpo $depbase.Plo
  3749. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT projectconfigurationpanel.lo -MD -MP -MF .deps/projectconfigurationpanel.Tpo -c projectconfigurationpanel.cpp -fPIC -DPIC -o .libs/projectconfigurationpanel.o
  3750. depbase=`echo pkgconfigmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3751. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pkgconfigmanager.lo -MD -MP -MF $depbase.Tpo -c -o pkgconfigmanager.lo pkgconfigmanager.cpp &&\
  3752. mv -f $depbase.Tpo $depbase.Plo
  3753. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT pkgconfigmanager.lo -MD -MP -MF .deps/pkgconfigmanager.Tpo -c pkgconfigmanager.cpp -fPIC -DPIC -o .libs/pkgconfigmanager.o
  3754. depbase=`echo librarydetectionmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3755. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT librarydetectionmanager.lo -MD -MP -MF $depbase.Tpo -c -o librarydetectionmanager.lo librarydetectionmanager.cpp &&\
  3756. mv -f $depbase.Tpo $depbase.Plo
  3757. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT librarydetectionmanager.lo -MD -MP -MF .deps/librarydetectionmanager.Tpo -c librarydetectionmanager.cpp -fPIC -DPIC -o .libs/librarydetectionmanager.o
  3758. depbase=`echo libselectdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3759. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT libselectdlg.lo -MD -MP -MF $depbase.Tpo -c -o libselectdlg.lo libselectdlg.cpp &&\
  3760. mv -f $depbase.Tpo $depbase.Plo
  3761. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT libselectdlg.lo -MD -MP -MF .deps/libselectdlg.Tpo -c libselectdlg.cpp -fPIC -DPIC -o .libs/libselectdlg.o
  3762. depbase=`echo processingdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3763. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT processingdlg.lo -MD -MP -MF $depbase.Tpo -c -o processingdlg.lo processingdlg.cpp &&\
  3764. mv -f $depbase.Tpo $depbase.Plo
  3765. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT processingdlg.lo -MD -MP -MF .deps/processingdlg.Tpo -c processingdlg.cpp -fPIC -DPIC -o .libs/processingdlg.o
  3766. depbase=`echo defsdownloaddlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3767. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT defsdownloaddlg.lo -MD -MP -MF $depbase.Tpo -c -o defsdownloaddlg.lo defsdownloaddlg.cpp &&\
  3768. mv -f $depbase.Tpo $depbase.Plo
  3769. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT defsdownloaddlg.lo -MD -MP -MF .deps/defsdownloaddlg.Tpo -c defsdownloaddlg.cpp -fPIC -DPIC -o .libs/defsdownloaddlg.o
  3770. depbase=`echo lib_finder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3771. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT lib_finder.lo -MD -MP -MF $depbase.Tpo -c -o lib_finder.lo lib_finder.cpp &&\
  3772. mv -f $depbase.Tpo $depbase.Plo
  3773. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT lib_finder.lo -MD -MP -MF .deps/lib_finder.Tpo -c lib_finder.cpp -fPIC -DPIC -o .libs/lib_finder.o
  3774. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o liblib_finder.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins librariesdlg.lo dirlistdlg.lo projectmissinglibs.lo headersdetectordlg.lo webresourcesmanager.lo projectconfiguration.lo resultmap.lo libraryresult.lo projectconfigurationpanel.lo pkgconfigmanager.lo librarydetectionmanager.lo libselectdlg.lo processingdlg.lo defsdownloaddlg.lo lib_finder.lo ../../../sdk/libcodeblocks.la ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3775. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/librariesdlg.o .libs/dirlistdlg.o .libs/projectmissinglibs.o .libs/headersdetectordlg.o .libs/webresourcesmanager.o .libs/projectconfiguration.o .libs/resultmap.o .libs/libraryresult.o .libs/projectconfigurationpanel.o .libs/pkgconfigmanager.o .libs/librarydetectionmanager.o .libs/libselectdlg.o .libs/processingdlg.o .libs/defsdownloaddlg.o .libs/lib_finder.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -Wl,-rpath -Wl,/opt/codeblocks-svn/lib/codeblocks/wxContribItems ../../../sdk/.libs/libcodeblocks.so ../wxContribItems/wxFlatNotebook/.libs/libwxflatnotebook.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,liblib_finder.so -o .libs/liblib_finder.so
  3776. libtool: link: ( cd ".libs" && rm -f "liblib_finder.la" && ln -s "../liblib_finder.la" "liblib_finder.la" )
  3777. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder.zip manifest.xml > /dev/null
  3778. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  3779. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  3780. Making all in MouseSap
  3781. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap'
  3782. depbase=`echo MouseSap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3783. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT MouseSap.lo -MD -MP -MF $depbase.Tpo -c -o MouseSap.lo MouseSap.cpp &&\
  3784. mv -f $depbase.Tpo $depbase.Plo
  3785. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT MouseSap.lo -MD -MP -MF .deps/MouseSap.Tpo -c MouseSap.cpp -fPIC -DPIC -o .libs/MouseSap.o
  3786. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libMouseSap.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins MouseSap.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl
  3787. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/MouseSap.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libMouseSap.so -o .libs/libMouseSap.so
  3788. libtool: link: ( cd ".libs" && rm -f "libMouseSap.la" && ln -s "../libMouseSap.la" "libMouseSap.la" )
  3789. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap/MouseSap.zip manifest.xml > /dev/null
  3790. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap'
  3791. Making all in NassiShneiderman
  3792. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman'
  3793. depbase=`echo bricks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3794. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT bricks.lo -MD -MP -MF $depbase.Tpo -c -o bricks.lo bricks.cpp &&\
  3795. mv -f $depbase.Tpo $depbase.Plo
  3796. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT bricks.lo -MD -MP -MF .deps/bricks.Tpo -c bricks.cpp -fPIC -DPIC -o .libs/bricks.o
  3797. depbase=`echo cbEditorPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3798. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbEditorPanel.lo -MD -MP -MF $depbase.Tpo -c -o cbEditorPanel.lo cbEditorPanel.cpp &&\
  3799. mv -f $depbase.Tpo $depbase.Plo
  3800. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbEditorPanel.lo -MD -MP -MF .deps/cbEditorPanel.Tpo -c cbEditorPanel.cpp -fPIC -DPIC -o .libs/cbEditorPanel.o
  3801. depbase=`echo commands.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3802. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT commands.lo -MD -MP -MF $depbase.Tpo -c -o commands.lo commands.cpp &&\
  3803. mv -f $depbase.Tpo $depbase.Plo
  3804. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT commands.lo -MD -MP -MF .deps/commands.Tpo -c commands.cpp -fPIC -DPIC -o .libs/commands.o
  3805. depbase=`echo CParser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3806. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CParser.lo -MD -MP -MF $depbase.Tpo -c -o CParser.lo CParser.cpp &&\
  3807. mv -f $depbase.Tpo $depbase.Plo
  3808. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT CParser.lo -MD -MP -MF .deps/CParser.Tpo -c CParser.cpp -fPIC -DPIC -o .libs/CParser.o
  3809. depbase=`echo DataObject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3810. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DataObject.lo -MD -MP -MF $depbase.Tpo -c -o DataObject.lo DataObject.cpp &&\
  3811. mv -f $depbase.Tpo $depbase.Plo
  3812. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DataObject.lo -MD -MP -MF .deps/DataObject.Tpo -c DataObject.cpp -fPIC -DPIC -o .libs/DataObject.o
  3813. depbase=`echo FileContent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3814. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContent.lo -MD -MP -MF $depbase.Tpo -c -o FileContent.lo FileContent.cpp &&\
  3815. mv -f $depbase.Tpo $depbase.Plo
  3816. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT FileContent.lo -MD -MP -MF .deps/FileContent.Tpo -c FileContent.cpp -fPIC -DPIC -o .libs/FileContent.o
  3817. depbase=`echo GraphBricks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3818. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT GraphBricks.lo -MD -MP -MF $depbase.Tpo -c -o GraphBricks.lo GraphBricks.cpp &&\
  3819. mv -f $depbase.Tpo $depbase.Plo
  3820. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT GraphBricks.lo -MD -MP -MF .deps/GraphBricks.Tpo -c GraphBricks.cpp -fPIC -DPIC -o .libs/GraphBricks.o
  3821. depbase=`echo GraphFabric.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3822. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT GraphFabric.lo -MD -MP -MF $depbase.Tpo -c -o GraphFabric.lo GraphFabric.cpp &&\
  3823. mv -f $depbase.Tpo $depbase.Plo
  3824. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT GraphFabric.lo -MD -MP -MF .deps/GraphFabric.Tpo -c GraphFabric.cpp -fPIC -DPIC -o .libs/GraphFabric.o
  3825. depbase=`echo HooverDrawlet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3826. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HooverDrawlet.lo -MD -MP -MF $depbase.Tpo -c -o HooverDrawlet.lo HooverDrawlet.cpp &&\
  3827. mv -f $depbase.Tpo $depbase.Plo
  3828. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT HooverDrawlet.lo -MD -MP -MF .deps/HooverDrawlet.Tpo -c HooverDrawlet.cpp -fPIC -DPIC -o .libs/HooverDrawlet.o
  3829. depbase=`echo InsertBrickTask.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3830. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT InsertBrickTask.lo -MD -MP -MF $depbase.Tpo -c -o InsertBrickTask.lo InsertBrickTask.cpp &&\
  3831. mv -f $depbase.Tpo $depbase.Plo
  3832. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT InsertBrickTask.lo -MD -MP -MF .deps/InsertBrickTask.Tpo -c InsertBrickTask.cpp -fPIC -DPIC -o .libs/InsertBrickTask.o
  3833. depbase=`echo logger.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3834. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT logger.lo -MD -MP -MF $depbase.Tpo -c -o logger.lo logger.cpp &&\
  3835. mv -f $depbase.Tpo $depbase.Plo
  3836. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT logger.lo -MD -MP -MF .deps/logger.Tpo -c logger.cpp -fPIC -DPIC -o .libs/logger.o
  3837. depbase=`echo NassiDiagramWindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3838. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiDiagramWindow.lo -MD -MP -MF $depbase.Tpo -c -o NassiDiagramWindow.lo NassiDiagramWindow.cpp &&\
  3839. mv -f $depbase.Tpo $depbase.Plo
  3840. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiDiagramWindow.lo -MD -MP -MF .deps/NassiDiagramWindow.Tpo -c NassiDiagramWindow.cpp -fPIC -DPIC -o .libs/NassiDiagramWindow.o
  3841. depbase=`echo NassiDropTarget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3842. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiDropTarget.lo -MD -MP -MF $depbase.Tpo -c -o NassiDropTarget.lo NassiDropTarget.cpp &&\
  3843. mv -f $depbase.Tpo $depbase.Plo
  3844. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiDropTarget.lo -MD -MP -MF .deps/NassiDropTarget.Tpo -c NassiDropTarget.cpp -fPIC -DPIC -o .libs/NassiDropTarget.o
  3845. depbase=`echo NassiEditorPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3846. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiEditorPanel.lo -MD -MP -MF $depbase.Tpo -c -o NassiEditorPanel.lo NassiEditorPanel.cpp &&\
  3847. mv -f $depbase.Tpo $depbase.Plo
  3848. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiEditorPanel.lo -MD -MP -MF .deps/NassiEditorPanel.Tpo -c NassiEditorPanel.cpp -fPIC -DPIC -o .libs/NassiEditorPanel.o
  3849. depbase=`echo NassiFileContent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3850. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiFileContent.lo -MD -MP -MF $depbase.Tpo -c -o NassiFileContent.lo NassiFileContent.cpp &&\
  3851. mv -f $depbase.Tpo $depbase.Plo
  3852. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiFileContent.lo -MD -MP -MF .deps/NassiFileContent.Tpo -c NassiFileContent.cpp -fPIC -DPIC -o .libs/NassiFileContent.o
  3853. depbase=`echo NassiPlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3854. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiPlugin.lo -MD -MP -MF $depbase.Tpo -c -o NassiPlugin.lo NassiPlugin.cpp &&\
  3855. mv -f $depbase.Tpo $depbase.Plo
  3856. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiPlugin.lo -MD -MP -MF .deps/NassiPlugin.Tpo -c NassiPlugin.cpp -fPIC -DPIC -o .libs/NassiPlugin.o
  3857. depbase=`echo NassiView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3858. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiView.lo -MD -MP -MF $depbase.Tpo -c -o NassiView.lo NassiView.cpp &&\
  3859. mv -f $depbase.Tpo $depbase.Plo
  3860. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT NassiView.lo -MD -MP -MF .deps/NassiView.Tpo -c NassiView.cpp -fPIC -DPIC -o .libs/NassiView.o
  3861. depbase=`echo parseactions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3862. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT parseactions.lo -MD -MP -MF $depbase.Tpo -c -o parseactions.lo parseactions.cpp &&\
  3863. mv -f $depbase.Tpo $depbase.Plo
  3864. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT parseactions.lo -MD -MP -MF .deps/parseactions.Tpo -c parseactions.cpp -fPIC -DPIC -o .libs/parseactions.o
  3865. depbase=`echo PasteTask.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3866. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT PasteTask.lo -MD -MP -MF $depbase.Tpo -c -o PasteTask.lo PasteTask.cpp &&\
  3867. mv -f $depbase.Tpo $depbase.Plo
  3868. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT PasteTask.lo -MD -MP -MF .deps/PasteTask.Tpo -c PasteTask.cpp -fPIC -DPIC -o .libs/PasteTask.o
  3869. depbase=`echo RedHatchDrawlet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3870. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT RedHatchDrawlet.lo -MD -MP -MF $depbase.Tpo -c -o RedHatchDrawlet.lo RedHatchDrawlet.cpp &&\
  3871. mv -f $depbase.Tpo $depbase.Plo
  3872. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT RedHatchDrawlet.lo -MD -MP -MF .deps/RedHatchDrawlet.Tpo -c RedHatchDrawlet.cpp -fPIC -DPIC -o .libs/RedHatchDrawlet.o
  3873. depbase=`echo RedLineDrawlet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3874. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT RedLineDrawlet.lo -MD -MP -MF $depbase.Tpo -c -o RedLineDrawlet.lo RedLineDrawlet.cpp &&\
  3875. mv -f $depbase.Tpo $depbase.Plo
  3876. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT RedLineDrawlet.lo -MD -MP -MF .deps/RedLineDrawlet.Tpo -c RedLineDrawlet.cpp -fPIC -DPIC -o .libs/RedLineDrawlet.o
  3877. depbase=`echo Task.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3878. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Task.lo -MD -MP -MF $depbase.Tpo -c -o Task.lo Task.cpp &&\
  3879. mv -f $depbase.Tpo $depbase.Plo
  3880. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Task.lo -MD -MP -MF .deps/Task.Tpo -c Task.cpp -fPIC -DPIC -o .libs/Task.o
  3881. depbase=`echo TextCtrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3882. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextCtrl.lo -MD -MP -MF $depbase.Tpo -c -o TextCtrl.lo TextCtrl.cpp &&\
  3883. mv -f $depbase.Tpo $depbase.Plo
  3884. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextCtrl.lo -MD -MP -MF .deps/TextCtrl.Tpo -c TextCtrl.cpp -fPIC -DPIC -o .libs/TextCtrl.o
  3885. depbase=`echo TextCtrlTask.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3886. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextCtrlTask.lo -MD -MP -MF $depbase.Tpo -c -o TextCtrlTask.lo TextCtrlTask.cpp &&\
  3887. mv -f $depbase.Tpo $depbase.Plo
  3888. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextCtrlTask.lo -MD -MP -MF .deps/TextCtrlTask.Tpo -c TextCtrlTask.cpp -fPIC -DPIC -o .libs/TextCtrlTask.o
  3889. depbase=`echo TextGraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3890. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextGraph.lo -MD -MP -MF $depbase.Tpo -c -o TextGraph.lo TextGraph.cpp &&\
  3891. mv -f $depbase.Tpo $depbase.Plo
  3892. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextGraph.lo -MD -MP -MF .deps/TextGraph.Tpo -c TextGraph.cpp -fPIC -DPIC -o .libs/TextGraph.o
  3893. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libNassiShneiderman.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins bricks.lo cbEditorPanel.lo commands.lo CParser.lo DataObject.lo FileContent.lo GraphBricks.lo GraphFabric.lo HooverDrawlet.lo InsertBrickTask.lo logger.lo NassiDiagramWindow.lo NassiDropTarget.lo NassiEditorPanel.lo NassiFileContent.lo NassiPlugin.lo NassiView.lo parseactions.lo PasteTask.lo RedHatchDrawlet.lo RedLineDrawlet.lo Task.lo TextCtrl.lo TextCtrlTask.lo TextGraph.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3894. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/bricks.o .libs/cbEditorPanel.o .libs/commands.o .libs/CParser.o .libs/DataObject.o .libs/FileContent.o .libs/GraphBricks.o .libs/GraphFabric.o .libs/HooverDrawlet.o .libs/InsertBrickTask.o .libs/logger.o .libs/NassiDiagramWindow.o .libs/NassiDropTarget.o .libs/NassiEditorPanel.o .libs/NassiFileContent.o .libs/NassiPlugin.o .libs/NassiView.o .libs/parseactions.o .libs/PasteTask.o .libs/RedHatchDrawlet.o .libs/RedLineDrawlet.o .libs/Task.o .libs/TextCtrl.o .libs/TextCtrlTask.o .libs/TextGraph.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libNassiShneiderman.so -o .libs/libNassiShneiderman.so
  3895. libtool: link: ( cd ".libs" && rm -f "libNassiShneiderman.la" && ln -s "../libNassiShneiderman.la" "libNassiShneiderman.la" )
  3896. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman/NassiShneiderman.zip manifest.xml > /dev/null
  3897. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman'
  3898. Making all in profiler
  3899. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  3900. Making all in resources
  3901. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources'
  3902. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources/Profiler.zip manifest.xml *.xrc > /dev/null
  3903. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources'
  3904. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  3905. depbase=`echo cbprofilerconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3906. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbprofilerconfig.lo -MD -MP -MF $depbase.Tpo -c -o cbprofilerconfig.lo cbprofilerconfig.cpp &&\
  3907. mv -f $depbase.Tpo $depbase.Plo
  3908. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbprofilerconfig.lo -MD -MP -MF .deps/cbprofilerconfig.Tpo -c cbprofilerconfig.cpp -fPIC -DPIC -o .libs/cbprofilerconfig.o
  3909. depbase=`echo cbprofiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3910. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbprofiler.lo -MD -MP -MF $depbase.Tpo -c -o cbprofiler.lo cbprofiler.cpp &&\
  3911. mv -f $depbase.Tpo $depbase.Plo
  3912. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbprofiler.lo -MD -MP -MF .deps/cbprofiler.Tpo -c cbprofiler.cpp -fPIC -DPIC -o .libs/cbprofiler.o
  3913. depbase=`echo cbprofilerexec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3914. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbprofilerexec.lo -MD -MP -MF $depbase.Tpo -c -o cbprofilerexec.lo cbprofilerexec.cpp &&\
  3915. mv -f $depbase.Tpo $depbase.Plo
  3916. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT cbprofilerexec.lo -MD -MP -MF .deps/cbprofilerexec.Tpo -c cbprofilerexec.cpp -fPIC -DPIC -o .libs/cbprofilerexec.o
  3917. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libProfiler.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins cbprofilerconfig.lo cbprofiler.lo cbprofilerexec.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3918. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/cbprofilerconfig.o .libs/cbprofiler.o .libs/cbprofilerexec.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libProfiler.so -o .libs/libProfiler.so
  3919. libtool: link: ( cd ".libs" && rm -f "libProfiler.la" && ln -s "../libProfiler.la" "libProfiler.la" )
  3920. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  3921. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  3922. Making all in ProjectOptionsManipulator
  3923. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator'
  3924. depbase=`echo ProjectOptionsManipulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3925. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectOptionsManipulator.lo -MD -MP -MF $depbase.Tpo -c -o ProjectOptionsManipulator.lo ProjectOptionsManipulator.cpp &&\
  3926. mv -f $depbase.Tpo $depbase.Plo
  3927. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectOptionsManipulator.lo -MD -MP -MF .deps/ProjectOptionsManipulator.Tpo -c ProjectOptionsManipulator.cpp -fPIC -DPIC -o .libs/ProjectOptionsManipulator.o
  3928. depbase=`echo ProjectOptionsManipulatorDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3929. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectOptionsManipulatorDlg.lo -MD -MP -MF $depbase.Tpo -c -o ProjectOptionsManipulatorDlg.lo ProjectOptionsManipulatorDlg.cpp &&\
  3930. mv -f $depbase.Tpo $depbase.Plo
  3931. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectOptionsManipulatorDlg.lo -MD -MP -MF .deps/ProjectOptionsManipulatorDlg.Tpo -c ProjectOptionsManipulatorDlg.cpp -fPIC -DPIC -o .libs/ProjectOptionsManipulatorDlg.o
  3932. depbase=`echo ProjectOptionsManipulatorResultDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3933. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectOptionsManipulatorResultDlg.lo -MD -MP -MF $depbase.Tpo -c -o ProjectOptionsManipulatorResultDlg.lo ProjectOptionsManipulatorResultDlg.cpp &&\
  3934. mv -f $depbase.Tpo $depbase.Plo
  3935. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ProjectOptionsManipulatorResultDlg.lo -MD -MP -MF .deps/ProjectOptionsManipulatorResultDlg.Tpo -c ProjectOptionsManipulatorResultDlg.cpp -fPIC -DPIC -o .libs/ProjectOptionsManipulatorResultDlg.o
  3936. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libProjectOptionsManipulator.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ProjectOptionsManipulator.lo ProjectOptionsManipulatorDlg.lo ProjectOptionsManipulatorResultDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  3937. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/ProjectOptionsManipulator.o .libs/ProjectOptionsManipulatorDlg.o .libs/ProjectOptionsManipulatorResultDlg.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libProjectOptionsManipulator.so -o .libs/libProjectOptionsManipulator.so
  3938. libtool: link: ( cd ".libs" && rm -f "libProjectOptionsManipulator.la" && ln -s "../libProjectOptionsManipulator.la" "libProjectOptionsManipulator.la" )
  3939. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator/ProjectOptionsManipulator.zip manifest.xml > /dev/null
  3940. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator'
  3941. Making all in source_exporter
  3942. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  3943. Making all in wxPdfDocument
  3944. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/wxPdfDocument'
  3945. depbase=`echo src/pdfannotation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3946. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfannotation.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfannotation.lo src/pdfannotation.cpp &&\
  3947. mv -f $depbase.Tpo $depbase.Plo
  3948. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfannotation.lo -MD -MP -MF src/.deps/pdfannotation.Tpo -c src/pdfannotation.cpp -fPIC -DPIC -o src/.libs/pdfannotation.o
  3949. depbase=`echo src/pdfbarcode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3950. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfbarcode.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfbarcode.lo src/pdfbarcode.cpp &&\
  3951. mv -f $depbase.Tpo $depbase.Plo
  3952. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfbarcode.lo -MD -MP -MF src/.deps/pdfbarcode.Tpo -c src/pdfbarcode.cpp -fPIC -DPIC -o src/.libs/pdfbarcode.o
  3953. depbase=`echo src/pdfcffdecoder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3954. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfcffdecoder.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfcffdecoder.lo src/pdfcffdecoder.cpp &&\
  3955. mv -f $depbase.Tpo $depbase.Plo
  3956. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfcffdecoder.lo -MD -MP -MF src/.deps/pdfcffdecoder.Tpo -c src/pdfcffdecoder.cpp -fPIC -DPIC -o src/.libs/pdfcffdecoder.o
  3957. depbase=`echo src/pdfcffindex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3958. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfcffindex.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfcffindex.lo src/pdfcffindex.cpp &&\
  3959. mv -f $depbase.Tpo $depbase.Plo
  3960. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfcffindex.lo -MD -MP -MF src/.deps/pdfcffindex.Tpo -c src/pdfcffindex.cpp -fPIC -DPIC -o src/.libs/pdfcffindex.o
  3961. depbase=`echo src/pdfcolour.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3962. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfcolour.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfcolour.lo src/pdfcolour.cpp &&\
  3963. mv -f $depbase.Tpo $depbase.Plo
  3964. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfcolour.lo -MD -MP -MF src/.deps/pdfcolour.Tpo -c src/pdfcolour.cpp -fPIC -DPIC -o src/.libs/pdfcolour.o
  3965. depbase=`echo src/pdfdc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3966. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfdc.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfdc.lo src/pdfdc.cpp &&\
  3967. mv -f $depbase.Tpo $depbase.Plo
  3968. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfdc.lo -MD -MP -MF src/.deps/pdfdc.Tpo -c src/pdfdc.cpp -fPIC -DPIC -o src/.libs/pdfdc.o
  3969. depbase=`echo src/pdfdecode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3970. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfdecode.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfdecode.lo src/pdfdecode.cpp &&\
  3971. mv -f $depbase.Tpo $depbase.Plo
  3972. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfdecode.lo -MD -MP -MF src/.deps/pdfdecode.Tpo -c src/pdfdecode.cpp -fPIC -DPIC -o src/.libs/pdfdecode.o
  3973. depbase=`echo src/pdfdocument.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3974. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfdocument.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfdocument.lo src/pdfdocument.cpp &&\
  3975. mv -f $depbase.Tpo $depbase.Plo
  3976. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfdocument.lo -MD -MP -MF src/.deps/pdfdocument.Tpo -c src/pdfdocument.cpp -fPIC -DPIC -o src/.libs/pdfdocument.o
  3977. depbase=`echo src/pdfencoding.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3978. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfencoding.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfencoding.lo src/pdfencoding.cpp &&\
  3979. mv -f $depbase.Tpo $depbase.Plo
  3980. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfencoding.lo -MD -MP -MF src/.deps/pdfencoding.Tpo -c src/pdfencoding.cpp -fPIC -DPIC -o src/.libs/pdfencoding.o
  3981. depbase=`echo src/pdfencrypt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3982. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfencrypt.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfencrypt.lo src/pdfencrypt.cpp &&\
  3983. mv -f $depbase.Tpo $depbase.Plo
  3984. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfencrypt.lo -MD -MP -MF src/.deps/pdfencrypt.Tpo -c src/pdfencrypt.cpp -fPIC -DPIC -o src/.libs/pdfencrypt.o
  3985. depbase=`echo src/pdffont.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3986. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffont.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffont.lo src/pdffont.cpp &&\
  3987. mv -f $depbase.Tpo $depbase.Plo
  3988. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffont.lo -MD -MP -MF src/.deps/pdffont.Tpo -c src/pdffont.cpp -fPIC -DPIC -o src/.libs/pdffont.o
  3989. depbase=`echo src/pdffontdatacore.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3990. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatacore.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatacore.lo src/pdffontdatacore.cpp &&\
  3991. mv -f $depbase.Tpo $depbase.Plo
  3992. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatacore.lo -MD -MP -MF src/.deps/pdffontdatacore.Tpo -c src/pdffontdatacore.cpp -fPIC -DPIC -o src/.libs/pdffontdatacore.o
  3993. depbase=`echo src/pdffontdata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3994. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdata.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdata.lo src/pdffontdata.cpp &&\
  3995. mv -f $depbase.Tpo $depbase.Plo
  3996. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdata.lo -MD -MP -MF src/.deps/pdffontdata.Tpo -c src/pdffontdata.cpp -fPIC -DPIC -o src/.libs/pdffontdata.o
  3997. depbase=`echo src/pdffontdataopentype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  3998. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdataopentype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdataopentype.lo src/pdffontdataopentype.cpp &&\
  3999. mv -f $depbase.Tpo $depbase.Plo
  4000. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdataopentype.lo -MD -MP -MF src/.deps/pdffontdataopentype.Tpo -c src/pdffontdataopentype.cpp -fPIC -DPIC -o src/.libs/pdffontdataopentype.o
  4001. depbase=`echo src/pdffontdatatruetype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4002. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatatruetype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatatruetype.lo src/pdffontdatatruetype.cpp &&\
  4003. mv -f $depbase.Tpo $depbase.Plo
  4004. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatatruetype.lo -MD -MP -MF src/.deps/pdffontdatatruetype.Tpo -c src/pdffontdatatruetype.cpp -fPIC -DPIC -o src/.libs/pdffontdatatruetype.o
  4005. depbase=`echo src/pdffontdatatype0.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4006. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatatype0.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatatype0.lo src/pdffontdatatype0.cpp &&\
  4007. mv -f $depbase.Tpo $depbase.Plo
  4008. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatatype0.lo -MD -MP -MF src/.deps/pdffontdatatype0.Tpo -c src/pdffontdatatype0.cpp -fPIC -DPIC -o src/.libs/pdffontdatatype0.o
  4009. depbase=`echo src/pdffontdatatype1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4010. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatatype1.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatatype1.lo src/pdffontdatatype1.cpp &&\
  4011. mv -f $depbase.Tpo $depbase.Plo
  4012. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdatatype1.lo -MD -MP -MF src/.deps/pdffontdatatype1.Tpo -c src/pdffontdatatype1.cpp -fPIC -DPIC -o src/.libs/pdffontdatatype1.o
  4013. depbase=`echo src/pdffontdescription.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4014. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdescription.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdescription.lo src/pdffontdescription.cpp &&\
  4015. mv -f $depbase.Tpo $depbase.Plo
  4016. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdescription.lo -MD -MP -MF src/.deps/pdffontdescription.Tpo -c src/pdffontdescription.cpp -fPIC -DPIC -o src/.libs/pdffontdescription.o
  4017. depbase=`echo src/pdffontdetails.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4018. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdetails.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdetails.lo src/pdffontdetails.cpp &&\
  4019. mv -f $depbase.Tpo $depbase.Plo
  4020. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontdetails.lo -MD -MP -MF src/.deps/pdffontdetails.Tpo -c src/pdffontdetails.cpp -fPIC -DPIC -o src/.libs/pdffontdetails.o
  4021. depbase=`echo src/pdffontextended.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4022. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontextended.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontextended.lo src/pdffontextended.cpp &&\
  4023. mv -f $depbase.Tpo $depbase.Plo
  4024. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontextended.lo -MD -MP -MF src/.deps/pdffontextended.Tpo -c src/pdffontextended.cpp -fPIC -DPIC -o src/.libs/pdffontextended.o
  4025. depbase=`echo src/pdffontmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4026. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontmanager.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontmanager.lo src/pdffontmanager.cpp &&\
  4027. mv -f $depbase.Tpo $depbase.Plo
  4028. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontmanager.lo -MD -MP -MF src/.deps/pdffontmanager.Tpo -c src/pdffontmanager.cpp -fPIC -DPIC -o src/.libs/pdffontmanager.o
  4029. depbase=`echo src/pdffontparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4030. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontparser.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontparser.lo src/pdffontparser.cpp &&\
  4031. mv -f $depbase.Tpo $depbase.Plo
  4032. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontparser.lo -MD -MP -MF src/.deps/pdffontparser.Tpo -c src/pdffontparser.cpp -fPIC -DPIC -o src/.libs/pdffontparser.o
  4033. depbase=`echo src/pdffontparsertruetype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4034. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontparsertruetype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontparsertruetype.lo src/pdffontparsertruetype.cpp &&\
  4035. mv -f $depbase.Tpo $depbase.Plo
  4036. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontparsertruetype.lo -MD -MP -MF src/.deps/pdffontparsertruetype.Tpo -c src/pdffontparsertruetype.cpp -fPIC -DPIC -o src/.libs/pdffontparsertruetype.o
  4037. depbase=`echo src/pdffontparsertype1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4038. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontparsertype1.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontparsertype1.lo src/pdffontparsertype1.cpp &&\
  4039. mv -f $depbase.Tpo $depbase.Plo
  4040. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontparsertype1.lo -MD -MP -MF src/.deps/pdffontparsertype1.Tpo -c src/pdffontparsertype1.cpp -fPIC -DPIC -o src/.libs/pdffontparsertype1.o
  4041. depbase=`echo src/pdffontsubsetcff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4042. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontsubsetcff.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontsubsetcff.lo src/pdffontsubsetcff.cpp &&\
  4043. mv -f $depbase.Tpo $depbase.Plo
  4044. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontsubsetcff.lo -MD -MP -MF src/.deps/pdffontsubsetcff.Tpo -c src/pdffontsubsetcff.cpp -fPIC -DPIC -o src/.libs/pdffontsubsetcff.o
  4045. depbase=`echo src/pdffontsubsettruetype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4046. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontsubsettruetype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontsubsettruetype.lo src/pdffontsubsettruetype.cpp &&\
  4047. mv -f $depbase.Tpo $depbase.Plo
  4048. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontsubsettruetype.lo -MD -MP -MF src/.deps/pdffontsubsettruetype.Tpo -c src/pdffontsubsettruetype.cpp -fPIC -DPIC -o src/.libs/pdffontsubsettruetype.o
  4049. depbase=`echo src/pdffontvolt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4050. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontvolt.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontvolt.lo src/pdffontvolt.cpp &&\
  4051. mv -f $depbase.Tpo $depbase.Plo
  4052. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdffontvolt.lo -MD -MP -MF src/.deps/pdffontvolt.Tpo -c src/pdffontvolt.cpp -fPIC -DPIC -o src/.libs/pdffontvolt.o
  4053. depbase=`echo src/pdfform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4054. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfform.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfform.lo src/pdfform.cpp &&\
  4055. mv -f $depbase.Tpo $depbase.Plo
  4056. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfform.lo -MD -MP -MF src/.deps/pdfform.Tpo -c src/pdfform.cpp -fPIC -DPIC -o src/.libs/pdfform.o
  4057. depbase=`echo src/pdfgradient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4058. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfgradient.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfgradient.lo src/pdfgradient.cpp &&\
  4059. mv -f $depbase.Tpo $depbase.Plo
  4060. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfgradient.lo -MD -MP -MF src/.deps/pdfgradient.Tpo -c src/pdfgradient.cpp -fPIC -DPIC -o src/.libs/pdfgradient.o
  4061. depbase=`echo src/pdfgraphics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4062. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfgraphics.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfgraphics.lo src/pdfgraphics.cpp &&\
  4063. mv -f $depbase.Tpo $depbase.Plo
  4064. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfgraphics.lo -MD -MP -MF src/.deps/pdfgraphics.Tpo -c src/pdfgraphics.cpp -fPIC -DPIC -o src/.libs/pdfgraphics.o
  4065. depbase=`echo src/pdfimage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4066. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfimage.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfimage.lo src/pdfimage.cpp &&\
  4067. mv -f $depbase.Tpo $depbase.Plo
  4068. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfimage.lo -MD -MP -MF src/.deps/pdfimage.Tpo -c src/pdfimage.cpp -fPIC -DPIC -o src/.libs/pdfimage.o
  4069. depbase=`echo src/pdfkernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4070. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfkernel.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfkernel.lo src/pdfkernel.cpp &&\
  4071. mv -f $depbase.Tpo $depbase.Plo
  4072. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfkernel.lo -MD -MP -MF src/.deps/pdfkernel.Tpo -c src/pdfkernel.cpp -fPIC -DPIC -o src/.libs/pdfkernel.o
  4073. depbase=`echo src/pdflayer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4074. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdflayer.lo -MD -MP -MF $depbase.Tpo -c -o src/pdflayer.lo src/pdflayer.cpp &&\
  4075. mv -f $depbase.Tpo $depbase.Plo
  4076. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdflayer.lo -MD -MP -MF src/.deps/pdflayer.Tpo -c src/pdflayer.cpp -fPIC -DPIC -o src/.libs/pdflayer.o
  4077. depbase=`echo src/pdfobjects.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4078. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfobjects.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfobjects.lo src/pdfobjects.cpp &&\
  4079. mv -f $depbase.Tpo $depbase.Plo
  4080. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfobjects.lo -MD -MP -MF src/.deps/pdfobjects.Tpo -c src/pdfobjects.cpp -fPIC -DPIC -o src/.libs/pdfobjects.o
  4081. depbase=`echo src/pdfocg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4082. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfocg.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfocg.lo src/pdfocg.cpp &&\
  4083. mv -f $depbase.Tpo $depbase.Plo
  4084. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfocg.lo -MD -MP -MF src/.deps/pdfocg.Tpo -c src/pdfocg.cpp -fPIC -DPIC -o src/.libs/pdfocg.o
  4085. depbase=`echo src/pdfparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4086. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfparser.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfparser.lo src/pdfparser.cpp &&\
  4087. mv -f $depbase.Tpo $depbase.Plo
  4088. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfparser.lo -MD -MP -MF src/.deps/pdfparser.Tpo -c src/pdfparser.cpp -fPIC -DPIC -o src/.libs/pdfparser.o
  4089. depbase=`echo src/pdfpattern.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4090. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfpattern.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfpattern.lo src/pdfpattern.cpp &&\
  4091. mv -f $depbase.Tpo $depbase.Plo
  4092. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfpattern.lo -MD -MP -MF src/.deps/pdfpattern.Tpo -c src/pdfpattern.cpp -fPIC -DPIC -o src/.libs/pdfpattern.o
  4093. depbase=`echo src/pdfprint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4094. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfprint.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfprint.lo src/pdfprint.cpp &&\
  4095. mv -f $depbase.Tpo $depbase.Plo
  4096. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfprint.lo -MD -MP -MF src/.deps/pdfprint.Tpo -c src/pdfprint.cpp -fPIC -DPIC -o src/.libs/pdfprint.o
  4097. depbase=`echo src/pdfrijndael.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4098. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfrijndael.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfrijndael.lo src/pdfrijndael.cpp &&\
  4099. mv -f $depbase.Tpo $depbase.Plo
  4100. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfrijndael.lo -MD -MP -MF src/.deps/pdfrijndael.Tpo -c src/pdfrijndael.cpp -fPIC -DPIC -o src/.libs/pdfrijndael.o
  4101. depbase=`echo src/pdftemplate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4102. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdftemplate.lo -MD -MP -MF $depbase.Tpo -c -o src/pdftemplate.lo src/pdftemplate.cpp &&\
  4103. mv -f $depbase.Tpo $depbase.Plo
  4104. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdftemplate.lo -MD -MP -MF src/.deps/pdftemplate.Tpo -c src/pdftemplate.cpp -fPIC -DPIC -o src/.libs/pdftemplate.o
  4105. depbase=`echo src/pdfutility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4106. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfutility.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfutility.lo src/pdfutility.cpp &&\
  4107. mv -f $depbase.Tpo $depbase.Plo
  4108. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfutility.lo -MD -MP -MF src/.deps/pdfutility.Tpo -c src/pdfutility.cpp -fPIC -DPIC -o src/.libs/pdfutility.o
  4109. depbase=`echo src/pdfxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4110. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfxml.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfxml.lo src/pdfxml.cpp &&\
  4111. mv -f $depbase.Tpo $depbase.Plo
  4112. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT src/pdfxml.lo -MD -MP -MF src/.deps/pdfxml.Tpo -c src/pdfxml.cpp -fPIC -DPIC -o src/.libs/pdfxml.o
  4113. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxPdfDocument.la src/pdfannotation.lo src/pdfbarcode.lo src/pdfcffdecoder.lo src/pdfcffindex.lo src/pdfcolour.lo src/pdfdc.lo src/pdfdecode.lo src/pdfdocument.lo src/pdfencoding.lo src/pdfencrypt.lo src/pdffont.lo src/pdffontdatacore.lo src/pdffontdata.lo src/pdffontdataopentype.lo src/pdffontdatatruetype.lo src/pdffontdatatype0.lo src/pdffontdatatype1.lo src/pdffontdescription.lo src/pdffontdetails.lo src/pdffontextended.lo src/pdffontmanager.lo src/pdffontparser.lo src/pdffontparsertruetype.lo src/pdffontparsertype1.lo src/pdffontsubsetcff.lo src/pdffontsubsettruetype.lo src/pdffontvolt.lo src/pdfform.lo src/pdfgradient.lo src/pdfgraphics.lo src/pdfimage.lo src/pdfkernel.lo src/pdflayer.lo src/pdfobjects.lo src/pdfocg.lo src/pdfparser.lo src/pdfpattern.lo src/pdfprint.lo src/pdfrijndael.lo src/pdftemplate.lo src/pdfutility.lo src/pdfxml.lo -lpthread -ldl
  4114. libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  4115. libtool: link: ar cru .libs/libwxPdfDocument.a src/.libs/pdfannotation.o src/.libs/pdfbarcode.o src/.libs/pdfcffdecoder.o src/.libs/pdfcffindex.o src/.libs/pdfcolour.o src/.libs/pdfdc.o src/.libs/pdfdecode.o src/.libs/pdfdocument.o src/.libs/pdfencoding.o src/.libs/pdfencrypt.o src/.libs/pdffont.o src/.libs/pdffontdatacore.o src/.libs/pdffontdata.o src/.libs/pdffontdataopentype.o src/.libs/pdffontdatatruetype.o src/.libs/pdffontdatatype0.o src/.libs/pdffontdatatype1.o src/.libs/pdffontdescription.o src/.libs/pdffontdetails.o src/.libs/pdffontextended.o src/.libs/pdffontmanager.o src/.libs/pdffontparser.o src/.libs/pdffontparsertruetype.o src/.libs/pdffontparsertype1.o src/.libs/pdffontsubsetcff.o src/.libs/pdffontsubsettruetype.o src/.libs/pdffontvolt.o src/.libs/pdfform.o src/.libs/pdfgradient.o src/.libs/pdfgraphics.o src/.libs/pdfimage.o src/.libs/pdfkernel.o src/.libs/pdflayer.o src/.libs/pdfobjects.o src/.libs/pdfocg.o src/.libs/pdfparser.o src/.libs/pdfpattern.o src/.libs/pdfprint.o src/.libs/pdfrijndael.o src/.libs/pdftemplate.o src/.libs/pdfutility.o src/.libs/pdfxml.o
  4116. libtool: link: ranlib .libs/libwxPdfDocument.a
  4117. libtool: link: ( cd ".libs" && rm -f "libwxPdfDocument.la" && ln -s "../libwxPdfDocument.la" "libwxPdfDocument.la" )
  4118. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/wxPdfDocument'
  4119. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  4120. depbase=`echo BaseExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4121. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT BaseExporter.lo -MD -MP -MF $depbase.Tpo -c -o BaseExporter.lo BaseExporter.cpp &&\
  4122. mv -f $depbase.Tpo $depbase.Plo
  4123. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT BaseExporter.lo -MD -MP -MF .deps/BaseExporter.Tpo -c BaseExporter.cpp -fPIC -DPIC -o .libs/BaseExporter.o
  4124. depbase=`echo exporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4125. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT exporter.lo -MD -MP -MF $depbase.Tpo -c -o exporter.lo exporter.cpp &&\
  4126. mv -f $depbase.Tpo $depbase.Plo
  4127. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT exporter.lo -MD -MP -MF .deps/exporter.Tpo -c exporter.cpp -fPIC -DPIC -o .libs/exporter.o
  4128. depbase=`echo HTMLExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4129. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT HTMLExporter.lo -MD -MP -MF $depbase.Tpo -c -o HTMLExporter.lo HTMLExporter.cpp &&\
  4130. mv -f $depbase.Tpo $depbase.Plo
  4131. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT HTMLExporter.lo -MD -MP -MF .deps/HTMLExporter.Tpo -c HTMLExporter.cpp -fPIC -DPIC -o .libs/HTMLExporter.o
  4132. depbase=`echo ODTExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4133. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT ODTExporter.lo -MD -MP -MF $depbase.Tpo -c -o ODTExporter.lo ODTExporter.cpp &&\
  4134. mv -f $depbase.Tpo $depbase.Plo
  4135. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT ODTExporter.lo -MD -MP -MF .deps/ODTExporter.Tpo -c ODTExporter.cpp -fPIC -DPIC -o .libs/ODTExporter.o
  4136. depbase=`echo PDFExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4137. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT PDFExporter.lo -MD -MP -MF $depbase.Tpo -c -o PDFExporter.lo PDFExporter.cpp &&\
  4138. mv -f $depbase.Tpo $depbase.Plo
  4139. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT PDFExporter.lo -MD -MP -MF .deps/PDFExporter.Tpo -c PDFExporter.cpp -fPIC -DPIC -o .libs/PDFExporter.o
  4140. depbase=`echo RTFExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4141. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT RTFExporter.lo -MD -MP -MF $depbase.Tpo -c -o RTFExporter.lo RTFExporter.cpp &&\
  4142. mv -f $depbase.Tpo $depbase.Plo
  4143. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/freetype2 -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -ansi -DTIXML_USE_STL -std=c++11 -MT RTFExporter.lo -MD -MP -MF .deps/RTFExporter.Tpo -c RTFExporter.cpp -fPIC -DPIC -o .libs/RTFExporter.o
  4144. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libexporter.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins BaseExporter.lo exporter.lo HTMLExporter.lo ODTExporter.lo PDFExporter.lo RTFExporter.lo ../../../sdk/libcodeblocks.la wxPdfDocument/libwxPdfDocument.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lfontconfig -lfreetype -lpthread -ldl
  4145. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/BaseExporter.o .libs/exporter.o .libs/HTMLExporter.o .libs/ODTExporter.o .libs/PDFExporter.o .libs/RTFExporter.o -Wl,--whole-archive wxPdfDocument/.libs/libwxPdfDocument.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libexporter.so -o .libs/libexporter.so
  4146. libtool: link: ( cd ".libs" && rm -f "libexporter.la" && ln -s "../libexporter.la" "libexporter.la" )
  4147. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/exporter.zip manifest.xml > /dev/null
  4148. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  4149. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  4150. Making all in symtab
  4151. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  4152. Making all in resources
  4153. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources'
  4154. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources/SymTab.zip manifest.xml *.xrc > /dev/null
  4155. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources'
  4156. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  4157. depbase=`echo symtabconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4158. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT symtabconfig.lo -MD -MP -MF $depbase.Tpo -c -o symtabconfig.lo symtabconfig.cpp &&\
  4159. mv -f $depbase.Tpo $depbase.Plo
  4160. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT symtabconfig.lo -MD -MP -MF .deps/symtabconfig.Tpo -c symtabconfig.cpp -fPIC -DPIC -o .libs/symtabconfig.o
  4161. depbase=`echo symtab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4162. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT symtab.lo -MD -MP -MF $depbase.Tpo -c -o symtab.lo symtab.cpp &&\
  4163. mv -f $depbase.Tpo $depbase.Plo
  4164. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT symtab.lo -MD -MP -MF .deps/symtab.Tpo -c symtab.cpp -fPIC -DPIC -o .libs/symtab.o
  4165. depbase=`echo symtabexec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4166. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT symtabexec.lo -MD -MP -MF $depbase.Tpo -c -o symtabexec.lo symtabexec.cpp &&\
  4167. mv -f $depbase.Tpo $depbase.Plo
  4168. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT symtabexec.lo -MD -MP -MF .deps/symtabexec.Tpo -c symtabexec.cpp -fPIC -DPIC -o .libs/symtabexec.o
  4169. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSymTab.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins symtabconfig.lo symtab.lo symtabexec.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4170. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/symtabconfig.o .libs/symtab.o .libs/symtabexec.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSymTab.so -o .libs/libSymTab.so
  4171. libtool: link: ( cd ".libs" && rm -f "libSymTab.la" && ln -s "../libSymTab.la" "libSymTab.la" )
  4172. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  4173. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  4174. Making all in SmartIndent
  4175. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent'
  4176. depbase=`echo SmartIndentHDL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4177. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentHDL.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentHDL.lo SmartIndentHDL.cpp &&\
  4178. mv -f $depbase.Tpo $depbase.Plo
  4179. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentHDL.lo -MD -MP -MF .deps/SmartIndentHDL.Tpo -c SmartIndentHDL.cpp -fPIC -DPIC -o .libs/SmartIndentHDL.o
  4180. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentHDL.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentHDL.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4181. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentHDL.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentHDL.so -o .libs/libSmartIndentHDL.so
  4182. libtool: link: ( cd ".libs" && rm -f "libSmartIndentHDL.la" && ln -s "../libSmartIndentHDL.la" "libSmartIndentHDL.la" )
  4183. depbase=`echo SmartIndentPascal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4184. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentPascal.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentPascal.lo SmartIndentPascal.cpp &&\
  4185. mv -f $depbase.Tpo $depbase.Plo
  4186. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentPascal.lo -MD -MP -MF .deps/SmartIndentPascal.Tpo -c SmartIndentPascal.cpp -fPIC -DPIC -o .libs/SmartIndentPascal.o
  4187. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentPascal.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentPascal.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4188. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentPascal.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentPascal.so -o .libs/libSmartIndentPascal.so
  4189. libtool: link: ( cd ".libs" && rm -f "libSmartIndentPascal.la" && ln -s "../libSmartIndentPascal.la" "libSmartIndentPascal.la" )
  4190. depbase=`echo SmartIndentCpp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4191. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentCpp.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentCpp.lo SmartIndentCpp.cpp &&\
  4192. mv -f $depbase.Tpo $depbase.Plo
  4193. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentCpp.lo -MD -MP -MF .deps/SmartIndentCpp.Tpo -c SmartIndentCpp.cpp -fPIC -DPIC -o .libs/SmartIndentCpp.o
  4194. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentCpp.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentCpp.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4195. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentCpp.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentCpp.so -o .libs/libSmartIndentCpp.so
  4196. libtool: link: ( cd ".libs" && rm -f "libSmartIndentCpp.la" && ln -s "../libSmartIndentCpp.la" "libSmartIndentCpp.la" )
  4197. depbase=`echo SmartIndentPython.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4198. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentPython.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentPython.lo SmartIndentPython.cpp &&\
  4199. mv -f $depbase.Tpo $depbase.Plo
  4200. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentPython.lo -MD -MP -MF .deps/SmartIndentPython.Tpo -c SmartIndentPython.cpp -fPIC -DPIC -o .libs/SmartIndentPython.o
  4201. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentPython.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentPython.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4202. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentPython.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentPython.so -o .libs/libSmartIndentPython.so
  4203. libtool: link: ( cd ".libs" && rm -f "libSmartIndentPython.la" && ln -s "../libSmartIndentPython.la" "libSmartIndentPython.la" )
  4204. depbase=`echo SmartIndentLua.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4205. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentLua.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentLua.lo SmartIndentLua.cpp &&\
  4206. mv -f $depbase.Tpo $depbase.Plo
  4207. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentLua.lo -MD -MP -MF .deps/SmartIndentLua.Tpo -c SmartIndentLua.cpp -fPIC -DPIC -o .libs/SmartIndentLua.o
  4208. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentLua.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentLua.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4209. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentLua.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentLua.so -o .libs/libSmartIndentLua.so
  4210. libtool: link: ( cd ".libs" && rm -f "libSmartIndentLua.la" && ln -s "../libSmartIndentLua.la" "libSmartIndentLua.la" )
  4211. depbase=`echo SmartIndentFortran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4212. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentFortran.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentFortran.lo SmartIndentFortran.cpp &&\
  4213. mv -f $depbase.Tpo $depbase.Plo
  4214. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentFortran.lo -MD -MP -MF .deps/SmartIndentFortran.Tpo -c SmartIndentFortran.cpp -fPIC -DPIC -o .libs/SmartIndentFortran.o
  4215. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentFortran.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentFortran.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4216. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentFortran.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentFortran.so -o .libs/libSmartIndentFortran.so
  4217. libtool: link: ( cd ".libs" && rm -f "libSmartIndentFortran.la" && ln -s "../libSmartIndentFortran.la" "libSmartIndentFortran.la" )
  4218. depbase=`echo SmartIndentXML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4219. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentXML.lo -MD -MP -MF $depbase.Tpo -c -o SmartIndentXML.lo SmartIndentXML.cpp &&\
  4220. mv -f $depbase.Tpo $depbase.Plo
  4221. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SmartIndentXML.lo -MD -MP -MF .deps/SmartIndentXML.Tpo -c SmartIndentXML.cpp -fPIC -DPIC -o .libs/SmartIndentXML.o
  4222. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentXML.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentXML.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4223. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentXML.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentXML.so -o .libs/libSmartIndentXML.so
  4224. libtool: link: ( cd ".libs" && rm -f "libSmartIndentXML.la" && ln -s "../libSmartIndentXML.la" "libSmartIndentXML.la" )
  4225. PWD=`pwd` cd . && \
  4226. cp manifest_hdl.xml ./manifest.xml && \
  4227. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentHDL.zip manifest.xml
  4228. adding: manifest.xml (deflated 51%)
  4229. PWD=`pwd` cd . && \
  4230. cp manifest_pascal.xml ./manifest.xml && \
  4231. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentPascal.zip manifest.xml
  4232. adding: manifest.xml (deflated 52%)
  4233. PWD=`pwd` cd . && \
  4234. cp manifest_cpp.xml ./manifest.xml && \
  4235. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentCpp.zip manifest.xml
  4236. adding: manifest.xml (deflated 50%)
  4237. PWD=`pwd` cd . && \
  4238. cp manifest_python.xml ./manifest.xml && \
  4239. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentPython.zip manifest.xml
  4240. adding: manifest.xml (deflated 50%)
  4241. PWD=`pwd` cd . && \
  4242. cp manifest_lua.xml ./manifest.xml && \
  4243. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentLua.zip manifest.xml
  4244. adding: manifest.xml (deflated 50%)
  4245. PWD=`pwd` cd . && \
  4246. cp manifest_fortran.xml ./manifest.xml && \
  4247. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentFortran.zip manifest.xml
  4248. adding: manifest.xml (deflated 53%)
  4249. PWD=`pwd` cd . && \
  4250. cp manifest_xml.xml ./manifest.xml && \
  4251. zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent/SmartIndentXML.zip manifest.xml
  4252. adding: manifest.xml (deflated 51%)
  4253. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent'
  4254. Making all in SpellChecker
  4255. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  4256. Making all in wxspellchecker
  4257. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/wxspellchecker'
  4258. depbase=`echo ../HunspellInterface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4259. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ../HunspellInterface.lo -MD -MP -MF $depbase.Tpo -c -o ../HunspellInterface.lo ../HunspellInterface.cpp &&\
  4260. mv -f $depbase.Tpo $depbase.Plo
  4261. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ../HunspellInterface.lo -MD -MP -MF ../.deps/HunspellInterface.Tpo -c ../HunspellInterface.cpp -fPIC -DPIC -o ../.libs/HunspellInterface.o
  4262. depbase=`echo src/PersonalDictionary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4263. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/PersonalDictionary.lo -MD -MP -MF $depbase.Tpo -c -o src/PersonalDictionary.lo src/PersonalDictionary.cpp &&\
  4264. mv -f $depbase.Tpo $depbase.Plo
  4265. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/PersonalDictionary.lo -MD -MP -MF src/.deps/PersonalDictionary.Tpo -c src/PersonalDictionary.cpp -fPIC -DPIC -o src/.libs/PersonalDictionary.o
  4266. depbase=`echo src/SpellCheckCmdLineInterface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4267. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckCmdLineInterface.lo -MD -MP -MF $depbase.Tpo -c -o src/SpellCheckCmdLineInterface.lo src/SpellCheckCmdLineInterface.cpp &&\
  4268. mv -f $depbase.Tpo $depbase.Plo
  4269. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckCmdLineInterface.lo -MD -MP -MF src/.deps/SpellCheckCmdLineInterface.Tpo -c src/SpellCheckCmdLineInterface.cpp -fPIC -DPIC -o src/.libs/SpellCheckCmdLineInterface.o
  4270. depbase=`echo src/SpellCheckDialogInterface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4271. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckDialogInterface.lo -MD -MP -MF $depbase.Tpo -c -o src/SpellCheckDialogInterface.lo src/SpellCheckDialogInterface.cpp &&\
  4272. mv -f $depbase.Tpo $depbase.Plo
  4273. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckDialogInterface.lo -MD -MP -MF src/.deps/SpellCheckDialogInterface.Tpo -c src/SpellCheckDialogInterface.cpp -fPIC -DPIC -o src/.libs/SpellCheckDialogInterface.o
  4274. depbase=`echo src/SpellCheckEngineInterface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4275. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckEngineInterface.lo -MD -MP -MF $depbase.Tpo -c -o src/SpellCheckEngineInterface.lo src/SpellCheckEngineInterface.cpp &&\
  4276. mv -f $depbase.Tpo $depbase.Plo
  4277. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckEngineInterface.lo -MD -MP -MF src/.deps/SpellCheckEngineInterface.Tpo -c src/SpellCheckEngineInterface.cpp -fPIC -DPIC -o src/.libs/SpellCheckEngineInterface.o
  4278. depbase=`echo src/SpellCheckEngineOption.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4279. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckEngineOption.lo -MD -MP -MF $depbase.Tpo -c -o src/SpellCheckEngineOption.lo src/SpellCheckEngineOption.cpp &&\
  4280. mv -f $depbase.Tpo $depbase.Plo
  4281. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckEngineOption.lo -MD -MP -MF src/.deps/SpellCheckEngineOption.Tpo -c src/SpellCheckEngineOption.cpp -fPIC -DPIC -o src/.libs/SpellCheckEngineOption.o
  4282. depbase=`echo src/SpellCheckUserInterface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4283. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckUserInterface.lo -MD -MP -MF $depbase.Tpo -c -o src/SpellCheckUserInterface.lo src/SpellCheckUserInterface.cpp &&\
  4284. mv -f $depbase.Tpo $depbase.Plo
  4285. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckUserInterface.lo -MD -MP -MF src/.deps/SpellCheckUserInterface.Tpo -c src/SpellCheckUserInterface.cpp -fPIC -DPIC -o src/.libs/SpellCheckUserInterface.o
  4286. depbase=`echo src/SpellCheckerOptionsDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4287. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckerOptionsDialog.lo -MD -MP -MF $depbase.Tpo -c -o src/SpellCheckerOptionsDialog.lo src/SpellCheckerOptionsDialog.cpp &&\
  4288. mv -f $depbase.Tpo $depbase.Plo
  4289. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/SpellCheckerOptionsDialog.lo -MD -MP -MF src/.deps/SpellCheckerOptionsDialog.Tpo -c src/SpellCheckerOptionsDialog.cpp -fPIC -DPIC -o src/.libs/SpellCheckerOptionsDialog.o
  4290. depbase=`echo src/XmlPersonalDictionaryDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4291. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/XmlPersonalDictionaryDialog.lo -MD -MP -MF $depbase.Tpo -c -o src/XmlPersonalDictionaryDialog.lo src/XmlPersonalDictionaryDialog.cpp &&\
  4292. mv -f $depbase.Tpo $depbase.Plo
  4293. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/XmlPersonalDictionaryDialog.lo -MD -MP -MF src/.deps/XmlPersonalDictionaryDialog.Tpo -c src/XmlPersonalDictionaryDialog.cpp -fPIC -DPIC -o src/.libs/XmlPersonalDictionaryDialog.o
  4294. depbase=`echo src/XmlSpellCheckDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4295. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/XmlSpellCheckDialog.lo -MD -MP -MF $depbase.Tpo -c -o src/XmlSpellCheckDialog.lo src/XmlSpellCheckDialog.cpp &&\
  4296. mv -f $depbase.Tpo $depbase.Plo
  4297. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/XmlSpellCheckDialog.lo -MD -MP -MF src/.deps/XmlSpellCheckDialog.Tpo -c src/XmlSpellCheckDialog.cpp -fPIC -DPIC -o src/.libs/XmlSpellCheckDialog.o
  4298. depbase=`echo src/exports.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4299. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/exports.lo -MD -MP -MF $depbase.Tpo -c -o src/exports.lo src/exports.cpp &&\
  4300. mv -f $depbase.Tpo $depbase.Plo
  4301. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./include -I./.. -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT src/exports.lo -MD -MP -MF src/.deps/exports.Tpo -c src/exports.cpp -fPIC -DPIC -o src/.libs/exports.o
  4302. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o libwxSpellChecker.la ../HunspellInterface.lo src/PersonalDictionary.lo src/SpellCheckCmdLineInterface.lo src/SpellCheckDialogInterface.lo src/SpellCheckEngineInterface.lo src/SpellCheckEngineOption.lo src/SpellCheckUserInterface.lo src/SpellCheckerOptionsDialog.lo src/XmlPersonalDictionaryDialog.lo src/XmlSpellCheckDialog.lo src/exports.lo -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lhunspell-1.3 -lpthread -ldl
  4303. libtool: link: ar cru .libs/libwxSpellChecker.a ../.libs/HunspellInterface.o src/.libs/PersonalDictionary.o src/.libs/SpellCheckCmdLineInterface.o src/.libs/SpellCheckDialogInterface.o src/.libs/SpellCheckEngineInterface.o src/.libs/SpellCheckEngineOption.o src/.libs/SpellCheckUserInterface.o src/.libs/SpellCheckerOptionsDialog.o src/.libs/XmlPersonalDictionaryDialog.o src/.libs/XmlSpellCheckDialog.o src/.libs/exports.o
  4304. libtool: link: ranlib .libs/libwxSpellChecker.a
  4305. libtool: link: ( cd ".libs" && rm -f "libwxSpellChecker.la" && ln -s "../libwxSpellChecker.la" "libwxSpellChecker.la" )
  4306. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/wxspellchecker'
  4307. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  4308. depbase=`echo DictionariesNeededDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4309. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DictionariesNeededDialog.lo -MD -MP -MF $depbase.Tpo -c -o DictionariesNeededDialog.lo DictionariesNeededDialog.cpp &&\
  4310. mv -f $depbase.Tpo $depbase.Plo
  4311. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT DictionariesNeededDialog.lo -MD -MP -MF .deps/DictionariesNeededDialog.Tpo -c DictionariesNeededDialog.cpp -fPIC -DPIC -o .libs/DictionariesNeededDialog.o
  4312. depbase=`echo MySpellingDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4313. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT MySpellingDialog.lo -MD -MP -MF $depbase.Tpo -c -o MySpellingDialog.lo MySpellingDialog.cpp &&\
  4314. mv -f $depbase.Tpo $depbase.Plo
  4315. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT MySpellingDialog.lo -MD -MP -MF .deps/MySpellingDialog.Tpo -c MySpellingDialog.cpp -fPIC -DPIC -o .libs/MySpellingDialog.o
  4316. depbase=`echo OnlineSpellChecker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4317. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT OnlineSpellChecker.lo -MD -MP -MF $depbase.Tpo -c -o OnlineSpellChecker.lo OnlineSpellChecker.cpp &&\
  4318. mv -f $depbase.Tpo $depbase.Plo
  4319. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT OnlineSpellChecker.lo -MD -MP -MF .deps/OnlineSpellChecker.Tpo -c OnlineSpellChecker.cpp -fPIC -DPIC -o .libs/OnlineSpellChecker.o
  4320. depbase=`echo SpellCheckHelper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4321. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckHelper.lo -MD -MP -MF $depbase.Tpo -c -o SpellCheckHelper.lo SpellCheckHelper.cpp &&\
  4322. mv -f $depbase.Tpo $depbase.Plo
  4323. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckHelper.lo -MD -MP -MF .deps/SpellCheckHelper.Tpo -c SpellCheckHelper.cpp -fPIC -DPIC -o .libs/SpellCheckHelper.o
  4324. depbase=`echo SpellCheckSettingsPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4325. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckSettingsPanel.lo -MD -MP -MF $depbase.Tpo -c -o SpellCheckSettingsPanel.lo SpellCheckSettingsPanel.cpp &&\
  4326. mv -f $depbase.Tpo $depbase.Plo
  4327. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckSettingsPanel.lo -MD -MP -MF .deps/SpellCheckSettingsPanel.Tpo -c SpellCheckSettingsPanel.cpp -fPIC -DPIC -o .libs/SpellCheckSettingsPanel.o
  4328. depbase=`echo SpellCheckerConfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4329. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckerConfig.lo -MD -MP -MF $depbase.Tpo -c -o SpellCheckerConfig.lo SpellCheckerConfig.cpp &&\
  4330. mv -f $depbase.Tpo $depbase.Plo
  4331. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckerConfig.lo -MD -MP -MF .deps/SpellCheckerConfig.Tpo -c SpellCheckerConfig.cpp -fPIC -DPIC -o .libs/SpellCheckerConfig.o
  4332. depbase=`echo SpellCheckerPlugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4333. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckerPlugin.lo -MD -MP -MF $depbase.Tpo -c -o SpellCheckerPlugin.lo SpellCheckerPlugin.cpp &&\
  4334. mv -f $depbase.Tpo $depbase.Plo
  4335. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT SpellCheckerPlugin.lo -MD -MP -MF .deps/SpellCheckerPlugin.Tpo -c SpellCheckerPlugin.cpp -fPIC -DPIC -o .libs/SpellCheckerPlugin.o
  4336. depbase=`echo StatusField.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4337. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT StatusField.lo -MD -MP -MF $depbase.Tpo -c -o StatusField.lo StatusField.cpp &&\
  4338. mv -f $depbase.Tpo $depbase.Plo
  4339. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT StatusField.lo -MD -MP -MF .deps/StatusField.Tpo -c StatusField.cpp -fPIC -DPIC -o .libs/StatusField.o
  4340. depbase=`echo Thesaurus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4341. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Thesaurus.lo -MD -MP -MF $depbase.Tpo -c -o Thesaurus.lo Thesaurus.cpp &&\
  4342. mv -f $depbase.Tpo $depbase.Plo
  4343. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Thesaurus.lo -MD -MP -MF .deps/Thesaurus.Tpo -c Thesaurus.cpp -fPIC -DPIC -o .libs/Thesaurus.o
  4344. depbase=`echo ThesaurusDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4345. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThesaurusDialog.lo -MD -MP -MF $depbase.Tpo -c -o ThesaurusDialog.lo ThesaurusDialog.cpp &&\
  4346. mv -f $depbase.Tpo $depbase.Plo
  4347. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThesaurusDialog.lo -MD -MP -MF .deps/ThesaurusDialog.Tpo -c ThesaurusDialog.cpp -fPIC -DPIC -o .libs/ThesaurusDialog.o
  4348. depbase=`echo mythes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4349. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT mythes.lo -MD -MP -MF $depbase.Tpo -c -o mythes.lo mythes.cxx &&\
  4350. mv -f $depbase.Tpo $depbase.Plo
  4351. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT mythes.lo -MD -MP -MF .deps/mythes.Tpo -c mythes.cxx -fPIC -DPIC -o .libs/mythes.o
  4352. depbase=`echo wxThes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4353. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxThes.lo -MD -MP -MF $depbase.Tpo -c -o wxThes.lo wxThes.cpp &&\
  4354. mv -f $depbase.Tpo $depbase.Plo
  4355. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/hunspell -I./wxspellchecker/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxThes.lo -MD -MP -MF .deps/wxThes.Tpo -c wxThes.cpp -fPIC -DPIC -o .libs/wxThes.o
  4356. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSpellChecker.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins DictionariesNeededDialog.lo MySpellingDialog.lo OnlineSpellChecker.lo SpellCheckHelper.lo SpellCheckSettingsPanel.lo SpellCheckerConfig.lo SpellCheckerPlugin.lo StatusField.lo Thesaurus.lo ThesaurusDialog.lo mythes.lo wxThes.lo ../../../sdk/libcodeblocks.la wxspellchecker/libwxSpellChecker.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lhunspell-1.3 -lpthread -ldl
  4357. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/DictionariesNeededDialog.o .libs/MySpellingDialog.o .libs/OnlineSpellChecker.o .libs/SpellCheckHelper.o .libs/SpellCheckSettingsPanel.o .libs/SpellCheckerConfig.o .libs/SpellCheckerPlugin.o .libs/StatusField.o .libs/Thesaurus.o .libs/ThesaurusDialog.o .libs/mythes.o .libs/wxThes.o -Wl,--whole-archive wxspellchecker/.libs/libwxSpellChecker.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lhunspell-1.3 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSpellChecker.so -o .libs/libSpellChecker.so
  4358. libtool: link: ( cd ".libs" && rm -f "libSpellChecker.la" && ln -s "../libSpellChecker.la" "libSpellChecker.la" )
  4359. PWD=`pwd` cd . && zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/SpellChecker.zip manifest.xml SpellCheckSettingsPanel.xrc > /dev/null
  4360. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  4361. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  4362. Making all in regex_testbed
  4363. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed'
  4364. depbase=`echo regexdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4365. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT regexdlg.lo -MD -MP -MF $depbase.Tpo -c -o regexdlg.lo regexdlg.cpp &&\
  4366. mv -f $depbase.Tpo $depbase.Plo
  4367. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT regexdlg.lo -MD -MP -MF .deps/regexdlg.Tpo -c regexdlg.cpp -fPIC -DPIC -o .libs/regexdlg.o
  4368. depbase=`echo RegExTestbed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4369. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT RegExTestbed.lo -MD -MP -MF $depbase.Tpo -c -o RegExTestbed.lo RegExTestbed.cpp &&\
  4370. mv -f $depbase.Tpo $depbase.Plo
  4371. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT RegExTestbed.lo -MD -MP -MF .deps/RegExTestbed.Tpo -c RegExTestbed.cpp -fPIC -DPIC -o .libs/RegExTestbed.o
  4372. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libRegExTestbed.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins regexdlg.lo RegExTestbed.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4373. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/regexdlg.o .libs/RegExTestbed.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libRegExTestbed.so -o .libs/libRegExTestbed.so
  4374. libtool: link: ( cd ".libs" && rm -f "libRegExTestbed.la" && ln -s "../libRegExTestbed.la" "libRegExTestbed.la" )
  4375. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed/RegExTestbed.zip manifest.xml regexdlg.xrc > /dev/null
  4376. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed'
  4377. Making all in ReopenEditor
  4378. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor'
  4379. depbase=`echo ReopenEditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4380. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ReopenEditor.lo -MD -MP -MF $depbase.Tpo -c -o ReopenEditor.lo ReopenEditor.cpp &&\
  4381. mv -f $depbase.Tpo $depbase.Plo
  4382. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ReopenEditor.lo -MD -MP -MF .deps/ReopenEditor.Tpo -c ReopenEditor.cpp -fPIC -DPIC -o .libs/ReopenEditor.o
  4383. depbase=`echo ReopenEditorConfDLg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4384. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ReopenEditorConfDLg.lo -MD -MP -MF $depbase.Tpo -c -o ReopenEditorConfDLg.lo ReopenEditorConfDLg.cpp &&\
  4385. mv -f $depbase.Tpo $depbase.Plo
  4386. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ReopenEditorConfDLg.lo -MD -MP -MF .deps/ReopenEditorConfDLg.Tpo -c ReopenEditorConfDLg.cpp -fPIC -DPIC -o .libs/ReopenEditorConfDLg.o
  4387. depbase=`echo ReopenEditorListView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4388. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ReopenEditorListView.lo -MD -MP -MF $depbase.Tpo -c -o ReopenEditorListView.lo ReopenEditorListView.cpp &&\
  4389. mv -f $depbase.Tpo $depbase.Plo
  4390. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ReopenEditorListView.lo -MD -MP -MF .deps/ReopenEditorListView.Tpo -c ReopenEditorListView.cpp -fPIC -DPIC -o .libs/ReopenEditorListView.o
  4391. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libReopenEditor.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ReopenEditor.lo ReopenEditorConfDLg.lo ReopenEditorListView.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4392. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/ReopenEditor.o .libs/ReopenEditorConfDLg.o .libs/ReopenEditorListView.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libReopenEditor.so -o .libs/libReopenEditor.so
  4393. libtool: link: ( cd ".libs" && rm -f "libReopenEditor.la" && ln -s "../libReopenEditor.la" "libReopenEditor.la" )
  4394. PWD=`pwd` cd . && zip -R /home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor/ReopenEditor.zip manifest.xml *.xrc > /dev/null
  4395. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor'
  4396. Making all in wxContribItems
  4397. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4398. Making all in wxchart
  4399. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  4400. make[5]: Nothing to be done for `all'.
  4401. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  4402. Making all in wxFlatNotebook
  4403. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  4404. make[5]: Nothing to be done for `all'.
  4405. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  4406. Making all in wxthings
  4407. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  4408. make[5]: Nothing to be done for `all'.
  4409. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  4410. Making all in wxImagePanel
  4411. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  4412. make[5]: Nothing to be done for `all'.
  4413. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  4414. Making all in wxSpeedButton
  4415. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  4416. make[5]: Nothing to be done for `all'.
  4417. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  4418. Making all in KWIC
  4419. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4420. Making all in include/wx/KWIC
  4421. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  4422. make[6]: Nothing to be done for `all'.
  4423. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  4424. Making all in include/wx/xrc
  4425. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  4426. make[6]: Nothing to be done for `all'.
  4427. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  4428. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4429. make[6]: Nothing to be done for `all-am'.
  4430. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4431. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4432. Making all in wxled
  4433. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4434. Making all in gizmosled/include/wx/gizmos
  4435. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  4436. make[6]: Nothing to be done for `all'.
  4437. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  4438. Making all in lcdWindow/include/wx
  4439. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  4440. make[6]: Nothing to be done for `all'.
  4441. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  4442. Making all in led/include/wx
  4443. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  4444. make[6]: Nothing to be done for `all'.
  4445. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  4446. Making all in led/include/xrc
  4447. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  4448. make[6]: Nothing to be done for `all'.
  4449. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  4450. Making all in ledpanel/include/wx
  4451. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  4452. make[6]: Nothing to be done for `all'.
  4453. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  4454. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4455. make[6]: Nothing to be done for `all-am'.
  4456. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4457. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4458. Making all in .
  4459. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4460. make[5]: Nothing to be done for `all-am'.
  4461. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4462. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4463. Making all in ThreadSearch
  4464. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  4465. Making all in resources
  4466. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  4467. Making all in images
  4468. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  4469. Making all in 16x16
  4470. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/16x16'
  4471. make[7]: Nothing to be done for `all'.
  4472. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/16x16'
  4473. Making all in 22x22
  4474. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/22x22'
  4475. make[7]: Nothing to be done for `all'.
  4476. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/22x22'
  4477. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  4478. make[7]: Nothing to be done for `all-am'.
  4479. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  4480. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  4481. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  4482. make[6]: Nothing to be done for `all-am'.
  4483. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  4484. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  4485. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  4486. depbase=`echo DirectoryParamsPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4487. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT DirectoryParamsPanel.lo -MD -MP -MF $depbase.Tpo -c -o DirectoryParamsPanel.lo DirectoryParamsPanel.cpp &&\
  4488. mv -f $depbase.Tpo $depbase.Plo
  4489. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT DirectoryParamsPanel.lo -MD -MP -MF .deps/DirectoryParamsPanel.Tpo -c DirectoryParamsPanel.cpp -fPIC -DPIC -o .libs/DirectoryParamsPanel.o
  4490. depbase=`echo InsertIndexManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4491. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT InsertIndexManager.lo -MD -MP -MF $depbase.Tpo -c -o InsertIndexManager.lo InsertIndexManager.cpp &&\
  4492. mv -f $depbase.Tpo $depbase.Plo
  4493. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT InsertIndexManager.lo -MD -MP -MF .deps/InsertIndexManager.Tpo -c InsertIndexManager.cpp -fPIC -DPIC -o .libs/InsertIndexManager.o
  4494. depbase=`echo SearchInPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4495. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT SearchInPanel.lo -MD -MP -MF $depbase.Tpo -c -o SearchInPanel.lo SearchInPanel.cpp &&\
  4496. mv -f $depbase.Tpo $depbase.Plo
  4497. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT SearchInPanel.lo -MD -MP -MF .deps/SearchInPanel.Tpo -c SearchInPanel.cpp -fPIC -DPIC -o .libs/SearchInPanel.o
  4498. depbase=`echo TextFileSearcher.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4499. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextFileSearcher.lo -MD -MP -MF $depbase.Tpo -c -o TextFileSearcher.lo TextFileSearcher.cpp &&\
  4500. mv -f $depbase.Tpo $depbase.Plo
  4501. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextFileSearcher.lo -MD -MP -MF .deps/TextFileSearcher.Tpo -c TextFileSearcher.cpp -fPIC -DPIC -o .libs/TextFileSearcher.o
  4502. depbase=`echo TextFileSearcherRegEx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4503. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextFileSearcherRegEx.lo -MD -MP -MF $depbase.Tpo -c -o TextFileSearcherRegEx.lo TextFileSearcherRegEx.cpp &&\
  4504. mv -f $depbase.Tpo $depbase.Plo
  4505. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextFileSearcherRegEx.lo -MD -MP -MF .deps/TextFileSearcherRegEx.Tpo -c TextFileSearcherRegEx.cpp -fPIC -DPIC -o .libs/TextFileSearcherRegEx.o
  4506. depbase=`echo TextFileSearcherText.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4507. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextFileSearcherText.lo -MD -MP -MF $depbase.Tpo -c -o TextFileSearcherText.lo TextFileSearcherText.cpp &&\
  4508. mv -f $depbase.Tpo $depbase.Plo
  4509. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT TextFileSearcherText.lo -MD -MP -MF .deps/TextFileSearcherText.Tpo -c TextFileSearcherText.cpp -fPIC -DPIC -o .libs/TextFileSearcherText.o
  4510. depbase=`echo ThreadSearch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4511. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearch.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearch.lo ThreadSearch.cpp &&\
  4512. mv -f $depbase.Tpo $depbase.Plo
  4513. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearch.lo -MD -MP -MF .deps/ThreadSearch.Tpo -c ThreadSearch.cpp -fPIC -DPIC -o .libs/ThreadSearch.o
  4514. depbase=`echo ThreadSearchConfPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4515. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchConfPanel.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchConfPanel.lo ThreadSearchConfPanel.cpp &&\
  4516. mv -f $depbase.Tpo $depbase.Plo
  4517. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchConfPanel.lo -MD -MP -MF .deps/ThreadSearchConfPanel.Tpo -c ThreadSearchConfPanel.cpp -fPIC -DPIC -o .libs/ThreadSearchConfPanel.o
  4518. depbase=`echo ThreadSearchControlIds.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4519. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchControlIds.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchControlIds.lo ThreadSearchControlIds.cpp &&\
  4520. mv -f $depbase.Tpo $depbase.Plo
  4521. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchControlIds.lo -MD -MP -MF .deps/ThreadSearchControlIds.Tpo -c ThreadSearchControlIds.cpp -fPIC -DPIC -o .libs/ThreadSearchControlIds.o
  4522. depbase=`echo ThreadSearchEvent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4523. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchEvent.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchEvent.lo ThreadSearchEvent.cpp &&\
  4524. mv -f $depbase.Tpo $depbase.Plo
  4525. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchEvent.lo -MD -MP -MF .deps/ThreadSearchEvent.Tpo -c ThreadSearchEvent.cpp -fPIC -DPIC -o .libs/ThreadSearchEvent.o
  4526. depbase=`echo ThreadSearchFindData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4527. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchFindData.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchFindData.lo ThreadSearchFindData.cpp &&\
  4528. mv -f $depbase.Tpo $depbase.Plo
  4529. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchFindData.lo -MD -MP -MF .deps/ThreadSearchFindData.Tpo -c ThreadSearchFindData.cpp -fPIC -DPIC -o .libs/ThreadSearchFindData.o
  4530. depbase=`echo ThreadSearchLoggerBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4531. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchLoggerBase.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchLoggerBase.lo ThreadSearchLoggerBase.cpp &&\
  4532. mv -f $depbase.Tpo $depbase.Plo
  4533. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchLoggerBase.lo -MD -MP -MF .deps/ThreadSearchLoggerBase.Tpo -c ThreadSearchLoggerBase.cpp -fPIC -DPIC -o .libs/ThreadSearchLoggerBase.o
  4534. depbase=`echo ThreadSearchLoggerList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4535. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchLoggerList.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchLoggerList.lo ThreadSearchLoggerList.cpp &&\
  4536. mv -f $depbase.Tpo $depbase.Plo
  4537. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchLoggerList.lo -MD -MP -MF .deps/ThreadSearchLoggerList.Tpo -c ThreadSearchLoggerList.cpp -fPIC -DPIC -o .libs/ThreadSearchLoggerList.o
  4538. depbase=`echo ThreadSearchLoggerTree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4539. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchLoggerTree.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchLoggerTree.lo ThreadSearchLoggerTree.cpp &&\
  4540. mv -f $depbase.Tpo $depbase.Plo
  4541. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchLoggerTree.lo -MD -MP -MF .deps/ThreadSearchLoggerTree.Tpo -c ThreadSearchLoggerTree.cpp -fPIC -DPIC -o .libs/ThreadSearchLoggerTree.o
  4542. depbase=`echo ThreadSearchThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4543. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchThread.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchThread.lo ThreadSearchThread.cpp &&\
  4544. mv -f $depbase.Tpo $depbase.Plo
  4545. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchThread.lo -MD -MP -MF .deps/ThreadSearchThread.Tpo -c ThreadSearchThread.cpp -fPIC -DPIC -o .libs/ThreadSearchThread.o
  4546. depbase=`echo ThreadSearchTrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4547. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchTrace.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchTrace.lo ThreadSearchTrace.cpp &&\
  4548. mv -f $depbase.Tpo $depbase.Plo
  4549. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchTrace.lo -MD -MP -MF .deps/ThreadSearchTrace.Tpo -c ThreadSearchTrace.cpp -fPIC -DPIC -o .libs/ThreadSearchTrace.o
  4550. depbase=`echo ThreadSearchView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4551. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchView.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchView.lo ThreadSearchView.cpp &&\
  4552. mv -f $depbase.Tpo $depbase.Plo
  4553. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchView.lo -MD -MP -MF .deps/ThreadSearchView.Tpo -c ThreadSearchView.cpp -fPIC -DPIC -o .libs/ThreadSearchView.o
  4554. depbase=`echo ThreadSearchViewManagerBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4555. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchViewManagerBase.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchViewManagerBase.lo ThreadSearchViewManagerBase.cpp &&\
  4556. mv -f $depbase.Tpo $depbase.Plo
  4557. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchViewManagerBase.lo -MD -MP -MF .deps/ThreadSearchViewManagerBase.Tpo -c ThreadSearchViewManagerBase.cpp -fPIC -DPIC -o .libs/ThreadSearchViewManagerBase.o
  4558. depbase=`echo ThreadSearchViewManagerLayout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4559. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchViewManagerLayout.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchViewManagerLayout.lo ThreadSearchViewManagerLayout.cpp &&\
  4560. mv -f $depbase.Tpo $depbase.Plo
  4561. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchViewManagerLayout.lo -MD -MP -MF .deps/ThreadSearchViewManagerLayout.Tpo -c ThreadSearchViewManagerLayout.cpp -fPIC -DPIC -o .libs/ThreadSearchViewManagerLayout.o
  4562. depbase=`echo ThreadSearchViewManagerMessagesNotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4563. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchViewManagerMessagesNotebook.lo -MD -MP -MF $depbase.Tpo -c -o ThreadSearchViewManagerMessagesNotebook.lo ThreadSearchViewManagerMessagesNotebook.cpp &&\
  4564. mv -f $depbase.Tpo $depbase.Plo
  4565. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -I./../wxContribItems/wxthings/include -ansi -DTIXML_USE_STL -std=c++11 -MT ThreadSearchViewManagerMessagesNotebook.lo -MD -MP -MF .deps/ThreadSearchViewManagerMessagesNotebook.Tpo -c ThreadSearchViewManagerMessagesNotebook.cpp -fPIC -DPIC -o .libs/ThreadSearchViewManagerMessagesNotebook.o
  4566. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libThreadSearch.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins DirectoryParamsPanel.lo InsertIndexManager.lo SearchInPanel.lo TextFileSearcher.lo TextFileSearcherRegEx.lo TextFileSearcherText.lo ThreadSearch.lo ThreadSearchConfPanel.lo ThreadSearchControlIds.lo ThreadSearchEvent.lo ThreadSearchFindData.lo ThreadSearchLoggerBase.lo ThreadSearchLoggerList.lo ThreadSearchLoggerTree.lo ThreadSearchThread.lo ThreadSearchTrace.lo ThreadSearchView.lo ThreadSearchViewManagerBase.lo ThreadSearchViewManagerLayout.lo ThreadSearchViewManagerMessagesNotebook.lo ../../../sdk/libcodeblocks.la ../wxContribItems/wxthings/libwxcustombutton.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4567. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/DirectoryParamsPanel.o .libs/InsertIndexManager.o .libs/SearchInPanel.o .libs/TextFileSearcher.o .libs/TextFileSearcherRegEx.o .libs/TextFileSearcherText.o .libs/ThreadSearch.o .libs/ThreadSearchConfPanel.o .libs/ThreadSearchControlIds.o .libs/ThreadSearchEvent.o .libs/ThreadSearchFindData.o .libs/ThreadSearchLoggerBase.o .libs/ThreadSearchLoggerList.o .libs/ThreadSearchLoggerTree.o .libs/ThreadSearchThread.o .libs/ThreadSearchTrace.o .libs/ThreadSearchView.o .libs/ThreadSearchViewManagerBase.o .libs/ThreadSearchViewManagerLayout.o .libs/ThreadSearchViewManagerMessagesNotebook.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -Wl,-rpath -Wl,/opt/codeblocks-svn/lib/codeblocks/wxContribItems ../../../sdk/.libs/libcodeblocks.so ../wxContribItems/wxthings/.libs/libwxcustombutton.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libThreadSearch.so -o .libs/libThreadSearch.so
  4568. libtool: link: ( cd ".libs" && rm -f "libThreadSearch.la" && ln -s "../libThreadSearch.la" "libThreadSearch.la" )
  4569. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/ThreadSearch.zip manifest.xml > /dev/null
  4570. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  4571. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  4572. Making all in ToolsPlus
  4573. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  4574. Making all in Resources
  4575. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/Resources'
  4576. make[5]: Nothing to be done for `all'.
  4577. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/Resources'
  4578. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  4579. depbase=`echo CmdConfigDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4580. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT CmdConfigDialog.lo -MD -MP -MF $depbase.Tpo -c -o CmdConfigDialog.lo CmdConfigDialog.cpp &&\
  4581. mv -f $depbase.Tpo $depbase.Plo
  4582. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT CmdConfigDialog.lo -MD -MP -MF .deps/CmdConfigDialog.Tpo -c CmdConfigDialog.cpp -fPIC -DPIC -o .libs/CmdConfigDialog.o
  4583. depbase=`echo PipedProcessCtrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4584. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT PipedProcessCtrl.lo -MD -MP -MF $depbase.Tpo -c -o PipedProcessCtrl.lo PipedProcessCtrl.cpp &&\
  4585. mv -f $depbase.Tpo $depbase.Plo
  4586. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT PipedProcessCtrl.lo -MD -MP -MF .deps/PipedProcessCtrl.Tpo -c PipedProcessCtrl.cpp -fPIC -DPIC -o .libs/PipedProcessCtrl.o
  4587. depbase=`echo se_globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4588. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT se_globals.lo -MD -MP -MF $depbase.Tpo -c -o se_globals.lo se_globals.cpp &&\
  4589. mv -f $depbase.Tpo $depbase.Plo
  4590. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT se_globals.lo -MD -MP -MF .deps/se_globals.Tpo -c se_globals.cpp -fPIC -DPIC -o .libs/se_globals.o
  4591. depbase=`echo ShellCtrlBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4592. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ShellCtrlBase.lo -MD -MP -MF $depbase.Tpo -c -o ShellCtrlBase.lo ShellCtrlBase.cpp &&\
  4593. mv -f $depbase.Tpo $depbase.Plo
  4594. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ShellCtrlBase.lo -MD -MP -MF .deps/ShellCtrlBase.Tpo -c ShellCtrlBase.cpp -fPIC -DPIC -o .libs/ShellCtrlBase.o
  4595. depbase=`echo shellproperties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4596. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT shellproperties.lo -MD -MP -MF $depbase.Tpo -c -o shellproperties.lo shellproperties.cpp &&\
  4597. mv -f $depbase.Tpo $depbase.Plo
  4598. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT shellproperties.lo -MD -MP -MF .deps/shellproperties.Tpo -c shellproperties.cpp -fPIC -DPIC -o .libs/shellproperties.o
  4599. depbase=`echo ToolsPlus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4600. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ToolsPlus.lo -MD -MP -MF $depbase.Tpo -c -o ToolsPlus.lo ToolsPlus.cpp &&\
  4601. mv -f $depbase.Tpo $depbase.Plo
  4602. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT ToolsPlus.lo -MD -MP -MF .deps/ToolsPlus.Tpo -c ToolsPlus.cpp -fPIC -DPIC -o .libs/ToolsPlus.o
  4603. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libToolsPlus.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CmdConfigDialog.lo PipedProcessCtrl.lo se_globals.lo ShellCtrlBase.lo shellproperties.lo ToolsPlus.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4604. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CmdConfigDialog.o .libs/PipedProcessCtrl.o .libs/se_globals.o .libs/ShellCtrlBase.o .libs/shellproperties.o .libs/ToolsPlus.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libToolsPlus.so -o .libs/libToolsPlus.so
  4605. libtool: link: ( cd ".libs" && rm -f "libToolsPlus.la" && ln -s "../libToolsPlus.la" "libToolsPlus.la" )
  4606. PWD=`pwd` cd . && zip -j9 /home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/ToolsPlus.zip manifest.xml > /dev/null
  4607. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  4608. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  4609. Making all in Valgrind
  4610. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  4611. Making all in resources
  4612. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources'
  4613. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources/Valgrind.zip manifest.xml > /dev/null
  4614. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources'
  4615. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  4616. depbase=`echo Valgrind.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4617. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Valgrind.lo -MD -MP -MF $depbase.Tpo -c -o Valgrind.lo Valgrind.cpp &&\
  4618. mv -f $depbase.Tpo $depbase.Plo
  4619. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT Valgrind.lo -MD -MP -MF .deps/Valgrind.Tpo -c Valgrind.cpp -fPIC -DPIC -o .libs/Valgrind.o
  4620. depbase=`echo ValgrindListLog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4621. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ValgrindListLog.lo -MD -MP -MF $depbase.Tpo -c -o ValgrindListLog.lo ValgrindListLog.cpp &&\
  4622. mv -f $depbase.Tpo $depbase.Plo
  4623. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT ValgrindListLog.lo -MD -MP -MF .deps/ValgrindListLog.Tpo -c ValgrindListLog.cpp -fPIC -DPIC -o .libs/ValgrindListLog.o
  4624. depbase=`echo valgrind_config.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4625. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT valgrind_config.lo -MD -MP -MF $depbase.Tpo -c -o valgrind_config.lo valgrind_config.cpp &&\
  4626. mv -f $depbase.Tpo $depbase.Plo
  4627. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT valgrind_config.lo -MD -MP -MF .deps/valgrind_config.Tpo -c valgrind_config.cpp -fPIC -DPIC -o .libs/valgrind_config.o
  4628. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libValgrind.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins Valgrind.lo ValgrindListLog.lo valgrind_config.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  4629. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/Valgrind.o .libs/ValgrindListLog.o .libs/valgrind_config.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libValgrind.so -o .libs/libValgrind.so
  4630. libtool: link: ( cd ".libs" && rm -f "libValgrind.la" && ln -s "../libValgrind.la" "libValgrind.la" )
  4631. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  4632. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  4633. Making all in wxContribItems
  4634. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4635. Making all in wxchart
  4636. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  4637. make[5]: Nothing to be done for `all'.
  4638. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  4639. Making all in wxFlatNotebook
  4640. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  4641. make[5]: Nothing to be done for `all'.
  4642. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  4643. Making all in wxthings
  4644. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  4645. make[5]: Nothing to be done for `all'.
  4646. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  4647. Making all in wxImagePanel
  4648. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  4649. make[5]: Nothing to be done for `all'.
  4650. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  4651. Making all in wxSpeedButton
  4652. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  4653. make[5]: Nothing to be done for `all'.
  4654. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  4655. Making all in KWIC
  4656. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4657. Making all in include/wx/KWIC
  4658. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  4659. make[6]: Nothing to be done for `all'.
  4660. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  4661. Making all in include/wx/xrc
  4662. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  4663. make[6]: Nothing to be done for `all'.
  4664. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  4665. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4666. make[6]: Nothing to be done for `all-am'.
  4667. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4668. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  4669. Making all in wxled
  4670. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4671. Making all in gizmosled/include/wx/gizmos
  4672. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  4673. make[6]: Nothing to be done for `all'.
  4674. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  4675. Making all in lcdWindow/include/wx
  4676. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  4677. make[6]: Nothing to be done for `all'.
  4678. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  4679. Making all in led/include/wx
  4680. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  4681. make[6]: Nothing to be done for `all'.
  4682. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  4683. Making all in led/include/xrc
  4684. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  4685. make[6]: Nothing to be done for `all'.
  4686. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  4687. Making all in ledpanel/include/wx
  4688. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  4689. make[6]: Nothing to be done for `all'.
  4690. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  4691. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4692. make[6]: Nothing to be done for `all-am'.
  4693. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4694. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  4695. Making all in .
  4696. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4697. make[5]: Nothing to be done for `all-am'.
  4698. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4699. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  4700. Making all in wxSmith
  4701. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  4702. Making all in properties
  4703. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  4704. depbase=`echo wxsarraystringeditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4705. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringeditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsarraystringeditordlg.lo wxsarraystringeditordlg.cpp &&\
  4706. mv -f $depbase.Tpo $depbase.Plo
  4707. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringeditordlg.lo -MD -MP -MF .deps/wxsarraystringeditordlg.Tpo -c wxsarraystringeditordlg.cpp -fPIC -DPIC -o .libs/wxsarraystringeditordlg.o
  4708. depbase=`echo wxsboolproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4709. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsboolproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsboolproperty.lo wxsboolproperty.cpp &&\
  4710. mv -f $depbase.Tpo $depbase.Plo
  4711. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsboolproperty.lo -MD -MP -MF .deps/wxsboolproperty.Tpo -c wxsboolproperty.cpp -fPIC -DPIC -o .libs/wxsboolproperty.o
  4712. depbase=`echo wxspropertystream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4713. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspropertystream.lo -MD -MP -MF $depbase.Tpo -c -o wxspropertystream.lo wxspropertystream.cpp &&\
  4714. mv -f $depbase.Tpo $depbase.Plo
  4715. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspropertystream.lo -MD -MP -MF .deps/wxspropertystream.Tpo -c wxspropertystream.cpp -fPIC -DPIC -o .libs/wxspropertystream.o
  4716. depbase=`echo wxsflagsproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4717. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsflagsproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsflagsproperty.lo wxsflagsproperty.cpp &&\
  4718. mv -f $depbase.Tpo $depbase.Plo
  4719. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsflagsproperty.lo -MD -MP -MF .deps/wxsflagsproperty.Tpo -c wxsflagsproperty.cpp -fPIC -DPIC -o .libs/wxsflagsproperty.o
  4720. depbase=`echo wxsfloatproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4721. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfloatproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsfloatproperty.lo wxsfloatproperty.cpp &&\
  4722. mv -f $depbase.Tpo $depbase.Plo
  4723. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfloatproperty.lo -MD -MP -MF .deps/wxsfloatproperty.Tpo -c wxsfloatproperty.cpp -fPIC -DPIC -o .libs/wxsfloatproperty.o
  4724. depbase=`echo wxsemptyproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4725. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsemptyproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsemptyproperty.lo wxsemptyproperty.cpp &&\
  4726. mv -f $depbase.Tpo $depbase.Plo
  4727. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsemptyproperty.lo -MD -MP -MF .deps/wxsemptyproperty.Tpo -c wxsemptyproperty.cpp -fPIC -DPIC -o .libs/wxsemptyproperty.o
  4728. depbase=`echo wxsstringproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4729. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstringproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsstringproperty.lo wxsstringproperty.cpp &&\
  4730. mv -f $depbase.Tpo $depbase.Plo
  4731. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstringproperty.lo -MD -MP -MF .deps/wxsstringproperty.Tpo -c wxsstringproperty.cpp -fPIC -DPIC -o .libs/wxsstringproperty.o
  4732. depbase=`echo wxslongproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4733. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslongproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxslongproperty.lo wxslongproperty.cpp &&\
  4734. mv -f $depbase.Tpo $depbase.Plo
  4735. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslongproperty.lo -MD -MP -MF .deps/wxslongproperty.Tpo -c wxslongproperty.cpp -fPIC -DPIC -o .libs/wxslongproperty.o
  4736. depbase=`echo wxsenumproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4737. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsenumproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsenumproperty.lo wxsenumproperty.cpp &&\
  4738. mv -f $depbase.Tpo $depbase.Plo
  4739. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsenumproperty.lo -MD -MP -MF .deps/wxsenumproperty.Tpo -c wxsenumproperty.cpp -fPIC -DPIC -o .libs/wxsenumproperty.o
  4740. depbase=`echo wxsarraystringproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4741. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsarraystringproperty.lo wxsarraystringproperty.cpp &&\
  4742. mv -f $depbase.Tpo $depbase.Plo
  4743. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringproperty.lo -MD -MP -MF .deps/wxsarraystringproperty.Tpo -c wxsarraystringproperty.cpp -fPIC -DPIC -o .libs/wxsarraystringproperty.o
  4744. depbase=`echo wxsquickpropspanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4745. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsquickpropspanel.lo -MD -MP -MF $depbase.Tpo -c -o wxsquickpropspanel.lo wxsquickpropspanel.cpp &&\
  4746. mv -f $depbase.Tpo $depbase.Plo
  4747. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsquickpropspanel.lo -MD -MP -MF .deps/wxsquickpropspanel.Tpo -c wxsquickpropspanel.cpp -fPIC -DPIC -o .libs/wxsquickpropspanel.o
  4748. depbase=`echo wxsproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4749. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsproperty.lo wxsproperty.cpp &&\
  4750. mv -f $depbase.Tpo $depbase.Plo
  4751. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsproperty.lo -MD -MP -MF .deps/wxsproperty.Tpo -c wxsproperty.cpp -fPIC -DPIC -o .libs/wxsproperty.o
  4752. depbase=`echo wxspropertygridmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4753. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspropertygridmanager.lo -MD -MP -MF $depbase.Tpo -c -o wxspropertygridmanager.lo wxspropertygridmanager.cpp &&\
  4754. mv -f $depbase.Tpo $depbase.Plo
  4755. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspropertygridmanager.lo -MD -MP -MF .deps/wxspropertygridmanager.Tpo -c wxspropertygridmanager.cpp -fPIC -DPIC -o .libs/wxspropertygridmanager.o
  4756. depbase=`echo wxscustomeditorproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4757. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscustomeditorproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxscustomeditorproperty.lo wxscustomeditorproperty.cpp &&\
  4758. mv -f $depbase.Tpo $depbase.Plo
  4759. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscustomeditorproperty.lo -MD -MP -MF .deps/wxscustomeditorproperty.Tpo -c wxscustomeditorproperty.cpp -fPIC -DPIC -o .libs/wxscustomeditorproperty.o
  4760. depbase=`echo wxspropertycontainer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4761. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspropertycontainer.lo -MD -MP -MF $depbase.Tpo -c -o wxspropertycontainer.lo wxspropertycontainer.cpp &&\
  4762. mv -f $depbase.Tpo $depbase.Plo
  4763. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspropertycontainer.lo -MD -MP -MF .deps/wxspropertycontainer.Tpo -c wxspropertycontainer.cpp -fPIC -DPIC -o .libs/wxspropertycontainer.o
  4764. depbase=`echo wxseditenumproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4765. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxseditenumproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxseditenumproperty.lo wxseditenumproperty.cpp &&\
  4766. mv -f $depbase.Tpo $depbase.Plo
  4767. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxseditenumproperty.lo -MD -MP -MF .deps/wxseditenumproperty.Tpo -c wxseditenumproperty.cpp -fPIC -DPIC -o .libs/wxseditenumproperty.o
  4768. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith_properties.la ./wxsarraystringeditordlg.lo ./wxsboolproperty.lo ./wxspropertystream.lo ./wxsflagsproperty.lo ./wxsfloatproperty.lo ./wxsemptyproperty.lo ./wxsstringproperty.lo ./wxslongproperty.lo ./wxsenumproperty.lo ./wxsarraystringproperty.lo ./wxsquickpropspanel.lo ./wxsproperty.lo ./wxspropertygridmanager.lo ./wxscustomeditorproperty.lo ./wxspropertycontainer.lo ./wxseditenumproperty.lo ../../../../sdk/libcodeblocks.la -lpthread -ldl
  4769. libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  4770. libtool: link: ar cru .libs/libwxsmith_properties.a ./.libs/wxsarraystringeditordlg.o ./.libs/wxsboolproperty.o ./.libs/wxspropertystream.o ./.libs/wxsflagsproperty.o ./.libs/wxsfloatproperty.o ./.libs/wxsemptyproperty.o ./.libs/wxsstringproperty.o ./.libs/wxslongproperty.o ./.libs/wxsenumproperty.o ./.libs/wxsarraystringproperty.o ./.libs/wxsquickpropspanel.o ./.libs/wxsproperty.o ./.libs/wxspropertygridmanager.o ./.libs/wxscustomeditorproperty.o ./.libs/wxspropertycontainer.o ./.libs/wxseditenumproperty.o
  4771. libtool: link: ranlib .libs/libwxsmith_properties.a
  4772. libtool: link: ( cd ".libs" && rm -f "libwxsmith_properties.la" && ln -s "../libwxsmith_properties.la" "libwxsmith_properties.la" )
  4773. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  4774. Making all in wxwidgets
  4775. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  4776. Making all in defitems
  4777. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  4778. depbase=`echo wxsdatepickerctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4779. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdatepickerctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsdatepickerctrl.lo wxsdatepickerctrl.cpp &&\
  4780. mv -f $depbase.Tpo $depbase.Plo
  4781. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdatepickerctrl.lo -MD -MP -MF .deps/wxsdatepickerctrl.Tpo -c wxsdatepickerctrl.cpp -fPIC -DPIC -o .libs/wxsdatepickerctrl.o
  4782. depbase=`echo wxsstatictext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4783. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstatictext.lo -MD -MP -MF $depbase.Tpo -c -o wxsstatictext.lo wxsstatictext.cpp &&\
  4784. mv -f $depbase.Tpo $depbase.Plo
  4785. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstatictext.lo -MD -MP -MF .deps/wxsstatictext.Tpo -c wxsstatictext.cpp -fPIC -DPIC -o .libs/wxsstatictext.o
  4786. depbase=`echo wxslistctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4787. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxslistctrl.lo wxslistctrl.cpp &&\
  4788. mv -f $depbase.Tpo $depbase.Plo
  4789. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistctrl.lo -MD -MP -MF .deps/wxslistctrl.Tpo -c wxslistctrl.cpp -fPIC -DPIC -o .libs/wxslistctrl.o
  4790. depbase=`echo wxsflexgridsizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4791. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsflexgridsizer.lo -MD -MP -MF $depbase.Tpo -c -o wxsflexgridsizer.lo wxsflexgridsizer.cpp &&\
  4792. mv -f $depbase.Tpo $depbase.Plo
  4793. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsflexgridsizer.lo -MD -MP -MF .deps/wxsflexgridsizer.Tpo -c wxsflexgridsizer.cpp -fPIC -DPIC -o .libs/wxsflexgridsizer.o
  4794. depbase=`echo wxsboxsizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4795. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsboxsizer.lo -MD -MP -MF $depbase.Tpo -c -o wxsboxsizer.lo wxsboxsizer.cpp &&\
  4796. mv -f $depbase.Tpo $depbase.Plo
  4797. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsboxsizer.lo -MD -MP -MF .deps/wxsboxsizer.Tpo -c wxsboxsizer.cpp -fPIC -DPIC -o .libs/wxsboxsizer.o
  4798. depbase=`echo wxsgenericdirctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4799. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgenericdirctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsgenericdirctrl.lo wxsgenericdirctrl.cpp &&\
  4800. mv -f $depbase.Tpo $depbase.Plo
  4801. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgenericdirctrl.lo -MD -MP -MF .deps/wxsgenericdirctrl.Tpo -c wxsgenericdirctrl.cpp -fPIC -DPIC -o .libs/wxsgenericdirctrl.o
  4802. depbase=`echo wxsstaticbitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4803. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticbitmap.lo -MD -MP -MF $depbase.Tpo -c -o wxsstaticbitmap.lo wxsstaticbitmap.cpp &&\
  4804. mv -f $depbase.Tpo $depbase.Plo
  4805. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticbitmap.lo -MD -MP -MF .deps/wxsstaticbitmap.Tpo -c wxsstaticbitmap.cpp -fPIC -DPIC -o .libs/wxsstaticbitmap.o
  4806. depbase=`echo wxscheckbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4807. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscheckbox.lo -MD -MP -MF $depbase.Tpo -c -o wxscheckbox.lo wxscheckbox.cpp &&\
  4808. mv -f $depbase.Tpo $depbase.Plo
  4809. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscheckbox.lo -MD -MP -MF .deps/wxscheckbox.Tpo -c wxscheckbox.cpp -fPIC -DPIC -o .libs/wxscheckbox.o
  4810. depbase=`echo wxschoice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4811. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxschoice.lo -MD -MP -MF $depbase.Tpo -c -o wxschoice.lo wxschoice.cpp &&\
  4812. mv -f $depbase.Tpo $depbase.Plo
  4813. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxschoice.lo -MD -MP -MF .deps/wxschoice.Tpo -c wxschoice.cpp -fPIC -DPIC -o .libs/wxschoice.o
  4814. depbase=`echo wxsspinctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4815. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsspinctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsspinctrl.lo wxsspinctrl.cpp &&\
  4816. mv -f $depbase.Tpo $depbase.Plo
  4817. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsspinctrl.lo -MD -MP -MF .deps/wxsspinctrl.Tpo -c wxsspinctrl.cpp -fPIC -DPIC -o .libs/wxsspinctrl.o
  4818. depbase=`echo wxscalendarctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4819. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscalendarctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxscalendarctrl.lo wxscalendarctrl.cpp &&\
  4820. mv -f $depbase.Tpo $depbase.Plo
  4821. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscalendarctrl.lo -MD -MP -MF .deps/wxscalendarctrl.Tpo -c wxscalendarctrl.cpp -fPIC -DPIC -o .libs/wxscalendarctrl.o
  4822. depbase=`echo wxsstaticline.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4823. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticline.lo -MD -MP -MF $depbase.Tpo -c -o wxsstaticline.lo wxsstaticline.cpp &&\
  4824. mv -f $depbase.Tpo $depbase.Plo
  4825. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticline.lo -MD -MP -MF .deps/wxsstaticline.Tpo -c wxsstaticline.cpp -fPIC -DPIC -o .libs/wxsstaticline.o
  4826. depbase=`echo wxsgridsizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4827. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgridsizer.lo -MD -MP -MF $depbase.Tpo -c -o wxsgridsizer.lo wxsgridsizer.cpp &&\
  4828. mv -f $depbase.Tpo $depbase.Plo
  4829. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgridsizer.lo -MD -MP -MF .deps/wxsgridsizer.Tpo -c wxsgridsizer.cpp -fPIC -DPIC -o .libs/wxsgridsizer.o
  4830. depbase=`echo wxsstaticboxsizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4831. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticboxsizer.lo -MD -MP -MF $depbase.Tpo -c -o wxsstaticboxsizer.lo wxsstaticboxsizer.cpp &&\
  4832. mv -f $depbase.Tpo $depbase.Plo
  4833. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticboxsizer.lo -MD -MP -MF .deps/wxsstaticboxsizer.Tpo -c wxsstaticboxsizer.cpp -fPIC -DPIC -o .libs/wxsstaticboxsizer.o
  4834. depbase=`echo wxsbitmapbutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4835. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapbutton.lo -MD -MP -MF $depbase.Tpo -c -o wxsbitmapbutton.lo wxsbitmapbutton.cpp &&\
  4836. mv -f $depbase.Tpo $depbase.Plo
  4837. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapbutton.lo -MD -MP -MF .deps/wxsbitmapbutton.Tpo -c wxsbitmapbutton.cpp -fPIC -DPIC -o .libs/wxsbitmapbutton.o
  4838. depbase=`echo wxstextctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4839. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstextctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxstextctrl.lo wxstextctrl.cpp &&\
  4840. mv -f $depbase.Tpo $depbase.Plo
  4841. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstextctrl.lo -MD -MP -MF .deps/wxstextctrl.Tpo -c wxstextctrl.cpp -fPIC -DPIC -o .libs/wxstextctrl.o
  4842. depbase=`echo wxstogglebutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4843. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstogglebutton.lo -MD -MP -MF $depbase.Tpo -c -o wxstogglebutton.lo wxstogglebutton.cpp &&\
  4844. mv -f $depbase.Tpo $depbase.Plo
  4845. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstogglebutton.lo -MD -MP -MF .deps/wxstogglebutton.Tpo -c wxstogglebutton.cpp -fPIC -DPIC -o .libs/wxstogglebutton.o
  4846. depbase=`echo wxsspacer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4847. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsspacer.lo -MD -MP -MF $depbase.Tpo -c -o wxsspacer.lo wxsspacer.cpp &&\
  4848. mv -f $depbase.Tpo $depbase.Plo
  4849. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsspacer.lo -MD -MP -MF .deps/wxsspacer.Tpo -c wxsspacer.cpp -fPIC -DPIC -o .libs/wxsspacer.o
  4850. depbase=`echo wxsscrollbar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4851. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrollbar.lo -MD -MP -MF $depbase.Tpo -c -o wxsscrollbar.lo wxsscrollbar.cpp &&\
  4852. mv -f $depbase.Tpo $depbase.Plo
  4853. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrollbar.lo -MD -MP -MF .deps/wxsscrollbar.Tpo -c wxsscrollbar.cpp -fPIC -DPIC -o .libs/wxsscrollbar.o
  4854. depbase=`echo wxsdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4855. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsdialog.lo wxsdialog.cpp &&\
  4856. mv -f $depbase.Tpo $depbase.Plo
  4857. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdialog.lo -MD -MP -MF .deps/wxsdialog.Tpo -c wxsdialog.cpp -fPIC -DPIC -o .libs/wxsdialog.o
  4858. depbase=`echo wxsscrollingdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4859. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrollingdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsscrollingdialog.lo wxsscrollingdialog.cpp &&\
  4860. mv -f $depbase.Tpo $depbase.Plo
  4861. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrollingdialog.lo -MD -MP -MF .deps/wxsscrollingdialog.Tpo -c wxsscrollingdialog.cpp -fPIC -DPIC -o .libs/wxsscrollingdialog.o
  4862. depbase=`echo wxsspinbutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4863. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsspinbutton.lo -MD -MP -MF $depbase.Tpo -c -o wxsspinbutton.lo wxsspinbutton.cpp &&\
  4864. mv -f $depbase.Tpo $depbase.Plo
  4865. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsspinbutton.lo -MD -MP -MF .deps/wxsspinbutton.Tpo -c wxsspinbutton.cpp -fPIC -DPIC -o .libs/wxsspinbutton.o
  4866. depbase=`echo wxsbutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4867. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbutton.lo -MD -MP -MF $depbase.Tpo -c -o wxsbutton.lo wxsbutton.cpp &&\
  4868. mv -f $depbase.Tpo $depbase.Plo
  4869. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbutton.lo -MD -MP -MF .deps/wxsbutton.Tpo -c wxsbutton.cpp -fPIC -DPIC -o .libs/wxsbutton.o
  4870. depbase=`echo wxslistbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4871. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistbox.lo -MD -MP -MF $depbase.Tpo -c -o wxslistbox.lo wxslistbox.cpp &&\
  4872. mv -f $depbase.Tpo $depbase.Plo
  4873. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistbox.lo -MD -MP -MF .deps/wxslistbox.Tpo -c wxslistbox.cpp -fPIC -DPIC -o .libs/wxslistbox.o
  4874. depbase=`echo wxsgauge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4875. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgauge.lo -MD -MP -MF $depbase.Tpo -c -o wxsgauge.lo wxsgauge.cpp &&\
  4876. mv -f $depbase.Tpo $depbase.Plo
  4877. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgauge.lo -MD -MP -MF .deps/wxsgauge.Tpo -c wxsgauge.cpp -fPIC -DPIC -o .libs/wxsgauge.o
  4878. depbase=`echo wxsradiobutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4879. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsradiobutton.lo -MD -MP -MF $depbase.Tpo -c -o wxsradiobutton.lo wxsradiobutton.cpp &&\
  4880. mv -f $depbase.Tpo $depbase.Plo
  4881. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsradiobutton.lo -MD -MP -MF .deps/wxsradiobutton.Tpo -c wxsradiobutton.cpp -fPIC -DPIC -o .libs/wxsradiobutton.o
  4882. depbase=`echo wxspanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4883. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspanel.lo -MD -MP -MF $depbase.Tpo -c -o wxspanel.lo wxspanel.cpp &&\
  4884. mv -f $depbase.Tpo $depbase.Plo
  4885. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspanel.lo -MD -MP -MF .deps/wxspanel.Tpo -c wxspanel.cpp -fPIC -DPIC -o .libs/wxspanel.o
  4886. depbase=`echo wxsstaticbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4887. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticbox.lo -MD -MP -MF $depbase.Tpo -c -o wxsstaticbox.lo wxsstaticbox.cpp &&\
  4888. mv -f $depbase.Tpo $depbase.Plo
  4889. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstaticbox.lo -MD -MP -MF .deps/wxsstaticbox.Tpo -c wxsstaticbox.cpp -fPIC -DPIC -o .libs/wxsstaticbox.o
  4890. depbase=`echo wxsradiobox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4891. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsradiobox.lo -MD -MP -MF $depbase.Tpo -c -o wxsradiobox.lo wxsradiobox.cpp &&\
  4892. mv -f $depbase.Tpo $depbase.Plo
  4893. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsradiobox.lo -MD -MP -MF .deps/wxsradiobox.Tpo -c wxsradiobox.cpp -fPIC -DPIC -o .libs/wxsradiobox.o
  4894. depbase=`echo wxscombobox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4895. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscombobox.lo -MD -MP -MF $depbase.Tpo -c -o wxscombobox.lo wxscombobox.cpp &&\
  4896. mv -f $depbase.Tpo $depbase.Plo
  4897. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscombobox.lo -MD -MP -MF .deps/wxscombobox.Tpo -c wxscombobox.cpp -fPIC -DPIC -o .libs/wxscombobox.o
  4898. depbase=`echo wxschecklistbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4899. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxschecklistbox.lo -MD -MP -MF $depbase.Tpo -c -o wxschecklistbox.lo wxschecklistbox.cpp &&\
  4900. mv -f $depbase.Tpo $depbase.Plo
  4901. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxschecklistbox.lo -MD -MP -MF .deps/wxschecklistbox.Tpo -c wxschecklistbox.cpp -fPIC -DPIC -o .libs/wxschecklistbox.o
  4902. depbase=`echo wxsslider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4903. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsslider.lo -MD -MP -MF $depbase.Tpo -c -o wxsslider.lo wxsslider.cpp &&\
  4904. mv -f $depbase.Tpo $depbase.Plo
  4905. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsslider.lo -MD -MP -MF .deps/wxsslider.Tpo -c wxsslider.cpp -fPIC -DPIC -o .libs/wxsslider.o
  4906. depbase=`echo wxstreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4907. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstreectrl.lo -MD -MP -MF $depbase.Tpo -c -o wxstreectrl.lo wxstreectrl.cpp &&\
  4908. mv -f $depbase.Tpo $depbase.Plo
  4909. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstreectrl.lo -MD -MP -MF .deps/wxstreectrl.Tpo -c wxstreectrl.cpp -fPIC -DPIC -o .libs/wxstreectrl.o
  4910. depbase=`echo wxsframe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4911. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsframe.lo -MD -MP -MF $depbase.Tpo -c -o wxsframe.lo wxsframe.cpp &&\
  4912. mv -f $depbase.Tpo $depbase.Plo
  4913. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsframe.lo -MD -MP -MF .deps/wxsframe.Tpo -c wxsframe.cpp -fPIC -DPIC -o .libs/wxsframe.o
  4914. depbase=`echo wxshtmlwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4915. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxshtmlwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxshtmlwindow.lo wxshtmlwindow.cpp &&\
  4916. mv -f $depbase.Tpo $depbase.Plo
  4917. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxshtmlwindow.lo -MD -MP -MF .deps/wxshtmlwindow.Tpo -c wxshtmlwindow.cpp -fPIC -DPIC -o .libs/wxshtmlwindow.o
  4918. depbase=`echo wxsscrolledwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4919. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrolledwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxsscrolledwindow.lo wxsscrolledwindow.cpp &&\
  4920. mv -f $depbase.Tpo $depbase.Plo
  4921. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrolledwindow.lo -MD -MP -MF .deps/wxsscrolledwindow.Tpo -c wxsscrolledwindow.cpp -fPIC -DPIC -o .libs/wxsscrolledwindow.o
  4922. depbase=`echo wxsstddialogbuttonsizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4923. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstddialogbuttonsizer.lo -MD -MP -MF $depbase.Tpo -c -o wxsstddialogbuttonsizer.lo wxsstddialogbuttonsizer.cpp &&\
  4924. mv -f $depbase.Tpo $depbase.Plo
  4925. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstddialogbuttonsizer.lo -MD -MP -MF .deps/wxsstddialogbuttonsizer.Tpo -c wxsstddialogbuttonsizer.cpp -fPIC -DPIC -o .libs/wxsstddialogbuttonsizer.o
  4926. depbase=`echo wxssplitterwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4927. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssplitterwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxssplitterwindow.lo wxssplitterwindow.cpp &&\
  4928. mv -f $depbase.Tpo $depbase.Plo
  4929. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssplitterwindow.lo -MD -MP -MF .deps/wxssplitterwindow.Tpo -c wxssplitterwindow.cpp -fPIC -DPIC -o .libs/wxssplitterwindow.o
  4930. depbase=`echo wxscustomwidget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4931. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscustomwidget.lo -MD -MP -MF $depbase.Tpo -c -o wxscustomwidget.lo wxscustomwidget.cpp &&\
  4932. mv -f $depbase.Tpo $depbase.Plo
  4933. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscustomwidget.lo -MD -MP -MF .deps/wxscustomwidget.Tpo -c wxscustomwidget.cpp -fPIC -DPIC -o .libs/wxscustomwidget.o
  4934. depbase=`echo wxsnotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4935. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsnotebook.lo -MD -MP -MF $depbase.Tpo -c -o wxsnotebook.lo wxsnotebook.cpp &&\
  4936. mv -f $depbase.Tpo $depbase.Plo
  4937. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsnotebook.lo -MD -MP -MF .deps/wxsnotebook.Tpo -c wxsnotebook.cpp -fPIC -DPIC -o .libs/wxsnotebook.o
  4938. depbase=`echo wxschoicebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4939. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxschoicebook.lo -MD -MP -MF $depbase.Tpo -c -o wxschoicebook.lo wxschoicebook.cpp &&\
  4940. mv -f $depbase.Tpo $depbase.Plo
  4941. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxschoicebook.lo -MD -MP -MF .deps/wxschoicebook.Tpo -c wxschoicebook.cpp -fPIC -DPIC -o .libs/wxschoicebook.o
  4942. depbase=`echo wxslistbook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4943. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistbook.lo -MD -MP -MF $depbase.Tpo -c -o wxslistbook.lo wxslistbook.cpp &&\
  4944. mv -f $depbase.Tpo $depbase.Plo
  4945. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistbook.lo -MD -MP -MF .deps/wxslistbook.Tpo -c wxslistbook.cpp -fPIC -DPIC -o .libs/wxslistbook.o
  4946. depbase=`echo wxstimer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4947. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstimer.lo -MD -MP -MF $depbase.Tpo -c -o wxstimer.lo wxstimer.cpp &&\
  4948. mv -f $depbase.Tpo $depbase.Plo
  4949. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstimer.lo -MD -MP -MF .deps/wxstimer.Tpo -c wxstimer.cpp -fPIC -DPIC -o .libs/wxstimer.o
  4950. depbase=`echo wxsmenubar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4951. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenubar.lo -MD -MP -MF $depbase.Tpo -c -o wxsmenubar.lo wxsmenubar.cpp &&\
  4952. mv -f $depbase.Tpo $depbase.Plo
  4953. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenubar.lo -MD -MP -MF .deps/wxsmenubar.Tpo -c wxsmenubar.cpp -fPIC -DPIC -o .libs/wxsmenubar.o
  4954. depbase=`echo wxsmenu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4955. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenu.lo -MD -MP -MF $depbase.Tpo -c -o wxsmenu.lo wxsmenu.cpp &&\
  4956. mv -f $depbase.Tpo $depbase.Plo
  4957. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenu.lo -MD -MP -MF .deps/wxsmenu.Tpo -c wxsmenu.cpp -fPIC -DPIC -o .libs/wxsmenu.o
  4958. depbase=`echo wxsmenueditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4959. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenueditor.lo -MD -MP -MF $depbase.Tpo -c -o wxsmenueditor.lo wxsmenueditor.cpp &&\
  4960. mv -f $depbase.Tpo $depbase.Plo
  4961. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenueditor.lo -MD -MP -MF .deps/wxsmenueditor.Tpo -c wxsmenueditor.cpp -fPIC -DPIC -o .libs/wxsmenueditor.o
  4962. depbase=`echo wxsmenuitem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4963. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenuitem.lo -MD -MP -MF $depbase.Tpo -c -o wxsmenuitem.lo wxsmenuitem.cpp &&\
  4964. mv -f $depbase.Tpo $depbase.Plo
  4965. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmenuitem.lo -MD -MP -MF .deps/wxsmenuitem.Tpo -c wxsmenuitem.cpp -fPIC -DPIC -o .libs/wxsmenuitem.o
  4966. depbase=`echo wxsstatusbar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4967. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstatusbar.lo -MD -MP -MF $depbase.Tpo -c -o wxsstatusbar.lo wxsstatusbar.cpp &&\
  4968. mv -f $depbase.Tpo $depbase.Plo
  4969. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstatusbar.lo -MD -MP -MF .deps/wxsstatusbar.Tpo -c wxsstatusbar.cpp -fPIC -DPIC -o .libs/wxsstatusbar.o
  4970. depbase=`echo wxstoolbar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4971. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolbar.lo -MD -MP -MF $depbase.Tpo -c -o wxstoolbar.lo wxstoolbar.cpp &&\
  4972. mv -f $depbase.Tpo $depbase.Plo
  4973. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolbar.lo -MD -MP -MF .deps/wxstoolbar.Tpo -c wxstoolbar.cpp -fPIC -DPIC -o .libs/wxstoolbar.o
  4974. depbase=`echo wxstoolbaritem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4975. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolbaritem.lo -MD -MP -MF $depbase.Tpo -c -o wxstoolbaritem.lo wxstoolbaritem.cpp &&\
  4976. mv -f $depbase.Tpo $depbase.Plo
  4977. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolbaritem.lo -MD -MP -MF .deps/wxstoolbaritem.Tpo -c wxstoolbaritem.cpp -fPIC -DPIC -o .libs/wxstoolbaritem.o
  4978. depbase=`echo wxstoolbareditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4979. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolbareditor.lo -MD -MP -MF $depbase.Tpo -c -o wxstoolbareditor.lo wxstoolbareditor.cpp &&\
  4980. mv -f $depbase.Tpo $depbase.Plo
  4981. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolbareditor.lo -MD -MP -MF .deps/wxstoolbareditor.Tpo -c wxstoolbareditor.cpp -fPIC -DPIC -o .libs/wxstoolbareditor.o
  4982. depbase=`echo wxsgrid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4983. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgrid.lo -MD -MP -MF $depbase.Tpo -c -o wxsgrid.lo wxsgrid.cpp &&\
  4984. mv -f $depbase.Tpo $depbase.Plo
  4985. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgrid.lo -MD -MP -MF .deps/wxsgrid.Tpo -c wxsgrid.cpp -fPIC -DPIC -o .libs/wxsgrid.o
  4986. depbase=`echo wxscolourdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4987. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscolourdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxscolourdialog.lo wxscolourdialog.cpp &&\
  4988. mv -f $depbase.Tpo $depbase.Plo
  4989. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscolourdialog.lo -MD -MP -MF .deps/wxscolourdialog.Tpo -c wxscolourdialog.cpp -fPIC -DPIC -o .libs/wxscolourdialog.o
  4990. depbase=`echo wxsdirdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4991. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdirdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsdirdialog.lo wxsdirdialog.cpp &&\
  4992. mv -f $depbase.Tpo $depbase.Plo
  4993. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdirdialog.lo -MD -MP -MF .deps/wxsdirdialog.Tpo -c wxsdirdialog.cpp -fPIC -DPIC -o .libs/wxsdirdialog.o
  4994. depbase=`echo wxsfiledialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4995. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfiledialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsfiledialog.lo wxsfiledialog.cpp &&\
  4996. mv -f $depbase.Tpo $depbase.Plo
  4997. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfiledialog.lo -MD -MP -MF .deps/wxsfiledialog.Tpo -c wxsfiledialog.cpp -fPIC -DPIC -o .libs/wxsfiledialog.o
  4998. depbase=`echo wxsmultichoicedialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  4999. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmultichoicedialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsmultichoicedialog.lo wxsmultichoicedialog.cpp &&\
  5000. mv -f $depbase.Tpo $depbase.Plo
  5001. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmultichoicedialog.lo -MD -MP -MF .deps/wxsmultichoicedialog.Tpo -c wxsmultichoicedialog.cpp -fPIC -DPIC -o .libs/wxsmultichoicedialog.o
  5002. depbase=`echo wxssinglechoicedialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5003. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssinglechoicedialog.lo -MD -MP -MF $depbase.Tpo -c -o wxssinglechoicedialog.lo wxssinglechoicedialog.cpp &&\
  5004. mv -f $depbase.Tpo $depbase.Plo
  5005. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssinglechoicedialog.lo -MD -MP -MF .deps/wxssinglechoicedialog.Tpo -c wxssinglechoicedialog.cpp -fPIC -DPIC -o .libs/wxssinglechoicedialog.o
  5006. depbase=`echo wxssashwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5007. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssashwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxssashwindow.lo wxssashwindow.cpp &&\
  5008. mv -f $depbase.Tpo $depbase.Plo
  5009. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssashwindow.lo -MD -MP -MF .deps/wxssashwindow.Tpo -c wxssashwindow.cpp -fPIC -DPIC -o .libs/wxssashwindow.o
  5010. depbase=`echo wxssashlayoutwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5011. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssashlayoutwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxssashlayoutwindow.lo wxssashlayoutwindow.cpp &&\
  5012. mv -f $depbase.Tpo $depbase.Plo
  5013. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssashlayoutwindow.lo -MD -MP -MF .deps/wxssashlayoutwindow.Tpo -c wxssashlayoutwindow.cpp -fPIC -DPIC -o .libs/wxssashlayoutwindow.o
  5014. depbase=`echo wxssingleinstancechecker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5015. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssingleinstancechecker.lo -MD -MP -MF $depbase.Tpo -c -o wxssingleinstancechecker.lo wxssingleinstancechecker.cpp &&\
  5016. mv -f $depbase.Tpo $depbase.Plo
  5017. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssingleinstancechecker.lo -MD -MP -MF .deps/wxssingleinstancechecker.Tpo -c wxssingleinstancechecker.cpp -fPIC -DPIC -o .libs/wxssingleinstancechecker.o
  5018. depbase=`echo wxsstopwatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5019. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstopwatch.lo -MD -MP -MF $depbase.Tpo -c -o wxsstopwatch.lo wxsstopwatch.cpp &&\
  5020. mv -f $depbase.Tpo $depbase.Plo
  5021. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstopwatch.lo -MD -MP -MF .deps/wxsstopwatch.Tpo -c wxsstopwatch.cpp -fPIC -DPIC -o .libs/wxsstopwatch.o
  5022. depbase=`echo wxssymbolpickerdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5023. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssymbolpickerdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxssymbolpickerdialog.lo wxssymbolpickerdialog.cpp &&\
  5024. mv -f $depbase.Tpo $depbase.Plo
  5025. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssymbolpickerdialog.lo -MD -MP -MF .deps/wxssymbolpickerdialog.Tpo -c wxssymbolpickerdialog.cpp -fPIC -DPIC -o .libs/wxssymbolpickerdialog.o
  5026. depbase=`echo wxsglcanvas.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5027. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsglcanvas.lo -MD -MP -MF $depbase.Tpo -c -o wxsglcanvas.lo wxsglcanvas.cpp &&\
  5028. mv -f $depbase.Tpo $depbase.Plo
  5029. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsglcanvas.lo -MD -MP -MF .deps/wxsglcanvas.Tpo -c wxsglcanvas.cpp -fPIC -DPIC -o .libs/wxsglcanvas.o
  5030. depbase=`echo wxshyperlinkctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5031. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxshyperlinkctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxshyperlinkctrl.lo wxshyperlinkctrl.cpp &&\
  5032. mv -f $depbase.Tpo $depbase.Plo
  5033. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxshyperlinkctrl.lo -MD -MP -MF .deps/wxshyperlinkctrl.Tpo -c wxshyperlinkctrl.cpp -fPIC -DPIC -o .libs/wxshyperlinkctrl.o
  5034. depbase=`echo wxsanimationctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5035. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsanimationctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsanimationctrl.lo wxsanimationctrl.cpp &&\
  5036. mv -f $depbase.Tpo $depbase.Plo
  5037. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsanimationctrl.lo -MD -MP -MF .deps/wxsanimationctrl.Tpo -c wxsanimationctrl.cpp -fPIC -DPIC -o .libs/wxsanimationctrl.o
  5038. depbase=`echo wxsfindreplacedialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5039. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfindreplacedialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsfindreplacedialog.lo wxsfindreplacedialog.cpp &&\
  5040. mv -f $depbase.Tpo $depbase.Plo
  5041. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfindreplacedialog.lo -MD -MP -MF .deps/wxsfindreplacedialog.Tpo -c wxsfindreplacedialog.cpp -fPIC -DPIC -o .libs/wxsfindreplacedialog.o
  5042. depbase=`echo wxsfontdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5043. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsfontdialog.lo wxsfontdialog.cpp &&\
  5044. mv -f $depbase.Tpo $depbase.Plo
  5045. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontdialog.lo -MD -MP -MF .deps/wxsfontdialog.Tpo -c wxsfontdialog.cpp -fPIC -DPIC -o .libs/wxsfontdialog.o
  5046. depbase=`echo wxsmessagedialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5047. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmessagedialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsmessagedialog.lo wxsmessagedialog.cpp &&\
  5048. mv -f $depbase.Tpo $depbase.Plo
  5049. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmessagedialog.lo -MD -MP -MF .deps/wxsmessagedialog.Tpo -c wxsmessagedialog.cpp -fPIC -DPIC -o .libs/wxsmessagedialog.o
  5050. depbase=`echo wxspagesetupdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5051. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspagesetupdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxspagesetupdialog.lo wxspagesetupdialog.cpp &&\
  5052. mv -f $depbase.Tpo $depbase.Plo
  5053. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspagesetupdialog.lo -MD -MP -MF .deps/wxspagesetupdialog.Tpo -c wxspagesetupdialog.cpp -fPIC -DPIC -o .libs/wxspagesetupdialog.o
  5054. depbase=`echo wxspasswordentrydialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5055. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspasswordentrydialog.lo -MD -MP -MF $depbase.Tpo -c -o wxspasswordentrydialog.lo wxspasswordentrydialog.cpp &&\
  5056. mv -f $depbase.Tpo $depbase.Plo
  5057. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspasswordentrydialog.lo -MD -MP -MF .deps/wxspasswordentrydialog.Tpo -c wxspasswordentrydialog.cpp -fPIC -DPIC -o .libs/wxspasswordentrydialog.o
  5058. depbase=`echo wxsprintdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5059. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsprintdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsprintdialog.lo wxsprintdialog.cpp &&\
  5060. mv -f $depbase.Tpo $depbase.Plo
  5061. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsprintdialog.lo -MD -MP -MF .deps/wxsprintdialog.Tpo -c wxsprintdialog.cpp -fPIC -DPIC -o .libs/wxsprintdialog.o
  5062. depbase=`echo wxsprogressdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5063. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsprogressdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsprogressdialog.lo wxsprogressdialog.cpp &&\
  5064. mv -f $depbase.Tpo $depbase.Plo
  5065. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsprogressdialog.lo -MD -MP -MF .deps/wxsprogressdialog.Tpo -c wxsprogressdialog.cpp -fPIC -DPIC -o .libs/wxsprogressdialog.o
  5066. depbase=`echo wxsrichtextformattingdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5067. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextformattingdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsrichtextformattingdialog.lo wxsrichtextformattingdialog.cpp &&\
  5068. mv -f $depbase.Tpo $depbase.Plo
  5069. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextformattingdialog.lo -MD -MP -MF .deps/wxsrichtextformattingdialog.Tpo -c wxsrichtextformattingdialog.cpp -fPIC -DPIC -o .libs/wxsrichtextformattingdialog.o
  5070. depbase=`echo wxsrichtextstyleorganiserdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5071. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstyleorganiserdialog.lo -MD -MP -MF $depbase.Tpo -c -o wxsrichtextstyleorganiserdialog.lo wxsrichtextstyleorganiserdialog.cpp &&\
  5072. mv -f $depbase.Tpo $depbase.Plo
  5073. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstyleorganiserdialog.lo -MD -MP -MF .deps/wxsrichtextstyleorganiserdialog.Tpo -c wxsrichtextstyleorganiserdialog.cpp -fPIC -DPIC -o .libs/wxsrichtextstyleorganiserdialog.o
  5074. depbase=`echo wxstextentrydialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5075. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstextentrydialog.lo -MD -MP -MF $depbase.Tpo -c -o wxstextentrydialog.lo wxstextentrydialog.cpp &&\
  5076. mv -f $depbase.Tpo $depbase.Plo
  5077. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstextentrydialog.lo -MD -MP -MF .deps/wxstextentrydialog.Tpo -c wxstextentrydialog.cpp -fPIC -DPIC -o .libs/wxstextentrydialog.o
  5078. depbase=`echo wxscolourpickerctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5079. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscolourpickerctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxscolourpickerctrl.lo wxscolourpickerctrl.cpp &&\
  5080. mv -f $depbase.Tpo $depbase.Plo
  5081. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscolourpickerctrl.lo -MD -MP -MF .deps/wxscolourpickerctrl.Tpo -c wxscolourpickerctrl.cpp -fPIC -DPIC -o .libs/wxscolourpickerctrl.o
  5082. depbase=`echo wxsdirpickerctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5083. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdirpickerctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsdirpickerctrl.lo wxsdirpickerctrl.cpp &&\
  5084. mv -f $depbase.Tpo $depbase.Plo
  5085. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdirpickerctrl.lo -MD -MP -MF .deps/wxsdirpickerctrl.Tpo -c wxsdirpickerctrl.cpp -fPIC -DPIC -o .libs/wxsdirpickerctrl.o
  5086. depbase=`echo wxsfilepickerctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5087. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfilepickerctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsfilepickerctrl.lo wxsfilepickerctrl.cpp &&\
  5088. mv -f $depbase.Tpo $depbase.Plo
  5089. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfilepickerctrl.lo -MD -MP -MF .deps/wxsfilepickerctrl.Tpo -c wxsfilepickerctrl.cpp -fPIC -DPIC -o .libs/wxsfilepickerctrl.o
  5090. depbase=`echo wxsfontpickerctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5091. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontpickerctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsfontpickerctrl.lo wxsfontpickerctrl.cpp &&\
  5092. mv -f $depbase.Tpo $depbase.Plo
  5093. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontpickerctrl.lo -MD -MP -MF .deps/wxsfontpickerctrl.Tpo -c wxsfontpickerctrl.cpp -fPIC -DPIC -o .libs/wxsfontpickerctrl.o
  5094. depbase=`echo wxsbitmapcombobox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5095. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapcombobox.lo -MD -MP -MF $depbase.Tpo -c -o wxsbitmapcombobox.lo wxsbitmapcombobox.cpp &&\
  5096. mv -f $depbase.Tpo $depbase.Plo
  5097. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapcombobox.lo -MD -MP -MF .deps/wxsbitmapcombobox.Tpo -c wxsbitmapcombobox.cpp -fPIC -DPIC -o .libs/wxsbitmapcombobox.o
  5098. depbase=`echo wxscontexthelpbutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5099. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscontexthelpbutton.lo -MD -MP -MF $depbase.Tpo -c -o wxscontexthelpbutton.lo wxscontexthelpbutton.cpp &&\
  5100. mv -f $depbase.Tpo $depbase.Plo
  5101. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscontexthelpbutton.lo -MD -MP -MF .deps/wxscontexthelpbutton.Tpo -c wxscontexthelpbutton.cpp -fPIC -DPIC -o .libs/wxscontexthelpbutton.o
  5102. depbase=`echo wxsdialupmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5103. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdialupmanager.lo -MD -MP -MF $depbase.Tpo -c -o wxsdialupmanager.lo wxsdialupmanager.cpp &&\
  5104. mv -f $depbase.Tpo $depbase.Plo
  5105. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdialupmanager.lo -MD -MP -MF .deps/wxsdialupmanager.Tpo -c wxsdialupmanager.cpp -fPIC -DPIC -o .libs/wxsdialupmanager.o
  5106. depbase=`echo wxshtmleasyprinting.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5107. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxshtmleasyprinting.lo -MD -MP -MF $depbase.Tpo -c -o wxshtmleasyprinting.lo wxshtmleasyprinting.cpp &&\
  5108. mv -f $depbase.Tpo $depbase.Plo
  5109. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxshtmleasyprinting.lo -MD -MP -MF .deps/wxshtmleasyprinting.Tpo -c wxshtmleasyprinting.cpp -fPIC -DPIC -o .libs/wxshtmleasyprinting.o
  5110. depbase=`echo wxslistview.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5111. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistview.lo -MD -MP -MF $depbase.Tpo -c -o wxslistview.lo wxslistview.cpp &&\
  5112. mv -f $depbase.Tpo $depbase.Plo
  5113. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxslistview.lo -MD -MP -MF .deps/wxslistview.Tpo -c wxslistview.cpp -fPIC -DPIC -o .libs/wxslistview.o
  5114. depbase=`echo wxsrichtextctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5115. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsrichtextctrl.lo wxsrichtextctrl.cpp &&\
  5116. mv -f $depbase.Tpo $depbase.Plo
  5117. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextctrl.lo -MD -MP -MF .deps/wxsrichtextctrl.Tpo -c wxsrichtextctrl.cpp -fPIC -DPIC -o .libs/wxsrichtextctrl.o
  5118. depbase=`echo wxssearchctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5119. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssearchctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxssearchctrl.lo wxssearchctrl.cpp &&\
  5120. mv -f $depbase.Tpo $depbase.Plo
  5121. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssearchctrl.lo -MD -MP -MF .deps/wxssearchctrl.Tpo -c wxssearchctrl.cpp -fPIC -DPIC -o .libs/wxssearchctrl.o
  5122. depbase=`echo wxssimplehtmllistbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5123. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssimplehtmllistbox.lo -MD -MP -MF $depbase.Tpo -c -o wxssimplehtmllistbox.lo wxssimplehtmllistbox.cpp &&\
  5124. mv -f $depbase.Tpo $depbase.Plo
  5125. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssimplehtmllistbox.lo -MD -MP -MF .deps/wxssimplehtmllistbox.Tpo -c wxssimplehtmllistbox.cpp -fPIC -DPIC -o .libs/wxssimplehtmllistbox.o
  5126. depbase=`echo wxstreebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5127. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstreebook.lo -MD -MP -MF $depbase.Tpo -c -o wxstreebook.lo wxstreebook.cpp &&\
  5128. mv -f $depbase.Tpo $depbase.Plo
  5129. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxstreebook.lo -MD -MP -MF .deps/wxstreebook.Tpo -c wxstreebook.cpp -fPIC -DPIC -o .libs/wxstreebook.o
  5130. depbase=`echo wxsimage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5131. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimage.lo -MD -MP -MF $depbase.Tpo -c -o wxsimage.lo wxsimage.cpp &&\
  5132. mv -f $depbase.Tpo $depbase.Plo
  5133. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimage.lo -MD -MP -MF .deps/wxsimage.Tpo -c wxsimage.cpp -fPIC -DPIC -o .libs/wxsimage.o
  5134. depbase=`echo wxsimagelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5135. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagelist.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagelist.lo wxsimagelist.cpp &&\
  5136. mv -f $depbase.Tpo $depbase.Plo
  5137. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagelist.lo -MD -MP -MF .deps/wxsimagelist.Tpo -c wxsimagelist.cpp -fPIC -DPIC -o .libs/wxsimagelist.o
  5138. depbase=`echo wxsrichtextstylecomboctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5139. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstylecomboctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsrichtextstylecomboctrl.lo wxsrichtextstylecomboctrl.cpp &&\
  5140. mv -f $depbase.Tpo $depbase.Plo
  5141. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstylecomboctrl.lo -MD -MP -MF .deps/wxsrichtextstylecomboctrl.Tpo -c wxsrichtextstylecomboctrl.cpp -fPIC -DPIC -o .libs/wxsrichtextstylecomboctrl.o
  5142. depbase=`echo wxsrichtextstylelistbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5143. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstylelistbox.lo -MD -MP -MF $depbase.Tpo -c -o wxsrichtextstylelistbox.lo wxsrichtextstylelistbox.cpp &&\
  5144. mv -f $depbase.Tpo $depbase.Plo
  5145. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstylelistbox.lo -MD -MP -MF .deps/wxsrichtextstylelistbox.Tpo -c wxsrichtextstylelistbox.cpp -fPIC -DPIC -o .libs/wxsrichtextstylelistbox.o
  5146. depbase=`echo wxsrichtextstylelistctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5147. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstylelistctrl.lo -MD -MP -MF $depbase.Tpo -c -o wxsrichtextstylelistctrl.lo wxsrichtextstylelistctrl.cpp &&\
  5148. mv -f $depbase.Tpo $depbase.Plo
  5149. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsrichtextstylelistctrl.lo -MD -MP -MF .deps/wxsrichtextstylelistctrl.Tpo -c wxsrichtextstylelistctrl.cpp -fPIC -DPIC -o .libs/wxsrichtextstylelistctrl.o
  5150. /bin/bash ../../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith_wxwidgets_defitems.la ./wxsdatepickerctrl.lo ./wxsstatictext.lo ./wxslistctrl.lo ./wxsflexgridsizer.lo ./wxsboxsizer.lo ./wxsgenericdirctrl.lo ./wxsstaticbitmap.lo ./wxscheckbox.lo ./wxschoice.lo ./wxsspinctrl.lo ./wxscalendarctrl.lo ./wxsstaticline.lo ./wxsgridsizer.lo ./wxsstaticboxsizer.lo ./wxsbitmapbutton.lo ./wxstextctrl.lo ./wxstogglebutton.lo ./wxsspacer.lo ./wxsscrollbar.lo ./wxsdialog.lo ./wxsscrollingdialog.lo ./wxsspinbutton.lo ./wxsbutton.lo ./wxslistbox.lo ./wxsgauge.lo ./wxsradiobutton.lo ./wxspanel.lo ./wxsstaticbox.lo ./wxsradiobox.lo ./wxscombobox.lo ./wxschecklistbox.lo ./wxsslider.lo ./wxstreectrl.lo ./wxsframe.lo ./wxshtmlwindow.lo ./wxsscrolledwindow.lo ./wxsstddialogbuttonsizer.lo ./wxssplitterwindow.lo ./wxscustomwidget.lo ./wxsnotebook.lo ./wxschoicebook.lo ./wxslistbook.lo ./wxstimer.lo ./wxsmenubar.lo ./wxsmenu.lo ./wxsmenueditor.lo ./wxsmenuitem.lo ./wxsstatusbar.lo ./wxstoolbar.lo ./wxstoolbaritem.lo ./wxstoolbareditor.lo ./wxsgrid.lo ./wxscolourdialog.lo ./wxsdirdialog.lo ./wxsfiledialog.lo ./wxsmultichoicedialog.lo ./wxssinglechoicedialog.lo ./wxssashwindow.lo ./wxssashlayoutwindow.lo ./wxssingleinstancechecker.lo ./wxsstopwatch.lo ./wxssymbolpickerdialog.lo ./wxsglcanvas.lo ./wxshyperlinkctrl.lo ./wxsanimationctrl.lo ./wxsfindreplacedialog.lo ./wxsfontdialog.lo ./wxsmessagedialog.lo ./wxspagesetupdialog.lo ./wxspasswordentrydialog.lo ./wxsprintdialog.lo ./wxsprogressdialog.lo ./wxsrichtextformattingdialog.lo ./wxsrichtextstyleorganiserdialog.lo ./wxstextentrydialog.lo ./wxscolourpickerctrl.lo ./wxsdirpickerctrl.lo ./wxsfilepickerctrl.lo ./wxsfontpickerctrl.lo ./wxsbitmapcombobox.lo ./wxscontexthelpbutton.lo ./wxsdialupmanager.lo ./wxshtmleasyprinting.lo ./wxslistview.lo ./wxsrichtextctrl.lo ./wxssearchctrl.lo ./wxssimplehtmllistbox.lo ./wxstreebook.lo ./wxsimage.lo ./wxsimagelist.lo ./wxsrichtextstylecomboctrl.lo ./wxsrichtextstylelistbox.lo ./wxsrichtextstylelistctrl.lo ../../../../../sdk/libcodeblocks.la -lpthread -ldl
  5151. libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  5152. libtool: link: ar cru .libs/libwxsmith_wxwidgets_defitems.a ./.libs/wxsdatepickerctrl.o ./.libs/wxsstatictext.o ./.libs/wxslistctrl.o ./.libs/wxsflexgridsizer.o ./.libs/wxsboxsizer.o ./.libs/wxsgenericdirctrl.o ./.libs/wxsstaticbitmap.o ./.libs/wxscheckbox.o ./.libs/wxschoice.o ./.libs/wxsspinctrl.o ./.libs/wxscalendarctrl.o ./.libs/wxsstaticline.o ./.libs/wxsgridsizer.o ./.libs/wxsstaticboxsizer.o ./.libs/wxsbitmapbutton.o ./.libs/wxstextctrl.o ./.libs/wxstogglebutton.o ./.libs/wxsspacer.o ./.libs/wxsscrollbar.o ./.libs/wxsdialog.o ./.libs/wxsscrollingdialog.o ./.libs/wxsspinbutton.o ./.libs/wxsbutton.o ./.libs/wxslistbox.o ./.libs/wxsgauge.o ./.libs/wxsradiobutton.o ./.libs/wxspanel.o ./.libs/wxsstaticbox.o ./.libs/wxsradiobox.o ./.libs/wxscombobox.o ./.libs/wxschecklistbox.o ./.libs/wxsslider.o ./.libs/wxstreectrl.o ./.libs/wxsframe.o ./.libs/wxshtmlwindow.o ./.libs/wxsscrolledwindow.o ./.libs/wxsstddialogbuttonsizer.o ./.libs/wxssplitterwindow.o ./.libs/wxscustomwidget.o ./.libs/wxsnotebook.o ./.libs/wxschoicebook.o ./.libs/wxslistbook.o ./.libs/wxstimer.o ./.libs/wxsmenubar.o ./.libs/wxsmenu.o ./.libs/wxsmenueditor.o ./.libs/wxsmenuitem.o ./.libs/wxsstatusbar.o ./.libs/wxstoolbar.o ./.libs/wxstoolbaritem.o ./.libs/wxstoolbareditor.o ./.libs/wxsgrid.o ./.libs/wxscolourdialog.o ./.libs/wxsdirdialog.o ./.libs/wxsfiledialog.o ./.libs/wxsmultichoicedialog.o ./.libs/wxssinglechoicedialog.o ./.libs/wxssashwindow.o ./.libs/wxssashlayoutwindow.o ./.libs/wxssingleinstancechecker.o ./.libs/wxsstopwatch.o ./.libs/wxssymbolpickerdialog.o ./.libs/wxsglcanvas.o ./.libs/wxshyperlinkctrl.o ./.libs/wxsanimationctrl.o ./.libs/wxsfindreplacedialog.o ./.libs/wxsfontdialog.o ./.libs/wxsmessagedialog.o ./.libs/wxspagesetupdialog.o ./.libs/wxspasswordentrydialog.o ./.libs/wxsprintdialog.o ./.libs/wxsprogressdialog.o ./.libs/wxsrichtextformattingdialog.o ./.libs/wxsrichtextstyleorganiserdialog.o ./.libs/wxstextentrydialog.o ./.libs/wxscolourpickerctrl.o ./.libs/wxsdirpickerctrl.o ./.libs/wxsfilepickerctrl.o ./.libs/wxsfontpickerctrl.o ./.libs/wxsbitmapcombobox.o ./.libs/wxscontexthelpbutton.o ./.libs/wxsdialupmanager.o ./.libs/wxshtmleasyprinting.o ./.libs/wxslistview.o ./.libs/wxsrichtextctrl.o ./.libs/wxssearchctrl.o ./.libs/wxssimplehtmllistbox.o ./.libs/wxstreebook.o ./.libs/wxsimage.o ./.libs/wxsimagelist.o ./.libs/wxsrichtextstylecomboctrl.o ./.libs/wxsrichtextstylelistbox.o ./.libs/wxsrichtextstylelistctrl.o
  5153. libtool: link: ranlib .libs/libwxsmith_wxwidgets_defitems.a
  5154. libtool: link: ( cd ".libs" && rm -f "libwxsmith_wxwidgets_defitems.la" && ln -s "../libwxsmith_wxwidgets_defitems.la" "libwxsmith_wxwidgets_defitems.la" )
  5155. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  5156. Making all in icons
  5157. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  5158. make[6]: Nothing to be done for `all'.
  5159. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  5160. Making all in properties
  5161. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  5162. depbase=`echo wxspositionsizeproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5163. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspositionsizeproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxspositionsizeproperty.lo wxspositionsizeproperty.cpp &&\
  5164. mv -f $depbase.Tpo $depbase.Plo
  5165. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspositionsizeproperty.lo -MD -MP -MF .deps/wxspositionsizeproperty.Tpo -c wxspositionsizeproperty.cpp -fPIC -DPIC -o .libs/wxspositionsizeproperty.o
  5166. depbase=`echo wxsfonteditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5167. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfonteditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsfonteditordlg.lo wxsfonteditordlg.cpp &&\
  5168. mv -f $depbase.Tpo $depbase.Plo
  5169. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfonteditordlg.lo -MD -MP -MF .deps/wxsfonteditordlg.Tpo -c wxsfonteditordlg.cpp -fPIC -DPIC -o .libs/wxsfonteditordlg.o
  5170. depbase=`echo wxsarraystringcheckeditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5171. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringcheckeditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsarraystringcheckeditordlg.lo wxsarraystringcheckeditordlg.cpp &&\
  5172. mv -f $depbase.Tpo $depbase.Plo
  5173. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringcheckeditordlg.lo -MD -MP -MF .deps/wxsarraystringcheckeditordlg.Tpo -c wxsarraystringcheckeditordlg.cpp -fPIC -DPIC -o .libs/wxsarraystringcheckeditordlg.o
  5174. depbase=`echo wxscolourproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5175. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscolourproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxscolourproperty.lo wxscolourproperty.cpp &&\
  5176. mv -f $depbase.Tpo $depbase.Plo
  5177. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxscolourproperty.lo -MD -MP -MF .deps/wxscolourproperty.Tpo -c wxscolourproperty.cpp -fPIC -DPIC -o .libs/wxscolourproperty.o
  5178. depbase=`echo wxsstyleproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5179. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstyleproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsstyleproperty.lo wxsstyleproperty.cpp &&\
  5180. mv -f $depbase.Tpo $depbase.Plo
  5181. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstyleproperty.lo -MD -MP -MF .deps/wxsstyleproperty.Tpo -c wxsstyleproperty.cpp -fPIC -DPIC -o .libs/wxsstyleproperty.o
  5182. depbase=`echo wxsarraystringcheckproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5183. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringcheckproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsarraystringcheckproperty.lo wxsarraystringcheckproperty.cpp &&\
  5184. mv -f $depbase.Tpo $depbase.Plo
  5185. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsarraystringcheckproperty.lo -MD -MP -MF .deps/wxsarraystringcheckproperty.Tpo -c wxsarraystringcheckproperty.cpp -fPIC -DPIC -o .libs/wxsarraystringcheckproperty.o
  5186. depbase=`echo wxsfontproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5187. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsfontproperty.lo wxsfontproperty.cpp &&\
  5188. mv -f $depbase.Tpo $depbase.Plo
  5189. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontproperty.lo -MD -MP -MF .deps/wxsfontproperty.Tpo -c wxsfontproperty.cpp -fPIC -DPIC -o .libs/wxsfontproperty.o
  5190. depbase=`echo wxssizerflagsproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5191. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssizerflagsproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxssizerflagsproperty.lo wxssizerflagsproperty.cpp &&\
  5192. mv -f $depbase.Tpo $depbase.Plo
  5193. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssizerflagsproperty.lo -MD -MP -MF .deps/wxssizerflagsproperty.Tpo -c wxssizerflagsproperty.cpp -fPIC -DPIC -o .libs/wxssizerflagsproperty.o
  5194. depbase=`echo wxsfontfaceeditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5195. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontfaceeditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsfontfaceeditordlg.lo wxsfontfaceeditordlg.cpp &&\
  5196. mv -f $depbase.Tpo $depbase.Plo
  5197. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsfontfaceeditordlg.lo -MD -MP -MF .deps/wxsfontfaceeditordlg.Tpo -c wxsfontfaceeditordlg.cpp -fPIC -DPIC -o .libs/wxsfontfaceeditordlg.o
  5198. depbase=`echo wxsbitmapiconeditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5199. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapiconeditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsbitmapiconeditordlg.lo wxsbitmapiconeditordlg.cpp &&\
  5200. mv -f $depbase.Tpo $depbase.Plo
  5201. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapiconeditordlg.lo -MD -MP -MF .deps/wxsbitmapiconeditordlg.Tpo -c wxsbitmapiconeditordlg.cpp -fPIC -DPIC -o .libs/wxsbitmapiconeditordlg.o
  5202. depbase=`echo wxsdimensionproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5203. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdimensionproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsdimensionproperty.lo wxsdimensionproperty.cpp &&\
  5204. mv -f $depbase.Tpo $depbase.Plo
  5205. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdimensionproperty.lo -MD -MP -MF .deps/wxsdimensionproperty.Tpo -c wxsdimensionproperty.cpp -fPIC -DPIC -o .libs/wxsdimensionproperty.o
  5206. depbase=`echo wxsbitmapiconproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5207. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapiconproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsbitmapiconproperty.lo wxsbitmapiconproperty.cpp &&\
  5208. mv -f $depbase.Tpo $depbase.Plo
  5209. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbitmapiconproperty.lo -MD -MP -MF .deps/wxsbitmapiconproperty.Tpo -c wxsbitmapiconproperty.cpp -fPIC -DPIC -o .libs/wxsbitmapiconproperty.o
  5210. depbase=`echo wxssimplefonteditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5211. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssimplefonteditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxssimplefonteditordlg.lo wxssimplefonteditordlg.cpp &&\
  5212. mv -f $depbase.Tpo $depbase.Plo
  5213. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxssimplefonteditordlg.lo -MD -MP -MF .deps/wxssimplefonteditordlg.Tpo -c wxssimplefonteditordlg.cpp -fPIC -DPIC -o .libs/wxssimplefonteditordlg.o
  5214. depbase=`echo wxsimagelisteditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5215. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagelisteditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagelisteditordlg.lo wxsimagelisteditordlg.cpp &&\
  5216. mv -f $depbase.Tpo $depbase.Plo
  5217. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagelisteditordlg.lo -MD -MP -MF .deps/wxsimagelisteditordlg.Tpo -c wxsimagelisteditordlg.cpp -fPIC -DPIC -o .libs/wxsimagelisteditordlg.o
  5218. depbase=`echo wxsimagelistproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5219. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagelistproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagelistproperty.lo wxsimagelistproperty.cpp &&\
  5220. mv -f $depbase.Tpo $depbase.Plo
  5221. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagelistproperty.lo -MD -MP -MF .deps/wxsimagelistproperty.Tpo -c wxsimagelistproperty.cpp -fPIC -DPIC -o .libs/wxsimagelistproperty.o
  5222. depbase=`echo wxsimageproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5223. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimageproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsimageproperty.lo wxsimageproperty.cpp &&\
  5224. mv -f $depbase.Tpo $depbase.Plo
  5225. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimageproperty.lo -MD -MP -MF .deps/wxsimageproperty.Tpo -c wxsimageproperty.cpp -fPIC -DPIC -o .libs/wxsimageproperty.o
  5226. depbase=`echo wxsimagecomboeditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5227. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagecomboeditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagecomboeditordlg.lo wxsimagecomboeditordlg.cpp &&\
  5228. mv -f $depbase.Tpo $depbase.Plo
  5229. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagecomboeditordlg.lo -MD -MP -MF .deps/wxsimagecomboeditordlg.Tpo -c wxsimagecomboeditordlg.cpp -fPIC -DPIC -o .libs/wxsimagecomboeditordlg.o
  5230. depbase=`echo wxsimagecomboproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5231. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagecomboproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagecomboproperty.lo wxsimagecomboproperty.cpp &&\
  5232. mv -f $depbase.Tpo $depbase.Plo
  5233. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagecomboproperty.lo -MD -MP -MF .deps/wxsimagecomboproperty.Tpo -c wxsimagecomboproperty.cpp -fPIC -DPIC -o .libs/wxsimagecomboproperty.o
  5234. depbase=`echo wxsimagetreeeditordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5235. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagetreeeditordlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagetreeeditordlg.lo wxsimagetreeeditordlg.cpp &&\
  5236. mv -f $depbase.Tpo $depbase.Plo
  5237. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagetreeeditordlg.lo -MD -MP -MF .deps/wxsimagetreeeditordlg.Tpo -c wxsimagetreeeditordlg.cpp -fPIC -DPIC -o .libs/wxsimagetreeeditordlg.o
  5238. depbase=`echo wxsimagetreeproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5239. /bin/bash ../../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagetreeproperty.lo -MD -MP -MF $depbase.Tpo -c -o wxsimagetreeproperty.lo wxsimagetreeproperty.cpp &&\
  5240. mv -f $depbase.Tpo $depbase.Plo
  5241. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../../src/include -I../../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsimagetreeproperty.lo -MD -MP -MF .deps/wxsimagetreeproperty.Tpo -c wxsimagetreeproperty.cpp -fPIC -DPIC -o .libs/wxsimagetreeproperty.o
  5242. /bin/bash ../../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith_wxwidgets_properties.la ./wxspositionsizeproperty.lo ./wxsfonteditordlg.lo ./wxsarraystringcheckeditordlg.lo ./wxscolourproperty.lo ./wxsstyleproperty.lo ./wxsarraystringcheckproperty.lo ./wxsfontproperty.lo ./wxssizerflagsproperty.lo ./wxsfontfaceeditordlg.lo ./wxsbitmapiconeditordlg.lo ./wxsdimensionproperty.lo ./wxsbitmapiconproperty.lo ./wxssimplefonteditordlg.lo ./wxsimagelisteditordlg.lo ./wxsimagelistproperty.lo ./wxsimageproperty.lo ./wxsimagecomboeditordlg.lo ./wxsimagecomboproperty.lo ./wxsimagetreeeditordlg.lo ./wxsimagetreeproperty.lo ../../../../../sdk/libcodeblocks.la -lpthread -ldl
  5243. libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  5244. libtool: link: ar cru .libs/libwxsmith_wxwidgets_properties.a ./.libs/wxspositionsizeproperty.o ./.libs/wxsfonteditordlg.o ./.libs/wxsarraystringcheckeditordlg.o ./.libs/wxscolourproperty.o ./.libs/wxsstyleproperty.o ./.libs/wxsarraystringcheckproperty.o ./.libs/wxsfontproperty.o ./.libs/wxssizerflagsproperty.o ./.libs/wxsfontfaceeditordlg.o ./.libs/wxsbitmapiconeditordlg.o ./.libs/wxsdimensionproperty.o ./.libs/wxsbitmapiconproperty.o ./.libs/wxssimplefonteditordlg.o ./.libs/wxsimagelisteditordlg.o ./.libs/wxsimagelistproperty.o ./.libs/wxsimageproperty.o ./.libs/wxsimagecomboeditordlg.o ./.libs/wxsimagecomboproperty.o ./.libs/wxsimagetreeeditordlg.o ./.libs/wxsimagetreeproperty.o
  5245. libtool: link: ranlib .libs/libwxsmith_wxwidgets_properties.a
  5246. libtool: link: ( cd ".libs" && rm -f "libwxsmith_wxwidgets_properties.la" && ln -s "../libwxsmith_wxwidgets_properties.la" "libwxsmith_wxwidgets_properties.la" )
  5247. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  5248. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5249. depbase=`echo wxssizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5250. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxssizer.lo -MD -MP -MF $depbase.Tpo -c -o wxssizer.lo wxssizer.cpp &&\
  5251. mv -f $depbase.Tpo $depbase.Plo
  5252. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxssizer.lo -MD -MP -MF .deps/wxssizer.Tpo -c wxssizer.cpp -fPIC -DPIC -o .libs/wxssizer.o
  5253. depbase=`echo wxsitemeditordragassist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5254. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemeditordragassist.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemeditordragassist.lo wxsitemeditordragassist.cpp &&\
  5255. mv -f $depbase.Tpo $depbase.Plo
  5256. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemeditordragassist.lo -MD -MP -MF .deps/wxsitemeditordragassist.Tpo -c wxsitemeditordragassist.cpp -fPIC -DPIC -o .libs/wxsitemeditordragassist.o
  5257. depbase=`echo wxsitemeditorcontent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5258. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemeditorcontent.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemeditorcontent.lo wxsitemeditorcontent.cpp &&\
  5259. mv -f $depbase.Tpo $depbase.Plo
  5260. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemeditorcontent.lo -MD -MP -MF .deps/wxsitemeditorcontent.Tpo -c wxsitemeditorcontent.cpp -fPIC -DPIC -o .libs/wxsitemeditorcontent.o
  5261. depbase=`echo wxscorrector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5262. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscorrector.lo -MD -MP -MF $depbase.Tpo -c -o wxscorrector.lo wxscorrector.cpp &&\
  5263. mv -f $depbase.Tpo $depbase.Plo
  5264. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscorrector.lo -MD -MP -MF .deps/wxscorrector.Tpo -c wxscorrector.cpp -fPIC -DPIC -o .libs/wxscorrector.o
  5265. depbase=`echo wxsnewwindowdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5266. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsnewwindowdlg.lo -MD -MP -MF $depbase.Tpo -c -o wxsnewwindowdlg.lo wxsnewwindowdlg.cpp &&\
  5267. mv -f $depbase.Tpo $depbase.Plo
  5268. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsnewwindowdlg.lo -MD -MP -MF .deps/wxsnewwindowdlg.Tpo -c wxsnewwindowdlg.cpp -fPIC -DPIC -o .libs/wxsnewwindowdlg.o
  5269. depbase=`echo wxsitemres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5270. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemres.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemres.lo wxsitemres.cpp &&\
  5271. mv -f $depbase.Tpo $depbase.Plo
  5272. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemres.lo -MD -MP -MF .deps/wxsitemres.Tpo -c wxsitemres.cpp -fPIC -DPIC -o .libs/wxsitemres.o
  5273. depbase=`echo wxspanelres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5274. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxspanelres.lo -MD -MP -MF $depbase.Tpo -c -o wxspanelres.lo wxspanelres.cpp &&\
  5275. mv -f $depbase.Tpo $depbase.Plo
  5276. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxspanelres.lo -MD -MP -MF .deps/wxspanelres.Tpo -c wxspanelres.cpp -fPIC -DPIC -o .libs/wxspanelres.o
  5277. depbase=`echo wxwidgetsguiconfigpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5278. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsguiconfigpanel.lo -MD -MP -MF $depbase.Tpo -c -o wxwidgetsguiconfigpanel.lo wxwidgetsguiconfigpanel.cpp &&\
  5279. mv -f $depbase.Tpo $depbase.Plo
  5280. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsguiconfigpanel.lo -MD -MP -MF .deps/wxwidgetsguiconfigpanel.Tpo -c wxwidgetsguiconfigpanel.cpp -fPIC -DPIC -o .libs/wxwidgetsguiconfigpanel.o
  5281. depbase=`echo wxsevents.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5282. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsevents.lo -MD -MP -MF $depbase.Tpo -c -o wxsevents.lo wxsevents.cpp &&\
  5283. mv -f $depbase.Tpo $depbase.Plo
  5284. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsevents.lo -MD -MP -MF .deps/wxsevents.Tpo -c wxsevents.cpp -fPIC -DPIC -o .libs/wxsevents.o
  5285. depbase=`echo wxspredefinedids.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5286. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxspredefinedids.lo -MD -MP -MF $depbase.Tpo -c -o wxspredefinedids.lo wxspredefinedids.cpp &&\
  5287. mv -f $depbase.Tpo $depbase.Plo
  5288. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxspredefinedids.lo -MD -MP -MF .deps/wxspredefinedids.Tpo -c wxspredefinedids.cpp -fPIC -DPIC -o .libs/wxspredefinedids.o
  5289. depbase=`echo wxwidgetsres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5290. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsres.lo -MD -MP -MF $depbase.Tpo -c -o wxwidgetsres.lo wxwidgetsres.cpp &&\
  5291. mv -f $depbase.Tpo $depbase.Plo
  5292. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsres.lo -MD -MP -MF .deps/wxwidgetsres.Tpo -c wxwidgetsres.cpp -fPIC -DPIC -o .libs/wxwidgetsres.o
  5293. depbase=`echo wxwidgetsguiappadoptingdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5294. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsguiappadoptingdlg.lo -MD -MP -MF $depbase.Tpo -c -o wxwidgetsguiappadoptingdlg.lo wxwidgetsguiappadoptingdlg.cpp &&\
  5295. mv -f $depbase.Tpo $depbase.Plo
  5296. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsguiappadoptingdlg.lo -MD -MP -MF .deps/wxwidgetsguiappadoptingdlg.Tpo -c wxwidgetsguiappadoptingdlg.cpp -fPIC -DPIC -o .libs/wxwidgetsguiappadoptingdlg.o
  5297. depbase=`echo wxsitemundobuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5298. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemundobuffer.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemundobuffer.lo wxsitemundobuffer.cpp &&\
  5299. mv -f $depbase.Tpo $depbase.Plo
  5300. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemundobuffer.lo -MD -MP -MF .deps/wxsitemundobuffer.Tpo -c wxsitemundobuffer.cpp -fPIC -DPIC -o .libs/wxsitemundobuffer.o
  5301. depbase=`echo wxsitemrestreedata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5302. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemrestreedata.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemrestreedata.lo wxsitemrestreedata.cpp &&\
  5303. mv -f $depbase.Tpo $depbase.Plo
  5304. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemrestreedata.lo -MD -MP -MF .deps/wxsitemrestreedata.Tpo -c wxsitemrestreedata.cpp -fPIC -DPIC -o .libs/wxsitemrestreedata.o
  5305. depbase=`echo wxscontainer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5306. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscontainer.lo -MD -MP -MF $depbase.Tpo -c -o wxscontainer.lo wxscontainer.cpp &&\
  5307. mv -f $depbase.Tpo $depbase.Plo
  5308. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscontainer.lo -MD -MP -MF .deps/wxscontainer.Tpo -c wxscontainer.cpp -fPIC -DPIC -o .libs/wxscontainer.o
  5309. depbase=`echo wxsdrawingwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5310. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdrawingwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxsdrawingwindow.lo wxsdrawingwindow.cpp &&\
  5311. mv -f $depbase.Tpo $depbase.Plo
  5312. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdrawingwindow.lo -MD -MP -MF .deps/wxsdrawingwindow.Tpo -c wxsdrawingwindow.cpp -fPIC -DPIC -o .libs/wxsdrawingwindow.o
  5313. depbase=`echo wxsitemfactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5314. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemfactory.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemfactory.lo wxsitemfactory.cpp &&\
  5315. mv -f $depbase.Tpo $depbase.Plo
  5316. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemfactory.lo -MD -MP -MF .deps/wxsitemfactory.Tpo -c wxsitemfactory.cpp -fPIC -DPIC -o .libs/wxsitemfactory.o
  5317. depbase=`echo wxsbaseproperties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5318. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbaseproperties.lo -MD -MP -MF $depbase.Tpo -c -o wxsbaseproperties.lo wxsbaseproperties.cpp &&\
  5319. mv -f $depbase.Tpo $depbase.Plo
  5320. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsbaseproperties.lo -MD -MP -MF .deps/wxsbaseproperties.Tpo -c wxsbaseproperties.cpp -fPIC -DPIC -o .libs/wxsbaseproperties.o
  5321. depbase=`echo wxsitem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5322. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitem.lo -MD -MP -MF $depbase.Tpo -c -o wxsitem.lo wxsitem.cpp &&\
  5323. mv -f $depbase.Tpo $depbase.Plo
  5324. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitem.lo -MD -MP -MF .deps/wxsitem.Tpo -c wxsitem.cpp -fPIC -DPIC -o .libs/wxsitem.o
  5325. depbase=`echo wxscustomwidgetxmlhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5326. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscustomwidgetxmlhandler.lo -MD -MP -MF $depbase.Tpo -c -o wxscustomwidgetxmlhandler.lo wxscustomwidgetxmlhandler.cpp &&\
  5327. mv -f $depbase.Tpo $depbase.Plo
  5328. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscustomwidgetxmlhandler.lo -MD -MP -MF .deps/wxscustomwidgetxmlhandler.Tpo -c wxscustomwidgetxmlhandler.cpp -fPIC -DPIC -o .libs/wxscustomwidgetxmlhandler.o
  5329. depbase=`echo wxsframeres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5330. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsframeres.lo -MD -MP -MF $depbase.Tpo -c -o wxsframeres.lo wxsframeres.cpp &&\
  5331. mv -f $depbase.Tpo $depbase.Plo
  5332. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsframeres.lo -MD -MP -MF .deps/wxsframeres.Tpo -c wxsframeres.cpp -fPIC -DPIC -o .libs/wxsframeres.o
  5333. depbase=`echo wxsstyle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5334. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstyle.lo -MD -MP -MF $depbase.Tpo -c -o wxsstyle.lo wxsstyle.cpp &&\
  5335. mv -f $depbase.Tpo $depbase.Plo
  5336. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstyle.lo -MD -MP -MF .deps/wxsstyle.Tpo -c wxsstyle.cpp -fPIC -DPIC -o .libs/wxsstyle.o
  5337. depbase=`echo wxseventseditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5338. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxseventseditor.lo -MD -MP -MF $depbase.Tpo -c -o wxseventseditor.lo wxseventseditor.cpp &&\
  5339. mv -f $depbase.Tpo $depbase.Plo
  5340. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxseventseditor.lo -MD -MP -MF .deps/wxseventseditor.Tpo -c wxseventseditor.cpp -fPIC -DPIC -o .libs/wxseventseditor.o
  5341. depbase=`echo wxswidget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5342. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxswidget.lo -MD -MP -MF $depbase.Tpo -c -o wxswidget.lo wxswidget.cpp &&\
  5343. mv -f $depbase.Tpo $depbase.Plo
  5344. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxswidget.lo -MD -MP -MF .deps/wxswidget.Tpo -c wxswidget.cpp -fPIC -DPIC -o .libs/wxswidget.o
  5345. depbase=`echo wxwidgetsresfactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5346. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsresfactory.lo -MD -MP -MF $depbase.Tpo -c -o wxwidgetsresfactory.lo wxwidgetsresfactory.cpp &&\
  5347. mv -f $depbase.Tpo $depbase.Plo
  5348. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsresfactory.lo -MD -MP -MF .deps/wxwidgetsresfactory.Tpo -c wxwidgetsresfactory.cpp -fPIC -DPIC -o .libs/wxwidgetsresfactory.o
  5349. depbase=`echo wxsparent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5350. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsparent.lo -MD -MP -MF $depbase.Tpo -c -o wxsparent.lo wxsparent.cpp &&\
  5351. mv -f $depbase.Tpo $depbase.Plo
  5352. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsparent.lo -MD -MP -MF .deps/wxsparent.Tpo -c wxsparent.cpp -fPIC -DPIC -o .libs/wxsparent.o
  5353. depbase=`echo wxsitemresdataobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5354. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemresdataobject.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemresdataobject.lo wxsitemresdataobject.cpp &&\
  5355. mv -f $depbase.Tpo $depbase.Plo
  5356. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemresdataobject.lo -MD -MP -MF .deps/wxsitemresdataobject.Tpo -c wxsitemresdataobject.cpp -fPIC -DPIC -o .libs/wxsitemresdataobject.o
  5357. depbase=`echo wxsitemresdata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5358. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemresdata.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemresdata.lo wxsitemresdata.cpp &&\
  5359. mv -f $depbase.Tpo $depbase.Plo
  5360. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemresdata.lo -MD -MP -MF .deps/wxsitemresdata.Tpo -c wxsitemresdata.cpp -fPIC -DPIC -o .libs/wxsitemresdata.o
  5361. depbase=`echo wxsitemeditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5362. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemeditor.lo -MD -MP -MF $depbase.Tpo -c -o wxsitemeditor.lo wxsitemeditor.cpp &&\
  5363. mv -f $depbase.Tpo $depbase.Plo
  5364. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsitemeditor.lo -MD -MP -MF .deps/wxsitemeditor.Tpo -c wxsitemeditor.cpp -fPIC -DPIC -o .libs/wxsitemeditor.o
  5365. depbase=`echo wxsdialogres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5366. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdialogres.lo -MD -MP -MF $depbase.Tpo -c -o wxsdialogres.lo wxsdialogres.cpp &&\
  5367. mv -f $depbase.Tpo $depbase.Plo
  5368. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdialogres.lo -MD -MP -MF .deps/wxsdialogres.Tpo -c wxsdialogres.cpp -fPIC -DPIC -o .libs/wxsdialogres.o
  5369. depbase=`echo wxsscrollingdialogres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5370. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrollingdialogres.lo -MD -MP -MF $depbase.Tpo -c -o wxsscrollingdialogres.lo wxsscrollingdialogres.cpp &&\
  5371. mv -f $depbase.Tpo $depbase.Plo
  5372. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsscrollingdialogres.lo -MD -MP -MF .deps/wxsscrollingdialogres.Tpo -c wxsscrollingdialogres.cpp -fPIC -DPIC -o .libs/wxsscrollingdialogres.o
  5373. depbase=`echo wxwidgetsgui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5374. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsgui.lo -MD -MP -MF $depbase.Tpo -c -o wxwidgetsgui.lo wxwidgetsgui.cpp &&\
  5375. mv -f $depbase.Tpo $depbase.Plo
  5376. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxwidgetsgui.lo -MD -MP -MF .deps/wxwidgetsgui.Tpo -c wxwidgetsgui.cpp -fPIC -DPIC -o .libs/wxwidgetsgui.o
  5377. depbase=`echo wxssizerparentqp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5378. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxssizerparentqp.lo -MD -MP -MF $depbase.Tpo -c -o wxssizerparentqp.lo wxssizerparentqp.cpp &&\
  5379. mv -f $depbase.Tpo $depbase.Plo
  5380. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxssizerparentqp.lo -MD -MP -MF .deps/wxssizerparentqp.Tpo -c wxssizerparentqp.cpp -fPIC -DPIC -o .libs/wxssizerparentqp.o
  5381. depbase=`echo wxstool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5382. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxstool.lo -MD -MP -MF $depbase.Tpo -c -o wxstool.lo wxstool.cpp &&\
  5383. mv -f $depbase.Tpo $depbase.Plo
  5384. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxstool.lo -MD -MP -MF .deps/wxstool.Tpo -c wxstool.cpp -fPIC -DPIC -o .libs/wxstool.o
  5385. depbase=`echo wxstoolspace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5386. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolspace.lo -MD -MP -MF $depbase.Tpo -c -o wxstoolspace.lo wxstoolspace.cpp &&\
  5387. mv -f $depbase.Tpo $depbase.Plo
  5388. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxstoolspace.lo -MD -MP -MF .deps/wxstoolspace.Tpo -c wxstoolspace.cpp -fPIC -DPIC -o .libs/wxstoolspace.o
  5389. depbase=`echo wxsgridpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5390. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgridpanel.lo -MD -MP -MF $depbase.Tpo -c -o wxsgridpanel.lo wxsgridpanel.cpp &&\
  5391. mv -f $depbase.Tpo $depbase.Plo
  5392. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgridpanel.lo -MD -MP -MF .deps/wxsgridpanel.Tpo -c wxsgridpanel.cpp -fPIC -DPIC -o .libs/wxsgridpanel.o
  5393. depbase=`echo wxsdeleteitemres.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5394. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdeleteitemres.lo -MD -MP -MF $depbase.Tpo -c -o wxsdeleteitemres.lo wxsdeleteitemres.cpp &&\
  5395. mv -f $depbase.Tpo $depbase.Plo
  5396. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxsdeleteitemres.lo -MD -MP -MF .deps/wxsdeleteitemres.Tpo -c wxsdeleteitemres.cpp -fPIC -DPIC -o .libs/wxsdeleteitemres.o
  5397. depbase=`echo wxscodercontext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5398. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscodercontext.lo -MD -MP -MF $depbase.Tpo -c -o wxscodercontext.lo wxscodercontext.cpp &&\
  5399. mv -f $depbase.Tpo $depbase.Plo
  5400. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscodercontext.lo -MD -MP -MF .deps/wxscodercontext.Tpo -c wxscodercontext.cpp -fPIC -DPIC -o .libs/wxscodercontext.o
  5401. depbase=`echo wxscodegenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5402. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscodegenerator.lo -MD -MP -MF $depbase.Tpo -c -o wxscodegenerator.lo wxscodegenerator.cpp &&\
  5403. mv -f $depbase.Tpo $depbase.Plo
  5404. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -I../../../../../src/include/scripting/include -I../../../../../src/include/scripting/squirrel -I../../../../../src/include/scripting/sqplus -I../../../../../src/include/scripting/bindings -ansi -DTIXML_USE_STL -std=c++11 -MT wxscodegenerator.lo -MD -MP -MF .deps/wxscodegenerator.Tpo -c wxscodegenerator.cpp -fPIC -DPIC -o .libs/wxscodegenerator.o
  5405. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith_wxwidgets.la ./wxssizer.lo ./wxsitemeditordragassist.lo ./wxsitemeditorcontent.lo ./wxscorrector.lo ./wxsnewwindowdlg.lo ./wxsitemres.lo ./wxspanelres.lo ./wxwidgetsguiconfigpanel.lo ./wxsevents.lo ./wxspredefinedids.lo ./wxwidgetsres.lo ./wxwidgetsguiappadoptingdlg.lo ./wxsitemundobuffer.lo ./wxsitemrestreedata.lo ./wxscontainer.lo ./wxsdrawingwindow.lo ./wxsitemfactory.lo ./wxsbaseproperties.lo ./wxsitem.lo ./wxscustomwidgetxmlhandler.lo ./wxsframeres.lo ./wxsstyle.lo ./wxseventseditor.lo ./wxswidget.lo ./wxwidgetsresfactory.lo ./wxsparent.lo ./wxsitemresdataobject.lo ./wxsitemresdata.lo ./wxsitemeditor.lo ./wxsdialogres.lo ./wxsscrollingdialogres.lo ./wxwidgetsgui.lo ./wxssizerparentqp.lo ./wxstool.lo ./wxstoolspace.lo ./wxsgridpanel.lo ./wxsdeleteitemres.lo ./wxscodercontext.lo ./wxscodegenerator.lo ../../../../sdk/libcodeblocks.la properties/libwxsmith_wxwidgets_properties.la defitems/libwxsmith_wxwidgets_defitems.la -lpthread -ldl
  5406. libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  5407. libtool: link: (cd .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a && ar x "/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties/.libs/libwxsmith_wxwidgets_properties.a")
  5408. libtool: link: (cd .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a && ar x "/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems/.libs/libwxsmith_wxwidgets_defitems.a")
  5409. libtool: link: ar cru .libs/libwxsmith_wxwidgets.a ./.libs/wxssizer.o ./.libs/wxsitemeditordragassist.o ./.libs/wxsitemeditorcontent.o ./.libs/wxscorrector.o ./.libs/wxsnewwindowdlg.o ./.libs/wxsitemres.o ./.libs/wxspanelres.o ./.libs/wxwidgetsguiconfigpanel.o ./.libs/wxsevents.o ./.libs/wxspredefinedids.o ./.libs/wxwidgetsres.o ./.libs/wxwidgetsguiappadoptingdlg.o ./.libs/wxsitemundobuffer.o ./.libs/wxsitemrestreedata.o ./.libs/wxscontainer.o ./.libs/wxsdrawingwindow.o ./.libs/wxsitemfactory.o ./.libs/wxsbaseproperties.o ./.libs/wxsitem.o ./.libs/wxscustomwidgetxmlhandler.o ./.libs/wxsframeres.o ./.libs/wxsstyle.o ./.libs/wxseventseditor.o ./.libs/wxswidget.o ./.libs/wxwidgetsresfactory.o ./.libs/wxsparent.o ./.libs/wxsitemresdataobject.o ./.libs/wxsitemresdata.o ./.libs/wxsitemeditor.o ./.libs/wxsdialogres.o ./.libs/wxsscrollingdialogres.o ./.libs/wxwidgetsgui.o ./.libs/wxssizerparentqp.o ./.libs/wxstool.o ./.libs/wxstoolspace.o ./.libs/wxsgridpanel.o ./.libs/wxsdeleteitemres.o ./.libs/wxscodercontext.o ./.libs/wxscodegenerator.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsarraystringcheckeditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsarraystringcheckproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsbitmapiconeditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsbitmapiconproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxscolourproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsdimensionproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsfonteditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsfontfaceeditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsfontproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimagecomboeditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimagecomboproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimagelisteditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimagelistproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimageproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimagetreeeditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsimagetreeproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxspositionsizeproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxssimplefonteditordlg.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxssizerflagsproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_properties.a/wxsstyleproperty.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsanimationctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsbitmapbutton.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsbitmapcombobox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsboxsizer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsbutton.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscalendarctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscheckbox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxschecklistbox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxschoice.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxschoicebook.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscolourdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscolourpickerctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscombobox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscontexthelpbutton.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxscustomwidget.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsdatepickerctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsdialupmanager.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsdirdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsdirpickerctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsfiledialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsfilepickerctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsfindreplacedialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsflexgridsizer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsfontdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsfontpickerctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsframe.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsgauge.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsgenericdirctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsglcanvas.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsgrid.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsgridsizer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxshtmleasyprinting.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxshtmlwindow.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxshyperlinkctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsimage.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsimagelist.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxslistbook.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxslistbox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxslistctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxslistview.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsmenu.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsmenubar.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsmenueditor.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsmenuitem.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsmessagedialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsmultichoicedialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsnotebook.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxspagesetupdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxspanel.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxspasswordentrydialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsprintdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsprogressdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsradiobox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsradiobutton.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsrichtextctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsrichtextformattingdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsrichtextstylecomboctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsrichtextstylelistbox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsrichtextstylelistctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsrichtextstyleorganiserdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssashlayoutwindow.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssashwindow.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsscrollbar.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsscrolledwindow.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsscrollingdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssearchctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssimplehtmllistbox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssinglechoicedialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssingleinstancechecker.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsslider.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsspacer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsspinbutton.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsspinctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssplitterwindow.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstaticbitmap.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstaticbox.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstaticboxsizer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstaticline.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstatictext.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstatusbar.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstddialogbuttonsizer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxsstopwatch.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxssymbolpickerdialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstextctrl.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstextentrydialog.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstimer.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstogglebutton.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstoolbar.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstoolbareditor.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstoolbaritem.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstreebook.o .libs/libwxsmith_wxwidgets.lax/libwxsmith_wxwidgets_defitems.a/wxstreectrl.o
  5410. libtool: link: ranlib .libs/libwxsmith_wxwidgets.a
  5411. libtool: link: rm -fr .libs/libwxsmith_wxwidgets.lax
  5412. libtool: link: ( cd ".libs" && rm -f "libwxsmith_wxwidgets.la" && ln -s "../libwxsmith_wxwidgets.la" "libwxsmith_wxwidgets.la" )
  5413. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5414. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5415. Making all in .
  5416. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5417. depbase=`echo wxsadvqpp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5418. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsadvqpp.lo -MD -MP -MF $depbase.Tpo -c -o wxsadvqpp.lo wxsadvqpp.cpp &&\
  5419. mv -f $depbase.Tpo $depbase.Plo
  5420. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsadvqpp.lo -MD -MP -MF .deps/wxsadvqpp.Tpo -c wxsadvqpp.cpp -fPIC -DPIC -o .libs/wxsadvqpp.o
  5421. depbase=`echo wxsadvqppchild.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5422. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsadvqppchild.lo -MD -MP -MF $depbase.Tpo -c -o wxsadvqppchild.lo wxsadvqppchild.cpp &&\
  5423. mv -f $depbase.Tpo $depbase.Plo
  5424. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsadvqppchild.lo -MD -MP -MF .deps/wxsadvqppchild.Tpo -c wxsadvqppchild.cpp -fPIC -DPIC -o .libs/wxsadvqppchild.o
  5425. depbase=`echo wxscoder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5426. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxscoder.lo -MD -MP -MF $depbase.Tpo -c -o wxscoder.lo wxscoder.cpp &&\
  5427. mv -f $depbase.Tpo $depbase.Plo
  5428. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxscoder.lo -MD -MP -MF .deps/wxscoder.Tpo -c wxscoder.cpp -fPIC -DPIC -o .libs/wxscoder.o
  5429. depbase=`echo wxscodinglang.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5430. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxscodinglang.lo -MD -MP -MF $depbase.Tpo -c -o wxscodinglang.lo wxscodinglang.cpp &&\
  5431. mv -f $depbase.Tpo $depbase.Plo
  5432. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxscodinglang.lo -MD -MP -MF .deps/wxscodinglang.Tpo -c wxscodinglang.cpp -fPIC -DPIC -o .libs/wxscodinglang.o
  5433. depbase=`echo wxseditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5434. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxseditor.lo -MD -MP -MF $depbase.Tpo -c -o wxseditor.lo wxseditor.cpp &&\
  5435. mv -f $depbase.Tpo $depbase.Plo
  5436. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxseditor.lo -MD -MP -MF .deps/wxseditor.Tpo -c wxseditor.cpp -fPIC -DPIC -o .libs/wxseditor.o
  5437. depbase=`echo wxsextresmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5438. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsextresmanager.lo -MD -MP -MF $depbase.Tpo -c -o wxsextresmanager.lo wxsextresmanager.cpp &&\
  5439. mv -f $depbase.Tpo $depbase.Plo
  5440. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsextresmanager.lo -MD -MP -MF .deps/wxsextresmanager.Tpo -c wxsextresmanager.cpp -fPIC -DPIC -o .libs/wxsextresmanager.o
  5441. depbase=`echo wxsgui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5442. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgui.lo -MD -MP -MF $depbase.Tpo -c -o wxsgui.lo wxsgui.cpp &&\
  5443. mv -f $depbase.Tpo $depbase.Plo
  5444. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsgui.lo -MD -MP -MF .deps/wxsgui.Tpo -c wxsgui.cpp -fPIC -DPIC -o .libs/wxsgui.o
  5445. depbase=`echo wxsguifactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5446. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsguifactory.lo -MD -MP -MF $depbase.Tpo -c -o wxsguifactory.lo wxsguifactory.cpp &&\
  5447. mv -f $depbase.Tpo $depbase.Plo
  5448. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsguifactory.lo -MD -MP -MF .deps/wxsguifactory.Tpo -c wxsguifactory.cpp -fPIC -DPIC -o .libs/wxsguifactory.o
  5449. depbase=`echo wxsmith.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5450. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmith.lo -MD -MP -MF $depbase.Tpo -c -o wxsmith.lo wxsmith.cpp &&\
  5451. mv -f $depbase.Tpo $depbase.Plo
  5452. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmith.lo -MD -MP -MF .deps/wxsmith.Tpo -c wxsmith.cpp -fPIC -DPIC -o .libs/wxsmith.o
  5453. depbase=`echo wxsmithmime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5454. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmithmime.lo -MD -MP -MF $depbase.Tpo -c -o wxsmithmime.lo wxsmithmime.cpp &&\
  5455. mv -f $depbase.Tpo $depbase.Plo
  5456. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmithmime.lo -MD -MP -MF .deps/wxsmithmime.Tpo -c wxsmithmime.cpp -fPIC -DPIC -o .libs/wxsmithmime.o
  5457. depbase=`echo wxsproject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5458. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsproject.lo -MD -MP -MF $depbase.Tpo -c -o wxsproject.lo wxsproject.cpp &&\
  5459. mv -f $depbase.Tpo $depbase.Plo
  5460. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsproject.lo -MD -MP -MF .deps/wxsproject.Tpo -c wxsproject.cpp -fPIC -DPIC -o .libs/wxsproject.o
  5461. depbase=`echo wxsresource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5462. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresource.lo -MD -MP -MF $depbase.Tpo -c -o wxsresource.lo wxsresource.cpp &&\
  5463. mv -f $depbase.Tpo $depbase.Plo
  5464. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresource.lo -MD -MP -MF .deps/wxsresource.Tpo -c wxsresource.cpp -fPIC -DPIC -o .libs/wxsresource.o
  5465. depbase=`echo wxsresourcefactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5466. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresourcefactory.lo -MD -MP -MF $depbase.Tpo -c -o wxsresourcefactory.lo wxsresourcefactory.cpp &&\
  5467. mv -f $depbase.Tpo $depbase.Plo
  5468. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresourcefactory.lo -MD -MP -MF .deps/wxsresourcefactory.Tpo -c wxsresourcefactory.cpp -fPIC -DPIC -o .libs/wxsresourcefactory.o
  5469. depbase=`echo wxsresourcetree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5470. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresourcetree.lo -MD -MP -MF $depbase.Tpo -c -o wxsresourcetree.lo wxsresourcetree.cpp &&\
  5471. mv -f $depbase.Tpo $depbase.Plo
  5472. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresourcetree.lo -MD -MP -MF .deps/wxsresourcetree.Tpo -c wxsresourcetree.cpp -fPIC -DPIC -o .libs/wxsresourcetree.o
  5473. depbase=`echo wxsresourcetreeitemdata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5474. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresourcetreeitemdata.lo -MD -MP -MF $depbase.Tpo -c -o wxsresourcetreeitemdata.lo wxsresourcetreeitemdata.cpp &&\
  5475. mv -f $depbase.Tpo $depbase.Plo
  5476. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsresourcetreeitemdata.lo -MD -MP -MF .deps/wxsresourcetreeitemdata.Tpo -c wxsresourcetreeitemdata.cpp -fPIC -DPIC -o .libs/wxsresourcetreeitemdata.o
  5477. depbase=`echo wxsstoringsplitterwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5478. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstoringsplitterwindow.lo -MD -MP -MF $depbase.Tpo -c -o wxsstoringsplitterwindow.lo wxsstoringsplitterwindow.cpp &&\
  5479. mv -f $depbase.Tpo $depbase.Plo
  5480. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsstoringsplitterwindow.lo -MD -MP -MF .deps/wxsstoringsplitterwindow.Tpo -c wxsstoringsplitterwindow.cpp -fPIC -DPIC -o .libs/wxsstoringsplitterwindow.o
  5481. depbase=`echo wxsversionconverter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5482. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsversionconverter.lo -MD -MP -MF $depbase.Tpo -c -o wxsversionconverter.lo wxsversionconverter.cpp &&\
  5483. mv -f $depbase.Tpo $depbase.Plo
  5484. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsversionconverter.lo -MD -MP -MF .deps/wxsversionconverter.Tpo -c wxsversionconverter.cpp -fPIC -DPIC -o .libs/wxsversionconverter.o
  5485. depbase=`echo wxssettings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5486. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxssettings.lo -MD -MP -MF $depbase.Tpo -c -o wxssettings.lo wxssettings.cpp &&\
  5487. mv -f $depbase.Tpo $depbase.Plo
  5488. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxssettings.lo -MD -MP -MF .deps/wxssettings.Tpo -c wxssettings.cpp -fPIC -DPIC -o .libs/wxssettings.o
  5489. depbase=`echo wxsautoresourcetreeimage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5490. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsautoresourcetreeimage.lo -MD -MP -MF $depbase.Tpo -c -o wxsautoresourcetreeimage.lo wxsautoresourcetreeimage.cpp &&\
  5491. mv -f $depbase.Tpo $depbase.Plo
  5492. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -ansi -DTIXML_USE_STL -std=c++11 -MT wxsautoresourcetreeimage.lo -MD -MP -MF .deps/wxsautoresourcetreeimage.Tpo -c wxsautoresourcetreeimage.cpp -fPIC -DPIC -o .libs/wxsautoresourcetreeimage.o
  5493. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 0:1:0 -shared -Wl,--no-undefined -o libwxsmithlib.la -rpath /opt/codeblocks-svn/lib ./wxsadvqpp.lo ./wxsadvqppchild.lo ./wxscoder.lo ./wxscodinglang.lo ./wxseditor.lo ./wxsextresmanager.lo ./wxsgui.lo ./wxsguifactory.lo ./wxsmith.lo ./wxsmithmime.lo ./wxsproject.lo ./wxsresource.lo ./wxsresourcefactory.lo ./wxsresourcetree.lo ./wxsresourcetreeitemdata.lo ./wxsstoringsplitterwindow.lo ./wxsversionconverter.lo ./wxssettings.lo ./wxsautoresourcetreeimage.lo ../../../sdk/libcodeblocks.la properties/libwxsmith_properties.la wxwidgets/libwxsmith_wxwidgets.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  5494. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./.libs/wxsadvqpp.o ./.libs/wxsadvqppchild.o ./.libs/wxscoder.o ./.libs/wxscodinglang.o ./.libs/wxseditor.o ./.libs/wxsextresmanager.o ./.libs/wxsgui.o ./.libs/wxsguifactory.o ./.libs/wxsmith.o ./.libs/wxsmithmime.o ./.libs/wxsproject.o ./.libs/wxsresource.o ./.libs/wxsresourcefactory.o ./.libs/wxsresourcetree.o ./.libs/wxsresourcetreeitemdata.o ./.libs/wxsstoringsplitterwindow.o ./.libs/wxsversionconverter.o ./.libs/wxssettings.o ./.libs/wxsautoresourcetreeimage.o -Wl,--whole-archive properties/.libs/libwxsmith_properties.a wxwidgets/.libs/libwxsmith_wxwidgets.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so /home/josh/Projects/CodeBlocks/src/sdk/.libs/libcodeblocks.so -lglib-2.0 -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmithlib.so.0 -o .libs/libwxsmithlib.so.0.0.1
  5495. libtool: link: (cd ".libs" && rm -f "libwxsmithlib.so.0" && ln -s "libwxsmithlib.so.0.0.1" "libwxsmithlib.so.0")
  5496. libtool: link: (cd ".libs" && rm -f "libwxsmithlib.so" && ln -s "libwxsmithlib.so.0.0.1" "libwxsmithlib.so")
  5497. libtool: link: ( cd ".libs" && rm -f "libwxsmithlib.la" && ln -s "../libwxsmithlib.la" "libwxsmithlib.la" )
  5498. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxsmith.zip manifest.xml > /dev/null
  5499. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5500. Making all in plugin
  5501. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  5502. depbase=`echo wxsmithpluginregistrants.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5503. /bin/bash ../../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmithpluginregistrants.lo -MD -MP -MF $depbase.Tpo -c -o wxsmithpluginregistrants.lo wxsmithpluginregistrants.cpp &&\
  5504. mv -f $depbase.Tpo $depbase.Plo
  5505. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../../src/include -I../../../../../src/sdk/wxscintilla/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxsmithpluginregistrants.lo -MD -MP -MF .deps/wxsmithpluginregistrants.Tpo -c wxsmithpluginregistrants.cpp -fPIC -DPIC -o .libs/wxsmithpluginregistrants.o
  5506. /bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins wxsmithpluginregistrants.lo ../../../../sdk/libcodeblocks.la ../libwxsmithlib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  5507. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/wxsmithpluginregistrants.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../../sdk/.libs/libcodeblocks.so ../.libs/libwxsmithlib.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmith.so -o .libs/libwxsmith.so
  5508. libtool: link: ( cd ".libs" && rm -f "libwxsmith.la" && ln -s "../libwxsmith.la" "libwxsmith.la" )
  5509. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  5510. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5511. Making all in wxSmith
  5512. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5513. Making all in properties
  5514. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  5515. make[5]: Nothing to be done for `all'.
  5516. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  5517. Making all in wxwidgets
  5518. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5519. Making all in defitems
  5520. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  5521. make[6]: Nothing to be done for `all'.
  5522. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  5523. Making all in icons
  5524. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  5525. make[6]: Nothing to be done for `all'.
  5526. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  5527. Making all in properties
  5528. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  5529. make[6]: Nothing to be done for `all'.
  5530. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  5531. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5532. make[6]: Nothing to be done for `all-am'.
  5533. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5534. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5535. Making all in .
  5536. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5537. make[5]: Nothing to be done for `all-am'.
  5538. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5539. Making all in plugin
  5540. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  5541. make[5]: Nothing to be done for `all'.
  5542. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  5543. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5544. Making all in wxContribItems
  5545. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  5546. Making all in wxchart
  5547. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  5548. make[5]: Nothing to be done for `all'.
  5549. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  5550. Making all in wxFlatNotebook
  5551. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  5552. make[5]: Nothing to be done for `all'.
  5553. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  5554. Making all in wxthings
  5555. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  5556. make[5]: Nothing to be done for `all'.
  5557. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  5558. Making all in wxImagePanel
  5559. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  5560. make[5]: Nothing to be done for `all'.
  5561. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  5562. Making all in wxSpeedButton
  5563. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  5564. make[5]: Nothing to be done for `all'.
  5565. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  5566. Making all in KWIC
  5567. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  5568. Making all in include/wx/KWIC
  5569. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  5570. make[6]: Nothing to be done for `all'.
  5571. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  5572. Making all in include/wx/xrc
  5573. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  5574. make[6]: Nothing to be done for `all'.
  5575. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  5576. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  5577. make[6]: Nothing to be done for `all-am'.
  5578. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  5579. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  5580. Making all in wxled
  5581. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  5582. Making all in gizmosled/include/wx/gizmos
  5583. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  5584. make[6]: Nothing to be done for `all'.
  5585. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  5586. Making all in lcdWindow/include/wx
  5587. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  5588. make[6]: Nothing to be done for `all'.
  5589. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  5590. Making all in led/include/wx
  5591. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  5592. make[6]: Nothing to be done for `all'.
  5593. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  5594. Making all in led/include/xrc
  5595. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  5596. make[6]: Nothing to be done for `all'.
  5597. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  5598. Making all in ledpanel/include/wx
  5599. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  5600. make[6]: Nothing to be done for `all'.
  5601. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  5602. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  5603. make[6]: Nothing to be done for `all-am'.
  5604. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  5605. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  5606. Making all in .
  5607. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  5608. make[5]: Nothing to be done for `all-am'.
  5609. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  5610. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  5611. Making all in wxSmithContribItems
  5612. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems'
  5613. depbase=`echo wxflatnotebook/wxsFlatNotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5614. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxflatnotebook/wxsFlatNotebook.lo -MD -MP -MF $depbase.Tpo -c -o wxflatnotebook/wxsFlatNotebook.lo wxflatnotebook/wxsFlatNotebook.cpp &&\
  5615. mv -f $depbase.Tpo $depbase.Plo
  5616. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxflatnotebook/wxsFlatNotebook.lo -MD -MP -MF wxflatnotebook/.deps/wxsFlatNotebook.Tpo -c wxflatnotebook/wxsFlatNotebook.cpp -fPIC -DPIC -o wxflatnotebook/.libs/wxsFlatNotebook.o
  5617. depbase=`echo wxchart/wxschart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5618. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxchart/wxschart.lo -MD -MP -MF $depbase.Tpo -c -o wxchart/wxschart.lo wxchart/wxschart.cpp &&\
  5619. mv -f $depbase.Tpo $depbase.Plo
  5620. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxchart/wxschart.lo -MD -MP -MF wxchart/.deps/wxschart.Tpo -c wxchart/wxschart.cpp -fPIC -DPIC -o wxchart/.libs/wxschart.o
  5621. depbase=`echo wxthings/wxscustombutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5622. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxthings/wxscustombutton.lo -MD -MP -MF $depbase.Tpo -c -o wxthings/wxscustombutton.lo wxthings/wxscustombutton.cpp &&\
  5623. mv -f $depbase.Tpo $depbase.Plo
  5624. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxthings/wxscustombutton.lo -MD -MP -MF wxthings/.deps/wxscustombutton.Tpo -c wxthings/wxscustombutton.cpp -fPIC -DPIC -o wxthings/.libs/wxscustombutton.o
  5625. depbase=`echo wximagebutton/wxsimagebutton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5626. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wximagebutton/wxsimagebutton.lo -MD -MP -MF $depbase.Tpo -c -o wximagebutton/wxsimagebutton.lo wximagebutton/wxsimagebutton.cpp &&\
  5627. mv -f $depbase.Tpo $depbase.Plo
  5628. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wximagebutton/wxsimagebutton.lo -MD -MP -MF wximagebutton/.deps/wxsimagebutton.Tpo -c wximagebutton/wxsimagebutton.cpp -fPIC -DPIC -o wximagebutton/.libs/wxsimagebutton.o
  5629. depbase=`echo wximagepanel/wxsimagepanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5630. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wximagepanel/wxsimagepanel.lo -MD -MP -MF $depbase.Tpo -c -o wximagepanel/wxsimagepanel.lo wximagepanel/wxsimagepanel.cpp &&\
  5631. mv -f $depbase.Tpo $depbase.Plo
  5632. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wximagepanel/wxsimagepanel.lo -MD -MP -MF wximagepanel/.deps/wxsimagepanel.Tpo -c wximagepanel/wxsimagepanel.cpp -fPIC -DPIC -o wximagepanel/.libs/wxsimagepanel.o
  5633. depbase=`echo wxspeedbutton/wxsSpeedButton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5634. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspeedbutton/wxsSpeedButton.lo -MD -MP -MF $depbase.Tpo -c -o wxspeedbutton/wxsSpeedButton.lo wxspeedbutton/wxsSpeedButton.cpp &&\
  5635. mv -f $depbase.Tpo $depbase.Plo
  5636. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxspeedbutton/wxsSpeedButton.lo -MD -MP -MF wxspeedbutton/.deps/wxsSpeedButton.Tpo -c wxspeedbutton/wxsSpeedButton.cpp -fPIC -DPIC -o wxspeedbutton/.libs/wxsSpeedButton.o
  5637. depbase=`echo wxSmithKWIC/wxsangularmeter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5638. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsangularmeter.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxsangularmeter.lo wxSmithKWIC/wxsangularmeter.cpp &&\
  5639. mv -f $depbase.Tpo $depbase.Plo
  5640. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsangularmeter.lo -MD -MP -MF wxSmithKWIC/.deps/wxsangularmeter.Tpo -c wxSmithKWIC/wxsangularmeter.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxsangularmeter.o
  5641. depbase=`echo wxSmithKWIC/wxsangularregulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5642. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsangularregulator.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxsangularregulator.lo wxSmithKWIC/wxsangularregulator.cpp &&\
  5643. mv -f $depbase.Tpo $depbase.Plo
  5644. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsangularregulator.lo -MD -MP -MF wxSmithKWIC/.deps/wxsangularregulator.Tpo -c wxSmithKWIC/wxsangularregulator.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxsangularregulator.o
  5645. depbase=`echo wxSmithKWIC/wxsbmpcheckbox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5646. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsbmpcheckbox.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxsbmpcheckbox.lo wxSmithKWIC/wxsbmpcheckbox.cpp &&\
  5647. mv -f $depbase.Tpo $depbase.Plo
  5648. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsbmpcheckbox.lo -MD -MP -MF wxSmithKWIC/.deps/wxsbmpcheckbox.Tpo -c wxSmithKWIC/wxsbmpcheckbox.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxsbmpcheckbox.o
  5649. depbase=`echo wxSmithKWIC/wxsbmpswitcher.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5650. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsbmpswitcher.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxsbmpswitcher.lo wxSmithKWIC/wxsbmpswitcher.cpp &&\
  5651. mv -f $depbase.Tpo $depbase.Plo
  5652. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxsbmpswitcher.lo -MD -MP -MF wxSmithKWIC/.deps/wxsbmpswitcher.Tpo -c wxSmithKWIC/wxsbmpswitcher.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxsbmpswitcher.o
  5653. depbase=`echo wxSmithKWIC/wxslcdclock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5654. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslcdclock.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxslcdclock.lo wxSmithKWIC/wxslcdclock.cpp &&\
  5655. mv -f $depbase.Tpo $depbase.Plo
  5656. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslcdclock.lo -MD -MP -MF wxSmithKWIC/.deps/wxslcdclock.Tpo -c wxSmithKWIC/wxslcdclock.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxslcdclock.o
  5657. depbase=`echo wxSmithKWIC/wxslcddisplay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5658. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslcddisplay.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxslcddisplay.lo wxSmithKWIC/wxslcddisplay.cpp &&\
  5659. mv -f $depbase.Tpo $depbase.Plo
  5660. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslcddisplay.lo -MD -MP -MF wxSmithKWIC/.deps/wxslcddisplay.Tpo -c wxSmithKWIC/wxslcddisplay.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxslcddisplay.o
  5661. depbase=`echo wxSmithKWIC/wxslinearmeter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5662. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslinearmeter.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxslinearmeter.lo wxSmithKWIC/wxslinearmeter.cpp &&\
  5663. mv -f $depbase.Tpo $depbase.Plo
  5664. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslinearmeter.lo -MD -MP -MF wxSmithKWIC/.deps/wxslinearmeter.Tpo -c wxSmithKWIC/wxslinearmeter.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxslinearmeter.o
  5665. depbase=`echo wxSmithKWIC/wxslinearregulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5666. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslinearregulator.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithKWIC/wxslinearregulator.lo wxSmithKWIC/wxslinearregulator.cpp &&\
  5667. mv -f $depbase.Tpo $depbase.Plo
  5668. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithKWIC/wxslinearregulator.lo -MD -MP -MF wxSmithKWIC/.deps/wxslinearregulator.Tpo -c wxSmithKWIC/wxslinearregulator.cpp -fPIC -DPIC -o wxSmithKWIC/.libs/wxslinearregulator.o
  5669. depbase=`echo wxgbsizer/wxsGridBagSizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5670. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxgbsizer/wxsGridBagSizer.lo -MD -MP -MF $depbase.Tpo -c -o wxgbsizer/wxsGridBagSizer.lo wxgbsizer/wxsGridBagSizer.cpp &&\
  5671. mv -f $depbase.Tpo $depbase.Plo
  5672. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxgbsizer/wxsGridBagSizer.lo -MD -MP -MF wxgbsizer/.deps/wxsGridBagSizer.Tpo -c wxgbsizer/wxsGridBagSizer.cpp -fPIC -DPIC -o wxgbsizer/.libs/wxsGridBagSizer.o
  5673. depbase=`echo wxled/wxsLcdWindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5674. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLcdWindow.lo -MD -MP -MF $depbase.Tpo -c -o wxled/wxsLcdWindow.lo wxled/wxsLcdWindow.cpp &&\
  5675. mv -f $depbase.Tpo $depbase.Plo
  5676. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLcdWindow.lo -MD -MP -MF wxled/.deps/wxsLcdWindow.Tpo -c wxled/wxsLcdWindow.cpp -fPIC -DPIC -o wxled/.libs/wxsLcdWindow.o
  5677. depbase=`echo wxled/wxsLed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5678. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLed.lo -MD -MP -MF $depbase.Tpo -c -o wxled/wxsLed.lo wxled/wxsLed.cpp &&\
  5679. mv -f $depbase.Tpo $depbase.Plo
  5680. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLed.lo -MD -MP -MF wxled/.deps/wxsLed.Tpo -c wxled/wxsLed.cpp -fPIC -DPIC -o wxled/.libs/wxsLed.o
  5681. depbase=`echo wxled/wxsLedNumber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5682. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLedNumber.lo -MD -MP -MF $depbase.Tpo -c -o wxled/wxsLedNumber.lo wxled/wxsLedNumber.cpp &&\
  5683. mv -f $depbase.Tpo $depbase.Plo
  5684. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLedNumber.lo -MD -MP -MF wxled/.deps/wxsLedNumber.Tpo -c wxled/wxsLedNumber.cpp -fPIC -DPIC -o wxled/.libs/wxsLedNumber.o
  5685. depbase=`echo wxled/wxsLedPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5686. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLedPanel.lo -MD -MP -MF $depbase.Tpo -c -o wxled/wxsLedPanel.lo wxled/wxsLedPanel.cpp &&\
  5687. mv -f $depbase.Tpo $depbase.Plo
  5688. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsLedPanel.lo -MD -MP -MF wxled/.deps/wxsLedPanel.Tpo -c wxled/wxsLedPanel.cpp -fPIC -DPIC -o wxled/.libs/wxsLedPanel.o
  5689. depbase=`echo wxled/wxsStateLed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5690. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsStateLed.lo -MD -MP -MF $depbase.Tpo -c -o wxled/wxsStateLed.lo wxled/wxsStateLed.cpp &&\
  5691. mv -f $depbase.Tpo $depbase.Plo
  5692. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxled/wxsStateLed.lo -MD -MP -MF wxled/.deps/wxsStateLed.Tpo -c wxled/wxsStateLed.cpp -fPIC -DPIC -o wxled/.libs/wxsStateLed.o
  5693. depbase=`echo wxSmithContribItems.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5694. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithContribItems.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithContribItems.lo wxSmithContribItems.cpp &&\
  5695. mv -f $depbase.Tpo $depbase.Plo
  5696. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I../../../../src/plugins/contrib/wxSmith/wxwidgets -I../../../../src/plugins/contrib/wxSmith/wxwidgets/properties -I../../../../src/plugins/contrib/wxSmith/properties -I./../wxContribItems/wxchart/include -I./../wxContribItems/wxFlatNotebook/include -I./../wxContribItems/wxImagePanel/include -I./../wxContribItems/wxthings/include -I./../wxContribItems/KWIC/include -I./../wxContribItems/wxSpeedButton -I./../wxContribItems/wxled/gizmosled/include -I./../wxContribItems/wxled/lcdWindow/include -I./../wxContribItems/wxled/led/include -I./../wxContribItems/wxled/ledpanel/include -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithContribItems.lo -MD -MP -MF .deps/wxSmithContribItems.Tpo -c wxSmithContribItems.cpp -fPIC -DPIC -o .libs/wxSmithContribItems.o
  5697. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmithcontribitems.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ./wxflatnotebook/wxsFlatNotebook.lo ./wxchart/wxschart.lo ./wxthings/wxscustombutton.lo ./wximagebutton/wxsimagebutton.lo ./wximagepanel/wxsimagepanel.lo ./wxspeedbutton/wxsSpeedButton.lo ./wxSmithKWIC/wxsangularmeter.lo ./wxSmithKWIC/wxsangularregulator.lo ./wxSmithKWIC/wxsbmpcheckbox.lo ./wxSmithKWIC/wxsbmpswitcher.lo ./wxSmithKWIC/wxslcdclock.lo ./wxSmithKWIC/wxslcddisplay.lo ./wxSmithKWIC/wxslinearmeter.lo ./wxSmithKWIC/wxslinearregulator.lo ./wxgbsizer/wxsGridBagSizer.lo ./wxled/wxsLcdWindow.lo ./wxled/wxsLed.lo ./wxled/wxsLedNumber.lo ./wxled/wxsLedPanel.lo ./wxled/wxsStateLed.lo ./wxSmithContribItems.lo ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la ../wxContribItems/wxchart/libwxchartctrl.la ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la ../wxContribItems/wxImagePanel/libwximagepanel.la ../wxContribItems/wxSpeedButton/libwxspeedbutton.la ../wxContribItems/KWIC/libwxkwic.la ../wxContribItems/wxthings/libwxcustombutton.la ../wxContribItems/wxled/libwxled.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  5698. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./wxflatnotebook/.libs/wxsFlatNotebook.o ./wxchart/.libs/wxschart.o ./wxthings/.libs/wxscustombutton.o ./wximagebutton/.libs/wxsimagebutton.o ./wximagepanel/.libs/wxsimagepanel.o ./wxspeedbutton/.libs/wxsSpeedButton.o ./wxSmithKWIC/.libs/wxsangularmeter.o ./wxSmithKWIC/.libs/wxsangularregulator.o ./wxSmithKWIC/.libs/wxsbmpcheckbox.o ./wxSmithKWIC/.libs/wxsbmpswitcher.o ./wxSmithKWIC/.libs/wxslcdclock.o ./wxSmithKWIC/.libs/wxslcddisplay.o ./wxSmithKWIC/.libs/wxslinearmeter.o ./wxSmithKWIC/.libs/wxslinearregulator.o ./wxgbsizer/.libs/wxsGridBagSizer.o ./wxled/.libs/wxsLcdWindow.o ./wxled/.libs/wxsLed.o ./wxled/.libs/wxsLedNumber.o ./wxled/.libs/wxsLedPanel.o ./wxled/.libs/wxsStateLed.o ./.libs/wxSmithContribItems.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -Wl,-rpath -Wl,/opt/codeblocks-svn/lib/codeblocks/wxContribItems ../../../sdk/.libs/libcodeblocks.so ../wxSmith/.libs/libwxsmithlib.so ../wxContribItems/wxchart/.libs/libwxchartctrl.so ../wxContribItems/wxFlatNotebook/.libs/libwxflatnotebook.so ../wxContribItems/wxImagePanel/.libs/libwximagepanel.so ../wxContribItems/wxSpeedButton/.libs/libwxspeedbutton.so ../wxContribItems/KWIC/.libs/libwxkwic.so ../wxContribItems/wxthings/.libs/libwxcustombutton.so ../wxContribItems/wxled/.libs/libwxled.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmithcontribitems.so -o .libs/libwxsmithcontribitems.so
  5699. libtool: link: ( cd ".libs" && rm -f "libwxsmithcontribitems.la" && ln -s "../libwxsmithcontribitems.la" "libwxsmithcontribitems.la" )
  5700. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems/wxsmithcontribitems.zip manifest.xml > /dev/null
  5701. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems'
  5702. Making all in wxSmith
  5703. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5704. Making all in properties
  5705. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  5706. make[5]: Nothing to be done for `all'.
  5707. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  5708. Making all in wxwidgets
  5709. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5710. Making all in defitems
  5711. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  5712. make[6]: Nothing to be done for `all'.
  5713. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  5714. Making all in icons
  5715. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  5716. make[6]: Nothing to be done for `all'.
  5717. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  5718. Making all in properties
  5719. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  5720. make[6]: Nothing to be done for `all'.
  5721. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  5722. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5723. make[6]: Nothing to be done for `all-am'.
  5724. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5725. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  5726. Making all in .
  5727. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5728. make[5]: Nothing to be done for `all-am'.
  5729. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5730. Making all in plugin
  5731. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  5732. make[5]: Nothing to be done for `all'.
  5733. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  5734. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  5735. Making all in wxSmithAui
  5736. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui'
  5737. depbase=`echo wxAuiManager/wxsAuiManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5738. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiManager/wxsAuiManager.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiManager/wxsAuiManager.lo wxAuiManager/wxsAuiManager.cpp &&\
  5739. mv -f $depbase.Tpo $depbase.Plo
  5740. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiManager/wxsAuiManager.lo -MD -MP -MF wxAuiManager/.deps/wxsAuiManager.Tpo -c wxAuiManager/wxsAuiManager.cpp -fPIC -DPIC -o wxAuiManager/.libs/wxsAuiManager.o
  5741. depbase=`echo wxAuiManager/wxsAuiManagerParentQP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5742. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiManager/wxsAuiManagerParentQP.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiManager/wxsAuiManagerParentQP.lo wxAuiManager/wxsAuiManagerParentQP.cpp &&\
  5743. mv -f $depbase.Tpo $depbase.Plo
  5744. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiManager/wxsAuiManagerParentQP.lo -MD -MP -MF wxAuiManager/.deps/wxsAuiManagerParentQP.Tpo -c wxAuiManager/wxsAuiManagerParentQP.cpp -fPIC -DPIC -o wxAuiManager/.libs/wxsAuiManagerParentQP.o
  5745. wxAuiManager/wxsAuiManagerParentQP.cpp:654:1: warning: null character(s) ignored
  5746.  
  5747. ^
  5748. depbase=`echo wxAuiManager/wxsAuiPaneInfoProperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5749. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiManager/wxsAuiPaneInfoProperty.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiManager/wxsAuiPaneInfoProperty.lo wxAuiManager/wxsAuiPaneInfoProperty.cpp &&\
  5750. mv -f $depbase.Tpo $depbase.Plo
  5751. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiManager/wxsAuiPaneInfoProperty.lo -MD -MP -MF wxAuiManager/.deps/wxsAuiPaneInfoProperty.Tpo -c wxAuiManager/wxsAuiPaneInfoProperty.cpp -fPIC -DPIC -o wxAuiManager/.libs/wxsAuiPaneInfoProperty.o
  5752. depbase=`echo wxAuiNotebook/wxsAuiNotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5753. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiNotebook/wxsAuiNotebook.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiNotebook/wxsAuiNotebook.lo wxAuiNotebook/wxsAuiNotebook.cpp &&\
  5754. mv -f $depbase.Tpo $depbase.Plo
  5755. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiNotebook/wxsAuiNotebook.lo -MD -MP -MF wxAuiNotebook/.deps/wxsAuiNotebook.Tpo -c wxAuiNotebook/wxsAuiNotebook.cpp -fPIC -DPIC -o wxAuiNotebook/.libs/wxsAuiNotebook.o
  5756. wxAuiNotebook/wxsAuiNotebook.cpp:476:1: warning: null character(s) ignored
  5757.  
  5758. ^
  5759. depbase=`echo wxAuiNotebook/wxSmithAuiNotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5760. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiNotebook/wxSmithAuiNotebook.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiNotebook/wxSmithAuiNotebook.lo wxAuiNotebook/wxSmithAuiNotebook.cpp &&\
  5761. mv -f $depbase.Tpo $depbase.Plo
  5762. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiNotebook/wxSmithAuiNotebook.lo -MD -MP -MF wxAuiNotebook/.deps/wxSmithAuiNotebook.Tpo -c wxAuiNotebook/wxSmithAuiNotebook.cpp -fPIC -DPIC -o wxAuiNotebook/.libs/wxSmithAuiNotebook.o
  5763. depbase=`echo wxAuiToolBar/wxsAuiToolBar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5764. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBar.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxsAuiToolBar.lo wxAuiToolBar/wxsAuiToolBar.cpp &&\
  5765. mv -f $depbase.Tpo $depbase.Plo
  5766. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBar.lo -MD -MP -MF wxAuiToolBar/.deps/wxsAuiToolBar.Tpo -c wxAuiToolBar/wxsAuiToolBar.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxsAuiToolBar.o
  5767. depbase=`echo wxAuiToolBar/wxsAuiToolBarItem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5768. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarItem.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxsAuiToolBarItem.lo wxAuiToolBar/wxsAuiToolBarItem.cpp &&\
  5769. mv -f $depbase.Tpo $depbase.Plo
  5770. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarItem.lo -MD -MP -MF wxAuiToolBar/.deps/wxsAuiToolBarItem.Tpo -c wxAuiToolBar/wxsAuiToolBarItem.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxsAuiToolBarItem.o
  5771. depbase=`echo wxAuiToolBar/wxsAuiToolBarItemBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5772. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarItemBase.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxsAuiToolBarItemBase.lo wxAuiToolBar/wxsAuiToolBarItemBase.cpp &&\
  5773. mv -f $depbase.Tpo $depbase.Plo
  5774. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarItemBase.lo -MD -MP -MF wxAuiToolBar/.deps/wxsAuiToolBarItemBase.Tpo -c wxAuiToolBar/wxsAuiToolBarItemBase.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxsAuiToolBarItemBase.o
  5775. depbase=`echo wxAuiToolBar/wxsAuiToolBarLabel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5776. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarLabel.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxsAuiToolBarLabel.lo wxAuiToolBar/wxsAuiToolBarLabel.cpp &&\
  5777. mv -f $depbase.Tpo $depbase.Plo
  5778. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarLabel.lo -MD -MP -MF wxAuiToolBar/.deps/wxsAuiToolBarLabel.Tpo -c wxAuiToolBar/wxsAuiToolBarLabel.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxsAuiToolBarLabel.o
  5779. depbase=`echo wxAuiToolBar/wxsAuiToolBarSeparator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5780. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarSeparator.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxsAuiToolBarSeparator.lo wxAuiToolBar/wxsAuiToolBarSeparator.cpp &&\
  5781. mv -f $depbase.Tpo $depbase.Plo
  5782. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarSeparator.lo -MD -MP -MF wxAuiToolBar/.deps/wxsAuiToolBarSeparator.Tpo -c wxAuiToolBar/wxsAuiToolBarSeparator.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxsAuiToolBarSeparator.o
  5783. depbase=`echo wxAuiToolBar/wxsAuiToolBarSpacer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5784. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarSpacer.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxsAuiToolBarSpacer.lo wxAuiToolBar/wxsAuiToolBarSpacer.cpp &&\
  5785. mv -f $depbase.Tpo $depbase.Plo
  5786. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxsAuiToolBarSpacer.lo -MD -MP -MF wxAuiToolBar/.deps/wxsAuiToolBarSpacer.Tpo -c wxAuiToolBar/wxsAuiToolBarSpacer.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxsAuiToolBarSpacer.o
  5787. depbase=`echo wxAuiToolBar/wxSmithAuiToolBar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5788. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxSmithAuiToolBar.lo -MD -MP -MF $depbase.Tpo -c -o wxAuiToolBar/wxSmithAuiToolBar.lo wxAuiToolBar/wxSmithAuiToolBar.cpp &&\
  5789. mv -f $depbase.Tpo $depbase.Plo
  5790. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxAuiToolBar/wxSmithAuiToolBar.lo -MD -MP -MF wxAuiToolBar/.deps/wxSmithAuiToolBar.Tpo -c wxAuiToolBar/wxSmithAuiToolBar.cpp -fPIC -DPIC -o wxAuiToolBar/.libs/wxSmithAuiToolBar.o
  5791. depbase=`echo wxSmithAui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5792. /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithAui.lo -MD -MP -MF $depbase.Tpo -c -o wxSmithAui.lo wxSmithAui.cpp &&\
  5793. mv -f $depbase.Tpo $depbase.Plo
  5794. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/wxSmith -I./wxAuiManager -I./wxAuiNotebook -I./wxAuiToolBar -ansi -DTIXML_USE_STL -std=c++11 -MT wxSmithAui.lo -MD -MP -MF .deps/wxSmithAui.Tpo -c wxSmithAui.cpp -fPIC -DPIC -o .libs/wxSmithAui.o
  5795. /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxSmithAui.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ./wxAuiManager/wxsAuiManager.lo ./wxAuiManager/wxsAuiManagerParentQP.lo ./wxAuiManager/wxsAuiPaneInfoProperty.lo ./wxAuiNotebook/wxsAuiNotebook.lo ./wxAuiNotebook/wxSmithAuiNotebook.lo ./wxAuiToolBar/wxsAuiToolBar.lo ./wxAuiToolBar/wxsAuiToolBarItem.lo ./wxAuiToolBar/wxsAuiToolBarItemBase.lo ./wxAuiToolBar/wxsAuiToolBarLabel.lo ./wxAuiToolBar/wxsAuiToolBarSeparator.lo ./wxAuiToolBar/wxsAuiToolBarSpacer.lo ./wxAuiToolBar/wxSmithAuiToolBar.lo ./wxSmithAui.lo ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
  5796. libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./wxAuiManager/.libs/wxsAuiManager.o ./wxAuiManager/.libs/wxsAuiManagerParentQP.o ./wxAuiManager/.libs/wxsAuiPaneInfoProperty.o ./wxAuiNotebook/.libs/wxsAuiNotebook.o ./wxAuiNotebook/.libs/wxSmithAuiNotebook.o ./wxAuiToolBar/.libs/wxsAuiToolBar.o ./wxAuiToolBar/.libs/wxsAuiToolBarItem.o ./wxAuiToolBar/.libs/wxsAuiToolBarItemBase.o ./wxAuiToolBar/.libs/wxsAuiToolBarLabel.o ./wxAuiToolBar/.libs/wxsAuiToolBarSeparator.o ./wxAuiToolBar/.libs/wxsAuiToolBarSpacer.o ./wxAuiToolBar/.libs/wxSmithAuiToolBar.o ./.libs/wxSmithAui.o -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/sdk/.libs -Wl,-rpath -Wl,/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/.libs -Wl,-rpath -Wl,/opt/codeblocks-svn/lib ../../../sdk/.libs/libcodeblocks.so ../wxSmith/.libs/libwxsmithlib.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxSmithAui.so -o .libs/libwxSmithAui.so
  5797. libtool: link: ( cd ".libs" && rm -f "libwxSmithAui.la" && ln -s "../libwxSmithAui.la" "libwxSmithAui.la" )
  5798. PWD=`pwd` cd . && zip /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui/wxSmithAui.zip manifest.xml > /dev/null
  5799. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui'
  5800. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  5801. make[4]: Nothing to be done for `all-am'.
  5802. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  5803. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  5804. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins'
  5805. make[3]: Nothing to be done for `all-am'.
  5806. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins'
  5807. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins'
  5808. Making all in tools
  5809. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools'
  5810. Making all in cb_share_config
  5811. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/cb_share_config'
  5812. depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  5813. g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o app.cpp &&\
  5814. mv -f $depbase.Tpo $depbase.Po
  5815. depbase=`echo mainframe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  5816. g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../../src/include -I../../../src/include/tinyxml -ansi -DTIXML_USE_STL -std=c++11 -MT mainframe.o -MD -MP -MF $depbase.Tpo -c -o mainframe.o mainframe.cpp &&\
  5817. mv -f $depbase.Tpo $depbase.Po
  5818. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o cb_share_config app.o mainframe.o ../../base/tinyxml/libtinyxml.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lglib-2.0 -lpthread -ldl
  5819. libtool: link: g++ -std=c++11 -Wl,--no-undefined -o cb_share_config app.o mainframe.o -pthread ../../base/tinyxml/.libs/libtinyxml.a -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lglib-2.0 -lpthread -ldl -pthread
  5820. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/cb_share_config'
  5821. Making all in ConsoleRunner
  5822. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/ConsoleRunner'
  5823. depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  5824. g++ -DHAVE_CONFIG_H -I. -I../../../src/include -ansi -DTIXML_USE_STL -std=c++11 -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cpp &&\
  5825. mv -f $depbase.Tpo $depbase.Po
  5826. /bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -Wl,--no-undefined -o cb_console_runner main.o -lpthread -ldl
  5827. libtool: link: g++ -std=c++11 -Wl,--no-undefined -o cb_console_runner main.o -lpthread -ldl
  5828. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/ConsoleRunner'
  5829. Making all in CBLauncher
  5830. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/CBLauncher'
  5831. make[3]: Nothing to be done for `all'.
  5832. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/CBLauncher'
  5833. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools'
  5834. make[3]: Nothing to be done for `all-am'.
  5835. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools'
  5836. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools'
  5837. Making all in templates
  5838. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates'
  5839. Making all in common
  5840. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates/common'
  5841. make[3]: Nothing to be done for `all'.
  5842. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates/common'
  5843. Making all in unix
  5844. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates/unix'
  5845. make[3]: Nothing to be done for `all'.
  5846. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates/unix'
  5847. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates'
  5848. make[3]: Nothing to be done for `all-am'.
  5849. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates'
  5850. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates'
  5851. Making all in scripts
  5852. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/scripts'
  5853. make[2]: Nothing to be done for `all'.
  5854. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/scripts'
  5855. Making all in wxsmith
  5856. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/wxsmith'
  5857. make[2]: Nothing to be done for `all'.
  5858. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/wxsmith'
  5859. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src'
  5860. make[2]: Nothing to be done for `all-am'.
  5861. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src'
  5862. make[1]: Leaving directory `/home/josh/Projects/CodeBlocks/src'
  5863. make[1]: Entering directory `/home/josh/Projects/CodeBlocks'
  5864. cp ./debian/codeblocks-headers.install.wx30 ./debian/codeblocks-headers.install
  5865. make[1]: Leaving directory `/home/josh/Projects/CodeBlocks'
  5866. josh@dreamland:~/Projects/CodeBlocks$ sudo make install
  5867. [sudo] password for josh:
  5868. Making install in src
  5869. make[1]: Entering directory `/home/josh/Projects/CodeBlocks/src'
  5870. Making install in include
  5871. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  5872. make install-recursive
  5873. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  5874. Making install in scripting
  5875. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  5876. Making install in squirrel
  5877. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/squirrel'
  5878. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/squirrel'
  5879. make[6]: Nothing to be done for `install-exec-am'.
  5880. make[6]: Nothing to be done for `install-data-am'.
  5881. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/squirrel'
  5882. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/squirrel'
  5883. Making install in sqstdlib
  5884. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqstdlib'
  5885. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqstdlib'
  5886. make[6]: Nothing to be done for `install-exec-am'.
  5887. make[6]: Nothing to be done for `install-data-am'.
  5888. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqstdlib'
  5889. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqstdlib'
  5890. Making install in sqplus
  5891. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqplus'
  5892. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqplus'
  5893. make[6]: Nothing to be done for `install-exec-am'.
  5894. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/scripting/sqplus'
  5895. /usr/bin/install -c -m 644 SqPlusConst.h SquirrelBindingsUtils.h SquirrelVM.h sqplus.h SquirrelObject.h '/opt/codeblocks-svn/include/codeblocks/scripting/sqplus'
  5896. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqplus'
  5897. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/sqplus'
  5898. Making install in bindings
  5899. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/bindings'
  5900. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/bindings'
  5901. make[6]: Nothing to be done for `install-exec-am'.
  5902. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/scripting/bindings'
  5903. /usr/bin/install -c -m 644 sc_base_types.h sc_plugin.h '/opt/codeblocks-svn/include/codeblocks/scripting/bindings'
  5904. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/bindings'
  5905. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/bindings'
  5906. Making install in include
  5907. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/include'
  5908. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting/include'
  5909. make[6]: Nothing to be done for `install-exec-am'.
  5910. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/scripting/include'
  5911. /usr/bin/install -c -m 644 sqdbgserver.h sqstdaux.h sqstdio.h sqstdstring.h squirrel.h sqrdbg.h sqstdblob.h sqstdmath.h sqstdsystem.h '/opt/codeblocks-svn/include/codeblocks/scripting/include'
  5912. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/include'
  5913. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting/include'
  5914. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  5915. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  5916. make[6]: Nothing to be done for `install-exec-am'.
  5917. make[6]: Nothing to be done for `install-data-am'.
  5918. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  5919. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  5920. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/scripting'
  5921. Making install in tinyxml
  5922. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/tinyxml'
  5923. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include/tinyxml'
  5924. make[5]: Nothing to be done for `install-exec-am'.
  5925. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/tinyxml'
  5926. /usr/bin/install -c -m 644 tinyxml.h tinywxuni.h tinystr.h '/opt/codeblocks-svn/include/codeblocks/tinyxml'
  5927. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/tinyxml'
  5928. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include/tinyxml'
  5929. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  5930. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/include'
  5931. make[5]: Nothing to be done for `install-exec-am'.
  5932. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks'
  5933. /usr/bin/install -c -m 644 annoyingdialog.h autodetectcompilers.h backgroundthread.h base64.h blockallocated.h cbauibook.h cbcolourmanager.h cbdebugger_interfaces.h cbeditor.h cbeditorprintout.h cbexception.h cbfunctor.h cbplugin.h cbproject.h cbstatusbar.h cbstyledtextctrl.h cbthreadedtask.h cbthreadpool.h cbtool.h cbtreectrl.h cbworkspace.h ccmanager.h compileoptionsbase.h compiler.h compilercommandgenerator.h compilerfactory.h compileroptions.h compiletargetbase.h configmanager.h configurationpanel.h configuretoolsdlg.h confirmreplacedlg.h crc32.h debuggermanager.h editarrayfiledlg.h editarrayorderdlg.h editarraystringdlg.h editorbase.h editorcolourset.h editorlexerloader.h '/opt/codeblocks-svn/include/codeblocks'
  5934. /usr/bin/install -c -m 644 editormanager.h editor_hooks.h editpairdlg.h editpathdlg.h edittooldlg.h encodingdetector.h externaldepsdlg.h filefilters.h filegroupsandmasks.h filemanager.h findreplacedlg.h findreplacebase.h genericmultilinenotesdlg.h globals.h ibaseloader.h ibaseworkspaceloader.h id.h importers_globals.h incrementalselectlistdlg.h infowindow.h licenses.h logger.h loggers.h logmanager.h macrosmanager.h managedthread.h manager.h menuitemsmanager.h misctreeitemdata.h multiselectdlg.h newfromtemplatedlg.h personalitymanager.h pipedprocess.h pluginmanager.h pluginsconfigurationdlg.h prep.h printing_types.h projectbuildtarget.h projectfile.h projectfileoptionsdlg.h '/opt/codeblocks-svn/include/codeblocks'
  5935. /usr/bin/install -c -m 644 projectlayoutloader.h projectloader.h projectloader_hooks.h projectmanager.h projectsfilemasksdlg.h projecttemplateloader.h safedelete.h scriptingmanager.h scriptsecuritywarningdlg.h scrollingdialog.h sdk.h sdk_common.h sdk_precomp.h sdk_events.h searchresultslog.h selecttargetdlg.h settings.h templatemanager.h toolsmanager.h uservarmanager.h workspaceloader.h xtra_res.h mozilla_chardet/CharDistribution.h mozilla_chardet/JpCntx.h mozilla_chardet/nsBig5Prober.h mozilla_chardet/nsCharSetProber.h mozilla_chardet/nsCodingStateMachine.h mozilla_chardet/nsEscCharsetProber.h mozilla_chardet/nsEUCJPProber.h mozilla_chardet/nsEUCKRProber.h mozilla_chardet/nsEUCTWProber.h mozilla_chardet/nsGB2312Prober.h mozilla_chardet/nsHebrewProber.h mozilla_chardet/nsLatin1Prober.h mozilla_chardet/nsMBCSGroupProber.h mozilla_chardet/nsPkgInt.h mozilla_chardet/nsSBCharSetProber.h mozilla_chardet/nsSBCSGroupProber.h mozilla_chardet/nsSJISProber.h mozilla_chardet/nsUniversalDetector.h '/opt/codeblocks-svn/include/codeblocks'
  5936. /usr/bin/install -c -m 644 mozilla_chardet/nsUTF8Prober.h mozilla_chardet/mfbt/mozilla/Alignment.h mozilla_chardet/mfbt/mozilla/Assertions.h mozilla_chardet/mfbt/mozilla/Attributes.h mozilla_chardet/mfbt/mozilla/Compiler.h mozilla_chardet/mfbt/mozilla/Likely.h mozilla_chardet/mfbt/mozilla/NullPtr.h mozilla_chardet/mfbt/mozilla/TypedEnum.h mozilla_chardet/mfbt/mozilla/Types.h mozilla_chardet/mfbt/mozilla/Util.h mozilla_chardet/nsprpub/pr/include/prcpucfg.h mozilla_chardet/nsprpub/pr/include/prcpucfg_darwin.h mozilla_chardet/nsprpub/pr/include/prcpucfg_linux.h mozilla_chardet/nsprpub/pr/include/prcpucfg_openbsd.h mozilla_chardet/nsprpub/pr/include/prcpucfg_win95.h mozilla_chardet/nsprpub/pr/include/prcpucfg_winnt.h mozilla_chardet/nsprpub/pr/include/prmem.h mozilla_chardet/nsprpub/pr/include/prtypes.h mozilla_chardet/xpcom/base/ErrorList.h mozilla_chardet/xpcom/base/nscore.h mozilla_chardet/xpcom/base/nsError.h mozilla_chardet/xpcom/glue/nsDebug.h mozilla_chardet/xpcom/glue/nsMemory.h '/opt/codeblocks-svn/include/codeblocks'
  5937. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  5938. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  5939. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  5940. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/include'
  5941. Making install in base
  5942. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/base'
  5943. Making install in tinyxml
  5944. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/base/tinyxml'
  5945. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/base/tinyxml'
  5946. make[4]: Nothing to be done for `install-exec-am'.
  5947. make[4]: Nothing to be done for `install-data-am'.
  5948. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base/tinyxml'
  5949. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base/tinyxml'
  5950. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/base'
  5951. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/base'
  5952. make[4]: Nothing to be done for `install-exec-am'.
  5953. make[4]: Nothing to be done for `install-data-am'.
  5954. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base'
  5955. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base'
  5956. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/base'
  5957. Making install in build_tools
  5958. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  5959. Making install in autorevision
  5960. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools/autorevision'
  5961. ./auto_revision +int +wx +t ../../.. ../../../src/include/autorevision.h
  5962. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools/autorevision'
  5963. make[4]: Nothing to be done for `install-exec-am'.
  5964. make[4]: Nothing to be done for `install-data-am'.
  5965. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools/autorevision'
  5966. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools/autorevision'
  5967. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  5968. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  5969. make[4]: Nothing to be done for `install-exec-am'.
  5970. make[4]: Nothing to be done for `install-data-am'.
  5971. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  5972. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  5973. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/build_tools'
  5974. Making install in mime
  5975. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/mime'
  5976. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/mime'
  5977. make[3]: Nothing to be done for `install-exec-am'.
  5978. /bin/mkdir -p '/opt/codeblocks-svn/share/applications'
  5979. /usr/bin/install -c -m 644 ./codeblocks.desktop '/opt/codeblocks-svn/share/applications'
  5980. /bin/mkdir -p '/opt/codeblocks-svn/share/icons/hicolor/48x48/mimetypes'
  5981. /usr/bin/install -c -m 644 ./application-x-codeblocks.png ./application-x-codeblocks-workspace.png '/opt/codeblocks-svn/share/icons/hicolor/48x48/mimetypes'
  5982. /bin/mkdir -p '/opt/codeblocks-svn/share/pixmaps'
  5983. /usr/bin/install -c -m 644 ./codeblocks.png '/opt/codeblocks-svn/share/pixmaps'
  5984. /bin/mkdir -p '/opt/codeblocks-svn/share/mime/packages'
  5985. /usr/bin/install -c -m 644 codeblocks.xml '/opt/codeblocks-svn/share/mime/packages'
  5986. make install-data-hook
  5987. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/mime'
  5988. /bin/mkdir -p '/opt/codeblocks-svn/share/mime/packages'
  5989. /usr/bin/install -c -m 644 codeblocks.xml '/opt/codeblocks-svn/share/mime/packages'
  5990. if [ -f /opt/codeblocks-svn/share/mime/packages/freedesktop.org.xml ] ; then \
  5991. if which update-mime-database>/dev/null 2>&1; then \
  5992. update-mime-database /opt/codeblocks-svn/share/mime; \
  5993. fi; \
  5994. if which update-desktop-database>/dev/null 2>&1; then \
  5995. update-desktop-database; \
  5996. fi; \
  5997. if which gtk-update-icon-cache>/dev/null 2>&1; then \
  5998. gtk-update-icon-cache --force /opt/codeblocks-svn/share/icons/hicolor; \
  5999. fi \
  6000. fi
  6001. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/mime'
  6002. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/mime'
  6003. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/mime'
  6004. Making install in sdk
  6005. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk'
  6006. Making install in scripting
  6007. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  6008. Making install in squirrel
  6009. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/squirrel'
  6010. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/squirrel'
  6011. make[5]: Nothing to be done for `install-exec-am'.
  6012. make[5]: Nothing to be done for `install-data-am'.
  6013. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/squirrel'
  6014. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/squirrel'
  6015. Making install in sqstdlib
  6016. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqstdlib'
  6017. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqstdlib'
  6018. make[5]: Nothing to be done for `install-exec-am'.
  6019. make[5]: Nothing to be done for `install-data-am'.
  6020. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqstdlib'
  6021. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqstdlib'
  6022. Making install in sqplus
  6023. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqplus'
  6024. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqplus'
  6025. make[5]: Nothing to be done for `install-exec-am'.
  6026. make[5]: Nothing to be done for `install-data-am'.
  6027. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqplus'
  6028. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/sqplus'
  6029. Making install in bindings
  6030. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/bindings'
  6031. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/bindings'
  6032. make[5]: Nothing to be done for `install-exec-am'.
  6033. make[5]: Nothing to be done for `install-data-am'.
  6034. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/bindings'
  6035. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting/bindings'
  6036. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  6037. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  6038. make[5]: Nothing to be done for `install-exec-am'.
  6039. make[5]: Nothing to be done for `install-data-am'.
  6040. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  6041. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  6042. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/scripting'
  6043. Making install in wxscintilla
  6044. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/wxscintilla'
  6045. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/wxscintilla'
  6046. make[4]: Nothing to be done for `install-exec-am'.
  6047. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxscintilla/include/wx'
  6048. /usr/bin/install -c -m 644 include/wx/wxscintilla.h '/opt/codeblocks-svn/include/codeblocks/wxscintilla/include/wx'
  6049. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/wxscintilla'
  6050. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/wxscintilla'
  6051. Making install in resources
  6052. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  6053. Making install in lexers
  6054. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources/lexers'
  6055. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources/lexers'
  6056. make[5]: Nothing to be done for `install-exec-am'.
  6057. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/lexers'
  6058. /usr/bin/install -c -m 644 ./lexer_A68k.sample ./lexer_A68k.xml ./lexer_ada.sample ./lexer_ada.xml ./lexer_angelscript.sample ./lexer_angelscript.xml ./lexer_bash.sample ./lexer_bash.xml ./lexer_batch.sample ./lexer_batch.xml ./lexer_bibtex.sample ./lexer_bibtex.xml ./lexer_caml.sample ./lexer_caml.xml ./lexer_cg.sample ./lexer_cg.xml ./lexer_cmake.sample ./lexer_cmake.xml ./lexer_coffee.sample ./lexer_coffee.xml ./lexer_cpp.sample ./lexer_cpp.xml ./lexer_css.sample ./lexer_css.xml ./lexer_diff.sample ./lexer_diff.xml ./lexer_d.sample ./lexer_d.xml ./lexer_f77.sample ./lexer_f77.xml ./lexer_fortran.sample ./lexer_fortran.xml ./lexer_glsl.sample ./lexer_glsl.xml ./lexer_gm.sample ./lexer_gm.xml ./lexer_haskell.sample ./lexer_haskell.xml ./lexer_hitasm.sample ./lexer_hitasm.xml '/opt/codeblocks-svn/share/codeblocks/lexers'
  6059. /usr/bin/install -c -m 644 ./lexer_html.sample ./lexer_html.xml ./lexer_ihex.sample ./lexer_ihex.xml ./lexer_java.sample ./lexer_javascript.sample ./lexer_javascript.xml ./lexer_java.xml ./lexer_latex.sample ./lexer_latex.xml ./lexer_lisp.sample ./lexer_lisp.xml ./lexer_lua.sample ./lexer_lua.xml ./lexer_make.sample ./lexer_make.xml ./lexer_masm.sample ./lexer_masm.xml ./lexer_matlab.sample ./lexer_matlab.xml ./lexer_nsis.sample ./lexer_nsis.xml ./lexer_objc.sample ./lexer_objc.xml ./lexer_OgreCompositor.sample ./lexer_OgreCompositor.xml ./lexer_OgreMaterial.sample ./lexer_OgreMaterial.xml ./lexer_pascal.sample ./lexer_pascal.xml ./lexer_perl.sample ./lexer_perl.xml ./lexer_postscript.sample ./lexer_postscript.xml ./lexer_prg.sample ./lexer_prg.xml ./lexer_properties.sample ./lexer_properties.xml ./lexer_proto.xml ./lexer_python.sample '/opt/codeblocks-svn/share/codeblocks/lexers'
  6060. /usr/bin/install -c -m 644 ./lexer_python.xml ./lexer_rc.sample ./lexer_rc.xml ./lexer_registry.sample ./lexer_registry.xml ./lexer_ruby.sample ./lexer_ruby.xml ./lexer_smalltalk.sample ./lexer_smalltalk.xml ./lexer_sql.sample ./lexer_sql.xml ./lexer_squirrel.sample ./lexer_squirrel.xml ./lexer_srec.sample ./lexer_srec.xml ./lexer_tehex.sample ./lexer_tehex.xml ./lexer_vbscript.sample ./lexer_vbscript.xml ./lexer_verilog.sample ./lexer_verilog.xml ./lexer_vhdl.sample ./lexer_vhdl.xml ./lexer_xml.sample ./lexer_xml.xml '/opt/codeblocks-svn/share/codeblocks/lexers'
  6061. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources/lexers'
  6062. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources/lexers'
  6063. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  6064. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  6065. make[5]: Nothing to be done for `install-exec-am'.
  6066. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6067. /usr/bin/install -c -m 644 manager_resources.zip '/opt/codeblocks-svn/share/codeblocks'
  6068. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  6069. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  6070. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk/resources'
  6071. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk'
  6072. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/sdk'
  6073. /bin/mkdir -p '/opt/codeblocks-svn/lib'
  6074. /bin/bash ../../libtool --mode=install /usr/bin/install -c libcodeblocks.la '/opt/codeblocks-svn/lib'
  6075. libtool: install: /usr/bin/install -c .libs/libcodeblocks.so.0.0.1 /opt/codeblocks-svn/lib/libcodeblocks.so.0.0.1
  6076. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libcodeblocks.so.0.0.1 libcodeblocks.so.0 || { rm -f libcodeblocks.so.0 && ln -s libcodeblocks.so.0.0.1 libcodeblocks.so.0; }; })
  6077. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libcodeblocks.so.0.0.1 libcodeblocks.so || { rm -f libcodeblocks.so && ln -s libcodeblocks.so.0.0.1 libcodeblocks.so; }; })
  6078. libtool: install: /usr/bin/install -c .libs/libcodeblocks.lai /opt/codeblocks-svn/lib/libcodeblocks.la
  6079. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib
  6080. ----------------------------------------------------------------------
  6081. Libraries have been installed in:
  6082. /opt/codeblocks-svn/lib
  6083.  
  6084. If you ever happen to want to link against installed libraries
  6085. in a given directory, LIBDIR, you must either use libtool, and
  6086. specify the full pathname of the library, or use the `-LLIBDIR'
  6087. flag during linking and do at least one of the following:
  6088. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6089. during execution
  6090. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6091. during linking
  6092. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6093. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6094.  
  6095. See any operating system documentation about shared libraries for
  6096. more information, such as the ld(1) and ld.so(8) manual pages.
  6097. ----------------------------------------------------------------------
  6098. make[4]: Nothing to be done for `install-data-am'.
  6099. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk'
  6100. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk'
  6101. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/sdk'
  6102. Making install in src
  6103. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/src'
  6104. Making install in resources
  6105. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  6106. Making install in icons
  6107. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/icons'
  6108. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/icons'
  6109. make[5]: Nothing to be done for `install-exec-am'.
  6110. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/icons'
  6111. /usr/bin/install -c -m 644 ./app_64.xpm ./app.xpm ./c64.xpm ./cbp64.xpm ./cg64.xpm ./cpp64.xpm ./csd64.xpm ./d64.xpm ./dev64.xpm ./dsp64.xpm ./dsw64.xpm ./f64.xpm ./h64.xpm ./proj64.xpm ./rc64.xpm '/opt/codeblocks-svn/share/codeblocks/icons'
  6112. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/icons'
  6113. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/icons'
  6114. Making install in images
  6115. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  6116. Making install in 16x16
  6117. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/16x16'
  6118. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/16x16'
  6119. make[6]: Nothing to be done for `install-exec-am'.
  6120. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/16x16'
  6121. /usr/bin/install -c -m 644 ./bookmark_add.png ./dbginfo.png ./dbgnexti.png ./dbgnext.png ./dbgpause.png ./dbgrun.png ./dbgrunto.png ./dbgstepi.png ./dbgstepout.png ./dbgstep.png ./dbgstop.png ./dbgwindow.png ./editcopy.png ./editcut.png ./editpaste.png ./exit.png ./fileclose.png ./filefindnext.png ./filefind.png ./filefindprev.png ./filenew.png ./fileopen.png ./fileprint.png ./filequickprint.png ./filesaveall.png ./filesaveas.png ./filesave.png ./findf.png ./folder_new.png ./folder_open.png ./folder.png ./folder_yel_open.png ./folder_yel.png ./goto.png ./history_clear.png ./idea.png ./info.png ./mark_clear.png ./mark_next.png ./mark.png '/opt/codeblocks-svn/share/codeblocks/images/16x16'
  6122. /usr/bin/install -c -m 644 ./mark_prev.png ./newproject.png ./next.png ./plug.png ./prev.png ./projectnew.png ./project.png ./project-readonly.png ./redo.png ./run.png ./searchreplacef.png ./searchreplace.png ./undo.png ./view_sidetree.png ./view_tree.png ./window_fullscreen.png ./workspace.png ./workspace-readonly.png '/opt/codeblocks-svn/share/codeblocks/images/16x16'
  6123. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/16x16'
  6124. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/16x16'
  6125. Making install in settings
  6126. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/settings'
  6127. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/settings'
  6128. make[6]: Nothing to be done for `install-exec-am'.
  6129. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  6130. /usr/bin/install -c -m 644 ./abbrev-off.png ./abbrev.png ./astyle-plugin-off.png ./astyle-plugin.png ./autosave-off.png ./autosave.png ./batch-off.png ./batch.png ./codecompletion-off.png ./codecompletion.png ./codestats-off.png ./codestats.png ./colours-off.png ./colours.png ./compiler-off.png ./compiler.png ./debugger-off.png ./debugger.png ./default-code-off.png ./default-code.png ./dialogs-off.png ./dialogs.png ./dragscroll-off.png ./dragscroll.png ./editor-off.png ./editor.png ./envvars-off.png ./envvars.png ./extensions-off.png ./extensions.png ./folding-off.png ./folding.png ./general-prefs-off.png ./general-prefs.png ./generic-plugin-off.png ./generic-plugin.png ./gutter-margin-off.png ./gutter-margin.png ./help-plugin-off.png ./help-plugin.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  6131. /usr/bin/install -c -m 644 ./net-off.png ./net.png ./notebook-appearance-off.png ./notebook-appearance.png ./onekeytobindthem-off.png ./onekeytobindthem.png ./profiler-off.png ./profiler.png ./syntax-highlight-off.png ./syntax-highlight.png ./todo-off.png ./todo.png ./view-off.png ./view.png ./wxsmith-off.png ./wxsmith.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  6132. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/settings'
  6133. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images/settings'
  6134. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  6135. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  6136. make[6]: Nothing to be done for `install-exec-am'.
  6137. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images'
  6138. /usr/bin/install -c -m 644 ./ascii.png ./closebutton.png ./codeblocks.png ./compile.png ./compilerun.png ./contents_16x16.png ./dbginfo.png ./dbgnexti.png ./dbgnext.png ./dbgpause.png ./dbgrun.png ./dbgrunto.png ./dbgstepi.png ./dbgstepout.png ./dbgstep.png ./dbgstop.png ./dbgwindow.png ./edit_16x16.png ./editcopy.png ./editcut.png ./editpaste.png ./filefind.png ./file-missing.png ./file-modified.png ./filenew.png ./fileopen.png ./file.png ./fileprint.png ./file-readonly.png ./filesaveall.png ./filesaveas.png ./filesave.png ./flag_16x16.png ./folder_new.png ./folder_open.png ./folder.png ./misc_16x16.png ./modified_file.png ./newproject.png ./project.png '/opt/codeblocks-svn/share/codeblocks/images'
  6139. /usr/bin/install -c -m 644 ./project-readonly.png ./rc-file-added.png ./rc-file-conflict.png ./rc-file-external.png ./rc-file-gotlock.png ./rc-file-lockstolen.png ./rc-file-mismatch.png ./rc-file-missing.png ./rc-file-modified.png ./rc-file-noncontrolled.png ./rc-file-outofdate.png ./rc-file-requireslock.png ./rc-file-uptodate.png ./readonly.png ./rebuild.png ./redo.png ./run.png ./searchreplace.png ./source.png ./splash_0802.png ./splash_1005.png ./splash_1211.png ./splash_1312.png ./splash.png ./stop.png ./undo.png ./vfolder_open.png ./workspace.png ./workspace-readonly.png '/opt/codeblocks-svn/share/codeblocks/images'
  6140. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  6141. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  6142. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources/images'
  6143. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  6144. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  6145. make[5]: Nothing to be done for `install-exec-am'.
  6146. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6147. /usr/bin/install -c -m 644 resources.zip start_here.zip '/opt/codeblocks-svn/share/codeblocks'
  6148. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  6149. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  6150. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src/resources'
  6151. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/src'
  6152. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/src'
  6153. /bin/mkdir -p '/opt/codeblocks-svn/bin'
  6154. /bin/bash ../../libtool --mode=install /usr/bin/install -c codeblocks '/opt/codeblocks-svn/bin'
  6155. libtool: install: /usr/bin/install -c .libs/codeblocks /opt/codeblocks-svn/bin/codeblocks
  6156. make install-exec-hook
  6157. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/src'
  6158. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src'
  6159. /bin/mkdir -p '/opt/codeblocks-svn/share/man/man1'
  6160. /usr/bin/install -c -m 644 codeblocks.1 '/opt/codeblocks-svn/share/man/man1'
  6161. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src'
  6162. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src'
  6163. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/src'
  6164. Making install in plugins
  6165. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins'
  6166. Making install in astyle
  6167. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  6168. Making install in resources
  6169. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle/resources'
  6170. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle/resources'
  6171. make[5]: Nothing to be done for `install-exec-am'.
  6172. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6173. /usr/bin/install -c -m 644 astyle.zip '/opt/codeblocks-svn/share/codeblocks'
  6174. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle/resources'
  6175. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle/resources'
  6176. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  6177. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  6178. make[5]: Nothing to be done for `install-exec-am'.
  6179. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6180. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libastyle.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6181. libtool: install: warning: relinking `libastyle.la'
  6182. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/astyle; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libastyle.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins asstreamiterator.lo astyleconfigdlg.lo astyleplugin.lo dlgformattersettings.lo formattersettings.lo astyle/ASBeautifier.lo astyle/ASEnhancer.lo astyle/ASFormatter.lo astyle/ASResource.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  6183. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/asstreamiterator.o .libs/astyleconfigdlg.o .libs/astyleplugin.o .libs/dlgformattersettings.o .libs/formattersettings.o astyle/.libs/ASBeautifier.o astyle/.libs/ASEnhancer.o astyle/.libs/ASFormatter.o astyle/.libs/ASResource.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libastyle.so -o .libs/libastyle.so
  6184. libtool: install: /usr/bin/install -c .libs/libastyle.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libastyle.so
  6185. libtool: install: /usr/bin/install -c .libs/libastyle.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libastyle.la
  6186. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6187. ----------------------------------------------------------------------
  6188. Libraries have been installed in:
  6189. /opt/codeblocks-svn/lib/codeblocks/plugins
  6190.  
  6191. If you ever happen to want to link against installed libraries
  6192. in a given directory, LIBDIR, you must either use libtool, and
  6193. specify the full pathname of the library, or use the `-LLIBDIR'
  6194. flag during linking and do at least one of the following:
  6195. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6196. during execution
  6197. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6198. during linking
  6199. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6200. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6201.  
  6202. See any operating system documentation about shared libraries for
  6203. more information, such as the ld(1) and ld.so(8) manual pages.
  6204. ----------------------------------------------------------------------
  6205. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  6206. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  6207. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/astyle'
  6208. Making install in autosave
  6209. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/autosave'
  6210. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/autosave'
  6211. make[4]: Nothing to be done for `install-exec-am'.
  6212. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6213. /usr/bin/install -c -m 644 autosave.zip '/opt/codeblocks-svn/share/codeblocks'
  6214. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6215. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libautosave.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6216. libtool: install: warning: relinking `libautosave.la'
  6217. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/autosave; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libautosave.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins autosave.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  6218. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/autosave.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libautosave.so -o .libs/libautosave.so
  6219. libtool: install: /usr/bin/install -c .libs/libautosave.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libautosave.so
  6220. libtool: install: /usr/bin/install -c .libs/libautosave.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libautosave.la
  6221. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6222. ----------------------------------------------------------------------
  6223. Libraries have been installed in:
  6224. /opt/codeblocks-svn/lib/codeblocks/plugins
  6225.  
  6226. If you ever happen to want to link against installed libraries
  6227. in a given directory, LIBDIR, you must either use libtool, and
  6228. specify the full pathname of the library, or use the `-LLIBDIR'
  6229. flag during linking and do at least one of the following:
  6230. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6231. during execution
  6232. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6233. during linking
  6234. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6235. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6236.  
  6237. See any operating system documentation about shared libraries for
  6238. more information, such as the ld(1) and ld.so(8) manual pages.
  6239. ----------------------------------------------------------------------
  6240. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/autosave'
  6241. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/autosave'
  6242. Making install in classwizard
  6243. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  6244. Making install in resources
  6245. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources'
  6246. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources'
  6247. make[5]: Nothing to be done for `install-exec-am'.
  6248. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6249. /usr/bin/install -c -m 644 classwizard.zip '/opt/codeblocks-svn/share/codeblocks'
  6250. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources'
  6251. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard/resources'
  6252. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  6253. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  6254. make[5]: Nothing to be done for `install-exec-am'.
  6255. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6256. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libclasswizard.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6257. libtool: install: warning: relinking `libclasswizard.la'
  6258. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/classwizard; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libclasswizard.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins classwizard.lo classwizarddlg.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  6259. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/classwizard.o .libs/classwizarddlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libclasswizard.so -o .libs/libclasswizard.so
  6260. libtool: install: /usr/bin/install -c .libs/libclasswizard.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libclasswizard.so
  6261. libtool: install: /usr/bin/install -c .libs/libclasswizard.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libclasswizard.la
  6262. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6263. ----------------------------------------------------------------------
  6264. Libraries have been installed in:
  6265. /opt/codeblocks-svn/lib/codeblocks/plugins
  6266.  
  6267. If you ever happen to want to link against installed libraries
  6268. in a given directory, LIBDIR, you must either use libtool, and
  6269. specify the full pathname of the library, or use the `-LLIBDIR'
  6270. flag during linking and do at least one of the following:
  6271. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6272. during execution
  6273. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6274. during linking
  6275. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6276. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6277.  
  6278. See any operating system documentation about shared libraries for
  6279. more information, such as the ld(1) and ld.so(8) manual pages.
  6280. ----------------------------------------------------------------------
  6281. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  6282. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  6283. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/classwizard'
  6284. Making install in codecompletion
  6285. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  6286. Making install in resources
  6287. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources'
  6288. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources'
  6289. mkdir -p /opt/codeblocks-svn/share/codeblocks/images/codecompletion
  6290. /usr/bin/install -c -m 644 ./images/*.png /opt/codeblocks-svn/share/codeblocks/images/codecompletion/
  6291. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6292. /usr/bin/install -c -m 644 codecompletion.zip '/opt/codeblocks-svn/share/codeblocks'
  6293. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources'
  6294. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion/resources'
  6295. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  6296. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  6297. make[5]: Nothing to be done for `install-exec-am'.
  6298. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6299. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libcodecompletion.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6300. libtool: install: warning: relinking `libcodecompletion.la'
  6301. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/codecompletion; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcodecompletion.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ccoptionsdlg.lo ccoptionsprjdlg.lo cctreectrl.lo classbrowser.lo classbrowserbuilderthread.lo codecompletion.lo coderefactoring.lo doxygen_parser.lo insertclassmethoddlg.lo nativeparser.lo nativeparser_base.lo selectincludefile.lo systemheadersthread.lo parser/ccdebuginfo.lo parser/cclogger.lo parser/parser.lo parser/parser_base.lo parser/parserthread.lo parser/parserthreadedtask.lo parser/profiletimer.lo parser/token.lo parser/tokenizer.lo parser/tokentree.lo parser/searchtree.lo parser/expression.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  6302. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/ccoptionsdlg.o .libs/ccoptionsprjdlg.o .libs/cctreectrl.o .libs/classbrowser.o .libs/classbrowserbuilderthread.o .libs/codecompletion.o .libs/coderefactoring.o .libs/doxygen_parser.o .libs/insertclassmethoddlg.o .libs/nativeparser.o .libs/nativeparser_base.o .libs/selectincludefile.o .libs/systemheadersthread.o parser/.libs/ccdebuginfo.o parser/.libs/cclogger.o parser/.libs/parser.o parser/.libs/parser_base.o parser/.libs/parserthread.o parser/.libs/parserthreadedtask.o parser/.libs/profiletimer.o parser/.libs/token.o parser/.libs/tokenizer.o parser/.libs/tokentree.o parser/.libs/searchtree.o parser/.libs/expression.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodecompletion.so -o .libs/libcodecompletion.so
  6303. libtool: install: /usr/bin/install -c .libs/libcodecompletion.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libcodecompletion.so
  6304. libtool: install: /usr/bin/install -c .libs/libcodecompletion.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libcodecompletion.la
  6305. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6306. ----------------------------------------------------------------------
  6307. Libraries have been installed in:
  6308. /opt/codeblocks-svn/lib/codeblocks/plugins
  6309.  
  6310. If you ever happen to want to link against installed libraries
  6311. in a given directory, LIBDIR, you must either use libtool, and
  6312. specify the full pathname of the library, or use the `-LLIBDIR'
  6313. flag during linking and do at least one of the following:
  6314. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6315. during execution
  6316. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6317. during linking
  6318. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6319. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6320.  
  6321. See any operating system documentation about shared libraries for
  6322. more information, such as the ld(1) and ld.so(8) manual pages.
  6323. ----------------------------------------------------------------------
  6324. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  6325. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  6326. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/codecompletion'
  6327. Making install in compilergcc
  6328. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  6329. Making install in depslib
  6330. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  6331. Making install in src
  6332. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib/src'
  6333. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib/src'
  6334. make[6]: Nothing to be done for `install-exec-am'.
  6335. make[6]: Nothing to be done for `install-data-am'.
  6336. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib/src'
  6337. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib/src'
  6338. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  6339. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  6340. make[6]: Nothing to be done for `install-exec-am'.
  6341. make[6]: Nothing to be done for `install-data-am'.
  6342. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  6343. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  6344. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/depslib'
  6345. Making install in resources
  6346. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources'
  6347. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources'
  6348. make[5]: Nothing to be done for `install-exec-am'.
  6349. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/compilers'
  6350. /usr/bin/install -c -m 644 ./compilers/compiler_avr-gcc.xml ./compilers/compiler_bcc.xml ./compilers/compiler_bfin-elf-gcc.xml ./compilers/compiler_clang.xml ./compilers/compiler_dmc.xml ./compilers/compiler_dmd.xml ./compilers/compiler_ldc.xml ./compilers/compiler_lm32-gcc.xml ./compilers/compiler_lm8-gcc.xml ./compilers/compiler_msp430-gcc.xml ./compilers/compiler_null.xml ./compilers/compiler_pgifortran.xml ./compilers/compiler_ppc-gcc.xml ./compilers/compiler_sdcc.xml ./compilers/compiler_tcc.xml ./compilers/compiler_tricore-gcc.xml ./compilers/compiler_zpu-gcc.xml ./compilers/options_arm-elf-gcc.xml ./compilers/options_avr-gcc.xml ./compilers/options_bcc.xml ./compilers/options_bfin-elf-gcc.xml ./compilers/options_clang.xml ./compilers/options_common_architecture.xml ./compilers/options_common_cmds.xml ./compilers/options_common_codegen.xml ./compilers/options_common_optimization.xml ./compilers/options_common_optimize-msvc.xml ./compilers/options_common_re-gf.xml ./compilers/options_common_re-iar.xml ./compilers/options_common_re-msvc.xml ./compilers/options_common_re.xml ./compilers/options_common_runtime.xml ./compilers/options_common_sort.xml ./compilers/options_common_warnings-msvc.xml ./compilers/options_common_warnings.xml ./compilers/options_cygwin.xml ./compilers/options_dmc.xml ./compilers/options_dmd.xml ./compilers/options_g95.xml ./compilers/options_gcc.xml '/opt/codeblocks-svn/share/codeblocks/compilers'
  6351. /usr/bin/install -c -m 644 ./compilers/options_gdc.xml ./compilers/options_gfortran.xml ./compilers/options_iar8051.xml ./compilers/options_iararm.xml ./compilers/options_icc.xml ./compilers/options_keilc51.xml ./compilers/options_keilcx51.xml ./compilers/options_lcc.xml ./compilers/options_ldc.xml ./compilers/options_lm32-gcc.xml ./compilers/options_lm8-gcc.xml ./compilers/options_msp430-gcc.xml ./compilers/options_msvc10.xml ./compilers/options_msvc8.xml ./compilers/options_msvctk.xml ./compilers/options_null.xml ./compilers/options_ow.xml ./compilers/options_pgifortran.xml ./compilers/options_ppc-gcc.xml ./compilers/options_sdcc.xml ./compilers/options_tcc.xml ./compilers/options_tricore-gcc.xml ./compilers/options_zpu-gcc.xml '/opt/codeblocks-svn/share/codeblocks/compilers'
  6352. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6353. /usr/bin/install -c -m 644 compiler.zip '/opt/codeblocks-svn/share/codeblocks'
  6354. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources'
  6355. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc/resources'
  6356. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  6357. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  6358. make[5]: Nothing to be done for `install-exec-am'.
  6359. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6360. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libcompiler.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6361. libtool: install: warning: relinking `libcompiler.la'
  6362. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/compilergcc; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -DDEPSLIB_UNIX -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcompiler.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins advancedcompileroptionsdlg.lo compiler_defs.lo compilerCYGWIN.lo compilererrors.lo compilerflagdlg.lo compilergcc.lo compilerGDC.lo compilerICC.lo compilerIAR.lo compilerKeilC51.lo compilerLCC.lo compilermessages.lo compilerMINGW.lo compilerMINGWgenerator.lo compilerMSVC.lo compilerMSVC8.lo compilerMSVC10.lo compileroptionsdlg.lo compilerOW.lo compilerOWgenerator.lo compilerG95.lo compilerGNUARM.lo compilerGNUFortran.lo compilerXML.lo directcommands.lo ../../sdk/libcodeblocks.la depslib/src/libdepslib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  6363. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/advancedcompileroptionsdlg.o .libs/compiler_defs.o .libs/compilerCYGWIN.o .libs/compilererrors.o .libs/compilerflagdlg.o .libs/compilergcc.o .libs/compilerGDC.o .libs/compilerICC.o .libs/compilerIAR.o .libs/compilerKeilC51.o .libs/compilerLCC.o .libs/compilermessages.o .libs/compilerMINGW.o .libs/compilerMINGWgenerator.o .libs/compilerMSVC.o .libs/compilerMSVC8.o .libs/compilerMSVC10.o .libs/compileroptionsdlg.o .libs/compilerOW.o .libs/compilerOWgenerator.o .libs/compilerG95.o .libs/compilerGNUARM.o .libs/compilerGNUFortran.o .libs/compilerXML.o .libs/directcommands.o -Wl,--whole-archive depslib/src/.libs/libdepslib.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcompiler.so -o .libs/libcompiler.so
  6364. libtool: install: /usr/bin/install -c .libs/libcompiler.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libcompiler.so
  6365. libtool: install: /usr/bin/install -c .libs/libcompiler.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libcompiler.la
  6366. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6367. ----------------------------------------------------------------------
  6368. Libraries have been installed in:
  6369. /opt/codeblocks-svn/lib/codeblocks/plugins
  6370.  
  6371. If you ever happen to want to link against installed libraries
  6372. in a given directory, LIBDIR, you must either use libtool, and
  6373. specify the full pathname of the library, or use the `-LLIBDIR'
  6374. flag during linking and do at least one of the following:
  6375. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6376. during execution
  6377. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6378. during linking
  6379. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6380. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6381.  
  6382. See any operating system documentation about shared libraries for
  6383. more information, such as the ld(1) and ld.so(8) manual pages.
  6384. ----------------------------------------------------------------------
  6385. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  6386. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  6387. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/compilergcc'
  6388. Making install in debuggergdb
  6389. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  6390. Making install in resources
  6391. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources'
  6392. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources'
  6393. make[5]: Nothing to be done for `install-exec-am'.
  6394. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6395. /usr/bin/install -c -m 644 debugger.zip '/opt/codeblocks-svn/share/codeblocks'
  6396. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources'
  6397. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb/resources'
  6398. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  6399. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  6400. make[5]: Nothing to be done for `install-exec-am'.
  6401. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6402. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libdebugger.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6403. libtool: install: warning: relinking `libdebugger.la'
  6404. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/debuggergdb; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libdebugger.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins cdb_driver.lo databreakpointdlg.lo debugger_defs.lo debuggerdriver.lo debuggergdb.lo debuggeroptionsdlg.lo debuggeroptionsprjdlg.lo debuggerstate.lo editbreakpointdlg.lo editwatchdlg.lo gdb_driver.lo parsewatchvalue.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl )
  6405. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/cdb_driver.o .libs/databreakpointdlg.o .libs/debugger_defs.o .libs/debuggerdriver.o .libs/debuggergdb.o .libs/debuggeroptionsdlg.o .libs/debuggeroptionsprjdlg.o .libs/debuggerstate.o .libs/editbreakpointdlg.o .libs/editwatchdlg.o .libs/gdb_driver.o .libs/parsewatchvalue.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libdebugger.so -o .libs/libdebugger.so
  6406. libtool: install: /usr/bin/install -c .libs/libdebugger.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libdebugger.so
  6407. libtool: install: /usr/bin/install -c .libs/libdebugger.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libdebugger.la
  6408. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6409. ----------------------------------------------------------------------
  6410. Libraries have been installed in:
  6411. /opt/codeblocks-svn/lib/codeblocks/plugins
  6412.  
  6413. If you ever happen to want to link against installed libraries
  6414. in a given directory, LIBDIR, you must either use libtool, and
  6415. specify the full pathname of the library, or use the `-LLIBDIR'
  6416. flag during linking and do at least one of the following:
  6417. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6418. during execution
  6419. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6420. during linking
  6421. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6422. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6423.  
  6424. See any operating system documentation about shared libraries for
  6425. more information, such as the ld(1) and ld.so(8) manual pages.
  6426. ----------------------------------------------------------------------
  6427. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  6428. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  6429. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/debuggergdb'
  6430. Making install in defaultmimehandler
  6431. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  6432. Making install in resources
  6433. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources'
  6434. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources'
  6435. make[5]: Nothing to be done for `install-exec-am'.
  6436. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  6437. /usr/bin/install -c -m 644 defaultmimehandler.zip '/opt/codeblocks-svn/share/codeblocks'
  6438. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources'
  6439. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler/resources'
  6440. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  6441. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  6442. make[5]: Nothing to be done for `install-exec-am'.
  6443. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6444. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libdefaultmimehandler.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  6445. libtool: install: warning: relinking `libdefaultmimehandler.la'
  6446. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libdefaultmimehandler.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins defaultmimehandler.lo editmimetypesdlg.lo EmbeddedHtmlPanel.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  6447. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/defaultmimehandler.o .libs/editmimetypesdlg.o .libs/EmbeddedHtmlPanel.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libdefaultmimehandler.so -o .libs/libdefaultmimehandler.so
  6448. libtool: install: /usr/bin/install -c .libs/libdefaultmimehandler.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libdefaultmimehandler.so
  6449. libtool: install: /usr/bin/install -c .libs/libdefaultmimehandler.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libdefaultmimehandler.la
  6450. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  6451. ----------------------------------------------------------------------
  6452. Libraries have been installed in:
  6453. /opt/codeblocks-svn/lib/codeblocks/plugins
  6454.  
  6455. If you ever happen to want to link against installed libraries
  6456. in a given directory, LIBDIR, you must either use libtool, and
  6457. specify the full pathname of the library, or use the `-LLIBDIR'
  6458. flag during linking and do at least one of the following:
  6459. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  6460. during execution
  6461. - add LIBDIR to the `LD_RUN_PATH' environment variable
  6462. during linking
  6463. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  6464. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  6465.  
  6466. See any operating system documentation about shared libraries for
  6467. more information, such as the ld(1) and ld.so(8) manual pages.
  6468. ----------------------------------------------------------------------
  6469. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  6470. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  6471. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/defaultmimehandler'
  6472. Making install in scriptedwizard
  6473. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  6474. Making install in resources
  6475. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  6476. Making install in arm
  6477. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/arm'
  6478. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/arm'
  6479. make[6]: Nothing to be done for `install-exec-am'.
  6480. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h'
  6481. /usr/bin/install -c -m 644 files/ARM-eval7t/h/evaluator7t.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ARM-eval7t/h'
  6482. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld'
  6483. /usr/bin/install -c -m 644 files/ARM-eval7t/ld/target.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ARM-eval7t/ld'
  6484. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src'
  6485. /usr/bin/install -c -m 644 files/ARM-eval7t/src/main.c files/ARM-eval7t/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ARM-eval7t/src'
  6486. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h'
  6487. /usr/bin/install -c -m 644 files/ek-at91sam7a3/h/at91sam7a3.h files/ek-at91sam7a3/h/sam7a3ek.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/h'
  6488. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld'
  6489. /usr/bin/install -c -m 644 files/ek-at91sam7a3/ld/target.ld files/ek-at91sam7a3/ld/targetRAM.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/ld'
  6490. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src'
  6491. /usr/bin/install -c -m 644 files/ek-at91sam7a3/src/main.c files/ek-at91sam7a3/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/ek-at91sam7a3/src'
  6492. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h'
  6493. /usr/bin/install -c -m 644 files/lpd-lh7a404/h/arm9_mm.h files/lpd-lh7a404/h/lh7a404.h files/lpd-lh7a404/h/lpd404.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/h'
  6494. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld'
  6495. /usr/bin/install -c -m 644 files/lpd-lh7a404/ld/target.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/ld'
  6496. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src'
  6497. /usr/bin/install -c -m 644 files/lpd-lh7a404/src/lh7a404_mm.c files/lpd-lh7a404/src/main.c files/lpd-lh7a404/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/lpd-lh7a404/src'
  6498. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h'
  6499. /usr/bin/install -c -m 644 files/olimex-at91sam7sx/h/at91sam7sx.h files/olimex-at91sam7sx/h/sam7p64.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/h'
  6500. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld'
  6501. /usr/bin/install -c -m 644 files/olimex-at91sam7sx/ld/target_s32.ld files/olimex-at91sam7sx/ld/target_s64.ld files/olimex-at91sam7sx/ld/target_s128.ld files/olimex-at91sam7sx/ld/target_s256.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/ld'
  6502. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src'
  6503. /usr/bin/install -c -m 644 files/olimex-at91sam7sx/src/main.c files/olimex-at91sam7sx/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-at91sam7sx/src'
  6504. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h'
  6505. /usr/bin/install -c -m 644 files/olimex-lpc213x/h/lpc213x.h files/olimex-lpc213x/h/lpc-p2138.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/h'
  6506. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld'
  6507. /usr/bin/install -c -m 644 files/olimex-lpc213x/ld/target_2132.ld files/olimex-lpc213x/ld/target_2134.ld files/olimex-lpc213x/ld/target_2136.ld files/olimex-lpc213x/ld/target_2138.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/ld'
  6508. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src'
  6509. /usr/bin/install -c -m 644 files/olimex-lpc213x/src/main.c files/olimex-lpc213x/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/olimex-lpc213x/src'
  6510. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h'
  6511. /usr/bin/install -c -m 644 files/phyCORE-AT91M55800/h/at91m55800.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/h'
  6512. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld'
  6513. /usr/bin/install -c -m 644 files/phyCORE-AT91M55800/ld/target.ld files/phyCORE-AT91M55800/ld/targetRAM_1MB.ld files/phyCORE-AT91M55800/ld/targetRAM_512kB.ld files/phyCORE-AT91M55800/ld/targetROM.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/ld'
  6514. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src'
  6515. /usr/bin/install -c -m 644 files/phyCORE-AT91M55800/src/main.c files/phyCORE-AT91M55800/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-AT91M55800/src'
  6516. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h'
  6517. /usr/bin/install -c -m 644 files/phyCORE-LPC2294/h/lpc2294.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/h'
  6518. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld'
  6519. /usr/bin/install -c -m 644 files/phyCORE-LPC2294/ld/target.ld files/phyCORE-LPC2294/ld/targetRAM_1MB.ld files/phyCORE-LPC2294/ld/targetROM.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/ld'
  6520. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src'
  6521. /usr/bin/install -c -m 644 files/phyCORE-LPC2294/src/main.c files/phyCORE-LPC2294/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-LPC2294/src'
  6522. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h'
  6523. /usr/bin/install -c -m 644 files/phyCORE-PXA255/h/pxa255regs.h files/phyCORE-PXA255/h/pxa_mm.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/h'
  6524. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld'
  6525. /usr/bin/install -c -m 644 files/phyCORE-PXA255/ld/target.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/ld'
  6526. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src'
  6527. /usr/bin/install -c -m 644 files/phyCORE-PXA255/src/irq.c files/phyCORE-PXA255/src/main.c files/phyCORE-PXA255/src/pxa_mm.c files/phyCORE-PXA255/src/vectors.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm/files/phyCORE-PXA255/src'
  6528. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm'
  6529. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/arm'
  6530. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/arm'
  6531. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/arm'
  6532. Making install in avr
  6533. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/avr'
  6534. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/avr'
  6535. make[6]: Nothing to be done for `install-exec-am'.
  6536. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/avr/files'
  6537. /usr/bin/install -c -m 644 files/main.c files/FuseExt.c files/FuseFuse0to4.c files/FuseHigh.c files/FuseLow.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/avr/files'
  6538. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/avr'
  6539. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/avr'
  6540. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/avr'
  6541. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/avr'
  6542. Making install in c_file
  6543. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/c_file'
  6544. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/c_file'
  6545. make[6]: Nothing to be done for `install-exec-am'.
  6546. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/c_file'
  6547. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/c_file'
  6548. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/c_file'
  6549. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/c_file'
  6550. Making install in console
  6551. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/console'
  6552. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/console'
  6553. make[6]: Nothing to be done for `install-exec-am'.
  6554. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/console/c'
  6555. /usr/bin/install -c -m 644 c/main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/console/c'
  6556. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/console/cpp'
  6557. /usr/bin/install -c -m 644 cpp/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/console/cpp'
  6558. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/console'
  6559. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/console'
  6560. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/console'
  6561. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/console'
  6562. Making install in d
  6563. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/d'
  6564. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/d'
  6565. make[6]: Nothing to be done for `install-exec-am'.
  6566. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/d/console'
  6567. /usr/bin/install -c -m 644 console/hello.d '/opt/codeblocks-svn/share/codeblocks/templates/wizard/d/console'
  6568. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/d'
  6569. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/d'
  6570. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/d'
  6571. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/d'
  6572. Making install in directx
  6573. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/directx'
  6574. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/directx'
  6575. make[6]: Nothing to be done for `install-exec-am'.
  6576. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/directx/dx8'
  6577. /usr/bin/install -c -m 644 dx8/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/directx/dx8'
  6578. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/directx/dx9'
  6579. /usr/bin/install -c -m 644 dx9/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/directx/dx9'
  6580. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/directx'
  6581. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/directx'
  6582. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/directx'
  6583. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/directx'
  6584. Making install in dll
  6585. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/dll'
  6586. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/dll'
  6587. make[6]: Nothing to be done for `install-exec-am'.
  6588. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/dll/files'
  6589. /usr/bin/install -c -m 644 files/main.cpp files/main.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/dll/files'
  6590. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/dll'
  6591. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/dll'
  6592. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/dll'
  6593. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/dll'
  6594. Making install in empty
  6595. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty'
  6596. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty'
  6597. make[6]: Nothing to be done for `install-exec-am'.
  6598. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/empty'
  6599. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/empty'
  6600. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty'
  6601. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty'
  6602. Making install in empty_file
  6603. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty_file'
  6604. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty_file'
  6605. make[6]: Nothing to be done for `install-exec-am'.
  6606. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/empty_file'
  6607. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/empty_file'
  6608. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty_file'
  6609. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/empty_file'
  6610. Making install in fltk
  6611. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fltk'
  6612. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fltk'
  6613. make[6]: Nothing to be done for `install-exec-am'.
  6614. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fltk/files'
  6615. /usr/bin/install -c -m 644 files/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fltk/files'
  6616. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fltk/fluid'
  6617. /usr/bin/install -c -m 644 fluid/main.cpp fluid/main.h fluid/main.fld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fltk/fluid'
  6618. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fltk'
  6619. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fltk'
  6620. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fltk'
  6621. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fltk'
  6622. Making install in fortran
  6623. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fortran'
  6624. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fortran'
  6625. make[6]: Nothing to be done for `install-exec-am'.
  6626. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/app'
  6627. /usr/bin/install -c -m 644 app/logo.png app/wizard.png app/wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/app'
  6628. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/app/files'
  6629. /usr/bin/install -c -m 644 app/files/main.f95 '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/app/files'
  6630. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/dll'
  6631. /usr/bin/install -c -m 644 dll/logo.png dll/wizard.png dll/wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/dll'
  6632. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/dll/files'
  6633. /usr/bin/install -c -m 644 dll/files/main.f95 '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/dll/files'
  6634. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/file'
  6635. /usr/bin/install -c -m 644 file/logo.png file/wizard.png file/wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/file'
  6636. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/lib'
  6637. /usr/bin/install -c -m 644 lib/logo.png lib/wizard.png lib/wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/lib'
  6638. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/lib/files'
  6639. /usr/bin/install -c -m 644 lib/files/main.f95 '/opt/codeblocks-svn/share/codeblocks/templates/wizard/fortran/lib/files'
  6640. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fortran'
  6641. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/fortran'
  6642. Making install in glfw
  6643. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glfw'
  6644. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glfw'
  6645. make[6]: Nothing to be done for `install-exec-am'.
  6646. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glfw/files'
  6647. /usr/bin/install -c -m 644 files/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glfw/files'
  6648. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glfw'
  6649. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glfw'
  6650. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glfw'
  6651. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glfw'
  6652. Making install in glut
  6653. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glut'
  6654. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glut'
  6655. make[6]: Nothing to be done for `install-exec-am'.
  6656. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glut/files'
  6657. /usr/bin/install -c -m 644 files/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glut/files'
  6658. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glut'
  6659. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/glut'
  6660. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glut'
  6661. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/glut'
  6662. Making install in gtk
  6663. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/gtk'
  6664. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/gtk'
  6665. make[6]: Nothing to be done for `install-exec-am'.
  6666. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/gtk/files'
  6667. /usr/bin/install -c -m 644 files/main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/gtk/files'
  6668. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/gtk'
  6669. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/gtk'
  6670. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/gtk'
  6671. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/gtk'
  6672. Making install in h_file
  6673. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/h_file'
  6674. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/h_file'
  6675. make[6]: Nothing to be done for `install-exec-am'.
  6676. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/h_file'
  6677. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/h_file'
  6678. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/h_file'
  6679. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/h_file'
  6680. Making install in irrlicht
  6681. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/irrlicht'
  6682. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/irrlicht'
  6683. make[6]: Nothing to be done for `install-exec-am'.
  6684. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/irrlicht/files'
  6685. /usr/bin/install -c -m 644 files/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/irrlicht/files'
  6686. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/irrlicht'
  6687. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/irrlicht'
  6688. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/irrlicht'
  6689. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/irrlicht'
  6690. Making install in lf
  6691. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/lf'
  6692. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/lf'
  6693. make[6]: Nothing to be done for `install-exec-am'.
  6694. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/lf/files/quick'
  6695. /usr/bin/install -c -m 644 files/quick/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/lf/files/quick'
  6696. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/lf/files/structured'
  6697. /usr/bin/install -c -m 644 files/structured/CMain.cpp files/structured/CMain.h files/structured/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/lf/files/structured'
  6698. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/lf'
  6699. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/lf'
  6700. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/lf'
  6701. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/lf'
  6702. Making install in mcs51
  6703. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/mcs51'
  6704. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/mcs51'
  6705. make[6]: Nothing to be done for `install-exec-am'.
  6706. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/mcs51/files'
  6707. /usr/bin/install -c -m 644 files/main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/mcs51/files'
  6708. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/mcs51'
  6709. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/mcs51'
  6710. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/mcs51'
  6711. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/mcs51'
  6712. Making install in matlab_csf
  6713. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  6714. Making install in files
  6715. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/files'
  6716. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/files'
  6717. make[7]: Nothing to be done for `install-exec-am'.
  6718. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/matlab_csf/files'
  6719. /usr/bin/install -c -m 644 mexversion.rc sfuntmpl.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/matlab_csf/files'
  6720. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/files'
  6721. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/files'
  6722. Making install in lccstub
  6723. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/lccstub'
  6724. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/lccstub'
  6725. make[7]: Nothing to be done for `install-exec-am'.
  6726. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/matlab_csf/files'
  6727. /usr/bin/install -c -m 644 lccstub.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/matlab_csf/files'
  6728. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/lccstub'
  6729. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf/lccstub'
  6730. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  6731. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  6732. make[7]: Nothing to be done for `install-exec-am'.
  6733. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/matlab_csf'
  6734. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/matlab_csf'
  6735. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  6736. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  6737. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/matlab_csf'
  6738. Making install in ogre
  6739. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  6740. Making install in files
  6741. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre/files'
  6742. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre/files'
  6743. make[7]: Nothing to be done for `install-exec-am'.
  6744. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ogre/files'
  6745. /usr/bin/install -c -m 644 main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ogre/files'
  6746. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre/files'
  6747. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre/files'
  6748. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  6749. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  6750. make[7]: Nothing to be done for `install-exec-am'.
  6751. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ogre'
  6752. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ogre'
  6753. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  6754. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  6755. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ogre'
  6756. Making install in opencv
  6757. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opencv'
  6758. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opencv'
  6759. make[6]: Nothing to be done for `install-exec-am'.
  6760. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opencv/files'
  6761. /usr/bin/install -c -m 644 files/main.cpp files/lena.jpg '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opencv/files'
  6762. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opencv'
  6763. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opencv'
  6764. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opencv'
  6765. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opencv'
  6766. Making install in opengl
  6767. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  6768. Making install in files_unix
  6769. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_unix'
  6770. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_unix'
  6771. make[7]: Nothing to be done for `install-exec-am'.
  6772. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opengl/files_unix'
  6773. /usr/bin/install -c -m 644 main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opengl/files_unix'
  6774. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_unix'
  6775. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_unix'
  6776. Making install in files_win
  6777. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_win'
  6778. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_win'
  6779. make[7]: Nothing to be done for `install-exec-am'.
  6780. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opengl/files_win'
  6781. /usr/bin/install -c -m 644 main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opengl/files_win'
  6782. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_win'
  6783. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl/files_win'
  6784. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  6785. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  6786. make[7]: Nothing to be done for `install-exec-am'.
  6787. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opengl'
  6788. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/opengl'
  6789. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  6790. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  6791. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/opengl'
  6792. Making install in plugins
  6793. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  6794. Making install in templates
  6795. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins/templates'
  6796. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins/templates'
  6797. make[7]: Nothing to be done for `install-exec-am'.
  6798. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/plugins/templates'
  6799. /usr/bin/install -c -m 644 ./generic_template.cpp ./mime_template.cpp ./tool_template.cpp ./wizard_template.cpp ./generic_template.h ./mime_template.h ./tool_template.h ./wizard_template.h ./manifest_template.xml '/opt/codeblocks-svn/share/codeblocks/templates/wizard/plugins/templates'
  6800. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins/templates'
  6801. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins/templates'
  6802. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  6803. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  6804. make[7]: Nothing to be done for `install-exec-am'.
  6805. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/plugins'
  6806. /usr/bin/install -c -m 644 logo.png wizard.png wizard.xrc wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/plugins'
  6807. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  6808. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  6809. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/plugins'
  6810. Making install in ppc
  6811. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ppc'
  6812. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ppc'
  6813. make[6]: Nothing to be done for `install-exec-am'.
  6814. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC5200/h'
  6815. /usr/bin/install -c -m 644 files/MPC5200/h/mpc5200.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC5200/h'
  6816. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC5200/ld'
  6817. /usr/bin/install -c -m 644 files/MPC5200/ld/target.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC5200/ld'
  6818. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC5200/src'
  6819. /usr/bin/install -c -m 644 files/MPC5200/src/crt0.S files/MPC5200/src/main.c files/MPC5200/src/traptable.S '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC5200/src'
  6820. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC565/h'
  6821. /usr/bin/install -c -m 644 files/MPC565/h/mpc555.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC565/h'
  6822. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC565/ld'
  6823. /usr/bin/install -c -m 644 files/MPC565/ld/target.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC565/ld'
  6824. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC565/src'
  6825. /usr/bin/install -c -m 644 files/MPC565/src/crt0.S files/MPC565/src/main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc/files/MPC565/src'
  6826. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc'
  6827. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/ppc'
  6828. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ppc'
  6829. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/ppc'
  6830. Making install in qt4
  6831. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  6832. Making install in files
  6833. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4/files'
  6834. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4/files'
  6835. make[7]: Nothing to be done for `install-exec-am'.
  6836. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/qt4/files'
  6837. /usr/bin/install -c -m 644 main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/qt4/files'
  6838. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4/files'
  6839. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4/files'
  6840. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  6841. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  6842. make[7]: Nothing to be done for `install-exec-am'.
  6843. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/qt4'
  6844. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/qt4'
  6845. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  6846. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  6847. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/qt4'
  6848. Making install in sdl
  6849. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  6850. Making install in files
  6851. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl/files'
  6852. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl/files'
  6853. make[7]: Nothing to be done for `install-exec-am'.
  6854. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sdl/files'
  6855. /usr/bin/install -c -m 644 main.cpp cb.bmp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sdl/files'
  6856. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl/files'
  6857. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl/files'
  6858. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  6859. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  6860. make[7]: Nothing to be done for `install-exec-am'.
  6861. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sdl'
  6862. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sdl'
  6863. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  6864. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  6865. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sdl'
  6866. Making install in sfml
  6867. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sfml'
  6868. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sfml'
  6869. make[6]: Nothing to be done for `install-exec-am'.
  6870. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sfml'
  6871. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sfml'
  6872. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sfml/sfml1'
  6873. /usr/bin/install -c -m 644 sfml1/cb.bmp sfml1/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sfml/sfml1'
  6874. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sfml/sfml2'
  6875. /usr/bin/install -c -m 644 sfml2/cb.bmp sfml2/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sfml/sfml2'
  6876. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sfml'
  6877. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sfml'
  6878. Making install in smartwin
  6879. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  6880. Making install in files
  6881. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin/files'
  6882. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin/files'
  6883. make[7]: Nothing to be done for `install-exec-am'.
  6884. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/smartwin/files'
  6885. /usr/bin/install -c -m 644 main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/smartwin/files'
  6886. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin/files'
  6887. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin/files'
  6888. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  6889. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  6890. make[7]: Nothing to be done for `install-exec-am'.
  6891. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/smartwin'
  6892. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/smartwin'
  6893. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  6894. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  6895. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/smartwin'
  6896. Making install in staticlib
  6897. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  6898. Making install in files
  6899. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib/files'
  6900. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib/files'
  6901. make[7]: Nothing to be done for `install-exec-am'.
  6902. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/staticlib/files'
  6903. /usr/bin/install -c -m 644 main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/staticlib/files'
  6904. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib/files'
  6905. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib/files'
  6906. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  6907. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  6908. make[7]: Nothing to be done for `install-exec-am'.
  6909. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/staticlib'
  6910. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/staticlib'
  6911. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  6912. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  6913. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/staticlib'
  6914. Making install in stlport
  6915. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  6916. Making install in files
  6917. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport/files'
  6918. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport/files'
  6919. make[7]: Nothing to be done for `install-exec-am'.
  6920. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/stlport/files'
  6921. /usr/bin/install -c -m 644 main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/stlport/files'
  6922. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport/files'
  6923. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport/files'
  6924. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  6925. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  6926. make[7]: Nothing to be done for `install-exec-am'.
  6927. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/stlport'
  6928. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/stlport'
  6929. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  6930. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  6931. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/stlport'
  6932. Making install in sharedlib
  6933. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  6934. Making install in c
  6935. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/c'
  6936. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/c'
  6937. make[7]: Nothing to be done for `install-exec-am'.
  6938. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sharedlib/c'
  6939. /usr/bin/install -c -m 644 main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sharedlib/c'
  6940. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/c'
  6941. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/c'
  6942. Making install in cpp
  6943. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/cpp'
  6944. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/cpp'
  6945. make[7]: Nothing to be done for `install-exec-am'.
  6946. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sharedlib/cpp'
  6947. /usr/bin/install -c -m 644 main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sharedlib/cpp'
  6948. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/cpp'
  6949. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib/cpp'
  6950. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  6951. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  6952. make[7]: Nothing to be done for `install-exec-am'.
  6953. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sharedlib'
  6954. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sharedlib'
  6955. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  6956. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  6957. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sharedlib'
  6958. Making install in sys
  6959. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sys'
  6960. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sys'
  6961. make[6]: Nothing to be done for `install-exec-am'.
  6962. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sys/files'
  6963. /usr/bin/install -c -m 644 files/driver.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sys/files'
  6964. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sys'
  6965. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/sys'
  6966. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sys'
  6967. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/sys'
  6968. Making install in tricore
  6969. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/tricore'
  6970. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/tricore'
  6971. make[6]: Nothing to be done for `install-exec-am'.
  6972. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore'
  6973. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore'
  6974. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766'
  6975. /usr/bin/install -c -m 644 templates/TriBoard-TC1766/target.ld templates/TriBoard-TC1766/targetIntResources.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1766'
  6976. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775'
  6977. /usr/bin/install -c -m 644 templates/TriBoard-TC1775/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775'
  6978. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h'
  6979. /usr/bin/install -c -m 644 templates/TriBoard-TC1775/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/h'
  6980. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src'
  6981. /usr/bin/install -c -m 644 templates/TriBoard-TC1775/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1775/src'
  6982. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792'
  6983. /usr/bin/install -c -m 644 templates/TriBoard-TC1792/memoryROM.x templates/TriBoard-TC1792/memoryROM-intern.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792'
  6984. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h'
  6985. /usr/bin/install -c -m 644 templates/TriBoard-TC1792/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/h'
  6986. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src'
  6987. /usr/bin/install -c -m 644 templates/TriBoard-TC1792/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1792/src'
  6988. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796'
  6989. /usr/bin/install -c -m 644 templates/TriBoard-TC1796/memoryROM.x templates/TriBoard-TC1796/memoryROM-intern.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796'
  6990. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h'
  6991. /usr/bin/install -c -m 644 templates/TriBoard-TC1796/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/h'
  6992. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src'
  6993. /usr/bin/install -c -m 644 templates/TriBoard-TC1796/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1796/src'
  6994. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797'
  6995. /usr/bin/install -c -m 644 templates/TriBoard-TC1797/memoryROM.x templates/TriBoard-TC1797/memoryROM-intern.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797'
  6996. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h'
  6997. /usr/bin/install -c -m 644 templates/TriBoard-TC1797/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/h'
  6998. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src'
  6999. /usr/bin/install -c -m 644 templates/TriBoard-TC1797/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1797/src'
  7000. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920'
  7001. /usr/bin/install -c -m 644 templates/TriBoard-TC1920/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920'
  7002. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h'
  7003. /usr/bin/install -c -m 644 templates/TriBoard-TC1920/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/h'
  7004. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src'
  7005. /usr/bin/install -c -m 644 templates/TriBoard-TC1920/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1920/src'
  7006. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767'
  7007. /usr/bin/install -c -m 644 templates/EasyKit-TC1767/target.ld templates/EasyKit-TC1767/targetIntResources.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyKit-TC1767'
  7008. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796'
  7009. /usr/bin/install -c -m 644 templates/EasyRun-TC1796/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796'
  7010. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h'
  7011. /usr/bin/install -c -m 644 templates/EasyRun-TC1796/h/easyrun_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/h'
  7012. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src'
  7013. /usr/bin/install -c -m 644 templates/EasyRun-TC1796/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/EasyRun-TC1796/src'
  7014. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130'
  7015. /usr/bin/install -c -m 644 templates/phyCORE-TC1130/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130'
  7016. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h'
  7017. /usr/bin/install -c -m 644 templates/phyCORE-TC1130/h/phycore_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/h'
  7018. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src'
  7019. /usr/bin/install -c -m 644 templates/phyCORE-TC1130/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1130/src'
  7020. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775'
  7021. /usr/bin/install -c -m 644 templates/phyCORE-TC1775/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775'
  7022. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h'
  7023. /usr/bin/install -c -m 644 templates/phyCORE-TC1775/h/phycore_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/h'
  7024. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src'
  7025. /usr/bin/install -c -m 644 templates/phyCORE-TC1775/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/phyCORE-TC1775/src'
  7026. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130'
  7027. /usr/bin/install -c -m 644 templates/TriBoard-TC1130/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130'
  7028. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h'
  7029. /usr/bin/install -c -m 644 templates/TriBoard-TC1130/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/h'
  7030. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src'
  7031. /usr/bin/install -c -m 644 templates/TriBoard-TC1130/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1130/src'
  7032. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161'
  7033. /usr/bin/install -c -m 644 templates/TriBoard-TC1161/target.ld templates/TriBoard-TC1161/targetIntResources.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1161'
  7034. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162'
  7035. /usr/bin/install -c -m 644 templates/TriBoard-TC1162/target.ld templates/TriBoard-TC1162/targetIntResources.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1162'
  7036. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762'
  7037. /usr/bin/install -c -m 644 templates/TriBoard-TC1762/target.ld templates/TriBoard-TC1762/targetIntResources.ld '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1762'
  7038. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765'
  7039. /usr/bin/install -c -m 644 templates/TriBoard-TC1765/memoryROM.x '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765'
  7040. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h'
  7041. /usr/bin/install -c -m 644 templates/TriBoard-TC1765/h/triboard_setup.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/h'
  7042. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src'
  7043. /usr/bin/install -c -m 644 templates/TriBoard-TC1765/src/setup.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates/TriBoard-TC1765/src'
  7044. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates'
  7045. /usr/bin/install -c -m 644 templates/main.c '/opt/codeblocks-svn/share/codeblocks/templates/wizard/tricore/templates'
  7046. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/tricore'
  7047. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/tricore'
  7048. Making install in win32gui
  7049. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/win32gui'
  7050. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/win32gui'
  7051. make[6]: Nothing to be done for `install-exec-am'.
  7052. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/win32gui/files/dialog'
  7053. /usr/bin/install -c -m 644 files/dialog/main.cpp files/dialog/manifest.xml files/dialog/resource.h files/dialog/resource.rc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/win32gui/files/dialog'
  7054. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/win32gui/files/frame'
  7055. /usr/bin/install -c -m 644 files/frame/main.cpp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/win32gui/files/frame'
  7056. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/win32gui'
  7057. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard/win32gui'
  7058. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/win32gui'
  7059. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/win32gui'
  7060. Making install in wxwidgets
  7061. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/wxwidgets'
  7062. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/wxwidgets'
  7063. make[6]: Nothing to be done for `install-exec-am'.
  7064. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/common'
  7065. /usr/bin/install -c -m 644 common/app.cpp common/app.h common/main.cpp common/main.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/common'
  7066. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/pch'
  7067. /usr/bin/install -c -m 644 pch/wx_pch.h '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/pch'
  7068. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets'
  7069. /usr/bin/install -c -m 644 logo.png wizard.png wizard.script wizard.xrc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets'
  7070. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/rc'
  7071. /usr/bin/install -c -m 644 rc/resource.rc '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/rc'
  7072. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog'
  7073. /usr/bin/install -c -m 644 wxfb/dialog/GUIDialog.cpp wxfb/dialog/GUIDialog.h wxfb/dialog/WxWizDialog.fbp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/wxfb/dialog'
  7074. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/wxfb/frame'
  7075. /usr/bin/install -c -m 644 wxfb/frame/GUIFrame.cpp wxfb/frame/GUIFrame.h wxfb/frame/WxWizFrame.fbp '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/wxfb/frame'
  7076. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/wxsmith'
  7077. /usr/bin/install -c -m 644 wxsmith/app.cpp wxsmith/main.cpp wxsmith/main.h wxsmith/resource.wxs '/opt/codeblocks-svn/share/codeblocks/templates/wizard/wxwidgets/wxsmith'
  7078. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/wxwidgets'
  7079. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources/wxwidgets'
  7080. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  7081. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  7082. make[6]: Nothing to be done for `install-exec-am'.
  7083. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates/wizard'
  7084. /usr/bin/install -c -m 644 common_functions.script config.script '/opt/codeblocks-svn/share/codeblocks/templates/wizard'
  7085. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7086. /usr/bin/install -c -m 644 scriptedwizard.zip '/opt/codeblocks-svn/share/codeblocks'
  7087. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  7088. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  7089. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard/resources'
  7090. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  7091. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  7092. make[5]: Nothing to be done for `install-exec-am'.
  7093. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7094. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libscriptedwizard.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7095. libtool: install: warning: relinking `libscriptedwizard.la'
  7096. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libscriptedwizard.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins buildtargetpanel.lo compilerpanel.lo filepathpanel.lo genericselectpath.lo infopanel.lo genericsinglechoicelist.lo projectpathpanel.lo wiz.lo wizpage.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7097. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/buildtargetpanel.o .libs/compilerpanel.o .libs/filepathpanel.o .libs/genericselectpath.o .libs/infopanel.o .libs/genericsinglechoicelist.o .libs/projectpathpanel.o .libs/wiz.o .libs/wizpage.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libscriptedwizard.so -o .libs/libscriptedwizard.so
  7098. libtool: install: /usr/bin/install -c .libs/libscriptedwizard.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libscriptedwizard.so
  7099. libtool: install: /usr/bin/install -c .libs/libscriptedwizard.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libscriptedwizard.la
  7100. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7101. ----------------------------------------------------------------------
  7102. Libraries have been installed in:
  7103. /opt/codeblocks-svn/lib/codeblocks/plugins
  7104.  
  7105. If you ever happen to want to link against installed libraries
  7106. in a given directory, LIBDIR, you must either use libtool, and
  7107. specify the full pathname of the library, or use the `-LLIBDIR'
  7108. flag during linking and do at least one of the following:
  7109. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7110. during execution
  7111. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7112. during linking
  7113. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7114. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7115.  
  7116. See any operating system documentation about shared libraries for
  7117. more information, such as the ld(1) and ld.so(8) manual pages.
  7118. ----------------------------------------------------------------------
  7119. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  7120. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  7121. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/scriptedwizard'
  7122. Making install in projectsimporter
  7123. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  7124. Making install in resources
  7125. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources'
  7126. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources'
  7127. make[5]: Nothing to be done for `install-exec-am'.
  7128. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7129. /usr/bin/install -c -m 644 projectsimporter.zip '/opt/codeblocks-svn/share/codeblocks'
  7130. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources'
  7131. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter/resources'
  7132. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  7133. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  7134. make[5]: Nothing to be done for `install-exec-am'.
  7135. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7136. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libprojectsimporter.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7137. libtool: install: warning: relinking `libprojectsimporter.la'
  7138. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/projectsimporter; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libprojectsimporter.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins projectsimporter.lo devcpploader.lo msvc10loader.lo msvc7loader.lo msvc7workspaceloader.lo msvcloader.lo msvcworkspacebase.lo msvcworkspaceloader.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7139. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/projectsimporter.o .libs/devcpploader.o .libs/msvc10loader.o .libs/msvc7loader.o .libs/msvc7workspaceloader.o .libs/msvcloader.o .libs/msvcworkspacebase.o .libs/msvcworkspaceloader.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libprojectsimporter.so -o .libs/libprojectsimporter.so
  7140. libtool: install: /usr/bin/install -c .libs/libprojectsimporter.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libprojectsimporter.so
  7141. libtool: install: /usr/bin/install -c .libs/libprojectsimporter.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libprojectsimporter.la
  7142. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7143. ----------------------------------------------------------------------
  7144. Libraries have been installed in:
  7145. /opt/codeblocks-svn/lib/codeblocks/plugins
  7146.  
  7147. If you ever happen to want to link against installed libraries
  7148. in a given directory, LIBDIR, you must either use libtool, and
  7149. specify the full pathname of the library, or use the `-LLIBDIR'
  7150. flag during linking and do at least one of the following:
  7151. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7152. during execution
  7153. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7154. during linking
  7155. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7156. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7157.  
  7158. See any operating system documentation about shared libraries for
  7159. more information, such as the ld(1) and ld.so(8) manual pages.
  7160. ----------------------------------------------------------------------
  7161. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  7162. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  7163. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/projectsimporter'
  7164. Making install in openfileslist
  7165. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/openfileslist'
  7166. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/openfileslist'
  7167. make[4]: Nothing to be done for `install-exec-am'.
  7168. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7169. /usr/bin/install -c -m 644 openfileslist.zip '/opt/codeblocks-svn/share/codeblocks'
  7170. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7171. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libopenfileslist.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7172. libtool: install: warning: relinking `libopenfileslist.la'
  7173. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/openfileslist; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libopenfileslist.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins openfileslistplugin.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7174. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/openfileslistplugin.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libopenfileslist.so -o .libs/libopenfileslist.so
  7175. libtool: install: /usr/bin/install -c .libs/libopenfileslist.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libopenfileslist.so
  7176. libtool: install: /usr/bin/install -c .libs/libopenfileslist.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libopenfileslist.la
  7177. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7178. ----------------------------------------------------------------------
  7179. Libraries have been installed in:
  7180. /opt/codeblocks-svn/lib/codeblocks/plugins
  7181.  
  7182. If you ever happen to want to link against installed libraries
  7183. in a given directory, LIBDIR, you must either use libtool, and
  7184. specify the full pathname of the library, or use the `-LLIBDIR'
  7185. flag during linking and do at least one of the following:
  7186. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7187. during execution
  7188. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7189. during linking
  7190. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7191. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7192.  
  7193. See any operating system documentation about shared libraries for
  7194. more information, such as the ld(1) and ld.so(8) manual pages.
  7195. ----------------------------------------------------------------------
  7196. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/openfileslist'
  7197. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/openfileslist'
  7198. Making install in occurrenceshighlighting
  7199. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  7200. Making install in resources
  7201. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources'
  7202. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources'
  7203. make[5]: Nothing to be done for `install-exec-am'.
  7204. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7205. /usr/bin/install -c -m 644 occurrenceshighlighting.zip '/opt/codeblocks-svn/share/codeblocks'
  7206. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources'
  7207. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting/resources'
  7208. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  7209. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  7210. make[5]: Nothing to be done for `install-exec-am'.
  7211. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7212. /bin/bash ../../../libtool --mode=install /usr/bin/install -c liboccurrenceshighlighting.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7213. libtool: install: warning: relinking `liboccurrenceshighlighting.la'
  7214. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o liboccurrenceshighlighting.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins occurrenceshighlighting.lo occurrencespanel.lo occurrenceshighlightingconfigurationpanel.lo highlighter.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7215. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/occurrenceshighlighting.o .libs/occurrencespanel.o .libs/occurrenceshighlightingconfigurationpanel.o .libs/highlighter.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,liboccurrenceshighlighting.so -o .libs/liboccurrenceshighlighting.so
  7216. libtool: install: /usr/bin/install -c .libs/liboccurrenceshighlighting.soT /opt/codeblocks-svn/lib/codeblocks/plugins/liboccurrenceshighlighting.so
  7217. libtool: install: /usr/bin/install -c .libs/liboccurrenceshighlighting.lai /opt/codeblocks-svn/lib/codeblocks/plugins/liboccurrenceshighlighting.la
  7218. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7219. ----------------------------------------------------------------------
  7220. Libraries have been installed in:
  7221. /opt/codeblocks-svn/lib/codeblocks/plugins
  7222.  
  7223. If you ever happen to want to link against installed libraries
  7224. in a given directory, LIBDIR, you must either use libtool, and
  7225. specify the full pathname of the library, or use the `-LLIBDIR'
  7226. flag during linking and do at least one of the following:
  7227. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7228. during execution
  7229. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7230. during linking
  7231. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7232. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7233.  
  7234. See any operating system documentation about shared libraries for
  7235. more information, such as the ld(1) and ld.so(8) manual pages.
  7236. ----------------------------------------------------------------------
  7237. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  7238. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  7239. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/occurrenceshighlighting'
  7240. Making install in todo
  7241. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  7242. Making install in resources
  7243. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo/resources'
  7244. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo/resources'
  7245. make[5]: Nothing to be done for `install-exec-am'.
  7246. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7247. /usr/bin/install -c -m 644 todo.zip '/opt/codeblocks-svn/share/codeblocks'
  7248. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo/resources'
  7249. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo/resources'
  7250. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  7251. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  7252. make[5]: Nothing to be done for `install-exec-am'.
  7253. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7254. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libtodo.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7255. libtool: install: warning: relinking `libtodo.la'
  7256. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/todo; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libtodo.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins addtododlg.lo asktypedlg.lo todolist.lo todolistview.lo todosettingsdlg.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7257. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/addtododlg.o .libs/asktypedlg.o .libs/todolist.o .libs/todolistview.o .libs/todosettingsdlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libtodo.so -o .libs/libtodo.so
  7258. libtool: install: /usr/bin/install -c .libs/libtodo.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libtodo.so
  7259. libtool: install: /usr/bin/install -c .libs/libtodo.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libtodo.la
  7260. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7261. ----------------------------------------------------------------------
  7262. Libraries have been installed in:
  7263. /opt/codeblocks-svn/lib/codeblocks/plugins
  7264.  
  7265. If you ever happen to want to link against installed libraries
  7266. in a given directory, LIBDIR, you must either use libtool, and
  7267. specify the full pathname of the library, or use the `-LLIBDIR'
  7268. flag during linking and do at least one of the following:
  7269. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7270. during execution
  7271. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7272. during linking
  7273. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7274. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7275.  
  7276. See any operating system documentation about shared libraries for
  7277. more information, such as the ld(1) and ld.so(8) manual pages.
  7278. ----------------------------------------------------------------------
  7279. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  7280. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  7281. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/todo'
  7282. Making install in abbreviations
  7283. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  7284. Making install in resources
  7285. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources'
  7286. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources'
  7287. make[5]: Nothing to be done for `install-exec-am'.
  7288. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7289. /usr/bin/install -c -m 644 abbreviations.zip '/opt/codeblocks-svn/share/codeblocks'
  7290. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources'
  7291. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations/resources'
  7292. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  7293. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  7294. make[5]: Nothing to be done for `install-exec-am'.
  7295. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7296. /bin/bash ../../../libtool --mode=install /usr/bin/install -c libabbreviations.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7297. libtool: install: warning: relinking `libabbreviations.la'
  7298. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/abbreviations; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libabbreviations.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins abbreviations.lo abbreviationsconfigpanel.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7299. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/abbreviations.o .libs/abbreviationsconfigpanel.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libabbreviations.so -o .libs/libabbreviations.so
  7300. libtool: install: /usr/bin/install -c .libs/libabbreviations.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libabbreviations.so
  7301. libtool: install: /usr/bin/install -c .libs/libabbreviations.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libabbreviations.la
  7302. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7303. ----------------------------------------------------------------------
  7304. Libraries have been installed in:
  7305. /opt/codeblocks-svn/lib/codeblocks/plugins
  7306.  
  7307. If you ever happen to want to link against installed libraries
  7308. in a given directory, LIBDIR, you must either use libtool, and
  7309. specify the full pathname of the library, or use the `-LLIBDIR'
  7310. flag during linking and do at least one of the following:
  7311. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7312. during execution
  7313. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7314. during linking
  7315. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7316. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7317.  
  7318. See any operating system documentation about shared libraries for
  7319. more information, such as the ld(1) and ld.so(8) manual pages.
  7320. ----------------------------------------------------------------------
  7321. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  7322. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  7323. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/abbreviations'
  7324. Making install in contrib
  7325. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  7326. Making install in AutoVersioning
  7327. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning'
  7328. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning'
  7329. make[5]: Nothing to be done for `install-exec-am'.
  7330. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7331. /usr/bin/install -c -m 644 AutoVersioning.zip '/opt/codeblocks-svn/share/codeblocks'
  7332. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7333. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libAutoVersioning.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7334. libtool: install: warning: relinking `libAutoVersioning.la'
  7335. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libAutoVersioning.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins AutoVersioning.lo avChangesDlg.lo avHeader.lo avSvnRevision.lo avVersionEditorDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7336. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/AutoVersioning.o .libs/avChangesDlg.o .libs/avHeader.o .libs/avSvnRevision.o .libs/avVersionEditorDlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libAutoVersioning.so -o .libs/libAutoVersioning.so
  7337. libtool: install: /usr/bin/install -c .libs/libAutoVersioning.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libAutoVersioning.so
  7338. libtool: install: /usr/bin/install -c .libs/libAutoVersioning.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libAutoVersioning.la
  7339. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7340. ----------------------------------------------------------------------
  7341. Libraries have been installed in:
  7342. /opt/codeblocks-svn/lib/codeblocks/plugins
  7343.  
  7344. If you ever happen to want to link against installed libraries
  7345. in a given directory, LIBDIR, you must either use libtool, and
  7346. specify the full pathname of the library, or use the `-LLIBDIR'
  7347. flag during linking and do at least one of the following:
  7348. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7349. during execution
  7350. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7351. during linking
  7352. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7353. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7354.  
  7355. See any operating system documentation about shared libraries for
  7356. more information, such as the ld(1) and ld.so(8) manual pages.
  7357. ----------------------------------------------------------------------
  7358. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning'
  7359. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/AutoVersioning'
  7360. Making install in BrowseTracker
  7361. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker'
  7362. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker'
  7363. make[5]: Nothing to be done for `install-exec-am'.
  7364. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7365. /usr/bin/install -c -m 644 BrowseTracker.zip '/opt/codeblocks-svn/share/codeblocks'
  7366. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7367. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libBrowseTracker.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7368. libtool: install: warning: relinking `libBrowseTracker.la'
  7369. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libBrowseTracker.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins BrowseTracker.lo BrowseSelector.lo Version.lo BrowseMarks.lo BrowseTrackerConfPanel.lo BrowseTrackerLayout.lo ConfigPanel.lo ProjectData.lo JumpTracker.lo JumpData.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7370. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/BrowseTracker.o .libs/BrowseSelector.o .libs/Version.o .libs/BrowseMarks.o .libs/BrowseTrackerConfPanel.o .libs/BrowseTrackerLayout.o .libs/ConfigPanel.o .libs/ProjectData.o .libs/JumpTracker.o .libs/JumpData.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libBrowseTracker.so -o .libs/libBrowseTracker.so
  7371. libtool: install: /usr/bin/install -c .libs/libBrowseTracker.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libBrowseTracker.so
  7372. libtool: install: /usr/bin/install -c .libs/libBrowseTracker.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libBrowseTracker.la
  7373. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7374. ----------------------------------------------------------------------
  7375. Libraries have been installed in:
  7376. /opt/codeblocks-svn/lib/codeblocks/plugins
  7377.  
  7378. If you ever happen to want to link against installed libraries
  7379. in a given directory, LIBDIR, you must either use libtool, and
  7380. specify the full pathname of the library, or use the `-LLIBDIR'
  7381. flag during linking and do at least one of the following:
  7382. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7383. during execution
  7384. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7385. during linking
  7386. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7387. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7388.  
  7389. See any operating system documentation about shared libraries for
  7390. more information, such as the ld(1) and ld.so(8) manual pages.
  7391. ----------------------------------------------------------------------
  7392. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker'
  7393. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/BrowseTracker'
  7394. Making install in byogames
  7395. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames'
  7396. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames'
  7397. make[5]: Nothing to be done for `install-exec-am'.
  7398. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7399. /usr/bin/install -c -m 644 byogames.zip '/opt/codeblocks-svn/share/codeblocks'
  7400. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7401. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libbyogames.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7402. libtool: install: warning: relinking `libbyogames.la'
  7403. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libbyogames.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins byocbtris.lo byogame.lo byogameselect.lo byogames.lo byogamebase.lo byoconf.lo byosnake.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7404. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/byocbtris.o .libs/byogame.o .libs/byogameselect.o .libs/byogames.o .libs/byogamebase.o .libs/byoconf.o .libs/byosnake.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libbyogames.so -o .libs/libbyogames.so
  7405. libtool: install: /usr/bin/install -c .libs/libbyogames.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libbyogames.so
  7406. libtool: install: /usr/bin/install -c .libs/libbyogames.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libbyogames.la
  7407. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7408. ----------------------------------------------------------------------
  7409. Libraries have been installed in:
  7410. /opt/codeblocks-svn/lib/codeblocks/plugins
  7411.  
  7412. If you ever happen to want to link against installed libraries
  7413. in a given directory, LIBDIR, you must either use libtool, and
  7414. specify the full pathname of the library, or use the `-LLIBDIR'
  7415. flag during linking and do at least one of the following:
  7416. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7417. during execution
  7418. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7419. during linking
  7420. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7421. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7422.  
  7423. See any operating system documentation about shared libraries for
  7424. more information, such as the ld(1) and ld.so(8) manual pages.
  7425. ----------------------------------------------------------------------
  7426. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames'
  7427. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/byogames'
  7428. Making install in cb_koders
  7429. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders'
  7430. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders'
  7431. make[5]: Nothing to be done for `install-exec-am'.
  7432. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7433. /usr/bin/install -c -m 644 cb_koders.zip '/opt/codeblocks-svn/share/codeblocks'
  7434. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7435. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libcb_koders.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7436. libtool: install: warning: relinking `libcb_koders.la'
  7437. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcb_koders.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins kodersdialog.lo cb_koders.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7438. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/kodersdialog.o .libs/cb_koders.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcb_koders.so -o .libs/libcb_koders.so
  7439. libtool: install: /usr/bin/install -c .libs/libcb_koders.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libcb_koders.so
  7440. libtool: install: /usr/bin/install -c .libs/libcb_koders.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libcb_koders.la
  7441. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7442. ----------------------------------------------------------------------
  7443. Libraries have been installed in:
  7444. /opt/codeblocks-svn/lib/codeblocks/plugins
  7445.  
  7446. If you ever happen to want to link against installed libraries
  7447. in a given directory, LIBDIR, you must either use libtool, and
  7448. specify the full pathname of the library, or use the `-LLIBDIR'
  7449. flag during linking and do at least one of the following:
  7450. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7451. during execution
  7452. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7453. during linking
  7454. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7455. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7456.  
  7457. See any operating system documentation about shared libraries for
  7458. more information, such as the ld(1) and ld.so(8) manual pages.
  7459. ----------------------------------------------------------------------
  7460. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders'
  7461. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/cb_koders'
  7462. Making install in Cccc
  7463. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  7464. Making install in resources
  7465. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources'
  7466. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources'
  7467. make[6]: Nothing to be done for `install-exec-am'.
  7468. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7469. /usr/bin/install -c -m 644 Cccc.zip '/opt/codeblocks-svn/share/codeblocks'
  7470. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources'
  7471. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc/resources'
  7472. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  7473. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  7474. make[6]: Nothing to be done for `install-exec-am'.
  7475. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7476. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libCccc.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7477. libtool: install: warning: relinking `libCccc.la'
  7478. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libCccc.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins Cccc.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7479. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/Cccc.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libCccc.so -o .libs/libCccc.so
  7480. libtool: install: /usr/bin/install -c .libs/libCccc.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libCccc.so
  7481. libtool: install: /usr/bin/install -c .libs/libCccc.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libCccc.la
  7482. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7483. ----------------------------------------------------------------------
  7484. Libraries have been installed in:
  7485. /opt/codeblocks-svn/lib/codeblocks/plugins
  7486.  
  7487. If you ever happen to want to link against installed libraries
  7488. in a given directory, LIBDIR, you must either use libtool, and
  7489. specify the full pathname of the library, or use the `-LLIBDIR'
  7490. flag during linking and do at least one of the following:
  7491. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7492. during execution
  7493. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7494. during linking
  7495. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7496. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7497.  
  7498. See any operating system documentation about shared libraries for
  7499. more information, such as the ld(1) and ld.so(8) manual pages.
  7500. ----------------------------------------------------------------------
  7501. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  7502. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  7503. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cccc'
  7504. Making install in codesnippets
  7505. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  7506. Making install in resources
  7507. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources'
  7508. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources'
  7509. make[6]: Nothing to be done for `install-exec-am'.
  7510. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/codesnippets'
  7511. /usr/bin/install -c -m 644 allsnippets.png category.png snippet.png findf.png findfdisabled.png options.png optionsdisabled.png stop.png stopdisabled.png '/opt/codeblocks-svn/share/codeblocks/images/codesnippets'
  7512. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7513. /usr/bin/install -c -m 644 codesnippets.zip '/opt/codeblocks-svn/share/codeblocks'
  7514. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources'
  7515. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets/resources'
  7516. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  7517. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  7518. make[6]: Nothing to be done for `install-exec-am'.
  7519. /bin/mkdir -p '/opt/codeblocks-svn/share/man/man1'
  7520. /usr/bin/install -c -m 644 codesnippets.1 '/opt/codeblocks-svn/share/man/man1'
  7521. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7522. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libcodesnippets.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7523. libtool: install: warning: relinking `libcodesnippets.la'
  7524. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcodesnippets.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins codesnippets.lo codesnippetstreectrl.lo codesnippetswindow.lo GenericMessageBox.lo settingsdlg.lo settingsdlgform.lo snippetitemdata.lo snippetproperty.lo snippetpropertyform.lo snippetsconfig.lo snippetsimages.lo version.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lX11 -lpthread -ldl )
  7525. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/codesnippets.o .libs/codesnippetstreectrl.o .libs/codesnippetswindow.o .libs/GenericMessageBox.o .libs/settingsdlg.o .libs/settingsdlgform.o .libs/snippetitemdata.o .libs/snippetproperty.o .libs/snippetpropertyform.o .libs/snippetsconfig.o .libs/snippetsimages.o .libs/version.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lX11 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodesnippets.so -o .libs/libcodesnippets.so
  7526. libtool: install: /usr/bin/install -c .libs/libcodesnippets.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libcodesnippets.so
  7527. libtool: install: /usr/bin/install -c .libs/libcodesnippets.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libcodesnippets.la
  7528. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7529. ----------------------------------------------------------------------
  7530. Libraries have been installed in:
  7531. /opt/codeblocks-svn/lib/codeblocks/plugins
  7532.  
  7533. If you ever happen to want to link against installed libraries
  7534. in a given directory, LIBDIR, you must either use libtool, and
  7535. specify the full pathname of the library, or use the `-LLIBDIR'
  7536. flag during linking and do at least one of the following:
  7537. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7538. during execution
  7539. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7540. during linking
  7541. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7542. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7543.  
  7544. See any operating system documentation about shared libraries for
  7545. more information, such as the ld(1) and ld.so(8) manual pages.
  7546. ----------------------------------------------------------------------
  7547. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  7548. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  7549. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codesnippets'
  7550. Making install in codestat
  7551. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  7552. Making install in resources
  7553. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources'
  7554. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources'
  7555. make[6]: Nothing to be done for `install-exec-am'.
  7556. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7557. /usr/bin/install -c -m 644 codestat.zip '/opt/codeblocks-svn/share/codeblocks'
  7558. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources'
  7559. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat/resources'
  7560. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  7561. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  7562. make[6]: Nothing to be done for `install-exec-am'.
  7563. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7564. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libcodestat.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7565. libtool: install: warning: relinking `libcodestat.la'
  7566. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcodestat.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins codestatconfig.lo codestat.lo codestatexec.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7567. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/codestatconfig.o .libs/codestat.o .libs/codestatexec.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodestat.so -o .libs/libcodestat.so
  7568. libtool: install: /usr/bin/install -c .libs/libcodestat.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libcodestat.so
  7569. libtool: install: /usr/bin/install -c .libs/libcodestat.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libcodestat.la
  7570. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7571. ----------------------------------------------------------------------
  7572. Libraries have been installed in:
  7573. /opt/codeblocks-svn/lib/codeblocks/plugins
  7574.  
  7575. If you ever happen to want to link against installed libraries
  7576. in a given directory, LIBDIR, you must either use libtool, and
  7577. specify the full pathname of the library, or use the `-LLIBDIR'
  7578. flag during linking and do at least one of the following:
  7579. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7580. during execution
  7581. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7582. during linking
  7583. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7584. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7585.  
  7586. See any operating system documentation about shared libraries for
  7587. more information, such as the ld(1) and ld.so(8) manual pages.
  7588. ----------------------------------------------------------------------
  7589. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  7590. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  7591. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/codestat'
  7592. Making install in copystrings
  7593. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings'
  7594. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings'
  7595. make[5]: Nothing to be done for `install-exec-am'.
  7596. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7597. /usr/bin/install -c -m 644 copystrings.zip '/opt/codeblocks-svn/share/codeblocks'
  7598. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7599. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libcopystrings.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7600. libtool: install: warning: relinking `libcopystrings.la'
  7601. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libcopystrings.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins copystrings.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7602. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/copystrings.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcopystrings.so -o .libs/libcopystrings.so
  7603. libtool: install: /usr/bin/install -c .libs/libcopystrings.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libcopystrings.so
  7604. libtool: install: /usr/bin/install -c .libs/libcopystrings.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libcopystrings.la
  7605. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7606. ----------------------------------------------------------------------
  7607. Libraries have been installed in:
  7608. /opt/codeblocks-svn/lib/codeblocks/plugins
  7609.  
  7610. If you ever happen to want to link against installed libraries
  7611. in a given directory, LIBDIR, you must either use libtool, and
  7612. specify the full pathname of the library, or use the `-LLIBDIR'
  7613. flag during linking and do at least one of the following:
  7614. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7615. during execution
  7616. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7617. during linking
  7618. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7619. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7620.  
  7621. See any operating system documentation about shared libraries for
  7622. more information, such as the ld(1) and ld.so(8) manual pages.
  7623. ----------------------------------------------------------------------
  7624. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings'
  7625. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/copystrings'
  7626. Making install in CppCheck
  7627. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  7628. Making install in resources
  7629. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources'
  7630. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources'
  7631. make[6]: Nothing to be done for `install-exec-am'.
  7632. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7633. /usr/bin/install -c -m 644 CppCheck.zip '/opt/codeblocks-svn/share/codeblocks'
  7634. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources'
  7635. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck/resources'
  7636. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  7637. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  7638. make[6]: Nothing to be done for `install-exec-am'.
  7639. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7640. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libCppCheck.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7641. libtool: install: warning: relinking `libCppCheck.la'
  7642. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libCppCheck.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CppCheck.lo CppCheckListLog.lo ConfigPanel.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7643. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CppCheck.o .libs/CppCheckListLog.o .libs/ConfigPanel.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libCppCheck.so -o .libs/libCppCheck.so
  7644. libtool: install: /usr/bin/install -c .libs/libCppCheck.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libCppCheck.so
  7645. libtool: install: /usr/bin/install -c .libs/libCppCheck.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libCppCheck.la
  7646. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7647. ----------------------------------------------------------------------
  7648. Libraries have been installed in:
  7649. /opt/codeblocks-svn/lib/codeblocks/plugins
  7650.  
  7651. If you ever happen to want to link against installed libraries
  7652. in a given directory, LIBDIR, you must either use libtool, and
  7653. specify the full pathname of the library, or use the `-LLIBDIR'
  7654. flag during linking and do at least one of the following:
  7655. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7656. during execution
  7657. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7658. during linking
  7659. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7660. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7661.  
  7662. See any operating system documentation about shared libraries for
  7663. more information, such as the ld(1) and ld.so(8) manual pages.
  7664. ----------------------------------------------------------------------
  7665. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  7666. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  7667. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/CppCheck'
  7668. Making install in Cscope
  7669. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope'
  7670. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope'
  7671. make[5]: Nothing to be done for `install-exec-am'.
  7672. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7673. /usr/bin/install -c -m 644 Cscope.zip '/opt/codeblocks-svn/share/codeblocks'
  7674. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7675. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libCscope.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7676. libtool: install: warning: relinking `libCscope.la'
  7677. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libCscope.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CscopeConfig.lo CscopeEntryData.lo CscopeParserThread.lo CscopePlugin.lo CscopeProcess.lo CscopeStatusMessage.lo CscopeTab.lo CscopeView.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7678. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CscopeConfig.o .libs/CscopeEntryData.o .libs/CscopeParserThread.o .libs/CscopePlugin.o .libs/CscopeProcess.o .libs/CscopeStatusMessage.o .libs/CscopeTab.o .libs/CscopeView.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libCscope.so -o .libs/libCscope.so
  7679. libtool: install: /usr/bin/install -c .libs/libCscope.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libCscope.so
  7680. libtool: install: /usr/bin/install -c .libs/libCscope.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libCscope.la
  7681. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7682. ----------------------------------------------------------------------
  7683. Libraries have been installed in:
  7684. /opt/codeblocks-svn/lib/codeblocks/plugins
  7685.  
  7686. If you ever happen to want to link against installed libraries
  7687. in a given directory, LIBDIR, you must either use libtool, and
  7688. specify the full pathname of the library, or use the `-LLIBDIR'
  7689. flag during linking and do at least one of the following:
  7690. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7691. during execution
  7692. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7693. during linking
  7694. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7695. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7696.  
  7697. See any operating system documentation about shared libraries for
  7698. more information, such as the ld(1) and ld.so(8) manual pages.
  7699. ----------------------------------------------------------------------
  7700. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope'
  7701. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Cscope'
  7702. Making install in DoxyBlocks
  7703. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  7704. Making install in images
  7705. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  7706. Making install in 16x16
  7707. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images/16x16'
  7708. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images/16x16'
  7709. make[7]: Nothing to be done for `install-exec-am'.
  7710. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/DoxyBlocks/16x16'
  7711. /usr/bin/install -c -m 644 ./chm.png ./comment_block.png ./comment_line.png ./configure.png ./doxywizard.png ./extract.png ./html.png '/opt/codeblocks-svn/share/codeblocks/images/DoxyBlocks/16x16'
  7712. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images/16x16'
  7713. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images/16x16'
  7714. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  7715. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  7716. make[7]: Nothing to be done for `install-exec-am'.
  7717. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/DoxyBlocks'
  7718. /usr/bin/install -c -m 644 ./chm.png ./comment_block.png ./comment_line.png ./configure.png ./doxywizard.png ./extract.png ./html.png '/opt/codeblocks-svn/share/codeblocks/images/DoxyBlocks'
  7719. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  7720. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  7721. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks/images'
  7722. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  7723. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  7724. make[6]: Nothing to be done for `install-exec-am'.
  7725. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  7726. /usr/bin/install -c -m 644 ./DoxyBlocks-off.png ./DoxyBlocks.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  7727. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7728. /usr/bin/install -c -m 644 DoxyBlocks.zip '/opt/codeblocks-svn/share/codeblocks'
  7729. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7730. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libDoxyBlocks.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7731. libtool: install: warning: relinking `libDoxyBlocks.la'
  7732. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libDoxyBlocks.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins AutoDoc.lo Config.lo ConfigPanel.lo DoxyBlocks.lo ExtractDocs.lo DoxyBlocksLogger.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7733. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/AutoDoc.o .libs/Config.o .libs/ConfigPanel.o .libs/DoxyBlocks.o .libs/ExtractDocs.o .libs/DoxyBlocksLogger.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libDoxyBlocks.so -o .libs/libDoxyBlocks.so
  7734. libtool: install: /usr/bin/install -c .libs/libDoxyBlocks.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libDoxyBlocks.so
  7735. libtool: install: /usr/bin/install -c .libs/libDoxyBlocks.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libDoxyBlocks.la
  7736. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7737. ----------------------------------------------------------------------
  7738. Libraries have been installed in:
  7739. /opt/codeblocks-svn/lib/codeblocks/plugins
  7740.  
  7741. If you ever happen to want to link against installed libraries
  7742. in a given directory, LIBDIR, you must either use libtool, and
  7743. specify the full pathname of the library, or use the `-LLIBDIR'
  7744. flag during linking and do at least one of the following:
  7745. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7746. during execution
  7747. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7748. during linking
  7749. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7750. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7751.  
  7752. See any operating system documentation about shared libraries for
  7753. more information, such as the ld(1) and ld.so(8) manual pages.
  7754. ----------------------------------------------------------------------
  7755. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  7756. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  7757. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/DoxyBlocks'
  7758. Making install in dragscroll
  7759. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll'
  7760. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll'
  7761. make[5]: Nothing to be done for `install-exec-am'.
  7762. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7763. /usr/bin/install -c -m 644 dragscroll.zip '/opt/codeblocks-svn/share/codeblocks'
  7764. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7765. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libdragscroll.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7766. libtool: install: warning: relinking `libdragscroll.la'
  7767. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libdragscroll.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins dragscroll.lo dragscrollcfg.lo dragscrollevent.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7768. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/dragscroll.o .libs/dragscrollcfg.o .libs/dragscrollevent.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libdragscroll.so -o .libs/libdragscroll.so
  7769. libtool: install: /usr/bin/install -c .libs/libdragscroll.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libdragscroll.so
  7770. libtool: install: /usr/bin/install -c .libs/libdragscroll.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libdragscroll.la
  7771. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7772. ----------------------------------------------------------------------
  7773. Libraries have been installed in:
  7774. /opt/codeblocks-svn/lib/codeblocks/plugins
  7775.  
  7776. If you ever happen to want to link against installed libraries
  7777. in a given directory, LIBDIR, you must either use libtool, and
  7778. specify the full pathname of the library, or use the `-LLIBDIR'
  7779. flag during linking and do at least one of the following:
  7780. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7781. during execution
  7782. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7783. during linking
  7784. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7785. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7786.  
  7787. See any operating system documentation about shared libraries for
  7788. more information, such as the ld(1) and ld.so(8) manual pages.
  7789. ----------------------------------------------------------------------
  7790. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll'
  7791. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/dragscroll'
  7792. Making install in EditorConfig
  7793. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig'
  7794. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig'
  7795. make[5]: Nothing to be done for `install-exec-am'.
  7796. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7797. /usr/bin/install -c -m 644 EditorConfig.zip '/opt/codeblocks-svn/share/codeblocks'
  7798. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7799. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libEditorConfig.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7800. libtool: install: warning: relinking `libEditorConfig.la'
  7801. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libEditorConfig.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins EditorConfigUI.lo EditorConfigCommon.lo EditorConfig.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7802. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/EditorConfigUI.o .libs/EditorConfigCommon.o .libs/EditorConfig.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libEditorConfig.so -o .libs/libEditorConfig.so
  7803. libtool: install: /usr/bin/install -c .libs/libEditorConfig.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libEditorConfig.so
  7804. libtool: install: /usr/bin/install -c .libs/libEditorConfig.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libEditorConfig.la
  7805. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7806. ----------------------------------------------------------------------
  7807. Libraries have been installed in:
  7808. /opt/codeblocks-svn/lib/codeblocks/plugins
  7809.  
  7810. If you ever happen to want to link against installed libraries
  7811. in a given directory, LIBDIR, you must either use libtool, and
  7812. specify the full pathname of the library, or use the `-LLIBDIR'
  7813. flag during linking and do at least one of the following:
  7814. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7815. during execution
  7816. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7817. during linking
  7818. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7819. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7820.  
  7821. See any operating system documentation about shared libraries for
  7822. more information, such as the ld(1) and ld.so(8) manual pages.
  7823. ----------------------------------------------------------------------
  7824. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig'
  7825. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorConfig'
  7826. Making install in EditorTweaks
  7827. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks'
  7828. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks'
  7829. make[5]: Nothing to be done for `install-exec-am'.
  7830. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7831. /usr/bin/install -c -m 644 EditorTweaks.zip '/opt/codeblocks-svn/share/codeblocks'
  7832. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7833. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libEditorTweaks.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7834. libtool: install: warning: relinking `libEditorTweaks.la'
  7835. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libEditorTweaks.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins EditorTweaks.lo EditorTweaksConfDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7836. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/EditorTweaks.o .libs/EditorTweaksConfDlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libEditorTweaks.so -o .libs/libEditorTweaks.so
  7837. libtool: install: /usr/bin/install -c .libs/libEditorTweaks.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libEditorTweaks.so
  7838. libtool: install: /usr/bin/install -c .libs/libEditorTweaks.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libEditorTweaks.la
  7839. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7840. ----------------------------------------------------------------------
  7841. Libraries have been installed in:
  7842. /opt/codeblocks-svn/lib/codeblocks/plugins
  7843.  
  7844. If you ever happen to want to link against installed libraries
  7845. in a given directory, LIBDIR, you must either use libtool, and
  7846. specify the full pathname of the library, or use the `-LLIBDIR'
  7847. flag during linking and do at least one of the following:
  7848. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7849. during execution
  7850. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7851. during linking
  7852. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7853. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7854.  
  7855. See any operating system documentation about shared libraries for
  7856. more information, such as the ld(1) and ld.so(8) manual pages.
  7857. ----------------------------------------------------------------------
  7858. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks'
  7859. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/EditorTweaks'
  7860. Making install in envvars
  7861. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars'
  7862. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars'
  7863. make[5]: Nothing to be done for `install-exec-am'.
  7864. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7865. /usr/bin/install -c -m 644 envvars.zip '/opt/codeblocks-svn/share/codeblocks'
  7866. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7867. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libenvvars.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7868. libtool: install: warning: relinking `libenvvars.la'
  7869. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libenvvars.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins envvars.lo envvars_cfgdlg.lo envvars_common.lo envvars_prjoptdlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7870. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/envvars.o .libs/envvars_cfgdlg.o .libs/envvars_common.o .libs/envvars_prjoptdlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libenvvars.so -o .libs/libenvvars.so
  7871. libtool: install: /usr/bin/install -c .libs/libenvvars.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libenvvars.so
  7872. libtool: install: /usr/bin/install -c .libs/libenvvars.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libenvvars.la
  7873. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7874. ----------------------------------------------------------------------
  7875. Libraries have been installed in:
  7876. /opt/codeblocks-svn/lib/codeblocks/plugins
  7877.  
  7878. If you ever happen to want to link against installed libraries
  7879. in a given directory, LIBDIR, you must either use libtool, and
  7880. specify the full pathname of the library, or use the `-LLIBDIR'
  7881. flag during linking and do at least one of the following:
  7882. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7883. during execution
  7884. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7885. during linking
  7886. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7887. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7888.  
  7889. See any operating system documentation about shared libraries for
  7890. more information, such as the ld(1) and ld.so(8) manual pages.
  7891. ----------------------------------------------------------------------
  7892. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars'
  7893. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/envvars'
  7894. Making install in FileManager
  7895. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager'
  7896. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager'
  7897. make[5]: Nothing to be done for `install-exec-am'.
  7898. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7899. /usr/bin/install -c -m 644 FileManager.zip '/opt/codeblocks-svn/share/codeblocks'
  7900. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7901. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libFileManager.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7902. libtool: install: warning: relinking `libFileManager.la'
  7903. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libFileManager.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins FileManager.lo FileExplorer.lo FileExplorerSettings.lo FileExplorerUpdater.lo CommitBrowser.lo directorymonitor.lo se_globals.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgamin-1 -lpthread -ldl )
  7904. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/FileManager.o .libs/FileExplorer.o .libs/FileExplorerSettings.o .libs/FileExplorerUpdater.o .libs/CommitBrowser.o .libs/directorymonitor.o .libs/se_globals.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -L/usr/lib -lgamin-1 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libFileManager.so -o .libs/libFileManager.so
  7905. libtool: install: /usr/bin/install -c .libs/libFileManager.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libFileManager.so
  7906. libtool: install: /usr/bin/install -c .libs/libFileManager.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libFileManager.la
  7907. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7908. ----------------------------------------------------------------------
  7909. Libraries have been installed in:
  7910. /opt/codeblocks-svn/lib/codeblocks/plugins
  7911.  
  7912. If you ever happen to want to link against installed libraries
  7913. in a given directory, LIBDIR, you must either use libtool, and
  7914. specify the full pathname of the library, or use the `-LLIBDIR'
  7915. flag during linking and do at least one of the following:
  7916. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7917. during execution
  7918. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7919. during linking
  7920. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7921. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7922.  
  7923. See any operating system documentation about shared libraries for
  7924. more information, such as the ld(1) and ld.so(8) manual pages.
  7925. ----------------------------------------------------------------------
  7926. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager'
  7927. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/FileManager'
  7928. Making install in headerfixup
  7929. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup'
  7930. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup'
  7931. make[5]: Nothing to be done for `install-exec-am'.
  7932. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7933. /usr/bin/install -c -m 644 headerfixup.zip '/opt/codeblocks-svn/share/codeblocks'
  7934. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7935. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libheaderfixup.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7936. libtool: install: warning: relinking `libheaderfixup.la'
  7937. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libheaderfixup.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins bindings.lo configuration.lo defaults.lo execution.lo fileanalysis.lo headerfixup.lo helper.lo protocol.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  7938. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/bindings.o .libs/configuration.o .libs/defaults.o .libs/execution.o .libs/fileanalysis.o .libs/headerfixup.o .libs/helper.o .libs/protocol.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libheaderfixup.so -o .libs/libheaderfixup.so
  7939. libtool: install: /usr/bin/install -c .libs/libheaderfixup.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libheaderfixup.so
  7940. libtool: install: /usr/bin/install -c .libs/libheaderfixup.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libheaderfixup.la
  7941. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7942. ----------------------------------------------------------------------
  7943. Libraries have been installed in:
  7944. /opt/codeblocks-svn/lib/codeblocks/plugins
  7945.  
  7946. If you ever happen to want to link against installed libraries
  7947. in a given directory, LIBDIR, you must either use libtool, and
  7948. specify the full pathname of the library, or use the `-LLIBDIR'
  7949. flag during linking and do at least one of the following:
  7950. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7951. during execution
  7952. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7953. during linking
  7954. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7955. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7956.  
  7957. See any operating system documentation about shared libraries for
  7958. more information, such as the ld(1) and ld.so(8) manual pages.
  7959. ----------------------------------------------------------------------
  7960. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup'
  7961. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/headerfixup'
  7962. Making install in help_plugin
  7963. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  7964. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  7965. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  7966. make[6]: Nothing to be done for `install-exec-am'.
  7967. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  7968. /usr/bin/install -c -m 644 help_plugin.zip '/opt/codeblocks-svn/share/codeblocks'
  7969. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7970. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libhelp_plugin.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  7971. libtool: install: warning: relinking `libhelp_plugin.la'
  7972. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libhelp_plugin.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins help_common.lo HelpConfigDialog.lo help_plugin.lo man2html.lo MANFrame.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lbz2 -lz -lpthread -ldl )
  7973. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/help_common.o .libs/HelpConfigDialog.o .libs/help_plugin.o .libs/man2html.o .libs/MANFrame.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lbz2 -lz -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libhelp_plugin.so -o .libs/libhelp_plugin.so
  7974. libtool: install: /usr/bin/install -c .libs/libhelp_plugin.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libhelp_plugin.so
  7975. libtool: install: /usr/bin/install -c .libs/libhelp_plugin.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libhelp_plugin.la
  7976. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  7977. ----------------------------------------------------------------------
  7978. Libraries have been installed in:
  7979. /opt/codeblocks-svn/lib/codeblocks/plugins
  7980.  
  7981. If you ever happen to want to link against installed libraries
  7982. in a given directory, LIBDIR, you must either use libtool, and
  7983. specify the full pathname of the library, or use the `-LLIBDIR'
  7984. flag during linking and do at least one of the following:
  7985. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  7986. during execution
  7987. - add LIBDIR to the `LD_RUN_PATH' environment variable
  7988. during linking
  7989. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  7990. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  7991.  
  7992. See any operating system documentation about shared libraries for
  7993. more information, such as the ld(1) and ld.so(8) manual pages.
  7994. ----------------------------------------------------------------------
  7995. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  7996. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  7997. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/help_plugin'
  7998. Making install in HexEditor
  7999. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor'
  8000. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor'
  8001. make[5]: Nothing to be done for `install-exec-am'.
  8002. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8003. /usr/bin/install -c -m 644 HexEditor.zip '/opt/codeblocks-svn/share/codeblocks'
  8004. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8005. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libHexEditor.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8006. libtool: install: warning: relinking `libHexEditor.la'
  8007. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libHexEditor.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CharacterView.lo DigitView.lo ExpressionExecutor.lo ExpressionParser.lo ExpressionPreprocessed.lo ExpressionTestCases.lo ExpressionTester.lo FileContentBase.lo FileContentBuffered.lo FileContentDisk.lo HexEditLineBuffer.lo HexEditor.lo HexEditPanel.lo HexEditViewBase.lo SearchDialog.lo SelectStoredExpressionDlg.lo TestCasesDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8008. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CharacterView.o .libs/DigitView.o .libs/ExpressionExecutor.o .libs/ExpressionParser.o .libs/ExpressionPreprocessed.o .libs/ExpressionTestCases.o .libs/ExpressionTester.o .libs/FileContentBase.o .libs/FileContentBuffered.o .libs/FileContentDisk.o .libs/HexEditLineBuffer.o .libs/HexEditor.o .libs/HexEditPanel.o .libs/HexEditViewBase.o .libs/SearchDialog.o .libs/SelectStoredExpressionDlg.o .libs/TestCasesDlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libHexEditor.so -o .libs/libHexEditor.so
  8009. libtool: install: /usr/bin/install -c .libs/libHexEditor.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libHexEditor.so
  8010. libtool: install: /usr/bin/install -c .libs/libHexEditor.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libHexEditor.la
  8011. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8012. ----------------------------------------------------------------------
  8013. Libraries have been installed in:
  8014. /opt/codeblocks-svn/lib/codeblocks/plugins
  8015.  
  8016. If you ever happen to want to link against installed libraries
  8017. in a given directory, LIBDIR, you must either use libtool, and
  8018. specify the full pathname of the library, or use the `-LLIBDIR'
  8019. flag during linking and do at least one of the following:
  8020. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8021. during execution
  8022. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8023. during linking
  8024. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8025. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8026.  
  8027. See any operating system documentation about shared libraries for
  8028. more information, such as the ld(1) and ld.so(8) manual pages.
  8029. ----------------------------------------------------------------------
  8030. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor'
  8031. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/HexEditor'
  8032. Making install in IncrementalSearch
  8033. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch'
  8034. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch'
  8035. make[5]: Nothing to be done for `install-exec-am'.
  8036. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  8037. /usr/bin/install -c -m 644 ./incsearch-off.png ./incsearch.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  8038. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8039. /usr/bin/install -c -m 644 IncrementalSearch.zip '/opt/codeblocks-svn/share/codeblocks'
  8040. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8041. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libIncrementalSearch.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8042. libtool: install: warning: relinking `libIncrementalSearch.la'
  8043. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libIncrementalSearch.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins IncrementalSearch.lo IncrementalSearchConfDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8044. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/IncrementalSearch.o .libs/IncrementalSearchConfDlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libIncrementalSearch.so -o .libs/libIncrementalSearch.so
  8045. libtool: install: /usr/bin/install -c .libs/libIncrementalSearch.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libIncrementalSearch.so
  8046. libtool: install: /usr/bin/install -c .libs/libIncrementalSearch.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libIncrementalSearch.la
  8047. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8048. ----------------------------------------------------------------------
  8049. Libraries have been installed in:
  8050. /opt/codeblocks-svn/lib/codeblocks/plugins
  8051.  
  8052. If you ever happen to want to link against installed libraries
  8053. in a given directory, LIBDIR, you must either use libtool, and
  8054. specify the full pathname of the library, or use the `-LLIBDIR'
  8055. flag during linking and do at least one of the following:
  8056. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8057. during execution
  8058. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8059. during linking
  8060. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8061. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8062.  
  8063. See any operating system documentation about shared libraries for
  8064. more information, such as the ld(1) and ld.so(8) manual pages.
  8065. ----------------------------------------------------------------------
  8066. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch'
  8067. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/IncrementalSearch'
  8068. Making install in keybinder
  8069. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder'
  8070. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder'
  8071. make[5]: Nothing to be done for `install-exec-am'.
  8072. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8073. /usr/bin/install -c -m 644 keybinder.zip '/opt/codeblocks-svn/share/codeblocks'
  8074. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8075. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libkeybinder.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8076. libtool: install: warning: relinking `libkeybinder.la'
  8077. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libkeybinder.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins cbkeybinder.lo keybinder.lo menuutils.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8078. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/cbkeybinder.o .libs/keybinder.o .libs/menuutils.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libkeybinder.so -o .libs/libkeybinder.so
  8079. libtool: install: /usr/bin/install -c .libs/libkeybinder.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libkeybinder.so
  8080. libtool: install: /usr/bin/install -c .libs/libkeybinder.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libkeybinder.la
  8081. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8082. ----------------------------------------------------------------------
  8083. Libraries have been installed in:
  8084. /opt/codeblocks-svn/lib/codeblocks/plugins
  8085.  
  8086. If you ever happen to want to link against installed libraries
  8087. in a given directory, LIBDIR, you must either use libtool, and
  8088. specify the full pathname of the library, or use the `-LLIBDIR'
  8089. flag during linking and do at least one of the following:
  8090. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8091. during execution
  8092. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8093. during linking
  8094. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8095. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8096.  
  8097. See any operating system documentation about shared libraries for
  8098. more information, such as the ld(1) and ld.so(8) manual pages.
  8099. ----------------------------------------------------------------------
  8100. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder'
  8101. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/keybinder'
  8102. Making install in wxContribItems
  8103. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8104. Making install in wxchart
  8105. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8106. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8107. make[6]: Nothing to be done for `install-exec-am'.
  8108. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  8109. /usr/bin/install -c -m 644 ./include/wx/axis.h ./include/wx/bar3dchartpoints.h ./include/wx/barchartpoints.h ./include/wx/chartcolors.h ./include/wx/chartctrl.h ./include/wx/chartdef.h ./include/wx/chart.h ./include/wx/chartpoints.h ./include/wx/chartpointstypes.h ./include/wx/chartsizes.h ./include/wx/charttypes.h ./include/wx/chartwindow.h ./include/wx/legend.h ./include/wx/legendwindow.h ./include/wx/pie3dchartpoints.h ./include/wx/piechartpoints.h ./include/wx/points.h ./include/wx/xaxis.h ./include/wx/xaxiswindow.h ./include/wx/yaxis.h ./include/wx/yaxiswindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  8110. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8111. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxchartctrl.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8112. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1
  8113. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so.0 || { rm -f libwxchartctrl.so.0 && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so.0; }; })
  8114. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so || { rm -f libwxchartctrl.so && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so; }; })
  8115. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.la
  8116. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8117. ----------------------------------------------------------------------
  8118. Libraries have been installed in:
  8119. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8120.  
  8121. If you ever happen to want to link against installed libraries
  8122. in a given directory, LIBDIR, you must either use libtool, and
  8123. specify the full pathname of the library, or use the `-LLIBDIR'
  8124. flag during linking and do at least one of the following:
  8125. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8126. during execution
  8127. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8128. during linking
  8129. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8130. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8131.  
  8132. See any operating system documentation about shared libraries for
  8133. more information, such as the ld(1) and ld.so(8) manual pages.
  8134. ----------------------------------------------------------------------
  8135. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8136. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8137. Making install in wxFlatNotebook
  8138. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8139. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8140. make[6]: Nothing to be done for `install-exec-am'.
  8141. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  8142. /usr/bin/install -c -m 644 ./include/wx/wxFlatNotebook/wxFlatNotebook.h ./include/wx/wxFlatNotebook/wxFlatNotebookSDK.h ./include/wx/wxFlatNotebook/wxFNBDropTarget.h ./include/wx/wxFlatNotebook/fnb_singleton.h ./include/wx/wxFlatNotebook/fnb_smart_ptr.h ./include/wx/wxFlatNotebook/renderer.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  8143. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8144. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxflatnotebook.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8145. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.so.0.0.1
  8146. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0 || { rm -f libwxflatnotebook.so.0 && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0; }; })
  8147. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so || { rm -f libwxflatnotebook.so && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so; }; })
  8148. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.la
  8149. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8150. ----------------------------------------------------------------------
  8151. Libraries have been installed in:
  8152. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8153.  
  8154. If you ever happen to want to link against installed libraries
  8155. in a given directory, LIBDIR, you must either use libtool, and
  8156. specify the full pathname of the library, or use the `-LLIBDIR'
  8157. flag during linking and do at least one of the following:
  8158. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8159. during execution
  8160. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8161. during linking
  8162. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8163. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8164.  
  8165. See any operating system documentation about shared libraries for
  8166. more information, such as the ld(1) and ld.so(8) manual pages.
  8167. ----------------------------------------------------------------------
  8168. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8169. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8170. Making install in wxthings
  8171. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8172. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8173. make[6]: Nothing to be done for `install-exec-am'.
  8174. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  8175. /usr/bin/install -c -m 644 ./include/wx/things/toggle.h ./include/wx/things/thingdef.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  8176. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8177. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxcustombutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8178. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.so.0.0.1
  8179. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so.0 || { rm -f libwxcustombutton.so.0 && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so.0; }; })
  8180. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so || { rm -f libwxcustombutton.so && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so; }; })
  8181. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.la
  8182. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8183. ----------------------------------------------------------------------
  8184. Libraries have been installed in:
  8185. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8186.  
  8187. If you ever happen to want to link against installed libraries
  8188. in a given directory, LIBDIR, you must either use libtool, and
  8189. specify the full pathname of the library, or use the `-LLIBDIR'
  8190. flag during linking and do at least one of the following:
  8191. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8192. during execution
  8193. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8194. during linking
  8195. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8196. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8197.  
  8198. See any operating system documentation about shared libraries for
  8199. more information, such as the ld(1) and ld.so(8) manual pages.
  8200. ----------------------------------------------------------------------
  8201. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8202. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8203. Making install in wxImagePanel
  8204. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8205. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8206. make[6]: Nothing to be done for `install-exec-am'.
  8207. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  8208. /usr/bin/install -c -m 644 ./include/wx/wxImagePanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  8209. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8210. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwximagepanel.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8211. libtool: install: /usr/bin/install -c .libs/libwximagepanel.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.so.0.0.1
  8212. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so.0 || { rm -f libwximagepanel.so.0 && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so.0; }; })
  8213. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so || { rm -f libwximagepanel.so && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so; }; })
  8214. libtool: install: /usr/bin/install -c .libs/libwximagepanel.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.la
  8215. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8216. ----------------------------------------------------------------------
  8217. Libraries have been installed in:
  8218. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8219.  
  8220. If you ever happen to want to link against installed libraries
  8221. in a given directory, LIBDIR, you must either use libtool, and
  8222. specify the full pathname of the library, or use the `-LLIBDIR'
  8223. flag during linking and do at least one of the following:
  8224. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8225. during execution
  8226. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8227. during linking
  8228. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8229. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8230.  
  8231. See any operating system documentation about shared libraries for
  8232. more information, such as the ld(1) and ld.so(8) manual pages.
  8233. ----------------------------------------------------------------------
  8234. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8235. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8236. Making install in wxSpeedButton
  8237. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  8238. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  8239. make[6]: Nothing to be done for `install-exec-am'.
  8240. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  8241. /usr/bin/install -c -m 644 ./wxSpeedButton.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  8242. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8243. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxspeedbutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8244. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1
  8245. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0 || { rm -f libwxspeedbutton.so.0 && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0; }; })
  8246. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so || { rm -f libwxspeedbutton.so && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so; }; })
  8247. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.la
  8248. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8249. ----------------------------------------------------------------------
  8250. Libraries have been installed in:
  8251. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8252.  
  8253. If you ever happen to want to link against installed libraries
  8254. in a given directory, LIBDIR, you must either use libtool, and
  8255. specify the full pathname of the library, or use the `-LLIBDIR'
  8256. flag during linking and do at least one of the following:
  8257. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8258. during execution
  8259. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8260. during linking
  8261. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8262. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8263.  
  8264. See any operating system documentation about shared libraries for
  8265. more information, such as the ld(1) and ld.so(8) manual pages.
  8266. ----------------------------------------------------------------------
  8267. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  8268. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  8269. Making install in KWIC
  8270. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  8271. Making install in include/wx/KWIC
  8272. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  8273. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  8274. make[7]: Nothing to be done for `install-exec-am'.
  8275. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  8276. /usr/bin/install -c -m 644 ./AngularMeter.h ./AngularRegulator.h ./BmpCheckBox.h ./BmpSwitcher.h ./LCDClock.h ./LCDWindow.h ./LinearMeter.h ./LinearRegulator.h ./TimeAlarm.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  8277. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  8278. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  8279. Making install in include/wx/xrc
  8280. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  8281. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  8282. make[7]: Nothing to be done for `install-exec-am'.
  8283. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  8284. /usr/bin/install -c -m 644 .//xh_kwxangularmeterhandler.h ./xh_kwxangularregulatorhandler.h ./xh_kwxlcdclockhandler.h ./xh_kwxlcddisplayhandler.h ./xh_kwxlinearmeterhandler.h ./xh_kwxlinearregulatorhandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  8285. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  8286. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  8287. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  8288. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  8289. make[7]: Nothing to be done for `install-exec-am'.
  8290. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8291. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxkwic.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8292. libtool: install: /usr/bin/install -c .libs/libwxkwic.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.so.0.0.1
  8293. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so.0 || { rm -f libwxkwic.so.0 && ln -s libwxkwic.so.0.0.1 libwxkwic.so.0; }; })
  8294. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so || { rm -f libwxkwic.so && ln -s libwxkwic.so.0.0.1 libwxkwic.so; }; })
  8295. libtool: install: /usr/bin/install -c .libs/libwxkwic.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.la
  8296. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8297. ----------------------------------------------------------------------
  8298. Libraries have been installed in:
  8299. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8300.  
  8301. If you ever happen to want to link against installed libraries
  8302. in a given directory, LIBDIR, you must either use libtool, and
  8303. specify the full pathname of the library, or use the `-LLIBDIR'
  8304. flag during linking and do at least one of the following:
  8305. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8306. during execution
  8307. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8308. during linking
  8309. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8310. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8311.  
  8312. See any operating system documentation about shared libraries for
  8313. more information, such as the ld(1) and ld.so(8) manual pages.
  8314. ----------------------------------------------------------------------
  8315. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  8316. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  8317. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  8318. Making install in wxled
  8319. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  8320. Making install in gizmosled/include/wx/gizmos
  8321. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  8322. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  8323. make[7]: Nothing to be done for `install-exec-am'.
  8324. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  8325. /usr/bin/install -c -m 644 ./gizmos.h ./ledctrl.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  8326. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  8327. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  8328. Making install in lcdWindow/include/wx
  8329. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  8330. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  8331. make[7]: Nothing to be done for `install-exec-am'.
  8332. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  8333. /usr/bin/install -c -m 644 ./lcdwindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  8334. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  8335. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  8336. Making install in led/include/wx
  8337. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  8338. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  8339. make[7]: Nothing to be done for `install-exec-am'.
  8340. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  8341. /usr/bin/install -c -m 644 ./led.h ./stateLed.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  8342. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  8343. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  8344. Making install in led/include/xrc
  8345. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  8346. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  8347. make[7]: Nothing to be done for `install-exec-am'.
  8348. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  8349. /usr/bin/install -c -m 644 ./xh_ledHandler.h ./xh_stateLedHandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  8350. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  8351. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  8352. Making install in ledpanel/include/wx
  8353. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  8354. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  8355. make[7]: Nothing to be done for `install-exec-am'.
  8356. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  8357. /usr/bin/install -c -m 644 ./advancedmatrixobject.h ./matrixobject.h ./wxledfont.h ./wxledpanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  8358. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  8359. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  8360. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  8361. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  8362. make[7]: Nothing to be done for `install-exec-am'.
  8363. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8364. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxled.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8365. libtool: install: /usr/bin/install -c .libs/libwxled.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.so.0.0.1
  8366. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so.0 || { rm -f libwxled.so.0 && ln -s libwxled.so.0.0.1 libwxled.so.0; }; })
  8367. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so || { rm -f libwxled.so && ln -s libwxled.so.0.0.1 libwxled.so; }; })
  8368. libtool: install: /usr/bin/install -c .libs/libwxled.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.la
  8369. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8370. ----------------------------------------------------------------------
  8371. Libraries have been installed in:
  8372. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8373.  
  8374. If you ever happen to want to link against installed libraries
  8375. in a given directory, LIBDIR, you must either use libtool, and
  8376. specify the full pathname of the library, or use the `-LLIBDIR'
  8377. flag during linking and do at least one of the following:
  8378. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8379. during execution
  8380. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8381. during linking
  8382. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8383. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8384.  
  8385. See any operating system documentation about shared libraries for
  8386. more information, such as the ld(1) and ld.so(8) manual pages.
  8387. ----------------------------------------------------------------------
  8388. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  8389. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  8390. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  8391. Making install in .
  8392. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8393. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8394. make[6]: Nothing to be done for `install-exec-am'.
  8395. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  8396. /usr/bin/install -c -m 644 wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc cb_wxled.pc '/opt/codeblocks-svn/lib/pkgconfig'
  8397. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8398. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8399. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8400. Making install in lib_finder
  8401. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  8402. Making install in lib_finder
  8403. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder'
  8404. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder'
  8405. make[6]: Nothing to be done for `install-exec-am'.
  8406. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/lib_finder'
  8407. /usr/bin/install -c -m 644 ./codeblocks_sdk.xml ./glfw.xml ./wxwidgets.xml '/opt/codeblocks-svn/share/codeblocks/lib_finder'
  8408. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder'
  8409. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder/lib_finder'
  8410. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  8411. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  8412. make[6]: Nothing to be done for `install-exec-am'.
  8413. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8414. /usr/bin/install -c -m 644 lib_finder.zip '/opt/codeblocks-svn/share/codeblocks'
  8415. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8416. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c liblib_finder.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8417. libtool: install: warning: relinking `liblib_finder.la'
  8418. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o liblib_finder.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins librariesdlg.lo dirlistdlg.lo projectmissinglibs.lo headersdetectordlg.lo webresourcesmanager.lo projectconfiguration.lo resultmap.lo libraryresult.lo projectconfigurationpanel.lo pkgconfigmanager.lo librarydetectionmanager.lo libselectdlg.lo processingdlg.lo defsdownloaddlg.lo lib_finder.lo ../../../sdk/libcodeblocks.la ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8419. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/librariesdlg.o .libs/dirlistdlg.o .libs/projectmissinglibs.o .libs/headersdetectordlg.o .libs/webresourcesmanager.o .libs/projectconfiguration.o .libs/resultmap.o .libs/libraryresult.o .libs/projectconfigurationpanel.o .libs/pkgconfigmanager.o .libs/librarydetectionmanager.o .libs/libselectdlg.o .libs/processingdlg.o .libs/defsdownloaddlg.o .libs/lib_finder.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -Wl,-rpath -Wl,/opt/codeblocks-svn/lib/codeblocks/wxContribItems -L/opt/codeblocks-svn/lib -lcodeblocks -L/opt/codeblocks-svn/lib/codeblocks/wxContribItems -lwxflatnotebook -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,liblib_finder.so -o .libs/liblib_finder.so
  8420. libtool: install: /usr/bin/install -c .libs/liblib_finder.soT /opt/codeblocks-svn/lib/codeblocks/plugins/liblib_finder.so
  8421. libtool: install: /usr/bin/install -c .libs/liblib_finder.lai /opt/codeblocks-svn/lib/codeblocks/plugins/liblib_finder.la
  8422. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8423. ----------------------------------------------------------------------
  8424. Libraries have been installed in:
  8425. /opt/codeblocks-svn/lib/codeblocks/plugins
  8426.  
  8427. If you ever happen to want to link against installed libraries
  8428. in a given directory, LIBDIR, you must either use libtool, and
  8429. specify the full pathname of the library, or use the `-LLIBDIR'
  8430. flag during linking and do at least one of the following:
  8431. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8432. during execution
  8433. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8434. during linking
  8435. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8436. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8437.  
  8438. See any operating system documentation about shared libraries for
  8439. more information, such as the ld(1) and ld.so(8) manual pages.
  8440. ----------------------------------------------------------------------
  8441. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  8442. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  8443. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/lib_finder'
  8444. Making install in MouseSap
  8445. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap'
  8446. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap'
  8447. make[5]: Nothing to be done for `install-exec-am'.
  8448. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8449. /usr/bin/install -c -m 644 MouseSap.zip '/opt/codeblocks-svn/share/codeblocks'
  8450. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8451. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libMouseSap.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8452. libtool: install: warning: relinking `libMouseSap.la'
  8453. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libMouseSap.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins MouseSap.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl )
  8454. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/MouseSap.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libMouseSap.so -o .libs/libMouseSap.so
  8455. libtool: install: /usr/bin/install -c .libs/libMouseSap.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libMouseSap.so
  8456. libtool: install: /usr/bin/install -c .libs/libMouseSap.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libMouseSap.la
  8457. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8458. ----------------------------------------------------------------------
  8459. Libraries have been installed in:
  8460. /opt/codeblocks-svn/lib/codeblocks/plugins
  8461.  
  8462. If you ever happen to want to link against installed libraries
  8463. in a given directory, LIBDIR, you must either use libtool, and
  8464. specify the full pathname of the library, or use the `-LLIBDIR'
  8465. flag during linking and do at least one of the following:
  8466. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8467. during execution
  8468. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8469. during linking
  8470. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8471. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8472.  
  8473. See any operating system documentation about shared libraries for
  8474. more information, such as the ld(1) and ld.so(8) manual pages.
  8475. ----------------------------------------------------------------------
  8476. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap'
  8477. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/MouseSap'
  8478. Making install in NassiShneiderman
  8479. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman'
  8480. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman'
  8481. make[5]: Nothing to be done for `install-exec-am'.
  8482. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8483. /usr/bin/install -c -m 644 NassiShneiderman.zip '/opt/codeblocks-svn/share/codeblocks'
  8484. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8485. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libNassiShneiderman.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8486. libtool: install: warning: relinking `libNassiShneiderman.la'
  8487. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libNassiShneiderman.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins bricks.lo cbEditorPanel.lo commands.lo CParser.lo DataObject.lo FileContent.lo GraphBricks.lo GraphFabric.lo HooverDrawlet.lo InsertBrickTask.lo logger.lo NassiDiagramWindow.lo NassiDropTarget.lo NassiEditorPanel.lo NassiFileContent.lo NassiPlugin.lo NassiView.lo parseactions.lo PasteTask.lo RedHatchDrawlet.lo RedLineDrawlet.lo Task.lo TextCtrl.lo TextCtrlTask.lo TextGraph.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8488. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/bricks.o .libs/cbEditorPanel.o .libs/commands.o .libs/CParser.o .libs/DataObject.o .libs/FileContent.o .libs/GraphBricks.o .libs/GraphFabric.o .libs/HooverDrawlet.o .libs/InsertBrickTask.o .libs/logger.o .libs/NassiDiagramWindow.o .libs/NassiDropTarget.o .libs/NassiEditorPanel.o .libs/NassiFileContent.o .libs/NassiPlugin.o .libs/NassiView.o .libs/parseactions.o .libs/PasteTask.o .libs/RedHatchDrawlet.o .libs/RedLineDrawlet.o .libs/Task.o .libs/TextCtrl.o .libs/TextCtrlTask.o .libs/TextGraph.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libNassiShneiderman.so -o .libs/libNassiShneiderman.so
  8489. libtool: install: /usr/bin/install -c .libs/libNassiShneiderman.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libNassiShneiderman.so
  8490. libtool: install: /usr/bin/install -c .libs/libNassiShneiderman.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libNassiShneiderman.la
  8491. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8492. ----------------------------------------------------------------------
  8493. Libraries have been installed in:
  8494. /opt/codeblocks-svn/lib/codeblocks/plugins
  8495.  
  8496. If you ever happen to want to link against installed libraries
  8497. in a given directory, LIBDIR, you must either use libtool, and
  8498. specify the full pathname of the library, or use the `-LLIBDIR'
  8499. flag during linking and do at least one of the following:
  8500. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8501. during execution
  8502. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8503. during linking
  8504. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8505. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8506.  
  8507. See any operating system documentation about shared libraries for
  8508. more information, such as the ld(1) and ld.so(8) manual pages.
  8509. ----------------------------------------------------------------------
  8510. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman'
  8511. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/NassiShneiderman'
  8512. Making install in profiler
  8513. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  8514. Making install in resources
  8515. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources'
  8516. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources'
  8517. make[6]: Nothing to be done for `install-exec-am'.
  8518. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8519. /usr/bin/install -c -m 644 Profiler.zip '/opt/codeblocks-svn/share/codeblocks'
  8520. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources'
  8521. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler/resources'
  8522. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  8523. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  8524. make[6]: Nothing to be done for `install-exec-am'.
  8525. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8526. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libProfiler.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8527. libtool: install: warning: relinking `libProfiler.la'
  8528. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libProfiler.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins cbprofilerconfig.lo cbprofiler.lo cbprofilerexec.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8529. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/cbprofilerconfig.o .libs/cbprofiler.o .libs/cbprofilerexec.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libProfiler.so -o .libs/libProfiler.so
  8530. libtool: install: /usr/bin/install -c .libs/libProfiler.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libProfiler.so
  8531. libtool: install: /usr/bin/install -c .libs/libProfiler.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libProfiler.la
  8532. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8533. ----------------------------------------------------------------------
  8534. Libraries have been installed in:
  8535. /opt/codeblocks-svn/lib/codeblocks/plugins
  8536.  
  8537. If you ever happen to want to link against installed libraries
  8538. in a given directory, LIBDIR, you must either use libtool, and
  8539. specify the full pathname of the library, or use the `-LLIBDIR'
  8540. flag during linking and do at least one of the following:
  8541. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8542. during execution
  8543. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8544. during linking
  8545. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8546. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8547.  
  8548. See any operating system documentation about shared libraries for
  8549. more information, such as the ld(1) and ld.so(8) manual pages.
  8550. ----------------------------------------------------------------------
  8551. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  8552. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  8553. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/profiler'
  8554. Making install in ProjectOptionsManipulator
  8555. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator'
  8556. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator'
  8557. make[5]: Nothing to be done for `install-exec-am'.
  8558. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8559. /usr/bin/install -c -m 644 ProjectOptionsManipulator.zip '/opt/codeblocks-svn/share/codeblocks'
  8560. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8561. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libProjectOptionsManipulator.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8562. libtool: install: warning: relinking `libProjectOptionsManipulator.la'
  8563. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libProjectOptionsManipulator.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ProjectOptionsManipulator.lo ProjectOptionsManipulatorDlg.lo ProjectOptionsManipulatorResultDlg.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8564. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/ProjectOptionsManipulator.o .libs/ProjectOptionsManipulatorDlg.o .libs/ProjectOptionsManipulatorResultDlg.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libProjectOptionsManipulator.so -o .libs/libProjectOptionsManipulator.so
  8565. libtool: install: /usr/bin/install -c .libs/libProjectOptionsManipulator.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libProjectOptionsManipulator.so
  8566. libtool: install: /usr/bin/install -c .libs/libProjectOptionsManipulator.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libProjectOptionsManipulator.la
  8567. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8568. ----------------------------------------------------------------------
  8569. Libraries have been installed in:
  8570. /opt/codeblocks-svn/lib/codeblocks/plugins
  8571.  
  8572. If you ever happen to want to link against installed libraries
  8573. in a given directory, LIBDIR, you must either use libtool, and
  8574. specify the full pathname of the library, or use the `-LLIBDIR'
  8575. flag during linking and do at least one of the following:
  8576. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8577. during execution
  8578. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8579. during linking
  8580. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8581. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8582.  
  8583. See any operating system documentation about shared libraries for
  8584. more information, such as the ld(1) and ld.so(8) manual pages.
  8585. ----------------------------------------------------------------------
  8586. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator'
  8587. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ProjectOptionsManipulator'
  8588. Making install in source_exporter
  8589. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  8590. Making install in wxPdfDocument
  8591. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/wxPdfDocument'
  8592. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/wxPdfDocument'
  8593. make[6]: Nothing to be done for `install-exec-am'.
  8594. make[6]: Nothing to be done for `install-data-am'.
  8595. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/wxPdfDocument'
  8596. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter/wxPdfDocument'
  8597. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  8598. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  8599. make[6]: Nothing to be done for `install-exec-am'.
  8600. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8601. /usr/bin/install -c -m 644 exporter.zip '/opt/codeblocks-svn/share/codeblocks'
  8602. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8603. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libexporter.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8604. libtool: install: warning: relinking `libexporter.la'
  8605. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libexporter.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins BaseExporter.lo exporter.lo HTMLExporter.lo ODTExporter.lo PDFExporter.lo RTFExporter.lo ../../../sdk/libcodeblocks.la wxPdfDocument/libwxPdfDocument.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lfontconfig -lfreetype -lpthread -ldl )
  8606. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/BaseExporter.o .libs/exporter.o .libs/HTMLExporter.o .libs/ODTExporter.o .libs/PDFExporter.o .libs/RTFExporter.o -Wl,--whole-archive wxPdfDocument/.libs/libwxPdfDocument.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lfontconfig -lfreetype -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libexporter.so -o .libs/libexporter.so
  8607. libtool: install: /usr/bin/install -c .libs/libexporter.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libexporter.so
  8608. libtool: install: /usr/bin/install -c .libs/libexporter.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libexporter.la
  8609. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8610. ----------------------------------------------------------------------
  8611. Libraries have been installed in:
  8612. /opt/codeblocks-svn/lib/codeblocks/plugins
  8613.  
  8614. If you ever happen to want to link against installed libraries
  8615. in a given directory, LIBDIR, you must either use libtool, and
  8616. specify the full pathname of the library, or use the `-LLIBDIR'
  8617. flag during linking and do at least one of the following:
  8618. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8619. during execution
  8620. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8621. during linking
  8622. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8623. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8624.  
  8625. See any operating system documentation about shared libraries for
  8626. more information, such as the ld(1) and ld.so(8) manual pages.
  8627. ----------------------------------------------------------------------
  8628. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  8629. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  8630. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/source_exporter'
  8631. Making install in symtab
  8632. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  8633. Making install in resources
  8634. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources'
  8635. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources'
  8636. make[6]: Nothing to be done for `install-exec-am'.
  8637. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8638. /usr/bin/install -c -m 644 SymTab.zip '/opt/codeblocks-svn/share/codeblocks'
  8639. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources'
  8640. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab/resources'
  8641. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  8642. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  8643. make[6]: Nothing to be done for `install-exec-am'.
  8644. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8645. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libSymTab.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8646. libtool: install: warning: relinking `libSymTab.la'
  8647. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSymTab.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins symtabconfig.lo symtab.lo symtabexec.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8648. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/symtabconfig.o .libs/symtab.o .libs/symtabexec.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSymTab.so -o .libs/libSymTab.so
  8649. libtool: install: /usr/bin/install -c .libs/libSymTab.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSymTab.so
  8650. libtool: install: /usr/bin/install -c .libs/libSymTab.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSymTab.la
  8651. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8652. ----------------------------------------------------------------------
  8653. Libraries have been installed in:
  8654. /opt/codeblocks-svn/lib/codeblocks/plugins
  8655.  
  8656. If you ever happen to want to link against installed libraries
  8657. in a given directory, LIBDIR, you must either use libtool, and
  8658. specify the full pathname of the library, or use the `-LLIBDIR'
  8659. flag during linking and do at least one of the following:
  8660. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8661. during execution
  8662. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8663. during linking
  8664. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8665. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8666.  
  8667. See any operating system documentation about shared libraries for
  8668. more information, such as the ld(1) and ld.so(8) manual pages.
  8669. ----------------------------------------------------------------------
  8670. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  8671. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  8672. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/symtab'
  8673. Making install in SmartIndent
  8674. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent'
  8675. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent'
  8676. make[5]: Nothing to be done for `install-exec-am'.
  8677. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8678. /usr/bin/install -c -m 644 SmartIndentHDL.zip SmartIndentPascal.zip SmartIndentCpp.zip SmartIndentPython.zip SmartIndentLua.zip SmartIndentFortran.zip SmartIndentXML.zip '/opt/codeblocks-svn/share/codeblocks'
  8679. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8680. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libSmartIndentHDL.la libSmartIndentPascal.la libSmartIndentCpp.la libSmartIndentPython.la libSmartIndentLua.la libSmartIndentFortran.la libSmartIndentXML.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8681. libtool: install: warning: relinking `libSmartIndentHDL.la'
  8682. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentHDL.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentHDL.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8683. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentHDL.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentHDL.so -o .libs/libSmartIndentHDL.so
  8684. libtool: install: /usr/bin/install -c .libs/libSmartIndentHDL.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentHDL.so
  8685. libtool: install: /usr/bin/install -c .libs/libSmartIndentHDL.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentHDL.la
  8686. libtool: install: warning: relinking `libSmartIndentPascal.la'
  8687. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentPascal.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentPascal.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8688. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentPascal.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentPascal.so -o .libs/libSmartIndentPascal.so
  8689. libtool: install: /usr/bin/install -c .libs/libSmartIndentPascal.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentPascal.so
  8690. libtool: install: /usr/bin/install -c .libs/libSmartIndentPascal.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentPascal.la
  8691. libtool: install: warning: relinking `libSmartIndentCpp.la'
  8692. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentCpp.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentCpp.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8693. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentCpp.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentCpp.so -o .libs/libSmartIndentCpp.so
  8694. libtool: install: /usr/bin/install -c .libs/libSmartIndentCpp.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentCpp.so
  8695. libtool: install: /usr/bin/install -c .libs/libSmartIndentCpp.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentCpp.la
  8696. libtool: install: warning: relinking `libSmartIndentPython.la'
  8697. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentPython.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentPython.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8698. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentPython.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentPython.so -o .libs/libSmartIndentPython.so
  8699. libtool: install: /usr/bin/install -c .libs/libSmartIndentPython.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentPython.so
  8700. libtool: install: /usr/bin/install -c .libs/libSmartIndentPython.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentPython.la
  8701. libtool: install: warning: relinking `libSmartIndentLua.la'
  8702. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentLua.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentLua.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8703. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentLua.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentLua.so -o .libs/libSmartIndentLua.so
  8704. libtool: install: /usr/bin/install -c .libs/libSmartIndentLua.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentLua.so
  8705. libtool: install: /usr/bin/install -c .libs/libSmartIndentLua.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentLua.la
  8706. libtool: install: warning: relinking `libSmartIndentFortran.la'
  8707. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentFortran.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentFortran.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8708. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentFortran.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentFortran.so -o .libs/libSmartIndentFortran.so
  8709. libtool: install: /usr/bin/install -c .libs/libSmartIndentFortran.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentFortran.so
  8710. libtool: install: /usr/bin/install -c .libs/libSmartIndentFortran.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentFortran.la
  8711. libtool: install: warning: relinking `libSmartIndentXML.la'
  8712. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSmartIndentXML.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins SmartIndentXML.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8713. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/SmartIndentXML.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSmartIndentXML.so -o .libs/libSmartIndentXML.so
  8714. libtool: install: /usr/bin/install -c .libs/libSmartIndentXML.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentXML.so
  8715. libtool: install: /usr/bin/install -c .libs/libSmartIndentXML.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSmartIndentXML.la
  8716. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8717. ----------------------------------------------------------------------
  8718. Libraries have been installed in:
  8719. /opt/codeblocks-svn/lib/codeblocks/plugins
  8720.  
  8721. If you ever happen to want to link against installed libraries
  8722. in a given directory, LIBDIR, you must either use libtool, and
  8723. specify the full pathname of the library, or use the `-LLIBDIR'
  8724. flag during linking and do at least one of the following:
  8725. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8726. during execution
  8727. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8728. during linking
  8729. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8730. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8731.  
  8732. See any operating system documentation about shared libraries for
  8733. more information, such as the ld(1) and ld.so(8) manual pages.
  8734. ----------------------------------------------------------------------
  8735. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent'
  8736. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SmartIndent'
  8737. Making install in SpellChecker
  8738. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  8739. Making install in wxspellchecker
  8740. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/wxspellchecker'
  8741. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/wxspellchecker'
  8742. make[6]: Nothing to be done for `install-exec-am'.
  8743. make[6]: Nothing to be done for `install-data-am'.
  8744. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/wxspellchecker'
  8745. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker/wxspellchecker'
  8746. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  8747. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  8748. make[6]: Nothing to be done for `install-exec-am'.
  8749. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  8750. /usr/bin/install -c -m 644 ./SpellChecker-off.png ./SpellChecker.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  8751. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/SpellChecker'
  8752. /usr/bin/install -c -m 644 ./rc/de_AT.png ./rc/de_CH.png ./rc/de_DE.png ./rc/disabled.png ./rc/en_AU.png ./rc/en_CA.png ./rc/en_GB.png ./rc/en_NZ.png ./rc/en_US.png ./rc/fr_FR.png ./OnlineSpellChecking.xml '/opt/codeblocks-svn/share/codeblocks/SpellChecker'
  8753. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8754. /usr/bin/install -c -m 644 SpellChecker.zip '/opt/codeblocks-svn/share/codeblocks'
  8755. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8756. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libSpellChecker.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8757. libtool: install: warning: relinking `libSpellChecker.la'
  8758. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libSpellChecker.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins DictionariesNeededDialog.lo MySpellingDialog.lo OnlineSpellChecker.lo SpellCheckHelper.lo SpellCheckSettingsPanel.lo SpellCheckerConfig.lo SpellCheckerPlugin.lo StatusField.lo Thesaurus.lo ThesaurusDialog.lo mythes.lo wxThes.lo ../../../sdk/libcodeblocks.la wxspellchecker/libwxSpellChecker.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lhunspell-1.3 -lpthread -ldl )
  8759. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/DictionariesNeededDialog.o .libs/MySpellingDialog.o .libs/OnlineSpellChecker.o .libs/SpellCheckHelper.o .libs/SpellCheckSettingsPanel.o .libs/SpellCheckerConfig.o .libs/SpellCheckerPlugin.o .libs/StatusField.o .libs/Thesaurus.o .libs/ThesaurusDialog.o .libs/mythes.o .libs/wxThes.o -Wl,--whole-archive wxspellchecker/.libs/libwxSpellChecker.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lhunspell-1.3 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libSpellChecker.so -o .libs/libSpellChecker.so
  8760. libtool: install: /usr/bin/install -c .libs/libSpellChecker.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libSpellChecker.so
  8761. libtool: install: /usr/bin/install -c .libs/libSpellChecker.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libSpellChecker.la
  8762. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8763. ----------------------------------------------------------------------
  8764. Libraries have been installed in:
  8765. /opt/codeblocks-svn/lib/codeblocks/plugins
  8766.  
  8767. If you ever happen to want to link against installed libraries
  8768. in a given directory, LIBDIR, you must either use libtool, and
  8769. specify the full pathname of the library, or use the `-LLIBDIR'
  8770. flag during linking and do at least one of the following:
  8771. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8772. during execution
  8773. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8774. during linking
  8775. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8776. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8777.  
  8778. See any operating system documentation about shared libraries for
  8779. more information, such as the ld(1) and ld.so(8) manual pages.
  8780. ----------------------------------------------------------------------
  8781. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  8782. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  8783. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/SpellChecker'
  8784. Making install in regex_testbed
  8785. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed'
  8786. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed'
  8787. make[5]: Nothing to be done for `install-exec-am'.
  8788. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8789. /usr/bin/install -c -m 644 RegExTestbed.zip '/opt/codeblocks-svn/share/codeblocks'
  8790. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8791. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libRegExTestbed.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8792. libtool: install: warning: relinking `libRegExTestbed.la'
  8793. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libRegExTestbed.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins regexdlg.lo RegExTestbed.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8794. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/regexdlg.o .libs/RegExTestbed.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libRegExTestbed.so -o .libs/libRegExTestbed.so
  8795. libtool: install: /usr/bin/install -c .libs/libRegExTestbed.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libRegExTestbed.so
  8796. libtool: install: /usr/bin/install -c .libs/libRegExTestbed.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libRegExTestbed.la
  8797. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8798. ----------------------------------------------------------------------
  8799. Libraries have been installed in:
  8800. /opt/codeblocks-svn/lib/codeblocks/plugins
  8801.  
  8802. If you ever happen to want to link against installed libraries
  8803. in a given directory, LIBDIR, you must either use libtool, and
  8804. specify the full pathname of the library, or use the `-LLIBDIR'
  8805. flag during linking and do at least one of the following:
  8806. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8807. during execution
  8808. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8809. during linking
  8810. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8811. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8812.  
  8813. See any operating system documentation about shared libraries for
  8814. more information, such as the ld(1) and ld.so(8) manual pages.
  8815. ----------------------------------------------------------------------
  8816. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed'
  8817. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/regex_testbed'
  8818. Making install in ReopenEditor
  8819. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor'
  8820. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor'
  8821. make[5]: Nothing to be done for `install-exec-am'.
  8822. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  8823. /usr/bin/install -c -m 644 ReopenEditor.zip '/opt/codeblocks-svn/share/codeblocks'
  8824. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8825. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libReopenEditor.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  8826. libtool: install: warning: relinking `libReopenEditor.la'
  8827. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libReopenEditor.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ReopenEditor.lo ReopenEditorConfDLg.lo ReopenEditorListView.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  8828. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/ReopenEditor.o .libs/ReopenEditorConfDLg.o .libs/ReopenEditorListView.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libReopenEditor.so -o .libs/libReopenEditor.so
  8829. libtool: install: /usr/bin/install -c .libs/libReopenEditor.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libReopenEditor.so
  8830. libtool: install: /usr/bin/install -c .libs/libReopenEditor.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libReopenEditor.la
  8831. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  8832. ----------------------------------------------------------------------
  8833. Libraries have been installed in:
  8834. /opt/codeblocks-svn/lib/codeblocks/plugins
  8835.  
  8836. If you ever happen to want to link against installed libraries
  8837. in a given directory, LIBDIR, you must either use libtool, and
  8838. specify the full pathname of the library, or use the `-LLIBDIR'
  8839. flag during linking and do at least one of the following:
  8840. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8841. during execution
  8842. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8843. during linking
  8844. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8845. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8846.  
  8847. See any operating system documentation about shared libraries for
  8848. more information, such as the ld(1) and ld.so(8) manual pages.
  8849. ----------------------------------------------------------------------
  8850. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor'
  8851. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ReopenEditor'
  8852. Making install in wxContribItems
  8853. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  8854. Making install in wxchart
  8855. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8856. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8857. make[6]: Nothing to be done for `install-exec-am'.
  8858. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  8859. /usr/bin/install -c -m 644 ./include/wx/axis.h ./include/wx/bar3dchartpoints.h ./include/wx/barchartpoints.h ./include/wx/chartcolors.h ./include/wx/chartctrl.h ./include/wx/chartdef.h ./include/wx/chart.h ./include/wx/chartpoints.h ./include/wx/chartpointstypes.h ./include/wx/chartsizes.h ./include/wx/charttypes.h ./include/wx/chartwindow.h ./include/wx/legend.h ./include/wx/legendwindow.h ./include/wx/pie3dchartpoints.h ./include/wx/piechartpoints.h ./include/wx/points.h ./include/wx/xaxis.h ./include/wx/xaxiswindow.h ./include/wx/yaxis.h ./include/wx/yaxiswindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  8860. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8861. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxchartctrl.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8862. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1
  8863. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so.0 || { rm -f libwxchartctrl.so.0 && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so.0; }; })
  8864. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so || { rm -f libwxchartctrl.so && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so; }; })
  8865. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.la
  8866. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8867. ----------------------------------------------------------------------
  8868. Libraries have been installed in:
  8869. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8870.  
  8871. If you ever happen to want to link against installed libraries
  8872. in a given directory, LIBDIR, you must either use libtool, and
  8873. specify the full pathname of the library, or use the `-LLIBDIR'
  8874. flag during linking and do at least one of the following:
  8875. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8876. during execution
  8877. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8878. during linking
  8879. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8880. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8881.  
  8882. See any operating system documentation about shared libraries for
  8883. more information, such as the ld(1) and ld.so(8) manual pages.
  8884. ----------------------------------------------------------------------
  8885. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8886. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  8887. Making install in wxFlatNotebook
  8888. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8889. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8890. make[6]: Nothing to be done for `install-exec-am'.
  8891. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  8892. /usr/bin/install -c -m 644 ./include/wx/wxFlatNotebook/wxFlatNotebook.h ./include/wx/wxFlatNotebook/wxFlatNotebookSDK.h ./include/wx/wxFlatNotebook/wxFNBDropTarget.h ./include/wx/wxFlatNotebook/fnb_singleton.h ./include/wx/wxFlatNotebook/fnb_smart_ptr.h ./include/wx/wxFlatNotebook/renderer.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  8893. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8894. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxflatnotebook.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8895. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.so.0.0.1
  8896. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0 || { rm -f libwxflatnotebook.so.0 && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0; }; })
  8897. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so || { rm -f libwxflatnotebook.so && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so; }; })
  8898. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.la
  8899. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8900. ----------------------------------------------------------------------
  8901. Libraries have been installed in:
  8902. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8903.  
  8904. If you ever happen to want to link against installed libraries
  8905. in a given directory, LIBDIR, you must either use libtool, and
  8906. specify the full pathname of the library, or use the `-LLIBDIR'
  8907. flag during linking and do at least one of the following:
  8908. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8909. during execution
  8910. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8911. during linking
  8912. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8913. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8914.  
  8915. See any operating system documentation about shared libraries for
  8916. more information, such as the ld(1) and ld.so(8) manual pages.
  8917. ----------------------------------------------------------------------
  8918. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8919. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  8920. Making install in wxthings
  8921. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8922. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8923. make[6]: Nothing to be done for `install-exec-am'.
  8924. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  8925. /usr/bin/install -c -m 644 ./include/wx/things/toggle.h ./include/wx/things/thingdef.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  8926. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8927. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxcustombutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8928. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.so.0.0.1
  8929. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so.0 || { rm -f libwxcustombutton.so.0 && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so.0; }; })
  8930. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so || { rm -f libwxcustombutton.so && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so; }; })
  8931. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.la
  8932. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8933. ----------------------------------------------------------------------
  8934. Libraries have been installed in:
  8935. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8936.  
  8937. If you ever happen to want to link against installed libraries
  8938. in a given directory, LIBDIR, you must either use libtool, and
  8939. specify the full pathname of the library, or use the `-LLIBDIR'
  8940. flag during linking and do at least one of the following:
  8941. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8942. during execution
  8943. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8944. during linking
  8945. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8946. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8947.  
  8948. See any operating system documentation about shared libraries for
  8949. more information, such as the ld(1) and ld.so(8) manual pages.
  8950. ----------------------------------------------------------------------
  8951. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8952. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  8953. Making install in wxImagePanel
  8954. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8955. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8956. make[6]: Nothing to be done for `install-exec-am'.
  8957. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  8958. /usr/bin/install -c -m 644 ./include/wx/wxImagePanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  8959. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8960. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwximagepanel.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8961. libtool: install: /usr/bin/install -c .libs/libwximagepanel.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.so.0.0.1
  8962. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so.0 || { rm -f libwximagepanel.so.0 && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so.0; }; })
  8963. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so || { rm -f libwximagepanel.so && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so; }; })
  8964. libtool: install: /usr/bin/install -c .libs/libwximagepanel.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.la
  8965. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8966. ----------------------------------------------------------------------
  8967. Libraries have been installed in:
  8968. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8969.  
  8970. If you ever happen to want to link against installed libraries
  8971. in a given directory, LIBDIR, you must either use libtool, and
  8972. specify the full pathname of the library, or use the `-LLIBDIR'
  8973. flag during linking and do at least one of the following:
  8974. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  8975. during execution
  8976. - add LIBDIR to the `LD_RUN_PATH' environment variable
  8977. during linking
  8978. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  8979. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  8980.  
  8981. See any operating system documentation about shared libraries for
  8982. more information, such as the ld(1) and ld.so(8) manual pages.
  8983. ----------------------------------------------------------------------
  8984. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8985. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  8986. Making install in wxSpeedButton
  8987. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  8988. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  8989. make[6]: Nothing to be done for `install-exec-am'.
  8990. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  8991. /usr/bin/install -c -m 644 ./wxSpeedButton.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  8992. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8993. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxspeedbutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  8994. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1
  8995. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0 || { rm -f libwxspeedbutton.so.0 && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0; }; })
  8996. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so || { rm -f libwxspeedbutton.so && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so; }; })
  8997. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.la
  8998. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  8999. ----------------------------------------------------------------------
  9000. Libraries have been installed in:
  9001. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9002.  
  9003. If you ever happen to want to link against installed libraries
  9004. in a given directory, LIBDIR, you must either use libtool, and
  9005. specify the full pathname of the library, or use the `-LLIBDIR'
  9006. flag during linking and do at least one of the following:
  9007. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9008. during execution
  9009. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9010. during linking
  9011. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9012. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9013.  
  9014. See any operating system documentation about shared libraries for
  9015. more information, such as the ld(1) and ld.so(8) manual pages.
  9016. ----------------------------------------------------------------------
  9017. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9018. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9019. Making install in KWIC
  9020. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9021. Making install in include/wx/KWIC
  9022. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9023. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9024. make[7]: Nothing to be done for `install-exec-am'.
  9025. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  9026. /usr/bin/install -c -m 644 ./AngularMeter.h ./AngularRegulator.h ./BmpCheckBox.h ./BmpSwitcher.h ./LCDClock.h ./LCDWindow.h ./LinearMeter.h ./LinearRegulator.h ./TimeAlarm.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  9027. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9028. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9029. Making install in include/wx/xrc
  9030. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9031. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9032. make[7]: Nothing to be done for `install-exec-am'.
  9033. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  9034. /usr/bin/install -c -m 644 .//xh_kwxangularmeterhandler.h ./xh_kwxangularregulatorhandler.h ./xh_kwxlcdclockhandler.h ./xh_kwxlcddisplayhandler.h ./xh_kwxlinearmeterhandler.h ./xh_kwxlinearregulatorhandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  9035. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9036. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9037. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9038. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9039. make[7]: Nothing to be done for `install-exec-am'.
  9040. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9041. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxkwic.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9042. libtool: install: /usr/bin/install -c .libs/libwxkwic.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.so.0.0.1
  9043. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so.0 || { rm -f libwxkwic.so.0 && ln -s libwxkwic.so.0.0.1 libwxkwic.so.0; }; })
  9044. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so || { rm -f libwxkwic.so && ln -s libwxkwic.so.0.0.1 libwxkwic.so; }; })
  9045. libtool: install: /usr/bin/install -c .libs/libwxkwic.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.la
  9046. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9047. ----------------------------------------------------------------------
  9048. Libraries have been installed in:
  9049. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9050.  
  9051. If you ever happen to want to link against installed libraries
  9052. in a given directory, LIBDIR, you must either use libtool, and
  9053. specify the full pathname of the library, or use the `-LLIBDIR'
  9054. flag during linking and do at least one of the following:
  9055. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9056. during execution
  9057. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9058. during linking
  9059. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9060. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9061.  
  9062. See any operating system documentation about shared libraries for
  9063. more information, such as the ld(1) and ld.so(8) manual pages.
  9064. ----------------------------------------------------------------------
  9065. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9066. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9067. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9068. Making install in wxled
  9069. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9070. Making install in gizmosled/include/wx/gizmos
  9071. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9072. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9073. make[7]: Nothing to be done for `install-exec-am'.
  9074. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  9075. /usr/bin/install -c -m 644 ./gizmos.h ./ledctrl.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  9076. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9077. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9078. Making install in lcdWindow/include/wx
  9079. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9080. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9081. make[7]: Nothing to be done for `install-exec-am'.
  9082. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  9083. /usr/bin/install -c -m 644 ./lcdwindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  9084. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9085. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9086. Making install in led/include/wx
  9087. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9088. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9089. make[7]: Nothing to be done for `install-exec-am'.
  9090. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  9091. /usr/bin/install -c -m 644 ./led.h ./stateLed.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  9092. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9093. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9094. Making install in led/include/xrc
  9095. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9096. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9097. make[7]: Nothing to be done for `install-exec-am'.
  9098. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  9099. /usr/bin/install -c -m 644 ./xh_ledHandler.h ./xh_stateLedHandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  9100. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9101. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9102. Making install in ledpanel/include/wx
  9103. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9104. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9105. make[7]: Nothing to be done for `install-exec-am'.
  9106. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  9107. /usr/bin/install -c -m 644 ./advancedmatrixobject.h ./matrixobject.h ./wxledfont.h ./wxledpanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  9108. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9109. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9110. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9111. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9112. make[7]: Nothing to be done for `install-exec-am'.
  9113. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9114. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxled.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9115. libtool: install: /usr/bin/install -c .libs/libwxled.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.so.0.0.1
  9116. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so.0 || { rm -f libwxled.so.0 && ln -s libwxled.so.0.0.1 libwxled.so.0; }; })
  9117. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so || { rm -f libwxled.so && ln -s libwxled.so.0.0.1 libwxled.so; }; })
  9118. libtool: install: /usr/bin/install -c .libs/libwxled.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.la
  9119. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9120. ----------------------------------------------------------------------
  9121. Libraries have been installed in:
  9122. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9123.  
  9124. If you ever happen to want to link against installed libraries
  9125. in a given directory, LIBDIR, you must either use libtool, and
  9126. specify the full pathname of the library, or use the `-LLIBDIR'
  9127. flag during linking and do at least one of the following:
  9128. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9129. during execution
  9130. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9131. during linking
  9132. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9133. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9134.  
  9135. See any operating system documentation about shared libraries for
  9136. more information, such as the ld(1) and ld.so(8) manual pages.
  9137. ----------------------------------------------------------------------
  9138. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9139. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9140. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9141. Making install in .
  9142. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9143. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9144. make[6]: Nothing to be done for `install-exec-am'.
  9145. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  9146. /usr/bin/install -c -m 644 wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc cb_wxled.pc '/opt/codeblocks-svn/lib/pkgconfig'
  9147. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9148. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9149. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9150. Making install in ThreadSearch
  9151. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  9152. Making install in resources
  9153. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  9154. Making install in images
  9155. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  9156. Making install in 16x16
  9157. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/16x16'
  9158. make[8]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/16x16'
  9159. make[8]: Nothing to be done for `install-exec-am'.
  9160. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/ThreadSearch/16x16'
  9161. /usr/bin/install -c -m 644 ./findfdisabled.png ./findf.png ./folderdisabled.png ./folder.png ./folderselected.png ./offdisabled.png ./off.png ./ondisabled.png ./on.png ./openfiles1disabled.png ./openfiles1.png ./openfiles1selected.png ./openfilesdisabled.png ./openfiles.png ./openfilesselected.png ./optionsactive.png ./optionsdisabled.png ./options.png ./project1disabled.png ./project1.png ./project1selected.png ./projectdisabled.png ./project.png ./projectselected.png ./showdirdisabled.png ./showdir.png ./stopdisabled.png ./stop.png ./target1disabled.png ./target1.png ./target1selected.png ./targetdisabled.png ./target.png ./targetselected.png ./workspacedisabled.png ./workspace.png ./workspaceselected.png '/opt/codeblocks-svn/share/codeblocks/images/ThreadSearch/16x16'
  9162. make[8]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/16x16'
  9163. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/16x16'
  9164. Making install in 22x22
  9165. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/22x22'
  9166. make[8]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/22x22'
  9167. make[8]: Nothing to be done for `install-exec-am'.
  9168. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/ThreadSearch/22x22'
  9169. /usr/bin/install -c -m 644 ./file.png ./findfdisabled.png ./findf.png ./folderdisabled.png ./folder.png ./folderselected.png ./lookingglass.png ./offdisabled.png ./off.png ./ondisabled.png ./on.png ./openfilesdisabled.png ./openfiles.png ./openfilesselected.png ./optionsactive.png ./optionsdisabled.png ./options.png ./project1disabled.png ./project1.png ./project1selected.png ./project2d.png ./project2.png ./project2s.png ./projectdisabled.png ./project.png ./projectselected.png ./showdirdisabled.png ./showdir.png ./stopdisabled.png ./stop.png ./target1disabled.png ./target1.png ./target1selected.png ./targetdisabled.png ./target.png ./targetselected.png ./workspacedisabled.png ./workspace.png ./workspaceselected.png '/opt/codeblocks-svn/share/codeblocks/images/ThreadSearch/22x22'
  9170. make[8]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/22x22'
  9171. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images/22x22'
  9172. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  9173. make[8]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  9174. make[8]: Nothing to be done for `install-exec-am'.
  9175. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/ThreadSearch'
  9176. /usr/bin/install -c -m 644 ./folderdisabled.png ./folder.png ./folderselected.png ./off.png ./on.png ./openfilesdisabled.png ./openfiles.png ./openfilesselected.png ./project1disabled.png ./project1.png ./project1selected.png ./projectdisabled.png ./project.png ./projectselected.png ./showdirdisabled.png ./showdir.png ./target1disabled.png ./target1.png ./target1selected.png ./targetdisabled.png ./target.png ./targetselected.png ./workspacedisabled.png ./workspace.png ./workspaceselected.png '/opt/codeblocks-svn/share/codeblocks/images/ThreadSearch'
  9177. make[8]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  9178. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  9179. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources/images'
  9180. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  9181. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  9182. make[7]: Nothing to be done for `install-exec-am'.
  9183. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  9184. /usr/bin/install -c -m 644 ./ThreadSearch-off.png ./ThreadSearch.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  9185. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  9186. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  9187. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch/resources'
  9188. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  9189. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  9190. make[6]: Nothing to be done for `install-exec-am'.
  9191. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  9192. /usr/bin/install -c -m 644 ThreadSearch.zip '/opt/codeblocks-svn/share/codeblocks'
  9193. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9194. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libThreadSearch.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9195. libtool: install: warning: relinking `libThreadSearch.la'
  9196. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libThreadSearch.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins DirectoryParamsPanel.lo InsertIndexManager.lo SearchInPanel.lo TextFileSearcher.lo TextFileSearcherRegEx.lo TextFileSearcherText.lo ThreadSearch.lo ThreadSearchConfPanel.lo ThreadSearchControlIds.lo ThreadSearchEvent.lo ThreadSearchFindData.lo ThreadSearchLoggerBase.lo ThreadSearchLoggerList.lo ThreadSearchLoggerTree.lo ThreadSearchThread.lo ThreadSearchTrace.lo ThreadSearchView.lo ThreadSearchViewManagerBase.lo ThreadSearchViewManagerLayout.lo ThreadSearchViewManagerMessagesNotebook.lo ../../../sdk/libcodeblocks.la ../wxContribItems/wxthings/libwxcustombutton.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9197. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/DirectoryParamsPanel.o .libs/InsertIndexManager.o .libs/SearchInPanel.o .libs/TextFileSearcher.o .libs/TextFileSearcherRegEx.o .libs/TextFileSearcherText.o .libs/ThreadSearch.o .libs/ThreadSearchConfPanel.o .libs/ThreadSearchControlIds.o .libs/ThreadSearchEvent.o .libs/ThreadSearchFindData.o .libs/ThreadSearchLoggerBase.o .libs/ThreadSearchLoggerList.o .libs/ThreadSearchLoggerTree.o .libs/ThreadSearchThread.o .libs/ThreadSearchTrace.o .libs/ThreadSearchView.o .libs/ThreadSearchViewManagerBase.o .libs/ThreadSearchViewManagerLayout.o .libs/ThreadSearchViewManagerMessagesNotebook.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -Wl,-rpath -Wl,/opt/codeblocks-svn/lib/codeblocks/wxContribItems -L/opt/codeblocks-svn/lib -lcodeblocks -L/opt/codeblocks-svn/lib/codeblocks/wxContribItems -lwxcustombutton -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libThreadSearch.so -o .libs/libThreadSearch.so
  9198. libtool: install: /usr/bin/install -c .libs/libThreadSearch.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libThreadSearch.so
  9199. libtool: install: /usr/bin/install -c .libs/libThreadSearch.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libThreadSearch.la
  9200. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  9201. ----------------------------------------------------------------------
  9202. Libraries have been installed in:
  9203. /opt/codeblocks-svn/lib/codeblocks/plugins
  9204.  
  9205. If you ever happen to want to link against installed libraries
  9206. in a given directory, LIBDIR, you must either use libtool, and
  9207. specify the full pathname of the library, or use the `-LLIBDIR'
  9208. flag during linking and do at least one of the following:
  9209. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9210. during execution
  9211. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9212. during linking
  9213. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9214. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9215.  
  9216. See any operating system documentation about shared libraries for
  9217. more information, such as the ld(1) and ld.so(8) manual pages.
  9218. ----------------------------------------------------------------------
  9219. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  9220. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  9221. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ThreadSearch'
  9222. Making install in ToolsPlus
  9223. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  9224. Making install in Resources
  9225. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/Resources'
  9226. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/Resources'
  9227. make[6]: Nothing to be done for `install-exec-am'.
  9228. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  9229. /usr/bin/install -c -m 644 ./ToolsPlus-off.png ./ToolsPlus.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  9230. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/Resources'
  9231. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus/Resources'
  9232. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  9233. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  9234. make[6]: Nothing to be done for `install-exec-am'.
  9235. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  9236. /usr/bin/install -c -m 644 ToolsPlus.zip '/opt/codeblocks-svn/share/codeblocks'
  9237. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9238. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libToolsPlus.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9239. libtool: install: warning: relinking `libToolsPlus.la'
  9240. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libToolsPlus.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins CmdConfigDialog.lo PipedProcessCtrl.lo se_globals.lo ShellCtrlBase.lo shellproperties.lo ToolsPlus.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9241. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/CmdConfigDialog.o .libs/PipedProcessCtrl.o .libs/se_globals.o .libs/ShellCtrlBase.o .libs/shellproperties.o .libs/ToolsPlus.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libToolsPlus.so -o .libs/libToolsPlus.so
  9242. libtool: install: /usr/bin/install -c .libs/libToolsPlus.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libToolsPlus.so
  9243. libtool: install: /usr/bin/install -c .libs/libToolsPlus.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libToolsPlus.la
  9244. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  9245. ----------------------------------------------------------------------
  9246. Libraries have been installed in:
  9247. /opt/codeblocks-svn/lib/codeblocks/plugins
  9248.  
  9249. If you ever happen to want to link against installed libraries
  9250. in a given directory, LIBDIR, you must either use libtool, and
  9251. specify the full pathname of the library, or use the `-LLIBDIR'
  9252. flag during linking and do at least one of the following:
  9253. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9254. during execution
  9255. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9256. during linking
  9257. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9258. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9259.  
  9260. See any operating system documentation about shared libraries for
  9261. more information, such as the ld(1) and ld.so(8) manual pages.
  9262. ----------------------------------------------------------------------
  9263. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  9264. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  9265. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/ToolsPlus'
  9266. Making install in Valgrind
  9267. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  9268. Making install in resources
  9269. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources'
  9270. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources'
  9271. make[6]: Nothing to be done for `install-exec-am'.
  9272. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/settings'
  9273. /usr/bin/install -c -m 644 ./images/valgrind-off.png ./images/valgrind.png '/opt/codeblocks-svn/share/codeblocks/images/settings'
  9274. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  9275. /usr/bin/install -c -m 644 Valgrind.zip '/opt/codeblocks-svn/share/codeblocks'
  9276. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources'
  9277. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind/resources'
  9278. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  9279. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  9280. make[6]: Nothing to be done for `install-exec-am'.
  9281. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9282. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libValgrind.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9283. libtool: install: warning: relinking `libValgrind.la'
  9284. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libValgrind.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins Valgrind.lo ValgrindListLog.lo valgrind_config.lo ../../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9285. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/Valgrind.o .libs/ValgrindListLog.o .libs/valgrind_config.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libValgrind.so -o .libs/libValgrind.so
  9286. libtool: install: /usr/bin/install -c .libs/libValgrind.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libValgrind.so
  9287. libtool: install: /usr/bin/install -c .libs/libValgrind.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libValgrind.la
  9288. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  9289. ----------------------------------------------------------------------
  9290. Libraries have been installed in:
  9291. /opt/codeblocks-svn/lib/codeblocks/plugins
  9292.  
  9293. If you ever happen to want to link against installed libraries
  9294. in a given directory, LIBDIR, you must either use libtool, and
  9295. specify the full pathname of the library, or use the `-LLIBDIR'
  9296. flag during linking and do at least one of the following:
  9297. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9298. during execution
  9299. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9300. during linking
  9301. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9302. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9303.  
  9304. See any operating system documentation about shared libraries for
  9305. more information, such as the ld(1) and ld.so(8) manual pages.
  9306. ----------------------------------------------------------------------
  9307. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  9308. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  9309. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/Valgrind'
  9310. Making install in wxContribItems
  9311. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9312. Making install in wxchart
  9313. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9314. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9315. make[6]: Nothing to be done for `install-exec-am'.
  9316. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  9317. /usr/bin/install -c -m 644 ./include/wx/axis.h ./include/wx/bar3dchartpoints.h ./include/wx/barchartpoints.h ./include/wx/chartcolors.h ./include/wx/chartctrl.h ./include/wx/chartdef.h ./include/wx/chart.h ./include/wx/chartpoints.h ./include/wx/chartpointstypes.h ./include/wx/chartsizes.h ./include/wx/charttypes.h ./include/wx/chartwindow.h ./include/wx/legend.h ./include/wx/legendwindow.h ./include/wx/pie3dchartpoints.h ./include/wx/piechartpoints.h ./include/wx/points.h ./include/wx/xaxis.h ./include/wx/xaxiswindow.h ./include/wx/yaxis.h ./include/wx/yaxiswindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  9318. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9319. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxchartctrl.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9320. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1
  9321. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so.0 || { rm -f libwxchartctrl.so.0 && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so.0; }; })
  9322. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so || { rm -f libwxchartctrl.so && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so; }; })
  9323. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.la
  9324. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9325. ----------------------------------------------------------------------
  9326. Libraries have been installed in:
  9327. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9328.  
  9329. If you ever happen to want to link against installed libraries
  9330. in a given directory, LIBDIR, you must either use libtool, and
  9331. specify the full pathname of the library, or use the `-LLIBDIR'
  9332. flag during linking and do at least one of the following:
  9333. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9334. during execution
  9335. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9336. during linking
  9337. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9338. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9339.  
  9340. See any operating system documentation about shared libraries for
  9341. more information, such as the ld(1) and ld.so(8) manual pages.
  9342. ----------------------------------------------------------------------
  9343. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9344. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9345. Making install in wxFlatNotebook
  9346. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9347. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9348. make[6]: Nothing to be done for `install-exec-am'.
  9349. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  9350. /usr/bin/install -c -m 644 ./include/wx/wxFlatNotebook/wxFlatNotebook.h ./include/wx/wxFlatNotebook/wxFlatNotebookSDK.h ./include/wx/wxFlatNotebook/wxFNBDropTarget.h ./include/wx/wxFlatNotebook/fnb_singleton.h ./include/wx/wxFlatNotebook/fnb_smart_ptr.h ./include/wx/wxFlatNotebook/renderer.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  9351. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9352. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxflatnotebook.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9353. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.so.0.0.1
  9354. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0 || { rm -f libwxflatnotebook.so.0 && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0; }; })
  9355. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so || { rm -f libwxflatnotebook.so && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so; }; })
  9356. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.la
  9357. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9358. ----------------------------------------------------------------------
  9359. Libraries have been installed in:
  9360. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9361.  
  9362. If you ever happen to want to link against installed libraries
  9363. in a given directory, LIBDIR, you must either use libtool, and
  9364. specify the full pathname of the library, or use the `-LLIBDIR'
  9365. flag during linking and do at least one of the following:
  9366. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9367. during execution
  9368. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9369. during linking
  9370. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9371. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9372.  
  9373. See any operating system documentation about shared libraries for
  9374. more information, such as the ld(1) and ld.so(8) manual pages.
  9375. ----------------------------------------------------------------------
  9376. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9377. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9378. Making install in wxthings
  9379. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9380. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9381. make[6]: Nothing to be done for `install-exec-am'.
  9382. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  9383. /usr/bin/install -c -m 644 ./include/wx/things/toggle.h ./include/wx/things/thingdef.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  9384. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9385. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxcustombutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9386. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.so.0.0.1
  9387. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so.0 || { rm -f libwxcustombutton.so.0 && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so.0; }; })
  9388. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so || { rm -f libwxcustombutton.so && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so; }; })
  9389. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.la
  9390. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9391. ----------------------------------------------------------------------
  9392. Libraries have been installed in:
  9393. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9394.  
  9395. If you ever happen to want to link against installed libraries
  9396. in a given directory, LIBDIR, you must either use libtool, and
  9397. specify the full pathname of the library, or use the `-LLIBDIR'
  9398. flag during linking and do at least one of the following:
  9399. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9400. during execution
  9401. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9402. during linking
  9403. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9404. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9405.  
  9406. See any operating system documentation about shared libraries for
  9407. more information, such as the ld(1) and ld.so(8) manual pages.
  9408. ----------------------------------------------------------------------
  9409. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9410. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9411. Making install in wxImagePanel
  9412. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9413. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9414. make[6]: Nothing to be done for `install-exec-am'.
  9415. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  9416. /usr/bin/install -c -m 644 ./include/wx/wxImagePanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  9417. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9418. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwximagepanel.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9419. libtool: install: /usr/bin/install -c .libs/libwximagepanel.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.so.0.0.1
  9420. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so.0 || { rm -f libwximagepanel.so.0 && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so.0; }; })
  9421. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so || { rm -f libwximagepanel.so && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so; }; })
  9422. libtool: install: /usr/bin/install -c .libs/libwximagepanel.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.la
  9423. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9424. ----------------------------------------------------------------------
  9425. Libraries have been installed in:
  9426. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9427.  
  9428. If you ever happen to want to link against installed libraries
  9429. in a given directory, LIBDIR, you must either use libtool, and
  9430. specify the full pathname of the library, or use the `-LLIBDIR'
  9431. flag during linking and do at least one of the following:
  9432. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9433. during execution
  9434. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9435. during linking
  9436. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9437. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9438.  
  9439. See any operating system documentation about shared libraries for
  9440. more information, such as the ld(1) and ld.so(8) manual pages.
  9441. ----------------------------------------------------------------------
  9442. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9443. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9444. Making install in wxSpeedButton
  9445. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9446. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9447. make[6]: Nothing to be done for `install-exec-am'.
  9448. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  9449. /usr/bin/install -c -m 644 ./wxSpeedButton.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  9450. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9451. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxspeedbutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9452. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1
  9453. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0 || { rm -f libwxspeedbutton.so.0 && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0; }; })
  9454. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so || { rm -f libwxspeedbutton.so && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so; }; })
  9455. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.la
  9456. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9457. ----------------------------------------------------------------------
  9458. Libraries have been installed in:
  9459. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9460.  
  9461. If you ever happen to want to link against installed libraries
  9462. in a given directory, LIBDIR, you must either use libtool, and
  9463. specify the full pathname of the library, or use the `-LLIBDIR'
  9464. flag during linking and do at least one of the following:
  9465. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9466. during execution
  9467. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9468. during linking
  9469. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9470. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9471.  
  9472. See any operating system documentation about shared libraries for
  9473. more information, such as the ld(1) and ld.so(8) manual pages.
  9474. ----------------------------------------------------------------------
  9475. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9476. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9477. Making install in KWIC
  9478. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9479. Making install in include/wx/KWIC
  9480. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9481. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9482. make[7]: Nothing to be done for `install-exec-am'.
  9483. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  9484. /usr/bin/install -c -m 644 ./AngularMeter.h ./AngularRegulator.h ./BmpCheckBox.h ./BmpSwitcher.h ./LCDClock.h ./LCDWindow.h ./LinearMeter.h ./LinearRegulator.h ./TimeAlarm.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  9485. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9486. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  9487. Making install in include/wx/xrc
  9488. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9489. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9490. make[7]: Nothing to be done for `install-exec-am'.
  9491. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  9492. /usr/bin/install -c -m 644 .//xh_kwxangularmeterhandler.h ./xh_kwxangularregulatorhandler.h ./xh_kwxlcdclockhandler.h ./xh_kwxlcddisplayhandler.h ./xh_kwxlinearmeterhandler.h ./xh_kwxlinearregulatorhandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  9493. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9494. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  9495. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9496. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9497. make[7]: Nothing to be done for `install-exec-am'.
  9498. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9499. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxkwic.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9500. libtool: install: /usr/bin/install -c .libs/libwxkwic.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.so.0.0.1
  9501. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so.0 || { rm -f libwxkwic.so.0 && ln -s libwxkwic.so.0.0.1 libwxkwic.so.0; }; })
  9502. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so || { rm -f libwxkwic.so && ln -s libwxkwic.so.0.0.1 libwxkwic.so; }; })
  9503. libtool: install: /usr/bin/install -c .libs/libwxkwic.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.la
  9504. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9505. ----------------------------------------------------------------------
  9506. Libraries have been installed in:
  9507. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9508.  
  9509. If you ever happen to want to link against installed libraries
  9510. in a given directory, LIBDIR, you must either use libtool, and
  9511. specify the full pathname of the library, or use the `-LLIBDIR'
  9512. flag during linking and do at least one of the following:
  9513. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9514. during execution
  9515. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9516. during linking
  9517. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9518. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9519.  
  9520. See any operating system documentation about shared libraries for
  9521. more information, such as the ld(1) and ld.so(8) manual pages.
  9522. ----------------------------------------------------------------------
  9523. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9524. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9525. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  9526. Making install in wxled
  9527. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9528. Making install in gizmosled/include/wx/gizmos
  9529. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9530. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9531. make[7]: Nothing to be done for `install-exec-am'.
  9532. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  9533. /usr/bin/install -c -m 644 ./gizmos.h ./ledctrl.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  9534. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9535. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  9536. Making install in lcdWindow/include/wx
  9537. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9538. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9539. make[7]: Nothing to be done for `install-exec-am'.
  9540. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  9541. /usr/bin/install -c -m 644 ./lcdwindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  9542. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9543. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  9544. Making install in led/include/wx
  9545. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9546. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9547. make[7]: Nothing to be done for `install-exec-am'.
  9548. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  9549. /usr/bin/install -c -m 644 ./led.h ./stateLed.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  9550. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9551. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  9552. Making install in led/include/xrc
  9553. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9554. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9555. make[7]: Nothing to be done for `install-exec-am'.
  9556. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  9557. /usr/bin/install -c -m 644 ./xh_ledHandler.h ./xh_stateLedHandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  9558. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9559. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  9560. Making install in ledpanel/include/wx
  9561. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9562. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9563. make[7]: Nothing to be done for `install-exec-am'.
  9564. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  9565. /usr/bin/install -c -m 644 ./advancedmatrixobject.h ./matrixobject.h ./wxledfont.h ./wxledpanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  9566. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9567. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  9568. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9569. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9570. make[7]: Nothing to be done for `install-exec-am'.
  9571. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9572. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxled.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9573. libtool: install: /usr/bin/install -c .libs/libwxled.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.so.0.0.1
  9574. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so.0 || { rm -f libwxled.so.0 && ln -s libwxled.so.0.0.1 libwxled.so.0; }; })
  9575. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so || { rm -f libwxled.so && ln -s libwxled.so.0.0.1 libwxled.so; }; })
  9576. libtool: install: /usr/bin/install -c .libs/libwxled.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.la
  9577. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9578. ----------------------------------------------------------------------
  9579. Libraries have been installed in:
  9580. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9581.  
  9582. If you ever happen to want to link against installed libraries
  9583. in a given directory, LIBDIR, you must either use libtool, and
  9584. specify the full pathname of the library, or use the `-LLIBDIR'
  9585. flag during linking and do at least one of the following:
  9586. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9587. during execution
  9588. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9589. during linking
  9590. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9591. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9592.  
  9593. See any operating system documentation about shared libraries for
  9594. more information, such as the ld(1) and ld.so(8) manual pages.
  9595. ----------------------------------------------------------------------
  9596. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9597. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9598. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  9599. Making install in .
  9600. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9601. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9602. make[6]: Nothing to be done for `install-exec-am'.
  9603. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  9604. /usr/bin/install -c -m 644 wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc cb_wxled.pc '/opt/codeblocks-svn/lib/pkgconfig'
  9605. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9606. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9607. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9608. Making install in wxSmith
  9609. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9610. Making install in properties
  9611. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9612. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9613. make[6]: Nothing to be done for `install-exec-am'.
  9614. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/properties'
  9615. /usr/bin/install -c -m 644 ./wxspropertycontainer.h ./wxsproperties.h ./wxsboolproperty.h ./wxspropertystream.h ./wxsflagsproperty.h ./wxsfloatproperty.h ./wxsemptyproperty.h ./wxslongproperty.h ./wxsarraystringeditordlg.h ./wxsenumproperty.h ./wxsarraystringproperty.h ./wxsstringproperty.h ./wxsquickpropspanel.h ./wxsproperty.h ./wxspropertygridmanager.h ./wxscustomeditorproperty.h ./wxseditenumproperty.h '/opt/codeblocks-svn/include/wxsmith/properties'
  9616. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9617. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9618. Making install in wxwidgets
  9619. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9620. Making install in defitems
  9621. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9622. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9623. make[7]: Nothing to be done for `install-exec-am'.
  9624. make[7]: Nothing to be done for `install-data-am'.
  9625. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9626. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9627. Making install in icons
  9628. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9629. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9630. make[7]: Nothing to be done for `install-exec-am'.
  9631. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9632. /usr/bin/install -c -m 644 ./Custom16.png ./Custom32.png ./deletewidget16.png ./deletewidget32.png ./insertafter16.png ./insertafter32.png ./insertbefore16.png ./insertbefore32.png ./insertinto16.png ./insertinto32.png ./insertpoint16.png ./insertpoint32.png ./quickpropsclose16.png ./quickpropsclose32.png ./quickpropsopen16.png ./quickpropsopen32.png ./selected16.png ./selected32.png ./showpreview16.png ./showpreview32.png ./Spacer16.png ./Spacer32.png ./wxAnimationCtrl16.png ./wxAnimationCtrl32.png ./wxBitmapButton16.png ./wxBitmapButton32.png ./wxBitmapComboBox16.png ./wxBitmapComboBox32.png ./wxBoxSizer16.png ./wxBoxSizer32.png ./wxButton16.png ./wxButton32.png ./wxCalendarCtrl16.png ./wxCalendarCtrl32.png ./wxCheckBox16.png ./wxCheckBox32.png ./wxCheckListBox16.png ./wxCheckListBox32.png ./wxChoice16.png ./wxChoice32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9633. /usr/bin/install -c -m 644 ./wxChoicebook16.png ./wxChoicebook32.png ./wxColourDialog16.png ./wxColourDialog32.png ./wxColourPickerCtrl16.png ./wxColourPickerCtrl32.png ./wxComboBox16.png ./wxComboBox32.png ./wxContextHelpButton16.png ./wxContextHelpButton32.png ./wxDatePickerCtrl16.png ./wxDatePickerCtrl32.png ./wxDialog16.png ./wxDialog32.png ./wxDialUpManager16.png ./wxDialUpManager32.png ./wxDirDialog16.png ./wxDirDialog32.png ./wxDirPickerCtrl16.png ./wxDirPickerCtrl32.png ./wxFileDialog16.png ./wxFileDialog32.png ./wxFilePickerCtrl16.png ./wxFilePickerCtrl32.png ./wxFindReplaceDialog16.png ./wxFindReplaceDialog32.png ./wxFlexGridSizer16.png ./wxFlexGridSizer32.png ./wxFontDialog16.png ./wxFontDialog32.png ./wxFontPickerCtrl16.png ./wxFontPickerCtrl32.png ./wxFrame16.png ./wxFrame32.png ./wxGauge16.png ./wxGauge32.png ./wxGenericDirCtrl16.png ./wxGenericDirCtrl32.png ./wxGLCanvas16.png ./wxGLCanvas32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9634. /usr/bin/install -c -m 644 ./wxGrid16.png ./wxGrid32.png ./wxGridSizer16.png ./wxGridSizer32.png ./wxHtmlEasyPrinting16.png ./wxHtmlEasyPrinting32.png ./wxHtmlWindow16.png ./wxHtmlWindow32.png ./wxHyperlinkCtrl16.png ./wxHyperlinkCtrl32.png ./wxImage16.png ./wxImage32.png ./wxImageList16.png ./wxImageList32.png ./wxListbook16.png ./wxListbook32.png ./wxListBox16.png ./wxListBox32.png ./wxListCtrl16.png ./wxListCtrl32.png ./wxListView16.png ./wxListView32.png ./wxMediaCtrl16.png ./wxMediaCtrl32.png ./wxMenu16.png ./wxMenu32.png ./wxMenuBar16.png ./wxMenuBar32.png ./wxMenuItem16.png ./wxMenuItem32.png ./wxMessageDialog16.png ./wxMessageDialog32.png ./wxMultiChoiceDialog16.png ./wxMultiChoiceDialog32.png ./wxNotebook16.png ./wxNotebook32.png ./wxPageSetupDialog16.png ./wxPageSetupDialog32.png ./wxPanel16.png ./wxPanel32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9635. /usr/bin/install -c -m 644 ./wxPasswordEntryDialog16.png ./wxPasswordEntryDialog32.png ./wxPrintDialog16.png ./wxPrintDialog32.png ./wxProgressDialog16.png ./wxProgressDialog32.png ./wxRadioBox16.png ./wxRadioBox32.png ./wxRadioButton16.png ./wxRadioButton32.png ./wxRichTextCtrl16.png ./wxRichTextCtrl32.png ./wxRichTextFormattingDialog16.png ./wxRichTextFormattingDialog32.png ./wxRichTextStyleComboCtrl16.png ./wxRichTextStyleComboCtrl32.png ./wxRichTextStyleListBox16.png ./wxRichTextStyleListBox32.png ./wxRichTextStyleListCtrl16.png ./wxRichTextStyleListCtrl32.png ./wxRichTextStyleOrganiserDialog16.png ./wxRichTextStyleOrganiserDialog32.png ./wxSashLayoutWindow16.png ./wxSashLayoutWindow32.png ./wxSashWindow16.png ./wxSashWindow32.png ./wxScrollBar16.png ./wxScrollBar32.png ./wxScrolledWindow16.png ./wxScrolledWindow32.png ./wxScrollingDialog16.png ./wxScrollingDialog32.png ./wxSearchCtrl16.png ./wxSearchCtrl32.png ./wxSimpleHtmlListBox16.png ./wxSimpleHtmlListBox32.png ./wxSingleChoiceDialog16.png ./wxSingleChoiceDialog32.png ./wxSingleInstanceChecker16.png ./wxSingleInstanceChecker32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9636. /usr/bin/install -c -m 644 ./wxSlider16.png ./wxSlider32.png ./wxSmith16.png ./wxSmith32.png ./wxSpinButton16.png ./wxSpinButton32.png ./wxSpinCtrl16.png ./wxSpinCtrl32.png ./wxSplitterWindow16.png ./wxSplitterWindow32.png ./wxStaticBitmap16.png ./wxStaticBitmap32.png ./wxStaticBox16.png ./wxStaticBox32.png ./wxStaticBoxSizer16.png ./wxStaticBoxSizer32.png ./wxStaticLine16.png ./wxStaticLine32.png ./wxStaticText16.png ./wxStaticText32.png ./wxStatusBar16.png ./wxStatusBar32.png ./wxStdDialogButtonSizer16.png ./wxStdDialogButtonSizer32.png ./wxStopWatch16.png ./wxStopWatch32.png ./wxSymbolPickerDialog16.png ./wxSymbolPickerDialog32.png ./wxTextCtrl16.png ./wxTextCtrl32.png ./wxTextEntryDialog16.png ./wxTextEntryDialog32.png ./wxTimer16.png ./wxTimer32.png ./wxToggleButton16.png ./wxToggleButton32.png ./wxToolBar16.png ./wxToolBar32.png ./wxToolBarItem16.png ./wxToolBarItem32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9637. /usr/bin/install -c -m 644 ./wxTreebook16.png ./wxTreebook32.png ./wxTreeCtrl16.png ./wxTreeCtrl32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9638. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9639. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9640. Making install in properties
  9641. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9642. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9643. make[7]: Nothing to be done for `install-exec-am'.
  9644. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/wxwidgets/properties/'
  9645. /usr/bin/install -c -m 644 ./wxsdimensionproperty.h ./wxsbitmapiconproperty.h ./wxsarraystringcheckeditordlg.h ./wxsfonteditordlg.h ./wxspositionsizeproperty.h ./wxsstyleproperty.h ./wxscolourproperty.h ./wxsarraystringcheckproperty.h ./wxsfontproperty.h ./wxssizerflagsproperty.h ./wxsfontfaceeditordlg.h ./wxsbitmapiconeditordlg.h ./wxssimplefonteditordlg.h ./wxsimagelisteditordlg.h ./wxsimagelistproperty.h ./wxsimageproperty.h ./wxsimagecomboeditordlg.h ./wxsimagecomboproperty.h ./wxsimagetreeeditordlg.h ./wxsimagetreeproperty.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/properties/'
  9646. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9647. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9648. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9649. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9650. make[7]: Nothing to be done for `install-exec-am'.
  9651. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  9652. /usr/bin/install -c -m 644 ./wxsitemresdata.h ./wxspredefinedids.h ./wxsdrawingwindow.h ./wxsitemeditorcontent.h ./wxsbaseproperties.h ./wxwidgetsgui.h ./wxsexproperties.h ./wxssizer.h ./wxsitemres.h ./wxwidgetsres.h ./wxscustomwidgetxmlhandler.h ./wxswidget.h ./wxscorrector.h ./wxsnewwindowdlg.h ./wxsiteminfo.h ./wxseventseditor.h ./wxsitemeditordragassist.h ./wxwidgetsresfactory.h ./wxsparent.h ./wxsitemresdataobject.h ./wxwidgetsguiconfigpanel.h ./wxsevents.h ./wxsitemeditor.h ./wxwidgetsguiappadoptingdlg.h ./wxsdialogres.h ./wxsscrollingdialogres.h ./wxsitemundobuffer.h ./wxsitemrestreedata.h ./wxscontainer.h ./wxsitemfactory.h ./wxsitem.h ./wxsstyle.h ./wxsframeres.h ./wxspanelres.h ./wxssizerparentqp.h ./wxstool.h ./wxstoolspace.h ./wxsgridpanel.h ./wxsdeleteitemres.h ./wxscodercontext.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  9653. /usr/bin/install -c -m 644 ./wxscodegenerator.h ./wxsflags.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  9654. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9655. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9656. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9657. Making install in .
  9658. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9659. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9660. /bin/mkdir -p '/opt/codeblocks-svn/lib'
  9661. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libwxsmithlib.la '/opt/codeblocks-svn/lib'
  9662. libtool: install: warning: relinking `libwxsmithlib.la'
  9663. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -version-info 0:1:0 -shared -Wl,--no-undefined -o libwxsmithlib.la -rpath /opt/codeblocks-svn/lib ./wxsadvqpp.lo ./wxsadvqppchild.lo ./wxscoder.lo ./wxscodinglang.lo ./wxseditor.lo ./wxsextresmanager.lo ./wxsgui.lo ./wxsguifactory.lo ./wxsmith.lo ./wxsmithmime.lo ./wxsproject.lo ./wxsresource.lo ./wxsresourcefactory.lo ./wxsresourcetree.lo ./wxsresourcetreeitemdata.lo ./wxsstoringsplitterwindow.lo ./wxsversionconverter.lo ./wxssettings.lo ./wxsautoresourcetreeimage.lo ../../../sdk/libcodeblocks.la properties/libwxsmith_properties.la wxwidgets/libwxsmith_wxwidgets.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9664. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./.libs/wxsadvqpp.o ./.libs/wxsadvqppchild.o ./.libs/wxscoder.o ./.libs/wxscodinglang.o ./.libs/wxseditor.o ./.libs/wxsextresmanager.o ./.libs/wxsgui.o ./.libs/wxsguifactory.o ./.libs/wxsmith.o ./.libs/wxsmithmime.o ./.libs/wxsproject.o ./.libs/wxsresource.o ./.libs/wxsresourcefactory.o ./.libs/wxsresourcetree.o ./.libs/wxsresourcetreeitemdata.o ./.libs/wxsstoringsplitterwindow.o ./.libs/wxsversionconverter.o ./.libs/wxssettings.o ./.libs/wxsautoresourcetreeimage.o -Wl,--whole-archive properties/.libs/libwxsmith_properties.a wxwidgets/.libs/libwxsmith_wxwidgets.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lglib-2.0 -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmithlib.so.0 -o .libs/libwxsmithlib.so.0.0.1
  9665. libtool: install: /usr/bin/install -c .libs/libwxsmithlib.so.0.0.1T /opt/codeblocks-svn/lib/libwxsmithlib.so.0.0.1
  9666. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libwxsmithlib.so.0.0.1 libwxsmithlib.so.0 || { rm -f libwxsmithlib.so.0 && ln -s libwxsmithlib.so.0.0.1 libwxsmithlib.so.0; }; })
  9667. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libwxsmithlib.so.0.0.1 libwxsmithlib.so || { rm -f libwxsmithlib.so && ln -s libwxsmithlib.so.0.0.1 libwxsmithlib.so; }; })
  9668. libtool: install: /usr/bin/install -c .libs/libwxsmithlib.lai /opt/codeblocks-svn/lib/libwxsmithlib.la
  9669. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib
  9670. ----------------------------------------------------------------------
  9671. Libraries have been installed in:
  9672. /opt/codeblocks-svn/lib
  9673.  
  9674. If you ever happen to want to link against installed libraries
  9675. in a given directory, LIBDIR, you must either use libtool, and
  9676. specify the full pathname of the library, or use the `-LLIBDIR'
  9677. flag during linking and do at least one of the following:
  9678. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9679. during execution
  9680. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9681. during linking
  9682. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9683. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9684.  
  9685. See any operating system documentation about shared libraries for
  9686. more information, such as the ld(1) and ld.so(8) manual pages.
  9687. ----------------------------------------------------------------------
  9688. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  9689. /usr/bin/install -c -m 644 wxsmith.pc '/opt/codeblocks-svn/lib/pkgconfig'
  9690. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  9691. /usr/bin/install -c -m 644 wxsmith.zip '/opt/codeblocks-svn/share/codeblocks'
  9692. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/'
  9693. /usr/bin/install -c -m 644 ./wxsadvqpp.h ./wxsadvqppchild.h ./wxsautoresourcetreeimage.h ./wxscodinglang.h ./wxsgui.h ./wxsguifactory.h ./wxseditor.h ./wxsproject.h ./wxsresource.h ./wxsresourcefactory.h ./wxsresourcetree.h ./wxsresourcetreeitemdata.h '/opt/codeblocks-svn/include/wxsmith/'
  9694. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9695. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9696. Making install in plugin
  9697. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9698. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9699. make[6]: Nothing to be done for `install-exec-am'.
  9700. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9701. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxsmith.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9702. libtool: install: warning: relinking `libwxsmith.la'
  9703. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins wxsmithpluginregistrants.lo ../../../../sdk/libcodeblocks.la ../libwxsmithlib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9704. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/wxsmithpluginregistrants.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lwxsmithlib -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmith.so -o .libs/libwxsmith.so
  9705. libtool: install: /usr/bin/install -c .libs/libwxsmith.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmith.so
  9706. libtool: install: /usr/bin/install -c .libs/libwxsmith.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmith.la
  9707. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  9708. ----------------------------------------------------------------------
  9709. Libraries have been installed in:
  9710. /opt/codeblocks-svn/lib/codeblocks/plugins
  9711.  
  9712. If you ever happen to want to link against installed libraries
  9713. in a given directory, LIBDIR, you must either use libtool, and
  9714. specify the full pathname of the library, or use the `-LLIBDIR'
  9715. flag during linking and do at least one of the following:
  9716. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9717. during execution
  9718. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9719. during linking
  9720. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9721. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9722.  
  9723. See any operating system documentation about shared libraries for
  9724. more information, such as the ld(1) and ld.so(8) manual pages.
  9725. ----------------------------------------------------------------------
  9726. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9727. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9728. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9729. Making install in wxSmith
  9730. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9731. Making install in properties
  9732. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9733. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9734. make[6]: Nothing to be done for `install-exec-am'.
  9735. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/properties'
  9736. /usr/bin/install -c -m 644 ./wxspropertycontainer.h ./wxsproperties.h ./wxsboolproperty.h ./wxspropertystream.h ./wxsflagsproperty.h ./wxsfloatproperty.h ./wxsemptyproperty.h ./wxslongproperty.h ./wxsarraystringeditordlg.h ./wxsenumproperty.h ./wxsarraystringproperty.h ./wxsstringproperty.h ./wxsquickpropspanel.h ./wxsproperty.h ./wxspropertygridmanager.h ./wxscustomeditorproperty.h ./wxseditenumproperty.h '/opt/codeblocks-svn/include/wxsmith/properties'
  9737. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9738. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  9739. Making install in wxwidgets
  9740. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9741. Making install in defitems
  9742. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9743. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9744. make[7]: Nothing to be done for `install-exec-am'.
  9745. make[7]: Nothing to be done for `install-data-am'.
  9746. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9747. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  9748. Making install in icons
  9749. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9750. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9751. make[7]: Nothing to be done for `install-exec-am'.
  9752. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9753. /usr/bin/install -c -m 644 ./Custom16.png ./Custom32.png ./deletewidget16.png ./deletewidget32.png ./insertafter16.png ./insertafter32.png ./insertbefore16.png ./insertbefore32.png ./insertinto16.png ./insertinto32.png ./insertpoint16.png ./insertpoint32.png ./quickpropsclose16.png ./quickpropsclose32.png ./quickpropsopen16.png ./quickpropsopen32.png ./selected16.png ./selected32.png ./showpreview16.png ./showpreview32.png ./Spacer16.png ./Spacer32.png ./wxAnimationCtrl16.png ./wxAnimationCtrl32.png ./wxBitmapButton16.png ./wxBitmapButton32.png ./wxBitmapComboBox16.png ./wxBitmapComboBox32.png ./wxBoxSizer16.png ./wxBoxSizer32.png ./wxButton16.png ./wxButton32.png ./wxCalendarCtrl16.png ./wxCalendarCtrl32.png ./wxCheckBox16.png ./wxCheckBox32.png ./wxCheckListBox16.png ./wxCheckListBox32.png ./wxChoice16.png ./wxChoice32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9754. /usr/bin/install -c -m 644 ./wxChoicebook16.png ./wxChoicebook32.png ./wxColourDialog16.png ./wxColourDialog32.png ./wxColourPickerCtrl16.png ./wxColourPickerCtrl32.png ./wxComboBox16.png ./wxComboBox32.png ./wxContextHelpButton16.png ./wxContextHelpButton32.png ./wxDatePickerCtrl16.png ./wxDatePickerCtrl32.png ./wxDialog16.png ./wxDialog32.png ./wxDialUpManager16.png ./wxDialUpManager32.png ./wxDirDialog16.png ./wxDirDialog32.png ./wxDirPickerCtrl16.png ./wxDirPickerCtrl32.png ./wxFileDialog16.png ./wxFileDialog32.png ./wxFilePickerCtrl16.png ./wxFilePickerCtrl32.png ./wxFindReplaceDialog16.png ./wxFindReplaceDialog32.png ./wxFlexGridSizer16.png ./wxFlexGridSizer32.png ./wxFontDialog16.png ./wxFontDialog32.png ./wxFontPickerCtrl16.png ./wxFontPickerCtrl32.png ./wxFrame16.png ./wxFrame32.png ./wxGauge16.png ./wxGauge32.png ./wxGenericDirCtrl16.png ./wxGenericDirCtrl32.png ./wxGLCanvas16.png ./wxGLCanvas32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9755. /usr/bin/install -c -m 644 ./wxGrid16.png ./wxGrid32.png ./wxGridSizer16.png ./wxGridSizer32.png ./wxHtmlEasyPrinting16.png ./wxHtmlEasyPrinting32.png ./wxHtmlWindow16.png ./wxHtmlWindow32.png ./wxHyperlinkCtrl16.png ./wxHyperlinkCtrl32.png ./wxImage16.png ./wxImage32.png ./wxImageList16.png ./wxImageList32.png ./wxListbook16.png ./wxListbook32.png ./wxListBox16.png ./wxListBox32.png ./wxListCtrl16.png ./wxListCtrl32.png ./wxListView16.png ./wxListView32.png ./wxMediaCtrl16.png ./wxMediaCtrl32.png ./wxMenu16.png ./wxMenu32.png ./wxMenuBar16.png ./wxMenuBar32.png ./wxMenuItem16.png ./wxMenuItem32.png ./wxMessageDialog16.png ./wxMessageDialog32.png ./wxMultiChoiceDialog16.png ./wxMultiChoiceDialog32.png ./wxNotebook16.png ./wxNotebook32.png ./wxPageSetupDialog16.png ./wxPageSetupDialog32.png ./wxPanel16.png ./wxPanel32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9756. /usr/bin/install -c -m 644 ./wxPasswordEntryDialog16.png ./wxPasswordEntryDialog32.png ./wxPrintDialog16.png ./wxPrintDialog32.png ./wxProgressDialog16.png ./wxProgressDialog32.png ./wxRadioBox16.png ./wxRadioBox32.png ./wxRadioButton16.png ./wxRadioButton32.png ./wxRichTextCtrl16.png ./wxRichTextCtrl32.png ./wxRichTextFormattingDialog16.png ./wxRichTextFormattingDialog32.png ./wxRichTextStyleComboCtrl16.png ./wxRichTextStyleComboCtrl32.png ./wxRichTextStyleListBox16.png ./wxRichTextStyleListBox32.png ./wxRichTextStyleListCtrl16.png ./wxRichTextStyleListCtrl32.png ./wxRichTextStyleOrganiserDialog16.png ./wxRichTextStyleOrganiserDialog32.png ./wxSashLayoutWindow16.png ./wxSashLayoutWindow32.png ./wxSashWindow16.png ./wxSashWindow32.png ./wxScrollBar16.png ./wxScrollBar32.png ./wxScrolledWindow16.png ./wxScrolledWindow32.png ./wxScrollingDialog16.png ./wxScrollingDialog32.png ./wxSearchCtrl16.png ./wxSearchCtrl32.png ./wxSimpleHtmlListBox16.png ./wxSimpleHtmlListBox32.png ./wxSingleChoiceDialog16.png ./wxSingleChoiceDialog32.png ./wxSingleInstanceChecker16.png ./wxSingleInstanceChecker32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9757. /usr/bin/install -c -m 644 ./wxSlider16.png ./wxSlider32.png ./wxSmith16.png ./wxSmith32.png ./wxSpinButton16.png ./wxSpinButton32.png ./wxSpinCtrl16.png ./wxSpinCtrl32.png ./wxSplitterWindow16.png ./wxSplitterWindow32.png ./wxStaticBitmap16.png ./wxStaticBitmap32.png ./wxStaticBox16.png ./wxStaticBox32.png ./wxStaticBoxSizer16.png ./wxStaticBoxSizer32.png ./wxStaticLine16.png ./wxStaticLine32.png ./wxStaticText16.png ./wxStaticText32.png ./wxStatusBar16.png ./wxStatusBar32.png ./wxStdDialogButtonSizer16.png ./wxStdDialogButtonSizer32.png ./wxStopWatch16.png ./wxStopWatch32.png ./wxSymbolPickerDialog16.png ./wxSymbolPickerDialog32.png ./wxTextCtrl16.png ./wxTextCtrl32.png ./wxTextEntryDialog16.png ./wxTextEntryDialog32.png ./wxTimer16.png ./wxTimer32.png ./wxToggleButton16.png ./wxToggleButton32.png ./wxToolBar16.png ./wxToolBar32.png ./wxToolBarItem16.png ./wxToolBarItem32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9758. /usr/bin/install -c -m 644 ./wxTreebook16.png ./wxTreebook32.png ./wxTreeCtrl16.png ./wxTreeCtrl32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  9759. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9760. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  9761. Making install in properties
  9762. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9763. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9764. make[7]: Nothing to be done for `install-exec-am'.
  9765. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/wxwidgets/properties/'
  9766. /usr/bin/install -c -m 644 ./wxsdimensionproperty.h ./wxsbitmapiconproperty.h ./wxsarraystringcheckeditordlg.h ./wxsfonteditordlg.h ./wxspositionsizeproperty.h ./wxsstyleproperty.h ./wxscolourproperty.h ./wxsarraystringcheckproperty.h ./wxsfontproperty.h ./wxssizerflagsproperty.h ./wxsfontfaceeditordlg.h ./wxsbitmapiconeditordlg.h ./wxssimplefonteditordlg.h ./wxsimagelisteditordlg.h ./wxsimagelistproperty.h ./wxsimageproperty.h ./wxsimagecomboeditordlg.h ./wxsimagecomboproperty.h ./wxsimagetreeeditordlg.h ./wxsimagetreeproperty.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/properties/'
  9767. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9768. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  9769. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9770. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9771. make[7]: Nothing to be done for `install-exec-am'.
  9772. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  9773. /usr/bin/install -c -m 644 ./wxsitemresdata.h ./wxspredefinedids.h ./wxsdrawingwindow.h ./wxsitemeditorcontent.h ./wxsbaseproperties.h ./wxwidgetsgui.h ./wxsexproperties.h ./wxssizer.h ./wxsitemres.h ./wxwidgetsres.h ./wxscustomwidgetxmlhandler.h ./wxswidget.h ./wxscorrector.h ./wxsnewwindowdlg.h ./wxsiteminfo.h ./wxseventseditor.h ./wxsitemeditordragassist.h ./wxwidgetsresfactory.h ./wxsparent.h ./wxsitemresdataobject.h ./wxwidgetsguiconfigpanel.h ./wxsevents.h ./wxsitemeditor.h ./wxwidgetsguiappadoptingdlg.h ./wxsdialogres.h ./wxsscrollingdialogres.h ./wxsitemundobuffer.h ./wxsitemrestreedata.h ./wxscontainer.h ./wxsitemfactory.h ./wxsitem.h ./wxsstyle.h ./wxsframeres.h ./wxspanelres.h ./wxssizerparentqp.h ./wxstool.h ./wxstoolspace.h ./wxsgridpanel.h ./wxsdeleteitemres.h ./wxscodercontext.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  9774. /usr/bin/install -c -m 644 ./wxscodegenerator.h ./wxsflags.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  9775. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9776. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9777. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  9778. Making install in .
  9779. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9780. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9781. /bin/mkdir -p '/opt/codeblocks-svn/lib'
  9782. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libwxsmithlib.la '/opt/codeblocks-svn/lib'
  9783. libtool: install: warning: relinking `libwxsmithlib.la'
  9784. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -version-info 0:1:0 -shared -Wl,--no-undefined -o libwxsmithlib.la -rpath /opt/codeblocks-svn/lib ./wxsadvqpp.lo ./wxsadvqppchild.lo ./wxscoder.lo ./wxscodinglang.lo ./wxseditor.lo ./wxsextresmanager.lo ./wxsgui.lo ./wxsguifactory.lo ./wxsmith.lo ./wxsmithmime.lo ./wxsproject.lo ./wxsresource.lo ./wxsresourcefactory.lo ./wxsresourcetree.lo ./wxsresourcetreeitemdata.lo ./wxsstoringsplitterwindow.lo ./wxsversionconverter.lo ./wxssettings.lo ./wxsautoresourcetreeimage.lo ../../../sdk/libcodeblocks.la properties/libwxsmith_properties.la wxwidgets/libwxsmith_wxwidgets.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9785. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./.libs/wxsadvqpp.o ./.libs/wxsadvqppchild.o ./.libs/wxscoder.o ./.libs/wxscodinglang.o ./.libs/wxseditor.o ./.libs/wxsextresmanager.o ./.libs/wxsgui.o ./.libs/wxsguifactory.o ./.libs/wxsmith.o ./.libs/wxsmithmime.o ./.libs/wxsproject.o ./.libs/wxsresource.o ./.libs/wxsresourcefactory.o ./.libs/wxsresourcetree.o ./.libs/wxsresourcetreeitemdata.o ./.libs/wxsstoringsplitterwindow.o ./.libs/wxsversionconverter.o ./.libs/wxssettings.o ./.libs/wxsautoresourcetreeimage.o -Wl,--whole-archive properties/.libs/libwxsmith_properties.a wxwidgets/.libs/libwxsmith_wxwidgets.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lglib-2.0 -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmithlib.so.0 -o .libs/libwxsmithlib.so.0.0.1
  9786. libtool: install: /usr/bin/install -c .libs/libwxsmithlib.so.0.0.1T /opt/codeblocks-svn/lib/libwxsmithlib.so.0.0.1
  9787. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libwxsmithlib.so.0.0.1 libwxsmithlib.so.0 || { rm -f libwxsmithlib.so.0 && ln -s libwxsmithlib.so.0.0.1 libwxsmithlib.so.0; }; })
  9788. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libwxsmithlib.so.0.0.1 libwxsmithlib.so || { rm -f libwxsmithlib.so && ln -s libwxsmithlib.so.0.0.1 libwxsmithlib.so; }; })
  9789. libtool: install: /usr/bin/install -c .libs/libwxsmithlib.lai /opt/codeblocks-svn/lib/libwxsmithlib.la
  9790. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib
  9791. ----------------------------------------------------------------------
  9792. Libraries have been installed in:
  9793. /opt/codeblocks-svn/lib
  9794.  
  9795. If you ever happen to want to link against installed libraries
  9796. in a given directory, LIBDIR, you must either use libtool, and
  9797. specify the full pathname of the library, or use the `-LLIBDIR'
  9798. flag during linking and do at least one of the following:
  9799. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9800. during execution
  9801. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9802. during linking
  9803. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9804. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9805.  
  9806. See any operating system documentation about shared libraries for
  9807. more information, such as the ld(1) and ld.so(8) manual pages.
  9808. ----------------------------------------------------------------------
  9809. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  9810. /usr/bin/install -c -m 644 wxsmith.pc '/opt/codeblocks-svn/lib/pkgconfig'
  9811. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  9812. /usr/bin/install -c -m 644 wxsmith.zip '/opt/codeblocks-svn/share/codeblocks'
  9813. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/'
  9814. /usr/bin/install -c -m 644 ./wxsadvqpp.h ./wxsadvqppchild.h ./wxsautoresourcetreeimage.h ./wxscodinglang.h ./wxsgui.h ./wxsguifactory.h ./wxseditor.h ./wxsproject.h ./wxsresource.h ./wxsresourcefactory.h ./wxsresourcetree.h ./wxsresourcetreeitemdata.h '/opt/codeblocks-svn/include/wxsmith/'
  9815. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9816. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9817. Making install in plugin
  9818. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9819. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9820. make[6]: Nothing to be done for `install-exec-am'.
  9821. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9822. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxsmith.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  9823. libtool: install: warning: relinking `libwxsmith.la'
  9824. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins wxsmithpluginregistrants.lo ../../../../sdk/libcodeblocks.la ../libwxsmithlib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  9825. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/wxsmithpluginregistrants.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lwxsmithlib -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmith.so -o .libs/libwxsmith.so
  9826. libtool: install: /usr/bin/install -c .libs/libwxsmith.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmith.so
  9827. libtool: install: /usr/bin/install -c .libs/libwxsmith.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmith.la
  9828. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  9829. ----------------------------------------------------------------------
  9830. Libraries have been installed in:
  9831. /opt/codeblocks-svn/lib/codeblocks/plugins
  9832.  
  9833. If you ever happen to want to link against installed libraries
  9834. in a given directory, LIBDIR, you must either use libtool, and
  9835. specify the full pathname of the library, or use the `-LLIBDIR'
  9836. flag during linking and do at least one of the following:
  9837. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9838. during execution
  9839. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9840. during linking
  9841. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9842. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9843.  
  9844. See any operating system documentation about shared libraries for
  9845. more information, such as the ld(1) and ld.so(8) manual pages.
  9846. ----------------------------------------------------------------------
  9847. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9848. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  9849. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  9850. Making install in wxContribItems
  9851. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  9852. Making install in wxchart
  9853. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9854. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9855. make[6]: Nothing to be done for `install-exec-am'.
  9856. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  9857. /usr/bin/install -c -m 644 ./include/wx/axis.h ./include/wx/bar3dchartpoints.h ./include/wx/barchartpoints.h ./include/wx/chartcolors.h ./include/wx/chartctrl.h ./include/wx/chartdef.h ./include/wx/chart.h ./include/wx/chartpoints.h ./include/wx/chartpointstypes.h ./include/wx/chartsizes.h ./include/wx/charttypes.h ./include/wx/chartwindow.h ./include/wx/legend.h ./include/wx/legendwindow.h ./include/wx/pie3dchartpoints.h ./include/wx/piechartpoints.h ./include/wx/points.h ./include/wx/xaxis.h ./include/wx/xaxiswindow.h ./include/wx/yaxis.h ./include/wx/yaxiswindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxchart/include/wx'
  9858. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9859. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxchartctrl.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9860. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.so.0.0.1
  9861. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so.0 || { rm -f libwxchartctrl.so.0 && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so.0; }; })
  9862. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxchartctrl.so.0.0.1 libwxchartctrl.so || { rm -f libwxchartctrl.so && ln -s libwxchartctrl.so.0.0.1 libwxchartctrl.so; }; })
  9863. libtool: install: /usr/bin/install -c .libs/libwxchartctrl.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxchartctrl.la
  9864. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9865. ----------------------------------------------------------------------
  9866. Libraries have been installed in:
  9867. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9868.  
  9869. If you ever happen to want to link against installed libraries
  9870. in a given directory, LIBDIR, you must either use libtool, and
  9871. specify the full pathname of the library, or use the `-LLIBDIR'
  9872. flag during linking and do at least one of the following:
  9873. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9874. during execution
  9875. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9876. during linking
  9877. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9878. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9879.  
  9880. See any operating system documentation about shared libraries for
  9881. more information, such as the ld(1) and ld.so(8) manual pages.
  9882. ----------------------------------------------------------------------
  9883. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9884. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxchart'
  9885. Making install in wxFlatNotebook
  9886. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9887. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9888. make[6]: Nothing to be done for `install-exec-am'.
  9889. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  9890. /usr/bin/install -c -m 644 ./include/wx/wxFlatNotebook/wxFlatNotebook.h ./include/wx/wxFlatNotebook/wxFlatNotebookSDK.h ./include/wx/wxFlatNotebook/wxFNBDropTarget.h ./include/wx/wxFlatNotebook/fnb_singleton.h ./include/wx/wxFlatNotebook/fnb_smart_ptr.h ./include/wx/wxFlatNotebook/renderer.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxFlatNotebook/include/wx/wxFlatNotebook'
  9891. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9892. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxflatnotebook.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9893. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.so.0.0.1
  9894. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0 || { rm -f libwxflatnotebook.so.0 && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so.0; }; })
  9895. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxflatnotebook.so.0.0.1 libwxflatnotebook.so || { rm -f libwxflatnotebook.so && ln -s libwxflatnotebook.so.0.0.1 libwxflatnotebook.so; }; })
  9896. libtool: install: /usr/bin/install -c .libs/libwxflatnotebook.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxflatnotebook.la
  9897. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9898. ----------------------------------------------------------------------
  9899. Libraries have been installed in:
  9900. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9901.  
  9902. If you ever happen to want to link against installed libraries
  9903. in a given directory, LIBDIR, you must either use libtool, and
  9904. specify the full pathname of the library, or use the `-LLIBDIR'
  9905. flag during linking and do at least one of the following:
  9906. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9907. during execution
  9908. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9909. during linking
  9910. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9911. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9912.  
  9913. See any operating system documentation about shared libraries for
  9914. more information, such as the ld(1) and ld.so(8) manual pages.
  9915. ----------------------------------------------------------------------
  9916. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9917. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxFlatNotebook'
  9918. Making install in wxthings
  9919. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9920. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9921. make[6]: Nothing to be done for `install-exec-am'.
  9922. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  9923. /usr/bin/install -c -m 644 ./include/wx/things/toggle.h ./include/wx/things/thingdef.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxthings/include/wx/things'
  9924. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9925. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxcustombutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9926. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.so.0.0.1
  9927. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so.0 || { rm -f libwxcustombutton.so.0 && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so.0; }; })
  9928. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxcustombutton.so.0.0.1 libwxcustombutton.so || { rm -f libwxcustombutton.so && ln -s libwxcustombutton.so.0.0.1 libwxcustombutton.so; }; })
  9929. libtool: install: /usr/bin/install -c .libs/libwxcustombutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxcustombutton.la
  9930. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9931. ----------------------------------------------------------------------
  9932. Libraries have been installed in:
  9933. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9934.  
  9935. If you ever happen to want to link against installed libraries
  9936. in a given directory, LIBDIR, you must either use libtool, and
  9937. specify the full pathname of the library, or use the `-LLIBDIR'
  9938. flag during linking and do at least one of the following:
  9939. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9940. during execution
  9941. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9942. during linking
  9943. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9944. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9945.  
  9946. See any operating system documentation about shared libraries for
  9947. more information, such as the ld(1) and ld.so(8) manual pages.
  9948. ----------------------------------------------------------------------
  9949. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9950. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxthings'
  9951. Making install in wxImagePanel
  9952. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9953. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9954. make[6]: Nothing to be done for `install-exec-am'.
  9955. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  9956. /usr/bin/install -c -m 644 ./include/wx/wxImagePanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxImagePanel/include/wx'
  9957. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9958. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwximagepanel.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9959. libtool: install: /usr/bin/install -c .libs/libwximagepanel.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.so.0.0.1
  9960. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so.0 || { rm -f libwximagepanel.so.0 && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so.0; }; })
  9961. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwximagepanel.so.0.0.1 libwximagepanel.so || { rm -f libwximagepanel.so && ln -s libwximagepanel.so.0.0.1 libwximagepanel.so; }; })
  9962. libtool: install: /usr/bin/install -c .libs/libwximagepanel.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwximagepanel.la
  9963. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9964. ----------------------------------------------------------------------
  9965. Libraries have been installed in:
  9966. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9967.  
  9968. If you ever happen to want to link against installed libraries
  9969. in a given directory, LIBDIR, you must either use libtool, and
  9970. specify the full pathname of the library, or use the `-LLIBDIR'
  9971. flag during linking and do at least one of the following:
  9972. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  9973. during execution
  9974. - add LIBDIR to the `LD_RUN_PATH' environment variable
  9975. during linking
  9976. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  9977. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  9978.  
  9979. See any operating system documentation about shared libraries for
  9980. more information, such as the ld(1) and ld.so(8) manual pages.
  9981. ----------------------------------------------------------------------
  9982. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9983. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxImagePanel'
  9984. Making install in wxSpeedButton
  9985. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9986. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  9987. make[6]: Nothing to be done for `install-exec-am'.
  9988. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  9989. /usr/bin/install -c -m 644 ./wxSpeedButton.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxSpeedButton'
  9990. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9991. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxspeedbutton.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  9992. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.so.0.0.1
  9993. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0 || { rm -f libwxspeedbutton.so.0 && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so.0; }; })
  9994. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxspeedbutton.so.0.0.1 libwxspeedbutton.so || { rm -f libwxspeedbutton.so && ln -s libwxspeedbutton.so.0.0.1 libwxspeedbutton.so; }; })
  9995. libtool: install: /usr/bin/install -c .libs/libwxspeedbutton.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxspeedbutton.la
  9996. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  9997. ----------------------------------------------------------------------
  9998. Libraries have been installed in:
  9999. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  10000.  
  10001. If you ever happen to want to link against installed libraries
  10002. in a given directory, LIBDIR, you must either use libtool, and
  10003. specify the full pathname of the library, or use the `-LLIBDIR'
  10004. flag during linking and do at least one of the following:
  10005. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10006. during execution
  10007. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10008. during linking
  10009. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10010. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10011.  
  10012. See any operating system documentation about shared libraries for
  10013. more information, such as the ld(1) and ld.so(8) manual pages.
  10014. ----------------------------------------------------------------------
  10015. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  10016. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxSpeedButton'
  10017. Making install in KWIC
  10018. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  10019. Making install in include/wx/KWIC
  10020. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  10021. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  10022. make[7]: Nothing to be done for `install-exec-am'.
  10023. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  10024. /usr/bin/install -c -m 644 ./AngularMeter.h ./AngularRegulator.h ./BmpCheckBox.h ./BmpSwitcher.h ./LCDClock.h ./LCDWindow.h ./LinearMeter.h ./LinearRegulator.h ./TimeAlarm.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include/wx/KWIC'
  10025. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  10026. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
  10027. Making install in include/wx/xrc
  10028. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  10029. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  10030. make[7]: Nothing to be done for `install-exec-am'.
  10031. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  10032. /usr/bin/install -c -m 644 .//xh_kwxangularmeterhandler.h ./xh_kwxangularregulatorhandler.h ./xh_kwxlcdclockhandler.h ./xh_kwxlcddisplayhandler.h ./xh_kwxlinearmeterhandler.h ./xh_kwxlinearregulatorhandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/KWIC/include//wx/xrc'
  10033. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  10034. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
  10035. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  10036. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  10037. make[7]: Nothing to be done for `install-exec-am'.
  10038. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  10039. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxkwic.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  10040. libtool: install: /usr/bin/install -c .libs/libwxkwic.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.so.0.0.1
  10041. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so.0 || { rm -f libwxkwic.so.0 && ln -s libwxkwic.so.0.0.1 libwxkwic.so.0; }; })
  10042. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxkwic.so.0.0.1 libwxkwic.so || { rm -f libwxkwic.so && ln -s libwxkwic.so.0.0.1 libwxkwic.so; }; })
  10043. libtool: install: /usr/bin/install -c .libs/libwxkwic.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxkwic.la
  10044. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  10045. ----------------------------------------------------------------------
  10046. Libraries have been installed in:
  10047. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  10048.  
  10049. If you ever happen to want to link against installed libraries
  10050. in a given directory, LIBDIR, you must either use libtool, and
  10051. specify the full pathname of the library, or use the `-LLIBDIR'
  10052. flag during linking and do at least one of the following:
  10053. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10054. during execution
  10055. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10056. during linking
  10057. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10058. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10059.  
  10060. See any operating system documentation about shared libraries for
  10061. more information, such as the ld(1) and ld.so(8) manual pages.
  10062. ----------------------------------------------------------------------
  10063. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  10064. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  10065. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/KWIC'
  10066. Making install in wxled
  10067. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  10068. Making install in gizmosled/include/wx/gizmos
  10069. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  10070. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  10071. make[7]: Nothing to be done for `install-exec-am'.
  10072. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  10073. /usr/bin/install -c -m 644 ./gizmos.h ./ledctrl.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/gizmosled/include/wx/gizmos/'
  10074. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  10075. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
  10076. Making install in lcdWindow/include/wx
  10077. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  10078. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  10079. make[7]: Nothing to be done for `install-exec-am'.
  10080. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  10081. /usr/bin/install -c -m 644 ./lcdwindow.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/lcdwindow/include/wx/'
  10082. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  10083. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
  10084. Making install in led/include/wx
  10085. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  10086. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  10087. make[7]: Nothing to be done for `install-exec-am'.
  10088. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  10089. /usr/bin/install -c -m 644 ./led.h ./stateLed.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/wx/'
  10090. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  10091. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
  10092. Making install in led/include/xrc
  10093. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  10094. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  10095. make[7]: Nothing to be done for `install-exec-am'.
  10096. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  10097. /usr/bin/install -c -m 644 ./xh_ledHandler.h ./xh_stateLedHandler.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/led/include/xrc/'
  10098. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  10099. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
  10100. Making install in ledpanel/include/wx
  10101. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  10102. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  10103. make[7]: Nothing to be done for `install-exec-am'.
  10104. /bin/mkdir -p '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  10105. /usr/bin/install -c -m 644 ./advancedmatrixobject.h ./matrixobject.h ./wxledfont.h ./wxledpanel.h '/opt/codeblocks-svn/include/codeblocks/wxContribItems/wxled/ledpanel/include/wx/'
  10106. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  10107. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
  10108. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  10109. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  10110. make[7]: Nothing to be done for `install-exec-am'.
  10111. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  10112. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxled.la '/opt/codeblocks-svn/lib/codeblocks/wxContribItems'
  10113. libtool: install: /usr/bin/install -c .libs/libwxled.so.0.0.1 /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.so.0.0.1
  10114. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so.0 || { rm -f libwxled.so.0 && ln -s libwxled.so.0.0.1 libwxled.so.0; }; })
  10115. libtool: install: (cd /opt/codeblocks-svn/lib/codeblocks/wxContribItems && { ln -s -f libwxled.so.0.0.1 libwxled.so || { rm -f libwxled.so && ln -s libwxled.so.0.0.1 libwxled.so; }; })
  10116. libtool: install: /usr/bin/install -c .libs/libwxled.lai /opt/codeblocks-svn/lib/codeblocks/wxContribItems/libwxled.la
  10117. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  10118. ----------------------------------------------------------------------
  10119. Libraries have been installed in:
  10120. /opt/codeblocks-svn/lib/codeblocks/wxContribItems
  10121.  
  10122. If you ever happen to want to link against installed libraries
  10123. in a given directory, LIBDIR, you must either use libtool, and
  10124. specify the full pathname of the library, or use the `-LLIBDIR'
  10125. flag during linking and do at least one of the following:
  10126. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10127. during execution
  10128. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10129. during linking
  10130. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10131. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10132.  
  10133. See any operating system documentation about shared libraries for
  10134. more information, such as the ld(1) and ld.so(8) manual pages.
  10135. ----------------------------------------------------------------------
  10136. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  10137. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  10138. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems/wxled'
  10139. Making install in .
  10140. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  10141. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  10142. make[6]: Nothing to be done for `install-exec-am'.
  10143. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  10144. /usr/bin/install -c -m 644 wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc cb_wxled.pc '/opt/codeblocks-svn/lib/pkgconfig'
  10145. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  10146. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  10147. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxContribItems'
  10148. Making install in wxSmithContribItems
  10149. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems'
  10150. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems'
  10151. make[5]: Nothing to be done for `install-exec-am'.
  10152. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  10153. /usr/bin/install -c -m 644 wxsmithcontribitems.zip '/opt/codeblocks-svn/share/codeblocks'
  10154. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  10155. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libwxsmithcontribitems.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  10156. libtool: install: warning: relinking `libwxsmithcontribitems.la'
  10157. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmithcontribitems.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ./wxflatnotebook/wxsFlatNotebook.lo ./wxchart/wxschart.lo ./wxthings/wxscustombutton.lo ./wximagebutton/wxsimagebutton.lo ./wximagepanel/wxsimagepanel.lo ./wxspeedbutton/wxsSpeedButton.lo ./wxSmithKWIC/wxsangularmeter.lo ./wxSmithKWIC/wxsangularregulator.lo ./wxSmithKWIC/wxsbmpcheckbox.lo ./wxSmithKWIC/wxsbmpswitcher.lo ./wxSmithKWIC/wxslcdclock.lo ./wxSmithKWIC/wxslcddisplay.lo ./wxSmithKWIC/wxslinearmeter.lo ./wxSmithKWIC/wxslinearregulator.lo ./wxgbsizer/wxsGridBagSizer.lo ./wxled/wxsLcdWindow.lo ./wxled/wxsLed.lo ./wxled/wxsLedNumber.lo ./wxled/wxsLedPanel.lo ./wxled/wxsStateLed.lo ./wxSmithContribItems.lo ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la ../wxContribItems/wxchart/libwxchartctrl.la ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la ../wxContribItems/wxImagePanel/libwximagepanel.la ../wxContribItems/wxSpeedButton/libwxspeedbutton.la ../wxContribItems/KWIC/libwxkwic.la ../wxContribItems/wxthings/libwxcustombutton.la ../wxContribItems/wxled/libwxled.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  10158. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./wxflatnotebook/.libs/wxsFlatNotebook.o ./wxchart/.libs/wxschart.o ./wxthings/.libs/wxscustombutton.o ./wximagebutton/.libs/wxsimagebutton.o ./wximagepanel/.libs/wxsimagepanel.o ./wxspeedbutton/.libs/wxsSpeedButton.o ./wxSmithKWIC/.libs/wxsangularmeter.o ./wxSmithKWIC/.libs/wxsangularregulator.o ./wxSmithKWIC/.libs/wxsbmpcheckbox.o ./wxSmithKWIC/.libs/wxsbmpswitcher.o ./wxSmithKWIC/.libs/wxslcdclock.o ./wxSmithKWIC/.libs/wxslcddisplay.o ./wxSmithKWIC/.libs/wxslinearmeter.o ./wxSmithKWIC/.libs/wxslinearregulator.o ./wxgbsizer/.libs/wxsGridBagSizer.o ./wxled/.libs/wxsLcdWindow.o ./wxled/.libs/wxsLed.o ./wxled/.libs/wxsLedNumber.o ./wxled/.libs/wxsLedPanel.o ./wxled/.libs/wxsStateLed.o ./.libs/wxSmithContribItems.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -Wl,-rpath -Wl,/opt/codeblocks-svn/lib/codeblocks/wxContribItems -L/opt/codeblocks-svn/lib -lcodeblocks -lwxsmithlib -L/opt/codeblocks-svn/lib/codeblocks/wxContribItems -lwxchartctrl -lwxflatnotebook -lwximagepanel -lwxspeedbutton -lwxkwic -lwxcustombutton -lwxled -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmithcontribitems.so -o .libs/libwxsmithcontribitems.so
  10159. libtool: install: /usr/bin/install -c .libs/libwxsmithcontribitems.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmithcontribitems.so
  10160. libtool: install: /usr/bin/install -c .libs/libwxsmithcontribitems.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmithcontribitems.la
  10161. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  10162. ----------------------------------------------------------------------
  10163. Libraries have been installed in:
  10164. /opt/codeblocks-svn/lib/codeblocks/plugins
  10165.  
  10166. If you ever happen to want to link against installed libraries
  10167. in a given directory, LIBDIR, you must either use libtool, and
  10168. specify the full pathname of the library, or use the `-LLIBDIR'
  10169. flag during linking and do at least one of the following:
  10170. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10171. during execution
  10172. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10173. during linking
  10174. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10175. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10176.  
  10177. See any operating system documentation about shared libraries for
  10178. more information, such as the ld(1) and ld.so(8) manual pages.
  10179. ----------------------------------------------------------------------
  10180. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems'
  10181. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithContribItems'
  10182. Making install in wxSmith
  10183. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  10184. Making install in properties
  10185. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  10186. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  10187. make[6]: Nothing to be done for `install-exec-am'.
  10188. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/properties'
  10189. /usr/bin/install -c -m 644 ./wxspropertycontainer.h ./wxsproperties.h ./wxsboolproperty.h ./wxspropertystream.h ./wxsflagsproperty.h ./wxsfloatproperty.h ./wxsemptyproperty.h ./wxslongproperty.h ./wxsarraystringeditordlg.h ./wxsenumproperty.h ./wxsarraystringproperty.h ./wxsstringproperty.h ./wxsquickpropspanel.h ./wxsproperty.h ./wxspropertygridmanager.h ./wxscustomeditorproperty.h ./wxseditenumproperty.h '/opt/codeblocks-svn/include/wxsmith/properties'
  10190. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  10191. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/properties'
  10192. Making install in wxwidgets
  10193. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  10194. Making install in defitems
  10195. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  10196. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  10197. make[7]: Nothing to be done for `install-exec-am'.
  10198. make[7]: Nothing to be done for `install-data-am'.
  10199. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  10200. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
  10201. Making install in icons
  10202. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  10203. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  10204. make[7]: Nothing to be done for `install-exec-am'.
  10205. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10206. /usr/bin/install -c -m 644 ./Custom16.png ./Custom32.png ./deletewidget16.png ./deletewidget32.png ./insertafter16.png ./insertafter32.png ./insertbefore16.png ./insertbefore32.png ./insertinto16.png ./insertinto32.png ./insertpoint16.png ./insertpoint32.png ./quickpropsclose16.png ./quickpropsclose32.png ./quickpropsopen16.png ./quickpropsopen32.png ./selected16.png ./selected32.png ./showpreview16.png ./showpreview32.png ./Spacer16.png ./Spacer32.png ./wxAnimationCtrl16.png ./wxAnimationCtrl32.png ./wxBitmapButton16.png ./wxBitmapButton32.png ./wxBitmapComboBox16.png ./wxBitmapComboBox32.png ./wxBoxSizer16.png ./wxBoxSizer32.png ./wxButton16.png ./wxButton32.png ./wxCalendarCtrl16.png ./wxCalendarCtrl32.png ./wxCheckBox16.png ./wxCheckBox32.png ./wxCheckListBox16.png ./wxCheckListBox32.png ./wxChoice16.png ./wxChoice32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10207. /usr/bin/install -c -m 644 ./wxChoicebook16.png ./wxChoicebook32.png ./wxColourDialog16.png ./wxColourDialog32.png ./wxColourPickerCtrl16.png ./wxColourPickerCtrl32.png ./wxComboBox16.png ./wxComboBox32.png ./wxContextHelpButton16.png ./wxContextHelpButton32.png ./wxDatePickerCtrl16.png ./wxDatePickerCtrl32.png ./wxDialog16.png ./wxDialog32.png ./wxDialUpManager16.png ./wxDialUpManager32.png ./wxDirDialog16.png ./wxDirDialog32.png ./wxDirPickerCtrl16.png ./wxDirPickerCtrl32.png ./wxFileDialog16.png ./wxFileDialog32.png ./wxFilePickerCtrl16.png ./wxFilePickerCtrl32.png ./wxFindReplaceDialog16.png ./wxFindReplaceDialog32.png ./wxFlexGridSizer16.png ./wxFlexGridSizer32.png ./wxFontDialog16.png ./wxFontDialog32.png ./wxFontPickerCtrl16.png ./wxFontPickerCtrl32.png ./wxFrame16.png ./wxFrame32.png ./wxGauge16.png ./wxGauge32.png ./wxGenericDirCtrl16.png ./wxGenericDirCtrl32.png ./wxGLCanvas16.png ./wxGLCanvas32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10208. /usr/bin/install -c -m 644 ./wxGrid16.png ./wxGrid32.png ./wxGridSizer16.png ./wxGridSizer32.png ./wxHtmlEasyPrinting16.png ./wxHtmlEasyPrinting32.png ./wxHtmlWindow16.png ./wxHtmlWindow32.png ./wxHyperlinkCtrl16.png ./wxHyperlinkCtrl32.png ./wxImage16.png ./wxImage32.png ./wxImageList16.png ./wxImageList32.png ./wxListbook16.png ./wxListbook32.png ./wxListBox16.png ./wxListBox32.png ./wxListCtrl16.png ./wxListCtrl32.png ./wxListView16.png ./wxListView32.png ./wxMediaCtrl16.png ./wxMediaCtrl32.png ./wxMenu16.png ./wxMenu32.png ./wxMenuBar16.png ./wxMenuBar32.png ./wxMenuItem16.png ./wxMenuItem32.png ./wxMessageDialog16.png ./wxMessageDialog32.png ./wxMultiChoiceDialog16.png ./wxMultiChoiceDialog32.png ./wxNotebook16.png ./wxNotebook32.png ./wxPageSetupDialog16.png ./wxPageSetupDialog32.png ./wxPanel16.png ./wxPanel32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10209. /usr/bin/install -c -m 644 ./wxPasswordEntryDialog16.png ./wxPasswordEntryDialog32.png ./wxPrintDialog16.png ./wxPrintDialog32.png ./wxProgressDialog16.png ./wxProgressDialog32.png ./wxRadioBox16.png ./wxRadioBox32.png ./wxRadioButton16.png ./wxRadioButton32.png ./wxRichTextCtrl16.png ./wxRichTextCtrl32.png ./wxRichTextFormattingDialog16.png ./wxRichTextFormattingDialog32.png ./wxRichTextStyleComboCtrl16.png ./wxRichTextStyleComboCtrl32.png ./wxRichTextStyleListBox16.png ./wxRichTextStyleListBox32.png ./wxRichTextStyleListCtrl16.png ./wxRichTextStyleListCtrl32.png ./wxRichTextStyleOrganiserDialog16.png ./wxRichTextStyleOrganiserDialog32.png ./wxSashLayoutWindow16.png ./wxSashLayoutWindow32.png ./wxSashWindow16.png ./wxSashWindow32.png ./wxScrollBar16.png ./wxScrollBar32.png ./wxScrolledWindow16.png ./wxScrolledWindow32.png ./wxScrollingDialog16.png ./wxScrollingDialog32.png ./wxSearchCtrl16.png ./wxSearchCtrl32.png ./wxSimpleHtmlListBox16.png ./wxSimpleHtmlListBox32.png ./wxSingleChoiceDialog16.png ./wxSingleChoiceDialog32.png ./wxSingleInstanceChecker16.png ./wxSingleInstanceChecker32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10210. /usr/bin/install -c -m 644 ./wxSlider16.png ./wxSlider32.png ./wxSmith16.png ./wxSmith32.png ./wxSpinButton16.png ./wxSpinButton32.png ./wxSpinCtrl16.png ./wxSpinCtrl32.png ./wxSplitterWindow16.png ./wxSplitterWindow32.png ./wxStaticBitmap16.png ./wxStaticBitmap32.png ./wxStaticBox16.png ./wxStaticBox32.png ./wxStaticBoxSizer16.png ./wxStaticBoxSizer32.png ./wxStaticLine16.png ./wxStaticLine32.png ./wxStaticText16.png ./wxStaticText32.png ./wxStatusBar16.png ./wxStatusBar32.png ./wxStdDialogButtonSizer16.png ./wxStdDialogButtonSizer32.png ./wxStopWatch16.png ./wxStopWatch32.png ./wxSymbolPickerDialog16.png ./wxSymbolPickerDialog32.png ./wxTextCtrl16.png ./wxTextCtrl32.png ./wxTextEntryDialog16.png ./wxTextEntryDialog32.png ./wxTimer16.png ./wxTimer32.png ./wxToggleButton16.png ./wxToggleButton32.png ./wxToolBar16.png ./wxToolBar32.png ./wxToolBarItem16.png ./wxToolBarItem32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10211. /usr/bin/install -c -m 644 ./wxTreebook16.png ./wxTreebook32.png ./wxTreeCtrl16.png ./wxTreeCtrl32.png '/opt/codeblocks-svn/share/codeblocks/images/wxsmith'
  10212. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  10213. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/icons'
  10214. Making install in properties
  10215. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  10216. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  10217. make[7]: Nothing to be done for `install-exec-am'.
  10218. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/wxwidgets/properties/'
  10219. /usr/bin/install -c -m 644 ./wxsdimensionproperty.h ./wxsbitmapiconproperty.h ./wxsarraystringcheckeditordlg.h ./wxsfonteditordlg.h ./wxspositionsizeproperty.h ./wxsstyleproperty.h ./wxscolourproperty.h ./wxsarraystringcheckproperty.h ./wxsfontproperty.h ./wxssizerflagsproperty.h ./wxsfontfaceeditordlg.h ./wxsbitmapiconeditordlg.h ./wxssimplefonteditordlg.h ./wxsimagelisteditordlg.h ./wxsimagelistproperty.h ./wxsimageproperty.h ./wxsimagecomboeditordlg.h ./wxsimagecomboproperty.h ./wxsimagetreeeditordlg.h ./wxsimagetreeproperty.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/properties/'
  10220. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  10221. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets/properties'
  10222. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  10223. make[7]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  10224. make[7]: Nothing to be done for `install-exec-am'.
  10225. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  10226. /usr/bin/install -c -m 644 ./wxsitemresdata.h ./wxspredefinedids.h ./wxsdrawingwindow.h ./wxsitemeditorcontent.h ./wxsbaseproperties.h ./wxwidgetsgui.h ./wxsexproperties.h ./wxssizer.h ./wxsitemres.h ./wxwidgetsres.h ./wxscustomwidgetxmlhandler.h ./wxswidget.h ./wxscorrector.h ./wxsnewwindowdlg.h ./wxsiteminfo.h ./wxseventseditor.h ./wxsitemeditordragassist.h ./wxwidgetsresfactory.h ./wxsparent.h ./wxsitemresdataobject.h ./wxwidgetsguiconfigpanel.h ./wxsevents.h ./wxsitemeditor.h ./wxwidgetsguiappadoptingdlg.h ./wxsdialogres.h ./wxsscrollingdialogres.h ./wxsitemundobuffer.h ./wxsitemrestreedata.h ./wxscontainer.h ./wxsitemfactory.h ./wxsitem.h ./wxsstyle.h ./wxsframeres.h ./wxspanelres.h ./wxssizerparentqp.h ./wxstool.h ./wxstoolspace.h ./wxsgridpanel.h ./wxsdeleteitemres.h ./wxscodercontext.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  10227. /usr/bin/install -c -m 644 ./wxscodegenerator.h ./wxsflags.h '/opt/codeblocks-svn/include/wxsmith/wxwidgets/'
  10228. make[7]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  10229. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  10230. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/wxwidgets'
  10231. Making install in .
  10232. https://www.youtube.com/watch?v=QcIy9NiNbmomake[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  10233. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  10234. /bin/mkdir -p '/opt/codeblocks-svn/lib'
  10235. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libwxsmithlib.la '/opt/codeblocks-svn/lib'
  10236. libtool: install: warning: relinking `libwxsmithlib.la'
  10237. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -version-info 0:1:0 -shared -Wl,--no-undefined -o libwxsmithlib.la -rpath /opt/codeblocks-svn/lib ./wxsadvqpp.lo ./wxsadvqppchild.lo ./wxscoder.lo ./wxscodinglang.lo ./wxseditor.lo ./wxsextresmanager.lo ./wxsgui.lo ./wxsguifactory.lo ./wxsmith.lo ./wxsmithmime.lo ./wxsproject.lo ./wxsresource.lo ./wxsresourcefactory.lo ./wxsresourcetree.lo ./wxsresourcetreeitemdata.lo ./wxsstoringsplitterwindow.lo ./wxsversionconverter.lo ./wxssettings.lo ./wxsautoresourcetreeimage.lo ../../../sdk/libcodeblocks.la properties/libwxsmith_properties.la wxwidgets/libwxsmith_wxwidgets.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  10238. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./.libs/wxsadvqpp.o ./.libs/wxsadvqppchild.o ./.libs/wxscoder.o ./.libs/wxscodinglang.o ./.libs/wxseditor.o ./.libs/wxsextresmanager.o ./.libs/wxsgui.o ./.libs/wxsguifactory.o ./.libs/wxsmith.o ./.libs/wxsmithmime.o ./.libs/wxsproject.o ./.libs/wxsresource.o ./.libs/wxsresourcefactory.o ./.libs/wxsresourcetree.o ./.libs/wxsresourcetreeitemdata.o ./.libs/wxsstoringsplitterwindow.o ./.libs/wxsversionconverter.o ./.libs/wxssettings.o ./.libs/wxsautoresourcetreeimage.o -Wl,--whole-archive properties/.libs/libwxsmith_properties.a wxwidgets/.libs/libwxsmith_wxwidgets.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lglib-2.0 -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmithlib.so.0 -o .libs/libwxsmithlib.so.0.0.1
  10239. libtool: install: /usr/bin/install -c .libs/libwxsmithlib.so.0.0.1T /opt/codeblocks-svn/lib/libwxsmithlib.so.0.0.1
  10240. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libwxsmithlib.so.0.0.1 libwxsmithlib.so.0 || { rm -f libwxsmithlib.so.0 && ln -s libwxsmithlib.so.0.0.1 libwxsmithlib.so.0; }; })
  10241. libtool: install: (cd /opt/codeblocks-svn/lib && { ln -s -f libwxsmithlib.so.0.0.1 libwxsmithlib.so || { rm -f libwxsmithlib.so && ln -s libwxsmithlib.so.0.0.1 libwxsmithlib.so; }; })
  10242. libtool: install: /usr/bin/install -c .libs/libwxsmithlib.lai /opt/codeblocks-svn/lib/libwxsmithlib.la
  10243. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib
  10244. ----------------------------------------------------------------------
  10245. Libraries have been installed in:
  10246. /opt/codeblocks-svn/lib
  10247.  
  10248. If you ever happen to want to link against installed libraries
  10249. in a given directory, LIBDIR, you must either use libtool, and
  10250. specify the full pathname of the library, or use the `-LLIBDIR'
  10251. flag during linking and do at least one of the following:
  10252. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10253. during execution
  10254. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10255. during linking
  10256. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10257. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10258.  
  10259. See any operating system documentation about shared libraries for
  10260. more information, such as the ld(1) and ld.so(8) manual pages.
  10261. ----------------------------------------------------------------------
  10262. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  10263. /usr/bin/install -c -m 644 wxsmith.pc '/opt/codeblocks-svn/lib/pkgconfig'
  10264. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  10265. /usr/bin/install -c -m 644 wxsmith.zip '/opt/codeblocks-svn/share/codeblocks'
  10266. /bin/mkdir -p '/opt/codeblocks-svn/include/wxsmith/'
  10267. /usr/bin/install -c -m 644 ./wxsadvqpp.h ./wxsadvqppchild.h ./wxsautoresourcetreeimage.h ./wxscodinglang.h ./wxsgui.h ./wxsguifactory.h ./wxseditor.h ./wxsproject.h ./wxsresource.h ./wxsresourcefactory.h ./wxsresourcetree.h ./wxsresourcetreeitemdata.h '/opt/codeblocks-svn/include/wxsmith/'
  10268. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  10269. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  10270. Making install in plugin
  10271. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  10272. make[6]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  10273. make[6]: Nothing to be done for `install-exec-am'.
  10274. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  10275. /bin/bash ../../../../../libtool --mode=install /usr/bin/install -c libwxsmith.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  10276. libtool: install: warning: relinking `libwxsmith.la'
  10277. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxsmith.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins wxsmithpluginregistrants.lo ../../../../sdk/libcodeblocks.la ../libwxsmithlib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  10278. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o .libs/wxsmithpluginregistrants.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lwxsmithlib -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxsmith.so -o .libs/libwxsmith.so
  10279. libtool: install: /usr/bin/install -c .libs/libwxsmith.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmith.so
  10280. libtool: install: /usr/bin/install -c .libs/libwxsmith.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libwxsmith.la
  10281. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  10282. ----------------------------------------------------------------------
  10283. Libraries have been installed in:
  10284. /opt/codeblocks-svn/lib/codeblocks/plugins
  10285.  
  10286. If you ever happen to want to link against installed libraries
  10287. in a given directory, LIBDIR, you must either use libtool, and
  10288. specify the full pathname of the library, or use the `-LLIBDIR'
  10289. flag during linking and do at least one of the following:
  10290. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10291. during execution
  10292. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10293. during linking
  10294. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10295. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10296.  
  10297. See any operating system documentation about shared libraries for
  10298. more information, such as the ld(1) and ld.so(8) manual pages.
  10299. ----------------------------------------------------------------------
  10300. make[6]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  10301. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith/plugin'
  10302. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmith'
  10303. Making install in wxSmithAui
  10304. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui'
  10305. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui'
  10306. make[5]: Nothing to be done for `install-exec-am'.
  10307. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  10308. /usr/bin/install -c -m 644 wxsmithaui.pc '/opt/codeblocks-svn/lib/pkgconfig'
  10309. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  10310. /usr/bin/install -c -m 644 wxSmithAui.zip '/opt/codeblocks-svn/share/codeblocks'
  10311. /bin/mkdir -p '/opt/codeblocks-svn/lib/codeblocks/plugins'
  10312. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libwxSmithAui.la '/opt/codeblocks-svn/lib/codeblocks/plugins'
  10313. libtool: install: warning: relinking `libwxSmithAui.la'
  10314. libtool: install: (cd /home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui; /bin/bash /home/josh/Projects/CodeBlocks/libtool --tag CXX --mode=relink g++ -std=c++11 -module -version-info 0:1:0 -shared -no-undefined -avoid-version -Wl,--no-undefined -o libwxSmithAui.la -rpath /opt/codeblocks-svn/lib/codeblocks/plugins ./wxAuiManager/wxsAuiManager.lo ./wxAuiManager/wxsAuiManagerParentQP.lo ./wxAuiManager/wxsAuiPaneInfoProperty.lo ./wxAuiNotebook/wxsAuiNotebook.lo ./wxAuiNotebook/wxSmithAuiNotebook.lo ./wxAuiToolBar/wxsAuiToolBar.lo ./wxAuiToolBar/wxsAuiToolBarItem.lo ./wxAuiToolBar/wxsAuiToolBarItemBase.lo ./wxAuiToolBar/wxsAuiToolBarLabel.lo ./wxAuiToolBar/wxsAuiToolBarSeparator.lo ./wxAuiToolBar/wxsAuiToolBarSpacer.lo ./wxAuiToolBar/wxSmithAuiToolBar.lo ./wxSmithAui.lo ../../../sdk/libcodeblocks.la ../wxSmith/libwxsmithlib.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl )
  10315. libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o ./wxAuiManager/.libs/wxsAuiManager.o ./wxAuiManager/.libs/wxsAuiManagerParentQP.o ./wxAuiManager/.libs/wxsAuiPaneInfoProperty.o ./wxAuiNotebook/.libs/wxsAuiNotebook.o ./wxAuiNotebook/.libs/wxSmithAuiNotebook.o ./wxAuiToolBar/.libs/wxsAuiToolBar.o ./wxAuiToolBar/.libs/wxsAuiToolBarItem.o ./wxAuiToolBar/.libs/wxsAuiToolBarItemBase.o ./wxAuiToolBar/.libs/wxsAuiToolBarLabel.o ./wxAuiToolBar/.libs/wxsAuiToolBarSeparator.o ./wxAuiToolBar/.libs/wxsAuiToolBarSpacer.o ./wxAuiToolBar/.libs/wxSmithAuiToolBar.o ./.libs/wxSmithAui.o -Wl,-rpath -Wl,/opt/codeblocks-svn/lib -L/opt/codeblocks-svn/lib -lcodeblocks -lwxsmithlib -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libwxSmithAui.so -o .libs/libwxSmithAui.so
  10316. libtool: install: /usr/bin/install -c .libs/libwxSmithAui.soT /opt/codeblocks-svn/lib/codeblocks/plugins/libwxSmithAui.so
  10317. libtool: install: /usr/bin/install -c .libs/libwxSmithAui.lai /opt/codeblocks-svn/lib/codeblocks/plugins/libwxSmithAui.la
  10318. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /opt/codeblocks-svn/lib/codeblocks/plugins
  10319. ----------------------------------------------------------------------
  10320. Libraries have been installed in:
  10321. /opt/codeblocks-svn/lib/codeblocks/plugins
  10322.  
  10323. If you ever happen to want to link against installed libraries
  10324. in a given directory, LIBDIR, you must either use libtool, and
  10325. specify the full pathname of the library, or use the `-LLIBDIR'
  10326. flag during linking and do at least one of the following:
  10327. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  10328. during execution
  10329. - add LIBDIR to the `LD_RUN_PATH' environment variable
  10330. during linking
  10331. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  10332. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  10333.  
  10334. See any operating system documentation about shared libraries for
  10335. more information, such as the ld(1) and ld.so(8) manual pages.
  10336. ----------------------------------------------------------------------
  10337. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui'
  10338. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib/wxSmithAui'
  10339. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  10340. make[5]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  10341. make[5]: Nothing to be done for `install-exec-am'.
  10342. make[5]: Nothing to be done for `install-data-am'.
  10343. make[5]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  10344. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  10345. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins/contrib'
  10346. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins'
  10347. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/plugins'
  10348. make[4]: Nothing to be done for `install-exec-am'.
  10349. make[4]: Nothing to be done for `install-data-am'.
  10350. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins'
  10351. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins'
  10352. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/plugins'
  10353. Making install in tools
  10354. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools'
  10355. Making install in cb_share_config
  10356. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/cb_share_config'
  10357. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/cb_share_config'
  10358. /bin/mkdir -p '/opt/codeblocks-svn/bin'
  10359. /bin/bash ../../../libtool --mode=install /usr/bin/install -c cb_share_config '/opt/codeblocks-svn/bin'
  10360. libtool: install: /usr/bin/install -c cb_share_config /opt/codeblocks-svn/bin/cb_share_config
  10361. /bin/mkdir -p '/opt/codeblocks-svn/share/man/man1'
  10362. /usr/bin/install -c -m 644 cb_share_config.1 '/opt/codeblocks-svn/share/man/man1'
  10363. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/cb_share_config'
  10364. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/cb_share_config'
  10365. Making install in ConsoleRunner
  10366. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/ConsoleRunner'
  10367. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/ConsoleRunner'
  10368. /bin/mkdir -p '/opt/codeblocks-svn/bin'
  10369. /bin/bash ../../../libtool --mode=install /usr/bin/install -c cb_console_runner '/opt/codeblocks-svn/bin'
  10370. libtool: install: /usr/bin/install -c cb_console_runner /opt/codeblocks-svn/bin/cb_console_runner
  10371. /bin/mkdir -p '/opt/codeblocks-svn/share/man/man1'
  10372. /usr/bin/install -c -m 644 cb_console_runner.1 '/opt/codeblocks-svn/share/man/man1'
  10373. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/ConsoleRunner'
  10374. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/ConsoleRunner'
  10375. Making install in CBLauncher
  10376. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/CBLauncher'
  10377. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools/CBLauncher'
  10378. make[4]: Nothing to be done for `install-exec-am'.
  10379. make[4]: Nothing to be done for `install-data-am'.
  10380. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/CBLauncher'
  10381. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools/CBLauncher'
  10382. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools'
  10383. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/tools'
  10384. make[4]: Nothing to be done for `install-exec-am'.
  10385. make[4]: Nothing to be done for `install-data-am'.
  10386. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools'
  10387. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools'
  10388. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/tools'
  10389. Making install in templates
  10390. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates'
  10391. Making install in common
  10392. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates/common'
  10393. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates/common'
  10394. make[4]: Nothing to be done for `install-exec-am'.
  10395. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates'
  10396. /usr/bin/install -c -m 644 console.cbp console-main-c.cpp console-main-cpp.cpp console.png console.template dll.png glfw-main.cpp glfw.png glfw.template glut.png glut-main.cpp irrlicht.png irr_main.cpp ogrelogo.png ogre-main.cpp qt.cbp qtlogo32.png qt-main.cpp qt.template sdccapp.cbp sdccapp-main.c sdccapp.png sdccapp.template sdlapp.template sdl-cb.bmp sdl-main.cpp sdl.png sfml.cbp sfml.png sfml.template sfml-cb.bmp sfml-main.cpp sharedlib.cbp sharedlib-sample.c sharedlib.template staticlib.cbp staticlib-sample.c staticlib.template wx-app-ash.cpp wx-app-ash.h '/opt/codeblocks-svn/share/codeblocks/templates'
  10397. /usr/bin/install -c -m 644 wx-main-ash.cpp wx-main-ash.h wx-main-s.cpp wx-main-sh.cpp wx-main-sh.h wx_pch.h wxwidgets.png '/opt/codeblocks-svn/share/codeblocks/templates'
  10398. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates/common'
  10399. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates/common'
  10400. Making install in unix
  10401. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates/unix'
  10402. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates/unix'
  10403. make[4]: Nothing to be done for `install-exec-am'.
  10404. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/templates'
  10405. /usr/bin/install -c -m 644 glfw-static.cbp irrlicht.template irr_linux.cbp ogre.template ogre_linux.cbp sdlapp.cbp wxwidgets.cbp wxwidgets.template '/opt/codeblocks-svn/share/codeblocks/templates'
  10406. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates/unix'
  10407. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates/unix'
  10408. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates'
  10409. make[4]: Entering directory `/home/josh/Projects/CodeBlocks/src/templates'
  10410. make[4]: Nothing to be done for `install-exec-am'.
  10411. make[4]: Nothing to be done for `install-data-am'.
  10412. make[4]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates'
  10413. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates'
  10414. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/templates'
  10415. Making install in scripts
  10416. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/scripts'
  10417. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/scripts'
  10418. make[3]: Nothing to be done for `install-exec-am'.
  10419. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks/scripts'
  10420. /usr/bin/install -c -m 644 ./edit_startup_script.script ./gdb_types.script ./make_dist.script ./plugin_find_broken_files.script ./sample_plugin.script ./startup.script ./wx_help.script stl-views-1.0.3.gdb '/opt/codeblocks-svn/share/codeblocks/scripts'
  10421. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/scripts'
  10422. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/scripts'
  10423. Making install in wxsmith
  10424. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src/wxsmith'
  10425. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src/wxsmith'
  10426. make[3]: Nothing to be done for `install-exec-am'.
  10427. make[3]: Nothing to be done for `install-data-am'.
  10428. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src/wxsmith'
  10429. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src/wxsmith'
  10430. make[2]: Entering directory `/home/josh/Projects/CodeBlocks/src'
  10431. make[3]: Entering directory `/home/josh/Projects/CodeBlocks/src'
  10432. make[3]: Nothing to be done for `install-exec-am'.
  10433. /bin/mkdir -p '/opt/codeblocks-svn/share/codeblocks'
  10434. /usr/bin/install -c -m 644 tips.txt '/opt/codeblocks-svn/share/codeblocks'
  10435. make[3]: Leaving directory `/home/josh/Projects/CodeBlocks/src'
  10436. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks/src'
  10437. make[1]: Leaving directory `/home/josh/Projects/CodeBlocks/src'
  10438. make[1]: Entering directory `/home/josh/Projects/CodeBlocks'
  10439. cp ./debian/codeblocks-headers.install.wx30 ./debian/codeblocks-headers.install
  10440. make[2]: Entering directory `/home/josh/Projects/CodeBlocks'
  10441. make[2]: Nothing to be done for `install-exec-am'.
  10442. /bin/mkdir -p '/opt/codeblocks-svn/lib/pkgconfig'
  10443. /usr/bin/install -c -m 644 codeblocks.pc '/opt/codeblocks-svn/lib/pkgconfig'
  10444. make[2]: Leaving directory `/home/josh/Projects/CodeBlocks'
  10445. make[1]: Leaving directory `/home/josh/Projects/CodeBlocks'
  10446. josh@dreamland:~/Projects/CodeBlocks$ which codeblocks
  10447. josh@dreamland:~/Projects/CodeBlocks$ echo "export PATH=\$PATH:/opt/codeblocks-svn/bin:$PATH:/opt/codeblocks-svn/lib" > ~/.bash_profile
  10448. josh@dreamland:~$ export PATH=$PATH:/opt/codeblocks-svn/bin:$PATH:/opt/codeblocks-svn/lib
  10449. josh@dreamland:~$ which codeblocks
  10450. /opt/codeblocks-svn/bin/codeblocks
  10451. josh@dreamland:~$ codeblocks
  10452. Starting Code::Blocks svn build rev 10358 Jul 11 2015, 14:22:25 - wx3.0.0 (Linux, unicode) - 64 bit
  10453. Initialize EditColourSet .....
  10454. Initialize EditColourSet: done.
  10455. Loading menubar...
  10456. Loading toolbar...
  10457. Initializing plugins...
  10458. Deinitializing plugins...
  10459. josh@dreamland:~$ codeblocks --verbose
  10460. Starting Code::Blocks svn build rev 10358 Jul 11 2015, 14:22:25 - wx3.0.0 (Linux, unicode) - 64 bit
  10461. Initialize EditColourSet .....
  10462. Initialize EditColourSet: done.
  10463. Loading menubar...
  10464. Loading toolbar...
  10465. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_BODY_BGCOLOUR'
  10466. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10467. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10468. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10469. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10470. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10471. 14:55:46: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10472. 14:55:47: Debug: wxColour::Set - couldn't set to colour string 'CB_TEXT_COLOUR'
  10473. 14:55:47: Debug: wxColour::Set - couldn't set to colour string 'CB_LINK_COLOUR'
  10474. Initializing plugins...
  10475. Deinitializing plugins...
  10476. 14:55:48: Debug: 3 threads were not terminated by the application.
  10477. josh@dreamland:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement