Guest User

POEdit Terminator output

a guest
Feb 7th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 32.75 KB | None | 0 0
  1. martin@BE-BOP:~/poedit-1.8.6$ nano README
  2. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  3. checking build system type... i686-pc-linux-gnu
  4. checking host system type... i686-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether to enable maintainer-specific portions of Makefiles... no
  11. checking whether make supports nested variables... yes
  12. checking for install location... /usr/local
  13. checking for gawk... (cached) gawk
  14. checking whether ln -s works... yes
  15. checking for ranlib... ranlib
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking for style of include used by make... GNU
  26. checking dependency style of gcc... gcc3
  27. checking for g++... g++
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether g++ accepts -g... yes
  30. checking dependency style of g++... gcc3
  31. checking how to run the C++ preprocessor... g++ -E
  32. checking whether g++ supports C++11 features by default... no
  33. checking whether g++ supports C++11 features with -std=gnu++11... yes
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking cpprest/http_client.h usability... no
  47. checking cpprest/http_client.h presence... no
  48. checking for cpprest/http_client.h... no
  49. checking for pkg-config... /usr/bin/pkg-config
  50. checking pkg-config is at least version 0.9.0... yes
  51. checking for wx-config... no
  52. configure: error:
  53.         Please check that wx-config is in path, the directory
  54.         where wxWidgets libraries are installed (returned by
  55.         'wx-config --unicode --libs' command) is in LD_LIBRARY_PATH or
  56.         equivalent variable and wxWidgets is version 3.0.0 or above,
  57.         with Unicode build available.
  58.    
  59. martin@BE-BOP:~/poedit-1.8.6$ wx-config --unicode --libs
  60. martin@BE-BOP:~/poedit-1.8.6$ ls
  61. aclocal.m4  artwork  bootstrap   configure     COPYING  locales      Makefile.in  poedit.desktop      README
  62. admin       AUTHORS  config.log  configure.ac  docs     Makefile.am  NEWS         poedit-uri.desktop  src
  63. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  64. checking build system type... i686-pc-linux-gnu
  65. checking host system type... i686-pc-linux-gnu
  66. checking for a BSD-compatible install... /usr/bin/install -c
  67. checking whether build environment is sane... yes
  68. checking for a thread-safe mkdir -p... /bin/mkdir -p
  69. checking for gawk... gawk
  70. checking whether make sets $(MAKE)... yes
  71. checking whether to enable maintainer-specific portions of Makefiles... no
  72. checking whether make supports nested variables... yes
  73. checking for install location... /usr/local
  74. checking for gawk... (cached) gawk
  75. checking whether ln -s works... yes
  76. checking for ranlib... ranlib
  77. checking for gcc... gcc
  78. checking whether the C compiler works... yes
  79. checking for C compiler default output file name... a.out
  80. checking for suffix of executables...
  81. checking whether we are cross compiling... no
  82. checking for suffix of object files... o
  83. checking whether we are using the GNU C compiler... yes
  84. checking whether gcc accepts -g... yes
  85. checking for gcc option to accept ISO C89... none needed
  86. checking for style of include used by make... GNU
  87. checking dependency style of gcc... gcc3
  88. checking for g++... g++
  89. checking whether we are using the GNU C++ compiler... yes
  90. checking whether g++ accepts -g... yes
  91. checking dependency style of g++... gcc3
  92. checking how to run the C++ preprocessor... g++ -E
  93. checking whether g++ supports C++11 features by default... no
  94. checking whether g++ supports C++11 features with -std=gnu++11... yes
  95. checking for grep that handles long lines and -e... /bin/grep
  96. checking for egrep... /bin/grep -E
  97. checking for ANSI C header files... yes
  98. checking for sys/types.h... yes
  99. checking for sys/stat.h... yes
  100. checking for stdlib.h... yes
  101. checking for string.h... yes
  102. checking for memory.h... yes
  103. checking for strings.h... yes
  104. checking for inttypes.h... yes
  105. checking for stdint.h... yes
  106. checking for unistd.h... yes
  107. checking cpprest/http_client.h usability... no
  108. checking cpprest/http_client.h presence... no
  109. checking for cpprest/http_client.h... no
  110. checking for pkg-config... /usr/bin/pkg-config
  111. checking pkg-config is at least version 0.9.0... yes
  112. checking for wx-config... no
  113. configure: error:
  114.         Please check that wx-config is in path, the directory
  115.         where wxWidgets libraries are installed (returned by
  116.         'wx-config --unicode --libs' command) is in LD_LIBRARY_PATH or
  117.         equivalent variable and wxWidgets is version 3.0.0 or above,
  118.         with Unicode build available.
  119.    
  120. martin@BE-BOP:~/poedit-1.8.6$ sudo apt-get install libwxbase3.0-0-unofficial \
  121. >                  libwxbase3.0-dev \
  122. >                  libwxgtk3.0-0-unofficial \
  123. >                  libwxgtk3.0-dev \
  124. >                  wx3.0-headers \
  125. >                  wx-common \
  126. >                  libwxbase3.0-dbg \
  127. >                  libwxgtk3.0-dbg \
  128. >                  wx3.0-i18n \
  129. >                  wx3.0-examples \
  130. >                  wx3.0-doc
  131. [sudo] password for martin:
  132. Sorry, try again.
  133. [sudo] password for martin:
  134. Leyendo lista de paquetes... Hecho
  135. Creando árbol de dependencias      
  136. Leyendo la información de estado... Hecho
  137. Paquetes sugeridos:
  138.   libgnomeprintui2.2-0 doc-base
  139. Se instalarán los siguientes paquetes NUEVOS:
  140.   libwxbase3.0-0-unofficial libwxbase3.0-dbg libwxbase3.0-dev libwxgtk3.0-0-unofficial libwxgtk3.0-dbg libwxgtk3.0-dev wx-common wx3.0-doc
  141.   wx3.0-examples wx3.0-headers wx3.0-i18n
  142. 0 actualizados, 11 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
  143. Se necesita descargar 78,9 MB de archivos.
  144. Se utilizarán 195 MB de espacio de disco adicional después de esta operación.
  145. Des:1 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs libwxbase3.0-0-unofficial i386 3.0.2-1.wheezy [1.378 kB]
  146. Des:2 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs libwxgtk3.0-0-unofficial i386 3.0.2-1.wheezy [7.044 kB]                                      
  147. Des:3 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs libwxbase3.0-dbg i386 3.0.2-1.wheezy [10,4 MB]                                              
  148. Des:4 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs libwxgtk3.0-dbg i386 3.0.2-1.wheezy [52,4 MB]                                                
  149. Des:5 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs wx3.0-headers i386 3.0.2-1.wheezy [1.507 kB]                                                
  150. Des:6 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs libwxbase3.0-dev i386 3.0.2-1.wheezy [127 kB]                                                
  151. Des:7 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs wx-common i386 3.0.2-1.wheezy [358 kB]                                                      
  152. Des:8 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs libwxgtk3.0-dev i386 3.0.2-1.wheezy [128 kB]                                                
  153. Des:9 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs wx3.0-doc all 3.0.2-1.wheezy [105 kB]                                                        
  154. Des:10 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs wx3.0-examples all 3.0.2-1.wheezy [4.299 kB]                                                
  155. Des:11 http://repos.codelite.org/wx3.0.2/debian/ wheezy/libs wx3.0-i18n all 3.0.2-1.wheezy [1.075 kB]                                                    
  156. Descargados 78,9 MB en 22min 56s (57,3 kB/s)                                                                                                            
  157. Seleccionando el paquete libwxbase3.0-0-unofficial:i386 previamente no seleccionado.
  158. (Leyendo la base de datos ... 211463 ficheros o directorios instalados actualmente.)
  159. Preparando para desempaquetar .../libwxbase3.0-0-unofficial_3.0.2-1.wheezy_i386.deb ...
  160. Desempaquetando libwxbase3.0-0-unofficial:i386 (3.0.2-1.wheezy) ...
  161. Seleccionando el paquete libwxgtk3.0-0-unofficial:i386 previamente no seleccionado.
  162. Preparando para desempaquetar .../libwxgtk3.0-0-unofficial_3.0.2-1.wheezy_i386.deb ...
  163. Desempaquetando libwxgtk3.0-0-unofficial:i386 (3.0.2-1.wheezy) ...
  164. Seleccionando el paquete libwxbase3.0-dbg:i386 previamente no seleccionado.
  165. Preparando para desempaquetar .../libwxbase3.0-dbg_3.0.2-1.wheezy_i386.deb ...
  166. Desempaquetando libwxbase3.0-dbg:i386 (3.0.2-1.wheezy) ...
  167. Seleccionando el paquete libwxgtk3.0-dbg:i386 previamente no seleccionado.
  168. Preparando para desempaquetar .../libwxgtk3.0-dbg_3.0.2-1.wheezy_i386.deb ...
  169. Desempaquetando libwxgtk3.0-dbg:i386 (3.0.2-1.wheezy) ...
  170. Seleccionando el paquete wx3.0-headers previamente no seleccionado.
  171. Preparando para desempaquetar .../wx3.0-headers_3.0.2-1.wheezy_i386.deb ...
  172. Desempaquetando wx3.0-headers (3.0.2-1.wheezy) ...
  173. Seleccionando el paquete libwxbase3.0-dev previamente no seleccionado.
  174. Preparando para desempaquetar .../libwxbase3.0-dev_3.0.2-1.wheezy_i386.deb ...
  175. Desempaquetando libwxbase3.0-dev (3.0.2-1.wheezy) ...
  176. Seleccionando el paquete wx-common previamente no seleccionado.
  177. Preparando para desempaquetar .../wx-common_3.0.2-1.wheezy_i386.deb ...
  178. Desempaquetando wx-common (3.0.2-1.wheezy) ...
  179. Seleccionando el paquete libwxgtk3.0-dev previamente no seleccionado.
  180. Preparando para desempaquetar .../libwxgtk3.0-dev_3.0.2-1.wheezy_i386.deb ...
  181. Desempaquetando libwxgtk3.0-dev (3.0.2-1.wheezy) ...
  182. Seleccionando el paquete wx3.0-doc previamente no seleccionado.
  183. Preparando para desempaquetar .../wx3.0-doc_3.0.2-1.wheezy_all.deb ...
  184. Desempaquetando wx3.0-doc (3.0.2-1.wheezy) ...
  185. Seleccionando el paquete wx3.0-examples previamente no seleccionado.
  186. Preparando para desempaquetar .../wx3.0-examples_3.0.2-1.wheezy_all.deb ...
  187. Desempaquetando wx3.0-examples (3.0.2-1.wheezy) ...
  188. Seleccionando el paquete wx3.0-i18n previamente no seleccionado.
  189. Preparando para desempaquetar .../wx3.0-i18n_3.0.2-1.wheezy_all.deb ...
  190. Desempaquetando wx3.0-i18n (3.0.2-1.wheezy) ...
  191. Procesando disparadores para man-db (2.7.0.2-5) ...
  192. Configurando libwxbase3.0-0-unofficial:i386 (3.0.2-1.wheezy) ...
  193. Configurando libwxgtk3.0-0-unofficial:i386 (3.0.2-1.wheezy) ...
  194. Configurando libwxbase3.0-dbg:i386 (3.0.2-1.wheezy) ...
  195. Configurando libwxgtk3.0-dbg:i386 (3.0.2-1.wheezy) ...
  196. Configurando wx3.0-headers (3.0.2-1.wheezy) ...
  197. Configurando libwxbase3.0-dev (3.0.2-1.wheezy) ...
  198. update-alternatives: utilizando /usr/lib/wx/config/base-unicode-3.0-unofficial para proveer /usr/bin/wx-config (wx-config) en modo automático
  199. Configurando wx-common (3.0.2-1.wheezy) ...
  200. Configurando libwxgtk3.0-dev (3.0.2-1.wheezy) ...
  201. update-alternatives: utilizando /usr/lib/wx/config/gtk2-unicode-3.0-unofficial para proveer /usr/bin/wx-config (wx-config) en modo automático
  202. Configurando wx3.0-doc (3.0.2-1.wheezy) ...
  203. Configurando wx3.0-examples (3.0.2-1.wheezy) ...
  204. Configurando wx3.0-i18n (3.0.2-1.wheezy) ...
  205. martin@BE-BOP:~/poedit-1.8.6$ ls
  206. aclocal.m4  artwork  bootstrap   configure     COPYING  locales      Makefile.in  poedit.desktop      README
  207. admin       AUTHORS  config.log  configure.ac  docs     Makefile.am  NEWS         poedit-uri.desktop  src
  208. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  209. checking build system type... i686-pc-linux-gnu
  210. checking host system type... i686-pc-linux-gnu
  211. checking for a BSD-compatible install... /usr/bin/install -c
  212. checking whether build environment is sane... yes
  213. checking for a thread-safe mkdir -p... /bin/mkdir -p
  214. checking for gawk... gawk
  215. checking whether make sets $(MAKE)... yes
  216. checking whether to enable maintainer-specific portions of Makefiles... no
  217. checking whether make supports nested variables... yes
  218. checking for install location... /usr/local
  219. checking for gawk... (cached) gawk
  220. checking whether ln -s works... yes
  221. checking for ranlib... ranlib
  222. checking for gcc... gcc
  223. checking whether the C compiler works... yes
  224. checking for C compiler default output file name... a.out
  225. checking for suffix of executables...
  226. checking whether we are cross compiling... no
  227. checking for suffix of object files... o
  228. checking whether we are using the GNU C compiler... yes
  229. checking whether gcc accepts -g... yes
  230. checking for gcc option to accept ISO C89... none needed
  231. checking for style of include used by make... GNU
  232. checking dependency style of gcc... gcc3
  233. checking for g++... g++
  234. checking whether we are using the GNU C++ compiler... yes
  235. checking whether g++ accepts -g... yes
  236. checking dependency style of g++... gcc3
  237. checking how to run the C++ preprocessor... g++ -E
  238. checking whether g++ supports C++11 features by default... no
  239. checking whether g++ supports C++11 features with -std=gnu++11... yes
  240. checking for grep that handles long lines and -e... /bin/grep
  241. checking for egrep... /bin/grep -E
  242. checking for ANSI C header files... yes
  243. checking for sys/types.h... yes
  244. checking for sys/stat.h... yes
  245. checking for stdlib.h... yes
  246. checking for string.h... yes
  247. checking for memory.h... yes
  248. checking for strings.h... yes
  249. checking for inttypes.h... yes
  250. checking for stdint.h... yes
  251. checking for unistd.h... yes
  252. checking cpprest/http_client.h usability... no
  253. checking cpprest/http_client.h presence... no
  254. checking for cpprest/http_client.h... no
  255. checking for pkg-config... /usr/bin/pkg-config
  256. checking pkg-config is at least version 0.9.0... yes
  257. checking for wx-config... /usr/bin/wx-config
  258. checking for wxWidgets version >= 3.0.0 (--unicode)... yes (version 3.0.2)
  259. checking for wxWidgets static library... no
  260. checking if wxWidgets includes XRC... yes
  261. checking for wxrc... /usr/bin/wxrc
  262. checking for mkdtemp... yes
  263. checking for ICU... yes
  264. checking if wxWidgets toolkit uses GTK+ 3... no
  265. checking if wxWidgets toolkit uses GTK+ 2... yes
  266. checking for GTKSPELL... no
  267. configure: error: missing GtkSpell library
  268. martin@BE-BOP:~/poedit-1.8.6$ sudo apt-get install gtkspell
  269. [sudo] password for martin:
  270. Leyendo lista de paquetes... Hecho
  271. Creando árbol de dependencias      
  272. Leyendo la información de estado... Hecho
  273. E: No se ha podido localizar el paquete gtkspell
  274. martin@BE-BOP:~/poedit-1.8.6$ nano README
  275. martin@BE-BOP:~/poedit-1.8.6$ sudo apt-get install GtkSpell
  276. Leyendo lista de paquetes... Hecho
  277. Creando árbol de dependencias      
  278. Leyendo la información de estado... Hecho
  279. E: No se ha podido localizar el paquete GtkSpell
  280. martin@BE-BOP:~/poedit-1.8.6$ gksu synaptic
  281. Gtk-Message: Failed to load module "gail"
  282. Gtk-Message: Failed to load module "atk-bridge"
  283. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  284. checking build system type... i686-pc-linux-gnu
  285. checking host system type... i686-pc-linux-gnu
  286. checking for a BSD-compatible install... /usr/bin/install -c
  287. checking whether build environment is sane... yes
  288. checking for a thread-safe mkdir -p... /bin/mkdir -p
  289. checking for gawk... gawk
  290. checking whether make sets $(MAKE)... yes
  291. checking whether to enable maintainer-specific portions of Makefiles... no
  292. checking whether make supports nested variables... yes
  293. checking for install location... /usr/local
  294. checking for gawk... (cached) gawk
  295. checking whether ln -s works... yes
  296. checking for ranlib... ranlib
  297. checking for gcc... gcc
  298. checking whether the C compiler works... yes
  299. checking for C compiler default output file name... a.out
  300. checking for suffix of executables...
  301. checking whether we are cross compiling... no
  302. checking for suffix of object files... o
  303. checking whether we are using the GNU C compiler... yes
  304. checking whether gcc accepts -g... yes
  305. checking for gcc option to accept ISO C89... none needed
  306. checking for style of include used by make... GNU
  307. checking dependency style of gcc... gcc3
  308. checking for g++... g++
  309. checking whether we are using the GNU C++ compiler... yes
  310. checking whether g++ accepts -g... yes
  311. checking dependency style of g++... gcc3
  312. checking how to run the C++ preprocessor... g++ -E
  313. checking whether g++ supports C++11 features by default... no
  314. checking whether g++ supports C++11 features with -std=gnu++11... yes
  315. checking for grep that handles long lines and -e... /bin/grep
  316. checking for egrep... /bin/grep -E
  317. checking for ANSI C header files... yes
  318. checking for sys/types.h... yes
  319. checking for sys/stat.h... yes
  320. checking for stdlib.h... yes
  321. checking for string.h... yes
  322. checking for memory.h... yes
  323. checking for strings.h... yes
  324. checking for inttypes.h... yes
  325. checking for stdint.h... yes
  326. checking for unistd.h... yes
  327. checking cpprest/http_client.h usability... no
  328. checking cpprest/http_client.h presence... no
  329. checking for cpprest/http_client.h... no
  330. checking for pkg-config... /usr/bin/pkg-config
  331. checking pkg-config is at least version 0.9.0... yes
  332. checking for wx-config... /usr/bin/wx-config
  333. checking for wxWidgets version >= 3.0.0 (--unicode)... yes (version 3.0.2)
  334. checking for wxWidgets static library... no
  335. checking if wxWidgets includes XRC... yes
  336. checking for wxrc... /usr/bin/wxrc
  337. checking for mkdtemp... yes
  338. checking for ICU... yes
  339. checking if wxWidgets toolkit uses GTK+ 3... no
  340. checking if wxWidgets toolkit uses GTK+ 2... yes
  341. checking for GTKSPELL... yes
  342. checking for LUCENE... no
  343. configure: error: missing Lucene++ library
  344. martin@BE-BOP:~/poedit-1.8.6$ gksu synaptic
  345. Gtk-Message: Failed to load module "gail"
  346. Gtk-Message: Failed to load module "atk-bridge"
  347. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  348. checking build system type... i686-pc-linux-gnu
  349. checking host system type... i686-pc-linux-gnu
  350. checking for a BSD-compatible install... /usr/bin/install -c
  351. checking whether build environment is sane... yes
  352. checking for a thread-safe mkdir -p... /bin/mkdir -p
  353. checking for gawk... gawk
  354. checking whether make sets $(MAKE)... yes
  355. checking whether to enable maintainer-specific portions of Makefiles... no
  356. checking whether make supports nested variables... yes
  357. checking for install location... /usr/local
  358. checking for gawk... (cached) gawk
  359. checking whether ln -s works... yes
  360. checking for ranlib... ranlib
  361. checking for gcc... gcc
  362. checking whether the C compiler works... yes
  363. checking for C compiler default output file name... a.out
  364. checking for suffix of executables...
  365. checking whether we are cross compiling... no
  366. checking for suffix of object files... o
  367. checking whether we are using the GNU C compiler... yes
  368. checking whether gcc accepts -g... yes
  369. checking for gcc option to accept ISO C89... none needed
  370. checking for style of include used by make... GNU
  371. checking dependency style of gcc... gcc3
  372. checking for g++... g++
  373. checking whether we are using the GNU C++ compiler... yes
  374. checking whether g++ accepts -g... yes
  375. checking dependency style of g++... gcc3
  376. checking how to run the C++ preprocessor... g++ -E
  377. checking whether g++ supports C++11 features by default... no
  378. checking whether g++ supports C++11 features with -std=gnu++11... yes
  379. checking for grep that handles long lines and -e... /bin/grep
  380. checking for egrep... /bin/grep -E
  381. checking for ANSI C header files... yes
  382. checking for sys/types.h... yes
  383. checking for sys/stat.h... yes
  384. checking for stdlib.h... yes
  385. checking for string.h... yes
  386. checking for memory.h... yes
  387. checking for strings.h... yes
  388. checking for inttypes.h... yes
  389. checking for stdint.h... yes
  390. checking for unistd.h... yes
  391. checking cpprest/http_client.h usability... no
  392. checking cpprest/http_client.h presence... no
  393. checking for cpprest/http_client.h... no
  394. checking for pkg-config... /usr/bin/pkg-config
  395. checking pkg-config is at least version 0.9.0... yes
  396. checking for wx-config... /usr/bin/wx-config
  397. checking for wxWidgets version >= 3.0.0 (--unicode)... yes (version 3.0.2)
  398. checking for wxWidgets static library... no
  399. checking if wxWidgets includes XRC... yes
  400. checking for wxrc... /usr/bin/wxrc
  401. checking for mkdtemp... yes
  402. checking for ICU... yes
  403. checking if wxWidgets toolkit uses GTK+ 3... no
  404. checking if wxWidgets toolkit uses GTK+ 2... yes
  405. checking for GTKSPELL... yes
  406. checking for LUCENE... yes
  407. checking for Berkeley DB >= 4.7 (C++)... not found
  408. configure: error: cannot find required Berkeley DB >= 4.7 (req. for legacy TM)
  409. martin@BE-BOP:~/poedit-1.8.6$ ^C
  410. martin@BE-BOP:~/poedit-1.8.6$ nano README
  411. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  412. checking build system type... i686-pc-linux-gnu
  413. checking host system type... i686-pc-linux-gnu
  414. checking for a BSD-compatible install... /usr/bin/install -c
  415. checking whether build environment is sane... yes
  416. checking for a thread-safe mkdir -p... /bin/mkdir -p
  417. checking for gawk... gawk
  418. checking whether make sets $(MAKE)... yes
  419. checking whether to enable maintainer-specific portions of Makefiles... no
  420. checking whether make supports nested variables... yes
  421. checking for install location... /usr/local
  422. checking for gawk... (cached) gawk
  423. checking whether ln -s works... yes
  424. checking for ranlib... ranlib
  425. checking for gcc... gcc
  426. checking whether the C compiler works... yes
  427. checking for C compiler default output file name... a.out
  428. checking for suffix of executables...
  429. checking whether we are cross compiling... no
  430. checking for suffix of object files... o
  431. checking whether we are using the GNU C compiler... yes
  432. checking whether gcc accepts -g... yes
  433. checking for gcc option to accept ISO C89... none needed
  434. checking for style of include used by make... GNU
  435. checking dependency style of gcc... gcc3
  436. checking for g++... g++
  437. checking whether we are using the GNU C++ compiler... yes
  438. checking whether g++ accepts -g... yes
  439. checking dependency style of g++... gcc3
  440. checking how to run the C++ preprocessor... g++ -E
  441. checking whether g++ supports C++11 features by default... no
  442. checking whether g++ supports C++11 features with -std=gnu++11... yes
  443. checking for grep that handles long lines and -e... /bin/grep
  444. checking for egrep... /bin/grep -E
  445. checking for ANSI C header files... yes
  446. checking for sys/types.h... yes
  447. checking for sys/stat.h... yes
  448. checking for stdlib.h... yes
  449. checking for string.h... yes
  450. checking for memory.h... yes
  451. checking for strings.h... yes
  452. checking for inttypes.h... yes
  453. checking for stdint.h... yes
  454. checking for unistd.h... yes
  455. checking cpprest/http_client.h usability... no
  456. checking cpprest/http_client.h presence... no
  457. checking for cpprest/http_client.h... no
  458. checking for pkg-config... /usr/bin/pkg-config
  459. checking pkg-config is at least version 0.9.0... yes
  460. checking for wx-config... /usr/bin/wx-config
  461. checking for wxWidgets version >= 3.0.0 (--unicode)... yes (version 3.0.2)
  462. checking for wxWidgets static library... no
  463. checking if wxWidgets includes XRC... yes
  464. checking for wxrc... /usr/bin/wxrc
  465. checking for mkdtemp... yes
  466. checking for ICU... yes
  467. checking if wxWidgets toolkit uses GTK+ 3... no
  468. checking if wxWidgets toolkit uses GTK+ 2... yes
  469. checking for GTKSPELL... yes
  470. checking for LUCENE... yes
  471. checking for Berkeley DB >= 4.7 (C++)... not found
  472. configure: error: cannot find required Berkeley DB >= 4.7 (req. for legacy TM)
  473. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  474. checking build system type... i686-pc-linux-gnu
  475. checking host system type... i686-pc-linux-gnu
  476. checking for a BSD-compatible install... /usr/bin/install -c
  477. checking whether build environment is sane... yes
  478. checking for a thread-safe mkdir -p... /bin/mkdir -p
  479. checking for gawk... gawk
  480. checking whether make sets $(MAKE)... yes
  481. checking whether to enable maintainer-specific portions of Makefiles... no
  482. checking whether make supports nested variables... yes
  483. checking for install location... /usr/local
  484. checking for gawk... (cached) gawk
  485. checking whether ln -s works... yes
  486. checking for ranlib... ranlib
  487. checking for gcc... gcc
  488. checking whether the C compiler works... yes
  489. checking for C compiler default output file name... a.out
  490. checking for suffix of executables...
  491. checking whether we are cross compiling... no
  492. checking for suffix of object files... o
  493. checking whether we are using the GNU C compiler... yes
  494. checking whether gcc accepts -g... yes
  495. checking for gcc option to accept ISO C89... none needed
  496. checking for style of include used by make... GNU
  497. checking dependency style of gcc... gcc3
  498. checking for g++... g++
  499. checking whether we are using the GNU C++ compiler... yes
  500. checking whether g++ accepts -g... yes
  501. checking dependency style of g++... gcc3
  502. checking how to run the C++ preprocessor... g++ -E
  503. checking whether g++ supports C++11 features by default... no
  504. checking whether g++ supports C++11 features with -std=gnu++11... yes
  505. checking for grep that handles long lines and -e... /bin/grep
  506. checking for egrep... /bin/grep -E
  507. checking for ANSI C header files... yes
  508. checking for sys/types.h... yes
  509. checking for sys/stat.h... yes
  510. checking for stdlib.h... yes
  511. checking for string.h... yes
  512. checking for memory.h... yes
  513. checking for strings.h... yes
  514. checking for inttypes.h... yes
  515. checking for stdint.h... yes
  516. checking for unistd.h... yes
  517. checking cpprest/http_client.h usability... no
  518. checking cpprest/http_client.h presence... no
  519. checking for cpprest/http_client.h... no
  520. checking for pkg-config... /usr/bin/pkg-config
  521. checking pkg-config is at least version 0.9.0... yes
  522. checking for wx-config... /usr/bin/wx-config
  523. checking for wxWidgets version >= 3.0.0 (--unicode)... yes (version 3.0.2)
  524. checking for wxWidgets static library... no
  525. checking if wxWidgets includes XRC... yes
  526. checking for wxrc... /usr/bin/wxrc
  527. checking for mkdtemp... yes
  528. checking for ICU... yes
  529. checking if wxWidgets toolkit uses GTK+ 3... no
  530. checking if wxWidgets toolkit uses GTK+ 2... yes
  531. checking for GTKSPELL... yes
  532. checking for LUCENE... yes
  533. checking for Berkeley DB >= 4.7 (C++)... not found
  534. configure: error: cannot find required Berkeley DB >= 4.7 (req. for legacy TM)
  535. martin@BE-BOP:~/poedit-1.8.6$ sudo apt-get install libdb++-dev
  536. [sudo] password for martin:
  537. E: No se pudo bloquear /var/lib/dpkg/lock - open (11: Recurso no disponible temporalmente)
  538. E: No se pudo bloquear el directorio de administración (/var/lib/dpkg/), ¿quizás haya algún otro proceso utilizándolo?
  539. martin@BE-BOP:~/poedit-1.8.6$ ./configure
  540. checking build system type... i686-pc-linux-gnu
  541. checking host system type... i686-pc-linux-gnu
  542. checking for a BSD-compatible install... /usr/bin/install -c
  543. checking whether build environment is sane... yes
  544. checking for a thread-safe mkdir -p... /bin/mkdir -p
  545. checking for gawk... gawk
  546. checking whether make sets $(MAKE)... yes
  547. checking whether to enable maintainer-specific portions of Makefiles... no
  548. checking whether make supports nested variables... yes
  549. checking for install location... /usr/local
  550. checking for gawk... (cached) gawk
  551. checking whether ln -s works... yes
  552. checking for ranlib... ranlib
  553. checking for gcc... gcc
  554. checking whether the C compiler works... yes
  555. checking for C compiler default output file name... a.out
  556. checking for suffix of executables...
  557. checking whether we are cross compiling... no
  558. checking for suffix of object files... o
  559. checking whether we are using the GNU C compiler... yes
  560. checking whether gcc accepts -g... yes
  561. checking for gcc option to accept ISO C89... none needed
  562. checking for style of include used by make... GNU
  563. checking dependency style of gcc... gcc3
  564. checking for g++... g++
  565. checking whether we are using the GNU C++ compiler... yes
  566. checking whether g++ accepts -g... yes
  567. checking dependency style of g++... gcc3
  568. checking how to run the C++ preprocessor... g++ -E
  569. checking whether g++ supports C++11 features by default... no
  570. checking whether g++ supports C++11 features with -std=gnu++11... yes
  571. checking for grep that handles long lines and -e... /bin/grep
  572. checking for egrep... /bin/grep -E
  573. checking for ANSI C header files... yes
  574. checking for sys/types.h... yes
  575. checking for sys/stat.h... yes
  576. checking for stdlib.h... yes
  577. checking for string.h... yes
  578. checking for memory.h... yes
  579. checking for strings.h... yes
  580. checking for inttypes.h... yes
  581. checking for stdint.h... yes
  582. checking for unistd.h... yes
  583. checking cpprest/http_client.h usability... no
  584. checking cpprest/http_client.h presence... no
  585. checking for cpprest/http_client.h... no
  586. checking for pkg-config... /usr/bin/pkg-config
  587. checking pkg-config is at least version 0.9.0... yes
  588. checking for wx-config... /usr/bin/wx-config
  589. checking for wxWidgets version >= 3.0.0 (--unicode)... yes (version 3.0.2)
  590. checking for wxWidgets static library... no
  591. checking if wxWidgets includes XRC... yes
  592. checking for wxrc... /usr/bin/wxrc
  593. checking for mkdtemp... yes
  594. checking for ICU... yes
  595. checking if wxWidgets toolkit uses GTK+ 3... no
  596. checking if wxWidgets toolkit uses GTK+ 2... yes
  597. checking for GTKSPELL... yes
  598. checking for LUCENE... yes
  599. checking for Berkeley DB >= 4.7 (C++)... header db_cxx.h, library -ldb_cxx
  600. checking for EXPAT... yes
  601. checking cld2/public/compact_lang_det.h usability... no
  602. checking cld2/public/compact_lang_det.h presence... no
  603. checking for cld2/public/compact_lang_det.h... no
  604. checking for a sed that does not truncate output... /bin/sed
  605. checking whether the C++ compiler accepts the -Wall flag... yes
  606. checking whether the C++ compiler accepts the -Wextra flag... yes
  607. configure: creating ./config.status
  608. config.status: creating Makefile
  609. config.status: creating src/Makefile
  610. config.status: creating artwork/Makefile
  611. config.status: creating locales/Makefile
  612. config.status: creating docs/Makefile
  613. config.status: executing depfiles commands
  614.  
  615. Configured poedit-1.8.6 for i686-pc-linux-gnu
  616.  
  617. Enabled features:
  618.  
  619.     * debug build:                    no
  620.     * legacy (pre-1.6) TM migration:  yes
  621.     * language detection:             no
  622.     * crowdin integration:            no
  623.  
  624. martin@BE-BOP:~/poedit-1.8.6$ nano README
  625. martin@BE-BOP:~/poedit-1.8.6$ nano README
  626. martin@BE-BOP:~/poedit-1.8.6$ make
  627. Making all in src
  628. make[1]: Entering directory '/home/martin/poedit-1.8.6/src'
  629.   CXX    attentionbar.o
  630.   CXX    errorbar.o
  631.   CXX    catalog.o
  632.   CXX    edapp.o
  633.   CXX    edframe.o
  634.   CXX    fileviewer.o
  635.   CXX    extractor.o
  636.   CXX    prefsdlg.o
  637.   CXX    propertiesdlg.o
  638.   CXX    progressinfo.o
  639.   CXX    digger.o
  640.   CXX    gexecute.o
  641.   CXX    summarydlg.o
  642.   CXX    spellchecking.o
  643.   CXX    findframe.o
  644.   CXX    commentdlg.o
  645.   CXX    tm/suggestions.o
  646.   CXX    tm/transmem.o
  647.   CXX    tm/tm_migrate.o
  648.   CXX    manager.o
  649.   CXX    chooselang.o
  650.   CXX    export_html.o
  651.   CXX    icons.o
  652.   CXX    pluralforms/pl_evaluate.o
  653.   CXX    edlistctrl.o
  654.   CXX    cat_sorting.o
  655.   CXX    utility.o
  656.   CXX    concurrency.o
  657.   CXX    language.o
  658.   CXX    languagectrl.o
  659.   CXX    welcomescreen.o
  660.   CXX    syntaxhighlighter.o
  661.   CXX    sidebar.o
  662.   CXX    text_control.o
  663. text_control.cpp:482:51: warning: unused parameter ‘isRTL’ [-Wunused-parameter]
  664.  void AnyTranslatableTextCtrl::SetLanguageRTL(bool isRTL)
  665.                                                    ^
  666.   CXX    customcontrols.o
  667.   CXX    hidpi.o
  668.   CXX    wx/main_toolbar.o
  669.   CXX    wx_backports/wx_gtk_activityindicator.o
  670.   CXX    wx_backports/wx_gtk_nativewin.o
  671. /usr/bin/wxrc -v -c -o compiled_xrc.cpp ./resources/menus.xrc ./resources/prefs.xrc ./resources/progress.xrc ./resources/properties.xrc ./resources/summary.xrc ./resources/toolbar.xrc ./resources/comment.xrc ./resources/manager.xrc
  672. processing ./resources/menus.xrc...
  673. processing ./resources/prefs.xrc...
  674. processing ./resources/progress.xrc...
  675. processing ./resources/properties.xrc...
  676. processing ./resources/summary.xrc...
  677. processing ./resources/toolbar.xrc...
  678. processing ./resources/comment.xrc...
  679. processing ./resources/manager.xrc...
  680. creating C++ source file /home/martin/poedit-1.8.6/src/compiled_xrc.cpp...
  681.   CXX    compiled_xrc.o
  682.   CXXLD  poedit
  683. /usr/bin/ld: no se puede encontrar -lboost_regex
  684. collect2: error: ld returned 1 exit status
  685. Makefile:512: recipe for target 'poedit' failed
  686. make[1]: *** [poedit] Error 1
  687. make[1]: Leaving directory '/home/martin/poedit-1.8.6/src'
  688. Makefile:351: recipe for target 'all-recursive' failed
  689. make: *** [all-recursive] Error 1
  690. martin@BE-BOP:~/poedit-1.8.6$ ls
  691. aclocal.m4  artwork  bootstrap   config.status  configure.ac  docs     Makefile     Makefile.in  poedit.desktop      README
  692. admin       AUTHORS  config.log  configure      COPYING       locales  Makefile.am  NEWS         poedit-uri.desktop  src
  693. martin@BE-BOP:~/poedit-1.8.6$ nano Makefile
  694. martin@BE-BOP:~/poedit-1.8.6$ sudo make install
  695. Making install in src
  696. make[1]: Entering directory '/home/martin/poedit-1.8.6/src'
  697.   CXXLD  poedit
  698. /usr/bin/ld: no se puede encontrar -lboost_regex
  699. collect2: error: ld returned 1 exit status
  700. Makefile:512: recipe for target 'poedit' failed
  701. make[1]: *** [poedit] Error 1
  702. make[1]: Leaving directory '/home/martin/poedit-1.8.6/src'
  703. Makefile:351: recipe for target 'install-recursive' failed
  704. make: *** [install-recursive] Error 1
  705. martin@BE-BOP:~/poedit-1.8.6$
Advertisement
Add Comment
Please, Sign In to add comment