Advertisement
Guest User

config.log

a guest
May 2nd, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.58 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 configure, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure --prefix=/usr/local --with-ffmpeg
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = roland
  14. uname -m = x86_64
  15. uname -r = 3.13.0-24-generic
  16. uname -s = Linux
  17. uname -v = #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014
  18.  
  19. /usr/bin/uname -p = unknown
  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: /home/pc/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/local/games
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2473: checking for gcc
  46. configure:2489: found /usr/bin/gcc
  47. configure:2500: result: gcc
  48. configure:2729: checking for C compiler version
  49. configure:2738: gcc --version >&5
  50. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  51. Copyright (C) 2013 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions.  There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:2749: $? = 0
  56. configure:2738: gcc -v >&5
  57. Using built-in specs.
  58. COLLECT_GCC=gcc
  59. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  60. Target: x86_64-linux-gnu
  61. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  62. Thread model: posix
  63. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  64. configure:2749: $? = 0
  65. configure:2738: gcc -V >&5
  66. gcc: error: unrecognized command line option '-V'
  67. gcc: fatal error: no input files
  68. compilation terminated.
  69. configure:2749: $? = 4
  70. configure:2738: gcc -qversion >&5
  71. gcc: error: unrecognized command line option '-qversion'
  72. gcc: fatal error: no input files
  73. compilation terminated.
  74. configure:2749: $? = 4
  75. configure:2769: checking whether the C compiler works
  76. configure:2791: gcc    conftest.c  >&5
  77. configure:2795: $? = 0
  78. configure:2843: result: yes
  79. configure:2846: checking for C compiler default output file name
  80. configure:2848: result: a.out
  81. configure:2854: checking for suffix of executables
  82. configure:2861: gcc -o conftest    conftest.c  >&5
  83. configure:2865: $? = 0
  84. configure:2887: result:
  85. configure:2909: checking whether we are cross compiling
  86. configure:2917: gcc -o conftest    conftest.c  >&5
  87. configure:2921: $? = 0
  88. configure:2928: ./conftest
  89. configure:2932: $? = 0
  90. configure:2947: result: no
  91. configure:2952: checking for suffix of object files
  92. configure:2974: gcc -c   conftest.c >&5
  93. configure:2978: $? = 0
  94. configure:2999: result: o
  95. configure:3003: checking whether we are using the GNU C compiler
  96. configure:3022: gcc -c   conftest.c >&5
  97. configure:3022: $? = 0
  98. configure:3031: result: yes
  99. configure:3040: checking whether gcc accepts -g
  100. configure:3060: gcc -c -g  conftest.c >&5
  101. configure:3060: $? = 0
  102. configure:3101: result: yes
  103. configure:3118: checking for gcc option to accept ISO C89
  104. configure:3181: gcc  -c -g -O2  conftest.c >&5
  105. configure:3181: $? = 0
  106. configure:3194: result: none needed
  107. configure:3216: checking for C compiler vendor
  108. configure:3240: gcc -c -g -O2  conftest.c >&5
  109. conftest.c: In function 'main':
  110. conftest.c:15:7: error: 'thisisanerror' undeclared (first use in this function)
  111.        thisisanerror;
  112.        ^
  113. conftest.c:15:7: note: each undeclared identifier is reported only once for each function it appears in
  114. configure:3240: $? = 1
  115. configure: failed program was:
  116. | /* confdefs.h */
  117. | #define PACKAGE_NAME ""
  118. | #define PACKAGE_TARNAME ""
  119. | #define PACKAGE_VERSION ""
  120. | #define PACKAGE_STRING ""
  121. | #define PACKAGE_BUGREPORT ""
  122. | #define PACKAGE_URL ""
  123. | /* end confdefs.h.  */
  124. |
  125. | int
  126. | main ()
  127. | {
  128. |
  129. | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
  130. |       thisisanerror;
  131. | #endif
  132. |
  133. |   ;
  134. |   return 0;
  135. | }
  136. configure:3240: gcc -c -g -O2  conftest.c >&5
  137. conftest.c: In function 'main':
  138. conftest.c:15:7: error: 'thisisanerror' undeclared (first use in this function)
  139.        thisisanerror;
  140.        ^
  141. conftest.c:15:7: note: each undeclared identifier is reported only once for each function it appears in
  142. configure:3240: $? = 1
  143. configure: failed program was:
  144. | /* confdefs.h */
  145. | #define PACKAGE_NAME ""
  146. | #define PACKAGE_TARNAME ""
  147. | #define PACKAGE_VERSION ""
  148. | #define PACKAGE_STRING ""
  149. | #define PACKAGE_BUGREPORT ""
  150. | #define PACKAGE_URL ""
  151. | /* end confdefs.h.  */
  152. |
  153. | int
  154. | main ()
  155. | {
  156. |
  157. | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
  158. |       thisisanerror;
  159. | #endif
  160. |
  161. |   ;
  162. |   return 0;
  163. | }
  164. configure:3240: gcc -c -g -O2  conftest.c >&5
  165. conftest.c: In function 'main':
  166. conftest.c:15:7: error: 'thisisanerror' undeclared (first use in this function)
  167.        thisisanerror;
  168.        ^
  169. conftest.c:15:7: note: each undeclared identifier is reported only once for each function it appears in
  170. configure:3240: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h */
  173. | #define PACKAGE_NAME ""
  174. | #define PACKAGE_TARNAME ""
  175. | #define PACKAGE_VERSION ""
  176. | #define PACKAGE_STRING ""
  177. | #define PACKAGE_BUGREPORT ""
  178. | #define PACKAGE_URL ""
  179. | /* end confdefs.h.  */
  180. |
  181. | int
  182. | main ()
  183. | {
  184. |
  185. | #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
  186. |       thisisanerror;
  187. | #endif
  188. |
  189. |   ;
  190. |   return 0;
  191. | }
  192. configure:3240: gcc -c -g -O2  conftest.c >&5
  193. configure:3240: $? = 0
  194. configure:3247: result: gnu
  195. configure:3298: checking for gcc
  196. configure:3325: result: gcc
  197. configure:3554: checking for C compiler version
  198. configure:3563: gcc --version >&5
  199. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  200. Copyright (C) 2013 Free Software Foundation, Inc.
  201. This is free software; see the source for copying conditions.  There is NO
  202. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  203.  
  204. configure:3574: $? = 0
  205. configure:3563: gcc -v >&5
  206. Using built-in specs.
  207. COLLECT_GCC=gcc
  208. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  209. Target: x86_64-linux-gnu
  210. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  211. Thread model: posix
  212. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  213. configure:3574: $? = 0
  214. configure:3563: gcc -V >&5
  215. gcc: error: unrecognized command line option '-V'
  216. gcc: fatal error: no input files
  217. compilation terminated.
  218. configure:3574: $? = 4
  219. configure:3563: gcc -qversion >&5
  220. gcc: error: unrecognized command line option '-qversion'
  221. gcc: fatal error: no input files
  222. compilation terminated.
  223. configure:3574: $? = 4
  224. configure:3578: checking whether we are using the GNU C compiler
  225. configure:3606: result: yes
  226. configure:3615: checking whether gcc accepts -g
  227. configure:3676: result: yes
  228. configure:3693: checking for gcc option to accept ISO C89
  229. configure:3769: result: none needed
  230. configure:3853: checking for g++
  231. configure:3869: found /usr/bin/g++
  232. configure:3880: result: g++
  233. configure:3907: checking for C++ compiler version
  234. configure:3916: g++ --version >&5
  235. g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  236. Copyright (C) 2013 Free Software Foundation, Inc.
  237. This is free software; see the source for copying conditions.  There is NO
  238. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  239.  
  240. configure:3927: $? = 0
  241. configure:3916: g++ -v >&5
  242. Using built-in specs.
  243. COLLECT_GCC=g++
  244. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  245. Target: x86_64-linux-gnu
  246. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  247. Thread model: posix
  248. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  249. configure:3927: $? = 0
  250. configure:3916: g++ -V >&5
  251. g++: error: unrecognized command line option '-V'
  252. g++: fatal error: no input files
  253. compilation terminated.
  254. configure:3927: $? = 4
  255. configure:3916: g++ -qversion >&5
  256. g++: error: unrecognized command line option '-qversion'
  257. g++: fatal error: no input files
  258. compilation terminated.
  259. configure:3927: $? = 4
  260. configure:3931: checking whether we are using the GNU C++ compiler
  261. configure:3950: g++ -c   conftest.cpp >&5
  262. configure:3950: $? = 0
  263. configure:3959: result: yes
  264. configure:3968: checking whether g++ accepts -g
  265. configure:3988: g++ -c -g  conftest.cpp >&5
  266. configure:3988: $? = 0
  267. configure:4029: result: yes
  268. configure:4057: checking how to run the C++ preprocessor
  269. configure:4084: g++ -E  conftest.cpp
  270. configure:4084: $? = 0
  271. configure:4098: g++ -E  conftest.cpp
  272. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  273.  #include <ac_nonexistent.h>
  274.                             ^
  275. compilation terminated.
  276. configure:4098: $? = 1
  277. configure: failed program was:
  278. | /* confdefs.h */
  279. | #define PACKAGE_NAME ""
  280. | #define PACKAGE_TARNAME ""
  281. | #define PACKAGE_VERSION ""
  282. | #define PACKAGE_STRING ""
  283. | #define PACKAGE_BUGREPORT ""
  284. | #define PACKAGE_URL ""
  285. | /* end confdefs.h.  */
  286. | #include <ac_nonexistent.h>
  287. configure:4123: result: g++ -E
  288. configure:4143: g++ -E  conftest.cpp
  289. configure:4143: $? = 0
  290. configure:4157: g++ -E  conftest.cpp
  291. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  292.  #include <ac_nonexistent.h>
  293.                             ^
  294. compilation terminated.
  295. configure:4157: $? = 1
  296. configure: failed program was:
  297. | /* confdefs.h */
  298. | #define PACKAGE_NAME ""
  299. | #define PACKAGE_TARNAME ""
  300. | #define PACKAGE_VERSION ""
  301. | #define PACKAGE_STRING ""
  302. | #define PACKAGE_BUGREPORT ""
  303. | #define PACKAGE_URL ""
  304. | /* end confdefs.h.  */
  305. | #include <ac_nonexistent.h>
  306. configure:4232: checking for a BSD-compatible install
  307. configure:4300: result: /usr/bin/install -c
  308. configure:4313: checking for pkg-config
  309. configure:4329: found /usr/bin/pkg-config
  310. configure:4341: result: yes
  311. configure:4415: checking for a sed that does not truncate output
  312. configure:4479: result: /bin/sed
  313. configure:4492: checking whether the linker accepts the -rdynamic flag
  314. configure:4516: g++ -o conftest    -rdynamic conftest.cpp  >&5
  315. configure:4516: $? = 0
  316. configure:4535: result: yes
  317. configure:4684: g++ -c   conftest.cpp >&5
  318. configure:4684: $? = 0
  319. configure:4705: checking for an ANSI C-conforming const
  320. configure:4771: g++ -c   conftest.cpp >&5
  321. configure:4771: $? = 0
  322. configure:4778: result: yes
  323. configure:4787: checking for grep that handles long lines and -e
  324. configure:4845: result: /bin/grep
  325. configure:4850: checking for egrep
  326. configure:4912: result: /bin/grep -E
  327. configure:4917: checking for ANSI C header files
  328. configure:4937: g++ -c   conftest.cpp >&5
  329. configure:4937: $? = 0
  330. configure:5010: g++ -o conftest    conftest.cpp  >&5
  331. configure:5010: $? = 0
  332. configure:5010: ./conftest
  333. configure:5010: $? = 0
  334. configure:5021: result: yes
  335. configure:5034: checking for sys/types.h
  336. configure:5034: g++ -c   conftest.cpp >&5
  337. configure:5034: $? = 0
  338. configure:5034: result: yes
  339. configure:5034: checking for sys/stat.h
  340. configure:5034: g++ -c   conftest.cpp >&5
  341. configure:5034: $? = 0
  342. configure:5034: result: yes
  343. configure:5034: checking for stdlib.h
  344. configure:5034: g++ -c   conftest.cpp >&5
  345. configure:5034: $? = 0
  346. configure:5034: result: yes
  347. configure:5034: checking for string.h
  348. configure:5034: g++ -c   conftest.cpp >&5
  349. configure:5034: $? = 0
  350. configure:5034: result: yes
  351. configure:5034: checking for memory.h
  352. configure:5034: g++ -c   conftest.cpp >&5
  353. configure:5034: $? = 0
  354. configure:5034: result: yes
  355. configure:5034: checking for strings.h
  356. configure:5034: g++ -c   conftest.cpp >&5
  357. configure:5034: $? = 0
  358. configure:5034: result: yes
  359. configure:5034: checking for inttypes.h
  360. configure:5034: g++ -c   conftest.cpp >&5
  361. configure:5034: $? = 0
  362. configure:5034: result: yes
  363. configure:5034: checking for stdint.h
  364. configure:5034: g++ -c   conftest.cpp >&5
  365. configure:5034: $? = 0
  366. configure:5034: result: yes
  367. configure:5034: checking for unistd.h
  368. configure:5034: g++ -c   conftest.cpp >&5
  369. configure:5034: $? = 0
  370. configure:5034: result: yes
  371. configure:5046: checking for size_t
  372. configure:5046: g++ -c   conftest.cpp >&5
  373. configure:5046: $? = 0
  374. configure:5046: g++ -c   conftest.cpp >&5
  375. conftest.cpp: In function 'int main()':
  376. conftest.cpp:59:20: error: expected primary-expression before ')' token
  377.  if (sizeof ((size_t)))
  378.                     ^
  379. configure:5046: $? = 1
  380. configure: failed program was:
  381. | /* confdefs.h */
  382. | #define PACKAGE_NAME ""
  383. | #define PACKAGE_TARNAME ""
  384. | #define PACKAGE_VERSION ""
  385. | #define PACKAGE_STRING ""
  386. | #define PACKAGE_BUGREPORT ""
  387. | #define PACKAGE_URL ""
  388. | #define AUDACITY_NAME "audacity"
  389. | #define INSTALL_PREFIX "/usr/local"
  390. | #define BUILDING_AUDACITY 1
  391. | #define ENABLE_SSE 1
  392. | #define STDC_HEADERS 1
  393. | #define HAVE_SYS_TYPES_H 1
  394. | #define HAVE_SYS_STAT_H 1
  395. | #define HAVE_STDLIB_H 1
  396. | #define HAVE_STRING_H 1
  397. | #define HAVE_MEMORY_H 1
  398. | #define HAVE_STRINGS_H 1
  399. | #define HAVE_INTTYPES_H 1
  400. | #define HAVE_STDINT_H 1
  401. | #define HAVE_UNISTD_H 1
  402. | /* end confdefs.h.  */
  403. | #include <stdio.h>
  404. | #ifdef HAVE_SYS_TYPES_H
  405. | # include <sys/types.h>
  406. | #endif
  407. | #ifdef HAVE_SYS_STAT_H
  408. | # include <sys/stat.h>
  409. | #endif
  410. | #ifdef STDC_HEADERS
  411. | # include <stdlib.h>
  412. | # include <stddef.h>
  413. | #else
  414. | # ifdef HAVE_STDLIB_H
  415. | #  include <stdlib.h>
  416. | # endif
  417. | #endif
  418. | #ifdef HAVE_STRING_H
  419. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  420. | #  include <memory.h>
  421. | # endif
  422. | # include <string.h>
  423. | #endif
  424. | #ifdef HAVE_STRINGS_H
  425. | # include <strings.h>
  426. | #endif
  427. | #ifdef HAVE_INTTYPES_H
  428. | # include <inttypes.h>
  429. | #endif
  430. | #ifdef HAVE_STDINT_H
  431. | # include <stdint.h>
  432. | #endif
  433. | #ifdef HAVE_UNISTD_H
  434. | # include <unistd.h>
  435. | #endif
  436. | int
  437. | main ()
  438. | {
  439. | if (sizeof ((size_t)))
  440. |       return 0;
  441. |   ;
  442. |   return 0;
  443. | }
  444. configure:5046: result: yes
  445. configure:5064: checking for alloca.h
  446. configure:5064: g++ -c   conftest.cpp >&5
  447. configure:5064: $? = 0
  448. configure:5064: result: yes
  449. configure:5080: checking CFLAGS for strict prototypes
  450. configure:5107: gcc -c  -pedantic  -fstrict-prototypes -Wstrict-prototypes  conftest.c >&5
  451. gcc: error: unrecognized command line option '-fstrict-prototypes'
  452. configure:5107: $? = 1
  453. configure: failed program was:
  454. | /* confdefs.h */
  455. | #define PACKAGE_NAME ""
  456. | #define PACKAGE_TARNAME ""
  457. | #define PACKAGE_VERSION ""
  458. | #define PACKAGE_STRING ""
  459. | #define PACKAGE_BUGREPORT ""
  460. | #define PACKAGE_URL ""
  461. | #define AUDACITY_NAME "audacity"
  462. | #define INSTALL_PREFIX "/usr/local"
  463. | #define BUILDING_AUDACITY 1
  464. | #define ENABLE_SSE 1
  465. | #define STDC_HEADERS 1
  466. | #define HAVE_SYS_TYPES_H 1
  467. | #define HAVE_SYS_STAT_H 1
  468. | #define HAVE_STDLIB_H 1
  469. | #define HAVE_STRING_H 1
  470. | #define HAVE_MEMORY_H 1
  471. | #define HAVE_STRINGS_H 1
  472. | #define HAVE_INTTYPES_H 1
  473. | #define HAVE_STDINT_H 1
  474. | #define HAVE_UNISTD_H 1
  475. | #define HAVE_ALLOCA_H 1
  476. | /* end confdefs.h.  */
  477. |
  478. | int
  479. | main ()
  480. | {
  481. | return 0;
  482. |   ;
  483. |   return 0;
  484. | }
  485. configure:5107: gcc -c  -pedantic  -Wstrict-prototypes  conftest.c >&5
  486. conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  487. main ()
  488. ^
  489. configure:5107: $? = 0
  490. configure:5129: gcc -c  -pedantic  -Wstrict-prototypes  conftest.c >&5
  491. conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  492.  main ()
  493.  ^
  494. configure:5129: $? = 0
  495. configure:5149: result: -Wstrict-prototypes
  496. configure:5162: : CFLAGS="$CFLAGS $ac_cv_cflags_strict_prototypes"
  497. configure:5165: $? = 0
  498. configure:5173: checking wall_flags for maximum warnings
  499. configure:5200: gcc -c  -Wstrict-prototypes -pedantic  -Wall  conftest.c >&5
  500. conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  501. main ()
  502. ^
  503. configure:5200: $? = 0
  504. configure:5214: result: -Wall
  505. configure:5227: : wall_flags="$wall_flags $ac_cv_cflags_warn_all"
  506. configure:5230: $? = 0
  507. configure:5245: checking whether the C++ compiler accepts the  -Wall flag
  508. configure:5274: g++ -c   -Wall  conftest.cpp >&5
  509. configure:5274: $? = 0
  510. configure:5297: result: yes
  511. configure:5322: checking whether the C++ preprocessor accepts the  -Wall flag
  512. configure:5351: g++ -E  conftest.cpp
  513. configure:5351: $? = 0
  514. configure:5374: result: yes
  515. configure:5398: checking for simple visibility declarations
  516. configure:5420: g++ -c   -Wall   -Wall conftest.cpp >&5
  517. configure:5420: $? = 0
  518. configure:5429: result: yes
  519. configure:5448: checking for wx-config
  520. configure:5467: found /usr/local/bin/wx-config
  521. configure:5480: result: /usr/local/bin/wx-config
  522. configure:5501: Checking that the chosen version of wxWidgets is 2.8.x
  523. configure:5510: error: Unable to locate a suitable configuration of wxWidgets v2.8.x or higher.
  524. The currently available configurations are listed below.  If necessary, either
  525. install the package for your distribution or download the latest version of
  526. wxWidgets
  527. from http://wxwidgets.org.
  528.  
  529.    Default config is gtk2-ansi-release-2.8
  530.  
  531.  Default config will be used for output
  532.  
  533. ## ---------------- ##
  534. ## Cache variables. ##
  535. ## ---------------- ##
  536.  
  537. ac_cv_c_compiler_gnu=yes
  538. ac_cv_c_const=yes
  539. ac_cv_cflags_strict_prototypes=-Wstrict-prototypes
  540. ac_cv_cflags_warn_all=-Wall
  541. ac_cv_cxx_compiler_gnu=yes
  542. ac_cv_env_AVCODEC_CFLAGS_set=
  543. ac_cv_env_AVCODEC_CFLAGS_value=
  544. ac_cv_env_AVCODEC_LIBS_set=
  545. ac_cv_env_AVCODEC_LIBS_value=
  546. ac_cv_env_AVFORMAT_CFLAGS_set=
  547. ac_cv_env_AVFORMAT_CFLAGS_value=
  548. ac_cv_env_AVFORMAT_LIBS_set=
  549. ac_cv_env_AVFORMAT_LIBS_value=
  550. ac_cv_env_AVUTIL_CFLAGS_set=
  551. ac_cv_env_AVUTIL_CFLAGS_value=
  552. ac_cv_env_AVUTIL_LIBS_set=
  553. ac_cv_env_AVUTIL_LIBS_value=
  554. ac_cv_env_CCC_set=
  555. ac_cv_env_CCC_value=
  556. ac_cv_env_CC_set=
  557. ac_cv_env_CC_value=
  558. ac_cv_env_CFLAGS_set=
  559. ac_cv_env_CFLAGS_value=
  560. ac_cv_env_CPPFLAGS_set=
  561. ac_cv_env_CPPFLAGS_value=
  562. ac_cv_env_CXXCPP_set=
  563. ac_cv_env_CXXCPP_value=
  564. ac_cv_env_CXXFLAGS_set=
  565. ac_cv_env_CXXFLAGS_value=
  566. ac_cv_env_CXX_set=
  567. ac_cv_env_CXX_value=
  568. ac_cv_env_GTK_CFLAGS_set=
  569. ac_cv_env_GTK_CFLAGS_value=
  570. ac_cv_env_GTK_LIBS_set=
  571. ac_cv_env_GTK_LIBS_value=
  572. ac_cv_env_JACK_CFLAGS_set=
  573. ac_cv_env_JACK_CFLAGS_value=
  574. ac_cv_env_JACK_LIBS_set=
  575. ac_cv_env_JACK_LIBS_value=
  576. ac_cv_env_LDFLAGS_set=
  577. ac_cv_env_LDFLAGS_value=
  578. ac_cv_env_LIBMAD_CFLAGS_set=
  579. ac_cv_env_LIBMAD_CFLAGS_value=
  580. ac_cv_env_LIBMAD_LIBS_set=
  581. ac_cv_env_LIBMAD_LIBS_value=
  582. ac_cv_env_LIBS_set=
  583. ac_cv_env_LIBS_value=
  584. ac_cv_env_LIBTWOLAME_CFLAGS_set=
  585. ac_cv_env_LIBTWOLAME_CFLAGS_value=
  586. ac_cv_env_LIBTWOLAME_LIBS_set=
  587. ac_cv_env_LIBTWOLAME_LIBS_value=
  588. ac_cv_env_PKG_CONFIG_set=
  589. ac_cv_env_PKG_CONFIG_value=
  590. ac_cv_env_PORTAUDIO_CFLAGS_set=
  591. ac_cv_env_PORTAUDIO_CFLAGS_value=
  592. ac_cv_env_PORTAUDIO_LIBS_set=
  593. ac_cv_env_PORTAUDIO_LIBS_value=
  594. ac_cv_env_PORTSMF_CFLAGS_set=
  595. ac_cv_env_PORTSMF_CFLAGS_value=
  596. ac_cv_env_PORTSMF_LIBS_set=
  597. ac_cv_env_PORTSMF_LIBS_value=
  598. ac_cv_env_SAMPLERATE_CFLAGS_set=
  599. ac_cv_env_SAMPLERATE_CFLAGS_value=
  600. ac_cv_env_SAMPLERATE_LIBS_set=
  601. ac_cv_env_SAMPLERATE_LIBS_value=
  602. ac_cv_env_SBSMS_CFLAGS_set=
  603. ac_cv_env_SBSMS_CFLAGS_value=
  604. ac_cv_env_SBSMS_LIBS_set=
  605. ac_cv_env_SBSMS_LIBS_value=
  606. ac_cv_env_SNDFILE_CFLAGS_set=
  607. ac_cv_env_SNDFILE_CFLAGS_value=
  608. ac_cv_env_SNDFILE_LIBS_set=
  609. ac_cv_env_SNDFILE_LIBS_value=
  610. ac_cv_env_SOUNDTOUCH_CFLAGS_set=
  611. ac_cv_env_SOUNDTOUCH_CFLAGS_value=
  612. ac_cv_env_SOUNDTOUCH_LIBS_set=
  613. ac_cv_env_SOUNDTOUCH_LIBS_value=
  614. ac_cv_env_SOXR_CFLAGS_set=
  615. ac_cv_env_SOXR_CFLAGS_value=
  616. ac_cv_env_SOXR_LIBS_set=
  617. ac_cv_env_SOXR_LIBS_value=
  618. ac_cv_env_VAMP_CFLAGS_set=
  619. ac_cv_env_VAMP_CFLAGS_value=
  620. ac_cv_env_VAMP_LIBS_set=
  621. ac_cv_env_VAMP_LIBS_value=
  622. ac_cv_env_WIDGETEXTRA_CFLAGS_set=
  623. ac_cv_env_WIDGETEXTRA_CFLAGS_value=
  624. ac_cv_env_WIDGETEXTRA_LIBS_set=
  625. ac_cv_env_WIDGETEXTRA_LIBS_value=
  626. ac_cv_env_build_alias_set=
  627. ac_cv_env_build_alias_value=
  628. ac_cv_env_host_alias_set=
  629. ac_cv_env_host_alias_value=
  630. ac_cv_env_target_alias_set=
  631. ac_cv_env_target_alias_value=
  632. ac_cv_header_alloca_h=yes
  633. ac_cv_header_inttypes_h=yes
  634. ac_cv_header_memory_h=yes
  635. ac_cv_header_stdc=yes
  636. ac_cv_header_stdint_h=yes
  637. ac_cv_header_stdlib_h=yes
  638. ac_cv_header_string_h=yes
  639. ac_cv_header_strings_h=yes
  640. ac_cv_header_sys_stat_h=yes
  641. ac_cv_header_sys_types_h=yes
  642. ac_cv_header_unistd_h=yes
  643. ac_cv_objext=o
  644. ac_cv_path_EGREP='/bin/grep -E'
  645. ac_cv_path_GREP=/bin/grep
  646. ac_cv_path_SED=/bin/sed
  647. ac_cv_path_WX_CONFIG=/usr/local/bin/wx-config
  648. ac_cv_path_install='/usr/bin/install -c'
  649. ac_cv_prog_CXXCPP='g++ -E'
  650. ac_cv_prog_HAVE_PKG_CONFIG=yes
  651. ac_cv_prog_ac_ct_CC=gcc
  652. ac_cv_prog_ac_ct_CXX=g++
  653. ac_cv_prog_cc_c89=
  654. ac_cv_prog_cc_g=yes
  655. ac_cv_prog_cxx_g=yes
  656. ac_cv_type_size_t=yes
  657. ax_cv_c_compiler_vendor=gnu
  658. ax_cv_cxx_check_flag___Wall=yes
  659. ax_cv_cxxcpp_check_flag___Wall=yes
  660. ax_cv_ld_check_flag__rdynamic=yes
  661. gl_cv_cc_visibility=yes
  662.  
  663. ## ----------------- ##
  664. ## Output variables. ##
  665. ## ----------------- ##
  666.  
  667. AFTERBUILD=''
  668. AUDACITY_NAME='audacity'
  669. AVCODEC_CFLAGS=''
  670. AVCODEC_LIBS=''
  671. AVFORMAT_CFLAGS=''
  672. AVFORMAT_LIBS=''
  673. AVUTIL_CFLAGS=''
  674. AVUTIL_LIBS=''
  675. BUILD_LDFLAGS=' -rdynamic '
  676. CC='gcc'
  677. CDEPEND=''
  678. CFLAGS=' -Wstrict-prototypes  -Wall'
  679. CFLAG_VISIBILITY='-fvisibility=hidden'
  680. CONFIGHEADER=''
  681. CPPFLAGS='  -Wall'
  682. CXX='g++'
  683. CXXCPP='g++ -E'
  684. CXXFLAGS='  -Wall'
  685. DEFS=''
  686. ECHO_C=''
  687. ECHO_N='-n'
  688. ECHO_T=''
  689. EGREP='/bin/grep -E'
  690. EXEEXT=''
  691. EXTRAINSTALLTARGETS=''
  692. EXTRAOBJS=''
  693. EXTRATARGETS=''
  694. EXTRAUNINSTALLTARGETS=''
  695. GREP='/bin/grep'
  696. GTK_CFLAGS=''
  697. GTK_LIBS=''
  698. HAVE_GTK=''
  699. HAVE_PKG_CONFIG='yes'
  700. HAVE_VISIBILITY='1'
  701. INSTALL_DATA='${INSTALL} -m 644'
  702. INSTALL_PREFIX=''
  703. INSTALL_PROGRAM='${INSTALL}'
  704. INSTALL_SCRIPT='${INSTALL}'
  705. JACK_CFLAGS=''
  706. JACK_LIBS=''
  707. LDFLAGS=''
  708. LIBMAD_CFLAGS=''
  709. LIBMAD_LIBS=''
  710. LIBOBJS=''
  711. LIBS=''
  712. LIBSRC_BUILD=''
  713. LIBTWOLAME_CFLAGS=''
  714. LIBTWOLAME_LIBS=''
  715. LOCAL_LIBS=''
  716. LTLIBOBJS=''
  717. MIMETYPES=''
  718. OBJEXT='o'
  719. OPTOBJS=''
  720. PACKAGE_BUGREPORT=''
  721. PACKAGE_NAME=''
  722. PACKAGE_STRING=''
  723. PACKAGE_TARNAME=''
  724. PACKAGE_URL=''
  725. PACKAGE_VERSION=''
  726. PATH_SEPARATOR=':'
  727. PKG_CONFIG=''
  728. PORTAUDIO_CFLAGS=''
  729. PORTAUDIO_LIBS=''
  730. PORTSMF_CFLAGS=''
  731. PORTSMF_LIBS=''
  732. PRECOMP_CFLAGS=''
  733. SAMPLERATE_CFLAGS=''
  734. SAMPLERATE_LIBS=''
  735. SBSMS_CFLAGS=''
  736. SBSMS_LIBS=''
  737. SED='/bin/sed'
  738. SHELL='/bin/bash'
  739. SNDFILE_CFLAGS=''
  740. SNDFILE_LIBS=''
  741. SOUNDTOUCH_CFLAGS=''
  742. SOUNDTOUCH_LIBS=''
  743. SOXR_CFLAGS=''
  744. SOXR_LIBS=''
  745. VAMP_CFLAGS=''
  746. VAMP_LIBS=''
  747. WIDGETEXTRA_CFLAGS=''
  748. WIDGETEXTRA_LIBS=''
  749. WX_CONFIG='/usr/local/bin/wx-config'
  750. ac_ct_CC='gcc'
  751. ac_ct_CXX='g++'
  752. bindir='${exec_prefix}/bin'
  753. build=''
  754. build_alias=''
  755. build_cpu=''
  756. build_os=''
  757. build_vendor=''
  758. datadir='${datarootdir}'
  759. datarootdir='${prefix}/share'
  760. docdir='${datarootdir}/doc/${PACKAGE}'
  761. dvidir='${docdir}'
  762. exec_prefix='NONE'
  763. host=''
  764. host_alias=''
  765. host_cpu=''
  766. host_os=''
  767. host_vendor=''
  768. htmldir='${docdir}'
  769. includedir='${prefix}/include'
  770. infodir='${datarootdir}/info'
  771. libdir='${exec_prefix}/lib'
  772. libexecdir='${exec_prefix}/libexec'
  773. localedir='${datarootdir}/locale'
  774. localstatedir='${prefix}/var'
  775. mandir='${datarootdir}/man'
  776. oldincludedir='/usr/include'
  777. pdfdir='${docdir}'
  778. prefix='/usr/local'
  779. program_transform_name='s,x,x,'
  780. psdir='${docdir}'
  781. sbindir='${exec_prefix}/sbin'
  782. sharedstatedir='${prefix}/com'
  783. subdirs=''
  784. sysconfdir='${prefix}/etc'
  785. target_alias=''
  786.  
  787. ## ----------- ##
  788. ## confdefs.h. ##
  789. ## ----------- ##
  790.  
  791. /* confdefs.h */
  792. #define PACKAGE_NAME ""
  793. #define PACKAGE_TARNAME ""
  794. #define PACKAGE_VERSION ""
  795. #define PACKAGE_STRING ""
  796. #define PACKAGE_BUGREPORT ""
  797. #define PACKAGE_URL ""
  798. #define AUDACITY_NAME "audacity"
  799. #define INSTALL_PREFIX "/usr/local"
  800. #define BUILDING_AUDACITY 1
  801. #define ENABLE_SSE 1
  802. #define STDC_HEADERS 1
  803. #define HAVE_SYS_TYPES_H 1
  804. #define HAVE_SYS_STAT_H 1
  805. #define HAVE_STDLIB_H 1
  806. #define HAVE_STRING_H 1
  807. #define HAVE_MEMORY_H 1
  808. #define HAVE_STRINGS_H 1
  809. #define HAVE_INTTYPES_H 1
  810. #define HAVE_STDINT_H 1
  811. #define HAVE_UNISTD_H 1
  812. #define HAVE_ALLOCA_H 1
  813. #define HAVE_VISIBILITY 1
  814.  
  815. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement