Advertisement
Guest User

config.log rosegarden compile failed

a guest
Sep 9th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.82 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Rosegarden configure 14.10, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-qtlibdir=/usr/lib/i686-pc-linux-gnu
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = bpier
  14. uname -m = i686
  15. uname -r = 3.14.16-gentoo
  16. uname -s = Linux
  17. uname -v = #8 SMP PREEMPT Tue Sep 2 09:36:46 CEST 2014
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /opt/bin
  34. PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.7.3
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2250: checking for gcc
  42. configure:2266: found /usr/bin/gcc
  43. configure:2277: result: gcc
  44. configure:2506: checking for C compiler version
  45. configure:2515: gcc --version >&5
  46. gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
  47. Copyright (C) 2012 Free Software Foundation, Inc.
  48. This is free software; see the source for copying conditions. There is NO
  49. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  50.  
  51. configure:2526: $? = 0
  52. configure:2515: gcc -v >&5
  53. Using built-in specs.
  54. COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.7.3/gcc
  55. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.7.3/lto-wrapper
  56. Target: i686-pc-linux-gnu
  57. Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.7.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --without-ppl
  58. Thread model: posix
  59. gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5)
  60. configure:2526: $? = 0
  61. configure:2515: gcc -V >&5
  62. gcc: error: unrecognized command line option '-V'
  63. gcc: fatal error: no input files
  64. compilation terminated.
  65. configure:2526: $? = 1
  66. configure:2515: gcc -qversion >&5
  67. gcc: error: unrecognized command line option '-qversion'
  68. gcc: fatal error: no input files
  69. compilation terminated.
  70. configure:2526: $? = 1
  71. configure:2546: checking whether the C compiler works
  72. configure:2568: gcc conftest.c >&5
  73. configure:2572: $? = 0
  74. configure:2620: result: yes
  75. configure:2623: checking for C compiler default output file name
  76. configure:2625: result: a.out
  77. configure:2631: checking for suffix of executables
  78. configure:2638: gcc -o conftest conftest.c >&5
  79. configure:2642: $? = 0
  80. configure:2664: result:
  81. configure:2686: checking whether we are cross compiling
  82. configure:2694: gcc -o conftest conftest.c >&5
  83. configure:2698: $? = 0
  84. configure:2705: ./conftest
  85. configure:2709: $? = 0
  86. configure:2724: result: no
  87. configure:2729: checking for suffix of object files
  88. configure:2751: gcc -c conftest.c >&5
  89. configure:2755: $? = 0
  90. configure:2776: result: o
  91. configure:2780: checking whether we are using the GNU C compiler
  92. configure:2799: gcc -c conftest.c >&5
  93. configure:2799: $? = 0
  94. configure:2808: result: yes
  95. configure:2817: checking whether gcc accepts -g
  96. configure:2837: gcc -c -g conftest.c >&5
  97. configure:2837: $? = 0
  98. configure:2878: result: yes
  99. configure:2895: checking for gcc option to accept ISO C89
  100. configure:2958: gcc -c -g -O2 conftest.c >&5
  101. configure:2958: $? = 0
  102. configure:2971: result: none needed
  103. configure:3049: checking for g++
  104. configure:3065: found /usr/bin/g++
  105. configure:3076: result: g++
  106. configure:3103: checking for C++ compiler version
  107. configure:3112: g++ --version >&5
  108. g++ (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3
  109. Copyright (C) 2012 Free Software Foundation, Inc.
  110. This is free software; see the source for copying conditions. There is NO
  111. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  112.  
  113. configure:3123: $? = 0
  114. configure:3112: g++ -v >&5
  115. Using built-in specs.
  116. COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.7.3/g++
  117. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.7.3/lto-wrapper
  118. Target: i686-pc-linux-gnu
  119. Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.7.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --without-ppl
  120. Thread model: posix
  121. gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5)
  122. configure:3123: $? = 0
  123. configure:3112: g++ -V >&5
  124. g++: error: unrecognized command line option '-V'
  125. g++: fatal error: no input files
  126. compilation terminated.
  127. configure:3123: $? = 1
  128. configure:3112: g++ -qversion >&5
  129. g++: error: unrecognized command line option '-qversion'
  130. g++: fatal error: no input files
  131. compilation terminated.
  132. configure:3123: $? = 1
  133. configure:3127: checking whether we are using the GNU C++ compiler
  134. configure:3146: g++ -c conftest.cpp >&5
  135. configure:3146: $? = 0
  136. configure:3155: result: yes
  137. configure:3164: checking whether g++ accepts -g
  138. configure:3184: g++ -c -g conftest.cpp >&5
  139. configure:3184: $? = 0
  140. configure:3225: result: yes
  141. configure:3291: checking for a BSD-compatible install
  142. configure:3359: result: /usr/bin/install -c
  143. configure:3370: checking for a thread-safe mkdir -p
  144. configure:3409: result: /bin/mkdir -p
  145. configure:3419: checking how to run the C++ preprocessor
  146. configure:3446: g++ -E conftest.cpp
  147. configure:3446: $? = 0
  148. configure:3460: g++ -E conftest.cpp
  149. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  150. compilation terminated.
  151. configure:3460: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h */
  154. | #define PACKAGE_NAME "Rosegarden"
  155. | #define PACKAGE_TARNAME "rosegarden"
  156. | #define PACKAGE_VERSION "14.10"
  157. | #define PACKAGE_STRING "Rosegarden 14.10"
  158. | #define PACKAGE_BUGREPORT "rosegarden-devel@lists.sourceforge.net"
  159. | #define PACKAGE_URL ""
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:3485: result: g++ -E
  163. configure:3505: g++ -E conftest.cpp
  164. configure:3505: $? = 0
  165. configure:3519: g++ -E conftest.cpp
  166. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  167. compilation terminated.
  168. configure:3519: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h */
  171. | #define PACKAGE_NAME "Rosegarden"
  172. | #define PACKAGE_TARNAME "rosegarden"
  173. | #define PACKAGE_VERSION "14.10"
  174. | #define PACKAGE_STRING "Rosegarden 14.10"
  175. | #define PACKAGE_BUGREPORT "rosegarden-devel@lists.sourceforge.net"
  176. | #define PACKAGE_URL ""
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:3548: checking for X
  180. configure:3656: g++ -E conftest.cpp
  181. configure:3656: $? = 0
  182. configure:3687: g++ -o conftest -g -O2 conftest.cpp -lX11 >&5
  183. configure:3687: $? = 0
  184. configure:3737: result: libraries , headers
  185. configure:3741: checking for grep that handles long lines and -e
  186. configure:3799: result: /bin/grep
  187. configure:3804: checking for egrep
  188. configure:3866: result: /bin/grep -E
  189. configure:3871: checking for ANSI C header files
  190. configure:3891: g++ -c -g -O2 conftest.cpp >&5
  191. configure:3891: $? = 0
  192. configure:3964: g++ -o conftest -g -O2 conftest.cpp >&5
  193. configure:3964: $? = 0
  194. configure:3964: ./conftest
  195. configure:3964: $? = 0
  196. configure:3975: result: yes
  197. configure:4043: checking for pkg-config
  198. configure:4061: found /usr/bin/pkg-config
  199. configure:4073: result: /usr/bin/pkg-config
  200. configure:4098: checking pkg-config is at least version 0.9.0
  201. configure:4101: result: yes
  202. configure:4114: checking QTDIR
  203. configure:4157: result: /usr
  204. configure:4165: checking Qt includes
  205. configure:4175: result: /usr/include/qt4
  206. configure:4181: checking for moc-qt4
  207. configure:4211: result: no
  208. configure:4219: checking for moc
  209. configure:4235: found /usr/bin//moc
  210. configure:4246: result: /usr/bin/moc
  211. configure:4305: checking for uic-qt4
  212. configure:4335: result: no
  213. configure:4343: checking for uic
  214. configure:4359: found /usr/bin//uic
  215. configure:4370: result: /usr/bin/uic
  216. configure:4429: checking for rcc-qt4
  217. configure:4459: result: no
  218. configure:4467: checking for rcc
  219. configure:4483: found /usr/bin//rcc
  220. configure:4494: result: /usr/bin/rcc
  221. configure:4553: checking for lupdate-qt4
  222. configure:4583: result: no
  223. configure:4591: checking for lupdate
  224. configure:4607: found /usr/bin//lupdate
  225. configure:4618: result: /usr/bin/lupdate
  226. configure:4684: checking for lrelease-qt4
  227. configure:4714: result: no
  228. configure:4722: checking for lrelease
  229. configure:4738: found /usr/bin//lrelease
  230. configure:4749: result: /usr/bin/lrelease
  231. configure:4814: checking QTLIBDIR
  232. configure:4867: result: /usr/lib/i686-pc-linux-gnu
  233. configure:4876: checking QT_CXXFLAGS
  234. configure:4878: result: -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtCore -I/usr/include/qt4
  235. configure:4880: checking QT_LIBS
  236. configure:4882: result: -L/usr/lib/i686-pc-linux-gnu -lQtGui -lQtXml -lQtNetwork -lQtCore
  237. configure:4890: checking for XSetErrorHandler in -lX11
  238. configure:4915: g++ -o conftest -g -O2 conftest.cpp -lX11 >&5
  239. configure:4915: $? = 0
  240. configure:4924: result: yes
  241. configure:4932: checking for gzopen in -lz
  242. configure:4957: g++ -o conftest -g -O2 conftest.cpp -lz -lX11 >&5
  243. configure:4957: $? = 0
  244. configure:4966: result: yes
  245. configure:4974: checking for dlopen in -ldl
  246. configure:4999: g++ -o conftest -g -O2 conftest.cpp -ldl -lX11 -lz >&5
  247. configure:4999: $? = 0
  248. configure:5008: result: yes
  249. configure:5019: checking for JACK
  250. configure:5026: $PKG_CONFIG --exists --print-errors "jack >= 0.100"
  251. configure:5029: $? = 0
  252. configure:5043: $PKG_CONFIG --exists --print-errors "jack >= 0.100"
  253. configure:5046: $? = 0
  254. configure:5088: result: yes
  255. configure:5098: checking for sys/types.h
  256. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  257. configure:5098: $? = 0
  258. configure:5098: result: yes
  259. configure:5098: checking for sys/stat.h
  260. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  261. configure:5098: $? = 0
  262. configure:5098: result: yes
  263. configure:5098: checking for stdlib.h
  264. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  265. configure:5098: $? = 0
  266. configure:5098: result: yes
  267. configure:5098: checking for string.h
  268. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  269. configure:5098: $? = 0
  270. configure:5098: result: yes
  271. configure:5098: checking for memory.h
  272. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  273. configure:5098: $? = 0
  274. configure:5098: result: yes
  275. configure:5098: checking for strings.h
  276. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  277. configure:5098: $? = 0
  278. configure:5098: result: yes
  279. configure:5098: checking for inttypes.h
  280. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  281. configure:5098: $? = 0
  282. configure:5098: result: yes
  283. configure:5098: checking for stdint.h
  284. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  285. configure:5098: $? = 0
  286. configure:5098: result: yes
  287. configure:5098: checking for unistd.h
  288. configure:5098: g++ -c -g -O2 conftest.cpp >&5
  289. configure:5098: $? = 0
  290. configure:5098: result: yes
  291. configure:5110: checking ladspa.h usability
  292. configure:5110: g++ -c -g -O2 conftest.cpp >&5
  293. configure:5110: $? = 0
  294. configure:5110: result: yes
  295. configure:5110: checking ladspa.h presence
  296. configure:5110: g++ -E conftest.cpp
  297. configure:5110: $? = 0
  298. configure:5110: result: yes
  299. configure:5110: checking for ladspa.h
  300. configure:5110: result: yes
  301. configure:5125: checking for ALSA
  302. configure:5132: $PKG_CONFIG --exists --print-errors "alsa >= 0.9"
  303. configure:5135: $? = 0
  304. configure:5149: $PKG_CONFIG --exists --print-errors "alsa >= 0.9"
  305. configure:5152: $? = 0
  306. configure:5204: result: yes
  307. configure:5208: checking dssi.h usability
  308. configure:5208: g++ -c -g -O2 conftest.cpp >&5
  309. configure:5208: $? = 0
  310. configure:5208: result: yes
  311. configure:5208: checking dssi.h presence
  312. configure:5208: g++ -E conftest.cpp
  313. configure:5208: $? = 0
  314. configure:5208: result: yes
  315. configure:5208: checking for dssi.h
  316. configure:5208: result: yes
  317. configure:5217: checking X11/SM/SMlib.h usability
  318. configure:5217: g++ -c -g -O2 conftest.cpp >&5
  319. configure:5217: $? = 0
  320. configure:5217: result: yes
  321. configure:5217: checking X11/SM/SMlib.h presence
  322. configure:5217: g++ -E conftest.cpp
  323. configure:5217: $? = 0
  324. configure:5217: result: yes
  325. configure:5217: checking for X11/SM/SMlib.h
  326. configure:5217: result: yes
  327. configure:5226: checking whether byte ordering is bigendian
  328. configure:5241: g++ -c -g -O2 conftest.cpp >&5
  329. conftest.cpp:20:9: error: expected unqualified-id before 'not' token
  330. configure:5241: $? = 1
  331. configure: failed program was:
  332. | /* confdefs.h */
  333. | #define PACKAGE_NAME "Rosegarden"
  334. | #define PACKAGE_TARNAME "rosegarden"
  335. | #define PACKAGE_VERSION "14.10"
  336. | #define PACKAGE_STRING "Rosegarden 14.10"
  337. | #define PACKAGE_BUGREPORT "rosegarden-devel@lists.sourceforge.net"
  338. | #define PACKAGE_URL ""
  339. | #define STDC_HEADERS 1
  340. | #define HAVE_SYS_TYPES_H 1
  341. | #define HAVE_SYS_STAT_H 1
  342. | #define HAVE_STDLIB_H 1
  343. | #define HAVE_STRING_H 1
  344. | #define HAVE_MEMORY_H 1
  345. | #define HAVE_STRINGS_H 1
  346. | #define HAVE_INTTYPES_H 1
  347. | #define HAVE_STDINT_H 1
  348. | #define HAVE_UNISTD_H 1
  349. | /* end confdefs.h. */
  350. | #ifndef __APPLE_CC__
  351. | not a universal capable compiler
  352. | #endif
  353. | typedef int dummy;
  354. |
  355. configure:5286: g++ -c -g -O2 conftest.cpp >&5
  356. configure:5286: $? = 0
  357. configure:5304: g++ -c -g -O2 conftest.cpp >&5
  358. conftest.cpp: In function 'int main()':
  359. conftest.cpp:26:8: error: 'big' was not declared in this scope
  360. conftest.cpp:26:12: error: expected ';' before 'endian'
  361. configure:5304: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h */
  364. | #define PACKAGE_NAME "Rosegarden"
  365. | #define PACKAGE_TARNAME "rosegarden"
  366. | #define PACKAGE_VERSION "14.10"
  367. | #define PACKAGE_STRING "Rosegarden 14.10"
  368. | #define PACKAGE_BUGREPORT "rosegarden-devel@lists.sourceforge.net"
  369. | #define PACKAGE_URL ""
  370. | #define STDC_HEADERS 1
  371. | #define HAVE_SYS_TYPES_H 1
  372. | #define HAVE_SYS_STAT_H 1
  373. | #define HAVE_STDLIB_H 1
  374. | #define HAVE_STRING_H 1
  375. | #define HAVE_MEMORY_H 1
  376. | #define HAVE_STRINGS_H 1
  377. | #define HAVE_INTTYPES_H 1
  378. | #define HAVE_STDINT_H 1
  379. | #define HAVE_UNISTD_H 1
  380. | /* end confdefs.h. */
  381. | #include <sys/types.h>
  382. | #include <sys/param.h>
  383. |
  384. | int
  385. | main ()
  386. | {
  387. | #if BYTE_ORDER != BIG_ENDIAN
  388. | not big endian
  389. | #endif
  390. |
  391. | ;
  392. | return 0;
  393. | }
  394. configure:5432: result: no
  395. configure:5453: checking for liblo
  396. configure:5460: $PKG_CONFIG --exists --print-errors "liblo >= 0.7"
  397. configure:5463: $? = 0
  398. configure:5477: $PKG_CONFIG --exists --print-errors "liblo >= 0.7"
  399. configure:5480: $? = 0
  400. configure:5538: result: yes
  401. configure:5544: checking for lrdf
  402. configure:5551: $PKG_CONFIG --exists --print-errors "lrdf >= 0.2"
  403. configure:5554: $? = 0
  404. configure:5568: $PKG_CONFIG --exists --print-errors "lrdf >= 0.2"
  405. configure:5571: $? = 0
  406. configure:5629: result: yes
  407. configure:5635: checking for fftw3f
  408. configure:5642: $PKG_CONFIG --exists --print-errors "fftw3f >= 3.0.0"
  409. configure:5645: $? = 0
  410. configure:5659: $PKG_CONFIG --exists --print-errors "fftw3f >= 3.0.0"
  411. configure:5662: $? = 0
  412. configure:5720: result: yes
  413. configure:5726: checking for sndfile
  414. configure:5733: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.16"
  415. configure:5736: $? = 0
  416. configure:5750: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.16"
  417. configure:5753: $? = 0
  418. configure:5811: result: yes
  419. configure:5817: checking for samplerate
  420. configure:5824: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.2"
  421. configure:5827: $? = 0
  422. configure:5841: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.2"
  423. configure:5844: $? = 0
  424. configure:5902: result: yes
  425. configure:5909: checking for perl
  426. configure:5927: found /usr/bin/perl
  427. configure:5939: result: /usr/bin/perl
  428. configure:5953: checking for xargs
  429. configure:5971: found /usr/bin/xargs
  430. configure:5983: result: /usr/bin/xargs
  431. configure:5997: checking for makedepend
  432. configure:6015: found /usr/bin/makedepend
  433. configure:6027: result: /usr/bin/makedepend
  434. configure:6041: checking for sha1sum
  435. configure:6059: found /usr/bin/sha1sum
  436. configure:6071: result: /usr/bin/sha1sum
  437. configure:6081: checking for sha1
  438. configure:6111: result: /usr/bin/sha1sum
  439. configure:6125: checking for cut
  440. configure:6143: found /usr/bin/cut
  441. configure:6155: result: /usr/bin/cut
  442. configure:6169: checking lirc/lirc_client.h usability
  443. configure:6169: g++ -c -g -O2 conftest.cpp >&5
  444. configure:6169: $? = 0
  445. configure:6169: result: yes
  446. configure:6169: checking lirc/lirc_client.h presence
  447. configure:6169: g++ -E conftest.cpp
  448. configure:6169: $? = 0
  449. configure:6169: result: yes
  450. configure:6169: checking for lirc/lirc_client.h
  451. configure:6169: result: yes
  452. configure:6178: checking for lirc_init in -llirc_client
  453. configure:6203: g++ -o conftest -g -O2 conftest.cpp -llirc_client -lX11 -lz -ldl >&5
  454. configure:6203: $? = 0
  455. configure:6212: result: yes
  456. configure:6265: WARNING: Required JACK library not found, building with no audio!
  457. configure:6443: creating ./config.status
  458.  
  459. ## ---------------------- ##
  460. ## Running config.status. ##
  461. ## ---------------------- ##
  462.  
  463. This file was extended by Rosegarden config.status 14.10, which was
  464. generated by GNU Autoconf 2.69. Invocation command line was
  465.  
  466. CONFIG_FILES =
  467. CONFIG_HEADERS =
  468. CONFIG_LINKS =
  469. CONFIG_COMMANDS =
  470. $ ./config.status
  471.  
  472. on bpier
  473.  
  474. config.status:767: creating Makefile
  475.  
  476. ## ---------------- ##
  477. ## Cache variables. ##
  478. ## ---------------- ##
  479.  
  480. ac_cv_c_bigendian=no
  481. ac_cv_c_compiler_gnu=yes
  482. ac_cv_cxx_compiler_gnu=yes
  483. ac_cv_env_ALSA_CFLAGS_set=
  484. ac_cv_env_ALSA_CFLAGS_value=
  485. ac_cv_env_ALSA_LIBS_set=
  486. ac_cv_env_ALSA_LIBS_value=
  487. ac_cv_env_CCC_set=
  488. ac_cv_env_CCC_value=
  489. ac_cv_env_CC_set=
  490. ac_cv_env_CC_value=
  491. ac_cv_env_CFLAGS_set=
  492. ac_cv_env_CFLAGS_value=
  493. ac_cv_env_CPPFLAGS_set=
  494. ac_cv_env_CPPFLAGS_value=
  495. ac_cv_env_CXXCPP_set=
  496. ac_cv_env_CXXCPP_value=
  497. ac_cv_env_CXXFLAGS_set=
  498. ac_cv_env_CXXFLAGS_value=
  499. ac_cv_env_CXX_set=
  500. ac_cv_env_CXX_value=
  501. ac_cv_env_JACK_CFLAGS_set=
  502. ac_cv_env_JACK_CFLAGS_value=
  503. ac_cv_env_JACK_LIBS_set=
  504. ac_cv_env_JACK_LIBS_value=
  505. ac_cv_env_LDFLAGS_set=
  506. ac_cv_env_LDFLAGS_value=
  507. ac_cv_env_LIBS_set=
  508. ac_cv_env_LIBS_value=
  509. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  510. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  511. ac_cv_env_PKG_CONFIG_PATH_set=
  512. ac_cv_env_PKG_CONFIG_PATH_value=
  513. ac_cv_env_PKG_CONFIG_set=
  514. ac_cv_env_PKG_CONFIG_value=
  515. ac_cv_env_XMKMF_set=
  516. ac_cv_env_XMKMF_value=
  517. ac_cv_env_build_alias_set=
  518. ac_cv_env_build_alias_value=
  519. ac_cv_env_fftw3f_CFLAGS_set=
  520. ac_cv_env_fftw3f_CFLAGS_value=
  521. ac_cv_env_fftw3f_LIBS_set=
  522. ac_cv_env_fftw3f_LIBS_value=
  523. ac_cv_env_host_alias_set=
  524. ac_cv_env_host_alias_value=
  525. ac_cv_env_liblo_CFLAGS_set=
  526. ac_cv_env_liblo_CFLAGS_value=
  527. ac_cv_env_liblo_LIBS_set=
  528. ac_cv_env_liblo_LIBS_value=
  529. ac_cv_env_lrdf_CFLAGS_set=
  530. ac_cv_env_lrdf_CFLAGS_value=
  531. ac_cv_env_lrdf_LIBS_set=
  532. ac_cv_env_lrdf_LIBS_value=
  533. ac_cv_env_samplerate_CFLAGS_set=
  534. ac_cv_env_samplerate_CFLAGS_value=
  535. ac_cv_env_samplerate_LIBS_set=
  536. ac_cv_env_samplerate_LIBS_value=
  537. ac_cv_env_sndfile_CFLAGS_set=
  538. ac_cv_env_sndfile_CFLAGS_value=
  539. ac_cv_env_sndfile_LIBS_set=
  540. ac_cv_env_sndfile_LIBS_value=
  541. ac_cv_env_target_alias_set=
  542. ac_cv_env_target_alias_value=
  543. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  544. ac_cv_header_X11_SM_SMlib_h=yes
  545. ac_cv_header_dssi_h=yes
  546. ac_cv_header_inttypes_h=yes
  547. ac_cv_header_ladspa_h=yes
  548. ac_cv_header_lirc_lirc_client_h=yes
  549. ac_cv_header_memory_h=yes
  550. ac_cv_header_stdc=yes
  551. ac_cv_header_stdint_h=yes
  552. ac_cv_header_stdlib_h=yes
  553. ac_cv_header_string_h=yes
  554. ac_cv_header_strings_h=yes
  555. ac_cv_header_sys_stat_h=yes
  556. ac_cv_header_sys_types_h=yes
  557. ac_cv_header_unistd_h=yes
  558. ac_cv_lib_X11_XSetErrorHandler=yes
  559. ac_cv_lib_dl_dlopen=yes
  560. ac_cv_lib_lirc_client_lirc_init=yes
  561. ac_cv_lib_z_gzopen=yes
  562. ac_cv_objext=o
  563. ac_cv_path_CUT=/usr/bin/cut
  564. ac_cv_path_EGREP='/bin/grep -E'
  565. ac_cv_path_GREP=/bin/grep
  566. ac_cv_path_MAKEDEPEND=/usr/bin/makedepend
  567. ac_cv_path_PERL=/usr/bin/perl
  568. ac_cv_path_SHA1SUM=/usr/bin/sha1sum
  569. ac_cv_path_XARGS=/usr/bin/xargs
  570. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  571. ac_cv_path_install='/usr/bin/install -c'
  572. ac_cv_path_mkdir=/bin/mkdir
  573. ac_cv_prog_CXXCPP='g++ -E'
  574. ac_cv_prog_LRELEASE=/usr/bin/lrelease
  575. ac_cv_prog_LUPDATE=/usr/bin/lupdate
  576. ac_cv_prog_MOC=/usr/bin/moc
  577. ac_cv_prog_RCC=/usr/bin/rcc
  578. ac_cv_prog_UIC=/usr/bin/uic
  579. ac_cv_prog_ac_ct_CC=gcc
  580. ac_cv_prog_ac_ct_CXX=g++
  581. ac_cv_prog_cc_c89=
  582. ac_cv_prog_cc_g=yes
  583. ac_cv_prog_cxx_g=yes
  584. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  585. pkg_cv_ALSA_LIBS='-lasound '
  586. pkg_cv_JACK_CFLAGS=
  587. pkg_cv_JACK_LIBS='-ljack -lpthread '
  588. pkg_cv_fftw3f_CFLAGS=
  589. pkg_cv_fftw3f_LIBS='-lfftw3f -lm '
  590. pkg_cv_liblo_CFLAGS=
  591. pkg_cv_liblo_LIBS='-llo -lpthread '
  592. pkg_cv_lrdf_CFLAGS='-I/usr/include/raptor2 -I/usr/include/libxml2 '
  593. pkg_cv_lrdf_LIBS='-llrdf '
  594. pkg_cv_samplerate_CFLAGS=
  595. pkg_cv_samplerate_LIBS='-lsamplerate '
  596. pkg_cv_sndfile_CFLAGS=
  597. pkg_cv_sndfile_LIBS='-lsndfile '
  598.  
  599. ## ----------------- ##
  600. ## Output variables. ##
  601. ## ----------------- ##
  602.  
  603. ALSA_CFLAGS='-I/usr/include/alsa '
  604. ALSA_LIBS='-lasound '
  605. CC='gcc'
  606. CFLAGS='-g -O2'
  607. CODENAME='Magic Carpet'
  608. CPPFLAGS=''
  609. CUT='/usr/bin/cut'
  610. CXX='g++'
  611. CXXCPP='g++ -E'
  612. CXXFLAGS='-g0 -O2 -Wall -pipe -DNDEBUG -DQT_NO_DEBUG -DBUILD_RELEASE -DNO_TIMING'
  613. CXXFLAGS_MINIMAL='-g0 -O0'
  614. DEFS='-DPACKAGE_NAME=\"Rosegarden\" -DPACKAGE_TARNAME=\"rosegarden\" -DPACKAGE_VERSION=\"14.10\" -DPACKAGE_STRING=\"Rosegarden\ 14.10\" -DPACKAGE_BUGREPORT=\"rosegarden-devel@lists.sourceforge.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1'
  615. DSSI_LOCALFLAGS=''
  616. ECHO_C=''
  617. ECHO_N='-n'
  618. ECHO_T=''
  619. EGREP='/bin/grep -E'
  620. ENDIANNESS='-DLITTLE_ENDIAN=1'
  621. EXEEXT=''
  622. GREP='/bin/grep'
  623. HAVES=' -DHAVE_LIBJACK -DHAVE_ALSA -DHAVE_LIBSNDFILE -DHAVE_LIRC'
  624. INSTALL_DATA='${INSTALL} -m 644'
  625. INSTALL_PROGRAM='${INSTALL}'
  626. INSTALL_SCRIPT='${INSTALL}'
  627. JACK_CFLAGS=''
  628. JACK_LIBS='-ljack -lpthread '
  629. LDFLAGS=''
  630. LIBOBJS=''
  631. LIBS=' -lX11 -lz -ldl -llirc_client'
  632. LRELEASE='/usr/bin/lrelease'
  633. LTLIBOBJS=''
  634. LUPDATE='/usr/bin/lupdate'
  635. MAKEDEPEND='/usr/bin/makedepend'
  636. MKDIR_P='/bin/mkdir -p'
  637. MOC='/usr/bin/moc'
  638. OBJEXT='o'
  639. PACKAGE_BUGREPORT='rosegarden-devel@lists.sourceforge.net'
  640. PACKAGE_NAME='Rosegarden'
  641. PACKAGE_STRING='Rosegarden 14.10'
  642. PACKAGE_TARNAME='rosegarden'
  643. PACKAGE_URL=''
  644. PACKAGE_VERSION='14.10'
  645. PATH_SEPARATOR=':'
  646. PERL='/usr/bin/perl'
  647. PKG_CONFIG='/usr/bin/pkg-config'
  648. PKG_CONFIG_LIBDIR=''
  649. PKG_CONFIG_PATH=''
  650. QT_CXXFLAGS='-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtCore -I/usr/include/qt4'
  651. QT_LIBS='-L/usr/lib/i686-pc-linux-gnu -lQtGui -lQtXml -lQtNetwork -lQtCore'
  652. RCC='/usr/bin/rcc'
  653. SHA1SUM='/usr/bin/sha1sum'
  654. SHELL='/bin/sh'
  655. UIC='/usr/bin/uic'
  656. XARGS='/usr/bin/xargs'
  657. XMKMF=''
  658. ac_ct_CC='gcc'
  659. ac_ct_CXX='g++'
  660. bindir='${exec_prefix}/bin'
  661. build_alias=''
  662. datadir='${datarootdir}'
  663. datarootdir='${prefix}/share'
  664. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  665. dvidir='${docdir}'
  666. exec_prefix='${prefix}'
  667. fftw3f_CFLAGS=''
  668. fftw3f_LIBS='-lfftw3f -lm '
  669. host_alias=''
  670. htmldir='${docdir}'
  671. includedir='${prefix}/include'
  672. infodir='${datarootdir}/info'
  673. libdir='${exec_prefix}/lib'
  674. libexecdir='${exec_prefix}/libexec'
  675. liblo_CFLAGS=''
  676. liblo_LIBS='-llo -lpthread '
  677. localedir='${datarootdir}/locale'
  678. localstatedir='${prefix}/var'
  679. lrdf_CFLAGS='-I/usr/include/raptor2 -I/usr/include/libxml2 '
  680. lrdf_LIBS='-llrdf '
  681. mandir='${datarootdir}/man'
  682. oldincludedir='/usr/include'
  683. pdfdir='${docdir}'
  684. prefix='/usr/local'
  685. program_transform_name='s,x,x,'
  686. psdir='${docdir}'
  687. samplerate_CFLAGS=''
  688. samplerate_LIBS='-lsamplerate '
  689. sbindir='${exec_prefix}/sbin'
  690. sharedstatedir='${prefix}/com'
  691. sndfile_CFLAGS=''
  692. sndfile_LIBS='-lsndfile '
  693. sysconfdir='${prefix}/etc'
  694. target_alias=''
  695.  
  696. ## ----------- ##
  697. ## confdefs.h. ##
  698. ## ----------- ##
  699.  
  700. /* confdefs.h */
  701. #define PACKAGE_NAME "Rosegarden"
  702. #define PACKAGE_TARNAME "rosegarden"
  703. #define PACKAGE_VERSION "14.10"
  704. #define PACKAGE_STRING "Rosegarden 14.10"
  705. #define PACKAGE_BUGREPORT "rosegarden-devel@lists.sourceforge.net"
  706. #define PACKAGE_URL ""
  707. #define STDC_HEADERS 1
  708. #define HAVE_SYS_TYPES_H 1
  709. #define HAVE_SYS_STAT_H 1
  710. #define HAVE_STDLIB_H 1
  711. #define HAVE_STRING_H 1
  712. #define HAVE_MEMORY_H 1
  713. #define HAVE_STRINGS_H 1
  714. #define HAVE_INTTYPES_H 1
  715. #define HAVE_STDINT_H 1
  716. #define HAVE_UNISTD_H 1
  717.  
  718. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement