Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.44 KB | None | 0 0
  1. konflikt@konflikt-desktop:~/hvirtual$ sudo ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-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 NLS is requested... yes
  11. checking for msgfmt... /usr/bin/msgfmt
  12. checking for gmsgfmt... /usr/bin/msgfmt
  13. checking for xgettext... /usr/bin/xgettext
  14. checking for msgmerge... /usr/bin/msgmerge
  15. checking for style of include used by make... GNU
  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 dependency style of gcc... gcc3
  26. checking for ld used by GCC... /usr/bin/ld
  27. checking if the linker (/usr/bin/ld) is GNU ld... yes
  28. checking for shared library run path origin... done
  29. checking whether NLS is requested... yes
  30. checking for GNU gettext in libc... yes
  31. checking whether to use NLS... yes
  32. checking where the gettext function comes from... libc
  33. checking dependency style of gcc... gcc3
  34. checking for g++... g++
  35. checking whether we are using the GNU C++ compiler... yes
  36. checking whether g++ accepts -g... yes
  37. checking dependency style of g++... gcc3
  38. checking for a sed that does not truncate output... /bin/sed
  39. checking for grep that handles long lines and -e... /bin/grep
  40. checking for egrep... /bin/grep -E
  41. checking for fgrep... /bin/grep -F
  42. checking for ld used by gcc... /usr/bin/ld
  43. checking if the linker (/usr/bin/ld) is GNU ld... yes
  44. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  45. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  46. checking whether ln -s works... yes
  47. checking the maximum length of command line arguments... 1572864
  48. checking whether the shell understands some XSI constructs... yes
  49. checking whether the shell understands "+="... yes
  50. checking for /usr/bin/ld option to reload object files... -r
  51. checking for objdump... objdump
  52. checking how to recognize dependent libraries... pass_all
  53. checking for ar... ar
  54. checking for strip... strip
  55. checking for ranlib... ranlib
  56. checking command to parse /usr/bin/nm -B output from gcc object... ok
  57. checking how to run the C preprocessor... gcc -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for dlfcn.h... yes
  69. checking whether we are using the GNU C++ compiler... (cached) yes
  70. checking whether g++ accepts -g... (cached) yes
  71. checking dependency style of g++... (cached) gcc3
  72. checking how to run the C++ preprocessor... g++ -E
  73. checking for objdir... .libs
  74. checking if gcc supports -fno-rtti -fno-exceptions... no
  75. checking for gcc option to produce PIC... -fPIC -DPIC
  76. checking if gcc PIC flag -fPIC -DPIC works... yes
  77. checking if gcc static flag -static works... yes
  78. checking if gcc supports -c -o file.o... yes
  79. checking if gcc supports -c -o file.o... (cached) yes
  80. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  81. checking whether -lc should be explicitly linked in... no
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking whether stripping libraries is possible... yes
  85. checking if libtool supports shared libraries... yes
  86. checking whether to build shared libraries... yes
  87. checking whether to build static libraries... no
  88. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  89. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  90. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  91. checking for g++ option to produce PIC... -fPIC -DPIC
  92. checking if g++ PIC flag -fPIC -DPIC works... yes
  93. checking if g++ static flag -static works... yes
  94. checking if g++ supports -c -o file.o... yes
  95. checking if g++ supports -c -o file.o... (cached) yes
  96. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  97. checking dynamic linker characteristics... GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking for linux/videodev2.h... no
  100. checking for X... libraries , headers
  101. checking for gethostbyname... yes
  102. checking for connect... yes
  103. checking for remove... yes
  104. checking for shmat... yes
  105. checking for IceConnectionNumber in -lICE... yes
  106. checking for ALSA CFLAGS...
  107. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  108. checking for libasound headers version >= 1.0.2... found.
  109. checking for snd_ctl_open in -lasound... yes
  110. checking for esd-config... /usr/bin/esd-config
  111. checking for ESD - version >= 0.2.7... yes
  112. checking for pkg-config... /usr/bin/pkg-config
  113. checking pkg-config is at least version 0.9.0... yes
  114. checking for MJPEG... yes
  115. checking for number of arguments to y4m_write_frame_header... 3 arguments (new versions)
  116. checking uuid/uuid.h usability... yes
  117. checking uuid/uuid.h presence... yes
  118. checking for uuid/uuid.h... yes
  119. checking for uuid_clear in -luuid... yes
  120. checking fftw3.h usability... yes
  121. checking fftw3.h presence... yes
  122. checking for fftw3.h... yes
  123. checking for fftw_free in -lfftw3... yes
  124. checking for LIBDV... yes
  125. checking for PNG... yes
  126. checking jpeglib.h usability... yes
  127. checking jpeglib.h presence... yes
  128. checking for jpeglib.h... yes
  129. checking for jpeg_start_decompress in -ljpeg... yes
  130. checking tiffio.h usability... yes
  131. checking tiffio.h presence... yes
  132. checking for tiffio.h... yes
  133. checking for TIFFOpen in -ltiff... yes
  134. checking for FREETYPE... yes
  135. checking for a52_init in -la52... yes
  136. checking a52dec/a52.h usability... yes
  137. checking a52dec/a52.h presence... yes
  138. checking for a52dec/a52.h... yes
  139. checking for sf_open in -lsndfile... yes
  140. checking sndfile.h usability... yes
  141. checking sndfile.h presence... yes
  142. checking for sndfile.h... yes
  143. checking for OPENEXR... yes
  144. checking for faacEncOpen in -lfaac... yes
  145. checking faac.h usability... yes
  146. checking faac.h presence... yes
  147. checking for faac.h... yes
  148. checking for faacDecInit in -lfaad... no
  149. checking for NeAACDecInit in -lfaad... yes
  150. checking faad.h usability... yes
  151. checking faad.h presence... yes
  152. checking for faad.h... yes
  153. checking for LIBRAW1394... yes
  154. checking for LIBIEC61883... yes
  155. checking for avc1394_send_command in -lavc1394... yes
  156. checking libavc1394/avc1394.h usability... yes
  157. checking libavc1394/avc1394.h presence... yes
  158. checking for libavc1394/avc1394.h... yes
  159. checking for rom1394_get_bus_id in -lrom1394... yes
  160. checking libavc1394/rom1394.h usability... yes
  161. checking libavc1394/rom1394.h presence... yes
  162. checking for libavc1394/rom1394.h... yes
  163. removing cinelerra/versioninfo.h to force a re-build
  164. checking for x264_encoder_open in -lx264... no
  165. checking x264.h usability... yes
  166. checking x264.h presence... yes
  167. checking for x264.h... yes
  168. --- FFMPEG CONFIGURATION SECTION --------------
  169. quicktime/ffmpeg/configure --disable-altivec
  170. Install prefix /usr/local
  171. Source path /home/konflikt/hvirtual/quicktime/ffmpeg
  172. C compiler gcc
  173. make make
  174. CPU x86_64 (generic)
  175. Big Endian no
  176. inttypes.h yes
  177. broken inttypes.h no
  178. MMX enabled yes
  179. Vector Builtins yes
  180. gprof enabled no
  181. zlib enabled yes
  182. libgsm enabled no
  183. mp3lame enabled no
  184. libogg enabled no
  185. vorbis enabled no
  186. theora enabled no
  187. faad enabled no
  188. faadbin enabled no
  189. faac enabled no
  190. xvid enabled no
  191. x264 enabled no
  192. a52 support no
  193. a52 dlopened no
  194. dts support no
  195. pp support no
  196. debug symbols yes
  197. strip symbols yes
  198. optimize yes
  199. shared pp no
  200. Video hooking yes
  201. SDL support yes
  202. Imlib2 support no
  203. freetype support yes
  204. Sun medialib support no
  205. pthreads support no
  206. AMR-NB float support no
  207. AMR-NB fixed support no
  208. AMR-WB float support no
  209. AMR-WB IF2 support no
  210. network support yes
  211. IPv6 support yes
  212. License: LGPL
  213. creating avconfig.mak and avconfig.h
  214. avconfig.h is unchanged
  215. --------------------------------------------------
  216. checking for libogg... yes
  217. checking for libvorbis... yes
  218. checking for libvorbisenc... yes
  219. checking for libvorbisfile... yes
  220. checking for libtheora... yes
  221. checking lame/lame.h usability... yes
  222. checking lame/lame.h presence... yes
  223. checking for lame/lame.h... yes
  224. checking for lame_init in -lmp3lame... yes
  225. checking for objcopy... objcopy
  226. checking for objdump... (cached) objdump
  227. checking for object target... BFD: BFD (GNU Binutils for Ubuntu) 2.20.1-system.20100303 assertion fail ../../bfd/plugin.c:436
  228. objdump: plugin: Bad value
  229. elf64-x86-64
  230. checking for object architecture... BFD: BFD (GNU Binutils for Ubuntu) 2.20.1-system.20100303 assertion fail ../../bfd/plugin.c:436
  231. objdump: plugin: Bad value
  232. i386
  233. configure: creating ./config.status
  234. config.status: creating Makefile
  235. config.status: creating cinelerra-cvs-current.spec
  236. config.status: creating po/Makefile.in
  237. config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
  238. config.status: creating m4/Makefile
  239. config.status: creating libmpeg3/Makefile
  240. config.status: creating libmpeg3/video/Makefile
  241. config.status: creating libmpeg3/audio/Makefile
  242. config.status: creating quicktime/Makefile
  243. config.status: creating quicktime/encore50/Makefile
  244. config.status: creating quicktime/ffmpeg/Makefile
  245. config.status: creating quicktime/ffmpeg/libavcodec/Makefile
  246. config.status: creating quicktime/ffmpeg/libavcodec/i386/Makefile
  247. config.status: creating quicktime/ffmpeg/libavcodec/ppc/Makefile
  248. config.status: creating mpeg2enc/Makefile
  249. config.status: creating toolame-02l/Makefile
  250. config.status: creating guicast/Makefile
  251. config.status: creating cinelerra/Makefile
  252. config.status: creating cinelerra/data/Makefile
  253. config.status: creating mplexlo/Makefile
  254. config.status: creating plugins/colors/Makefile
  255. config.status: creating plugins/libfourier/Makefile
  256. config.status: creating plugins/libeffecttv/Makefile
  257. config.status: creating plugins/Makefile
  258. config.status: creating plugins/1080to540/Makefile
  259. config.status: creating plugins/histogram/Makefile
  260. config.status: creating plugins/720to480/Makefile
  261. config.status: creating plugins/bandslide/Makefile
  262. config.status: creating plugins/bandwipe/Makefile
  263. config.status: creating plugins/blur/Makefile
  264. config.status: creating plugins/brightness/Makefile
  265. config.status: creating plugins/burn/Makefile
  266. config.status: creating plugins/parametric/Makefile
  267. config.status: creating plugins/aging/Makefile
  268. config.status: creating plugins/cdripper/Makefile
  269. config.status: creating plugins/chromakey/Makefile
  270. config.status: creating plugins/chromakeyhsv/Makefile
  271. config.status: creating plugins/colorbalance/Makefile
  272. config.status: creating plugins/compressor/Makefile
  273. config.status: creating plugins/crossfade/Makefile
  274. config.status: creating plugins/decimate/Makefile
  275. config.status: creating plugins/deinterlace/Makefile
  276. config.status: creating plugins/delayaudio/Makefile
  277. config.status: creating plugins/delayvideo/Makefile
  278. config.status: creating plugins/denoise/Makefile
  279. config.status: creating plugins/denoisefft/Makefile
  280. config.status: creating plugins/denoisevideo/Makefile
  281. config.status: creating plugins/denoisemjpeg/Makefile
  282. config.status: creating plugins/despike/Makefile
  283. config.status: creating plugins/dissolve/Makefile
  284. config.status: creating plugins/dot/Makefile
  285. config.status: creating plugins/fieldframe/Makefile
  286. config.status: creating plugins/flip/Makefile
  287. config.status: creating plugins/framefield/Makefile
  288. config.status: creating plugins/freeverb/Makefile
  289. config.status: creating plugins/freezeframe/Makefile
  290. config.status: creating plugins/gain/Makefile
  291. config.status: creating plugins/gamma/Makefile
  292. config.status: creating plugins/holo/Makefile
  293. config.status: creating plugins/huesaturation/Makefile
  294. config.status: creating plugins/interpolate/Makefile
  295. config.status: creating plugins/interpolateaudio/Makefile
  296. config.status: creating plugins/interpolatevideo/Makefile
  297. config.status: creating plugins/invertaudio/Makefile
  298. config.status: creating plugins/invertvideo/Makefile
  299. config.status: creating plugins/irissquare/Makefile
  300. config.status: creating plugins/ivtc/Makefile
  301. config.status: creating plugins/liveaudio/Makefile
  302. config.status: creating plugins/livevideo/Makefile
  303. config.status: creating plugins/loopaudio/Makefile
  304. config.status: creating plugins/loopvideo/Makefile
  305. config.status: creating plugins/motion/Makefile
  306. config.status: creating plugins/motionblur/Makefile
  307. config.status: creating plugins/normalize/Makefile
  308. config.status: creating plugins/oilpainting/Makefile
  309. config.status: creating plugins/overlay/Makefile
  310. config.status: creating plugins/overlayaudio/Makefile
  311. config.status: creating plugins/pitch/Makefile
  312. config.status: creating plugins/polar/Makefile
  313. config.status: creating plugins/reroute/Makefile
  314. config.status: creating plugins/reframert/Makefile
  315. config.status: creating plugins/reframe/Makefile
  316. config.status: creating plugins/resample/Makefile
  317. config.status: creating plugins/reverb/Makefile
  318. config.status: creating plugins/reverseaudio/Makefile
  319. config.status: creating plugins/reversevideo/Makefile
  320. config.status: creating plugins/rgb601/Makefile
  321. config.status: creating plugins/rotate/Makefile
  322. config.status: creating plugins/scale/Makefile
  323. config.status: creating plugins/denoiseseltempavg/Makefile
  324. config.status: creating plugins/shapewipe/Makefile
  325. config.status: creating plugins/sharpen/Makefile
  326. config.status: creating plugins/shiftinterlace/Makefile
  327. config.status: creating plugins/slide/Makefile
  328. config.status: creating plugins/spectrogram/Makefile
  329. config.status: creating plugins/suv/Makefile
  330. config.status: creating plugins/suv/data/Makefile
  331. config.status: creating plugins/bluedottheme/Makefile
  332. config.status: creating plugins/bluedottheme/data/Makefile
  333. config.status: creating plugins/defaulttheme/Makefile
  334. config.status: creating plugins/defaulttheme/data/Makefile
  335. config.status: creating plugins/swapchannels/Makefile
  336. config.status: creating plugins/synthesizer/Makefile
  337. config.status: creating plugins/threshold/Makefile
  338. config.status: creating plugins/timeavg/Makefile
  339. config.status: creating plugins/timestretch/Makefile
  340. config.status: creating plugins/titler/Makefile
  341. config.status: creating plugins/translate/Makefile
  342. config.status: creating plugins/unsharp/Makefile
  343. config.status: creating plugins/videoscope/Makefile
  344. config.status: creating plugins/wave/Makefile
  345. config.status: creating plugins/whirl/Makefile
  346. config.status: creating plugins/wipe/Makefile
  347. config.status: creating plugins/yuv/Makefile
  348. config.status: creating plugins/downsample/Makefile
  349. config.status: creating plugins/flash/Makefile
  350. config.status: creating plugins/gradient/Makefile
  351. config.status: creating plugins/level/Makefile
  352. config.status: creating plugins/linearblur/Makefile
  353. config.status: creating plugins/perspective/Makefile
  354. config.status: creating plugins/radialblur/Makefile
  355. config.status: creating plugins/zoomblur/Makefile
  356. config.status: creating plugins/timefront/Makefile
  357. config.status: creating plugins/svg/Makefile
  358. config.status: creating plugins/diffkey/Makefile
  359. config.status: creating plugins/fonts/Makefile
  360. config.status: creating image/Makefile
  361. config.status: creating config.h
  362. config.status: executing default-1 commands
  363. config.status: creating po/POTFILES
  364. config.status: creating po/Makefile
  365. config.status: executing depfiles commands
  366. config.status: executing libtool commands
  367.  
  368. Summary of mandatory components:
  369. libogg found
  370. libvorbis found
  371. libvorbisenc found
  372. libvorbisfile found
  373. libtheora found
  374. OpenEXR found
  375. libdv found
  376. libpng found
  377. libjpeg libraries found
  378. libjpeg headers found
  379. libtiff libraries found
  380. libtiff headers found
  381. FreeType 2 found
  382. libx264 libraries missing
  383. libx264 headers found
  384. libuuid libraries found
  385. libuuid headers found
  386. mjpegtools found
  387. libfftw3 libraries found
  388. libfftw3 headers found
  389. liba52 libraries found
  390. liba52 headers found
  391. libmp3lame libraries found
  392. libmp3lame headers found
  393. libsndfile libraries found
  394. libsndfile headers found
  395. libfaac libraries found
  396. libfaac headers found
  397. libfaad libraries found
  398. libfaad headers found
  399.  
  400. Summary of optional components:
  401. ESD subsystem found
  402. ESD (Enlightenment Sound Daemon) is enabled
  403. ALSA subsystem found
  404. ALSA is enabled
  405. libraw1394 found
  406. libiec61883 found
  407. libavc1394 libraries found
  408. libavc1394 headers found
  409. librom1394 libraries found
  410. librom1394 headers found
  411. Firewire is enabled
  412. OpenGL 2.0 libraries missing
  413. Hardware acceleration using OpenGL 2.0 is disabled
  414.  
  415. WARNING: Mandatory components are missing; compilation may fail!
  416. konflikt@konflikt-desktop:~/hvirtual$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement