Advertisement
Guest User

Untitled

a guest
Apr 11th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.82 KB | None | 0 0
  1.  
  2. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin cinepak` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libcinepak_plugin_a-cinepak.o `test -f 'cinepak.c' || echo './'`cinepak.c
  3. /sources/vlc-0.8.6i/modules/codec/cinepak.c: In function `cinepak_Getv4':
  4. /sources/vlc-0.8.6i/modules/codec/cinepak.c:295: parse error before `*'
  5. /sources/vlc-0.8.6i/modules/codec/cinepak.c:308: `p_dst_y' undeclared (first use in this function)
  6. /sources/vlc-0.8.6i/modules/codec/cinepak.c:308: (Each undeclared identifier is reported only once
  7. /sources/vlc-0.8.6i/modules/codec/cinepak.c:308: for each function it appears in.)
  8. /sources/vlc-0.8.6i/modules/codec/cinepak.c:309: `p_dst_u' undeclared (first use in this function)
  9. /sources/vlc-0.8.6i/modules/codec/cinepak.c:310: `p_dst_v' undeclared (first use in this function)
  10. /sources/vlc-0.8.6i/modules/codec/cinepak.c: In function `cinepak_Getv1':
  11. /sources/vlc-0.8.6i/modules/codec/cinepak.c:352: parse error before `*'
  12. /sources/vlc-0.8.6i/modules/codec/cinepak.c:362: `p_dst_y' undeclared (first use in this function)
  13. /sources/vlc-0.8.6i/modules/codec/cinepak.c:363: `p_dst_u' undeclared (first use in this function)
  14. /sources/vlc-0.8.6i/modules/codec/cinepak.c:364: `p_dst_v' undeclared (first use in this function)
  15. make[4]: [libcinepak_plugin_a-cinepak.o] Error 1 (ignored)
  16.  
  17. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin png` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libpng_plugin_a-png.o `test -f 'png.c' || echo './'`png.c
  18. In file included from /sources/vlc-0.8.6i/modules/codec/png.c:30:
  19. /boot/system/develop/headers/png.h:1015: warning: `__malloc__' attribute directive ignored
  20. /boot/system/develop/headers/png.h:1021: warning: `__malloc__' attribute directive ignored
  21. /boot/system/develop/headers/png.h:1067: warning: `__malloc__' attribute directive ignored
  22. /boot/system/develop/headers/png.h:1072: warning: `__malloc__' attribute directive ignored
  23. /boot/system/develop/headers/png.h:1095: warning: `__malloc__' attribute directive ignored
  24. /boot/system/develop/headers/png.h:1883: warning: `__malloc__' attribute directive ignored
  25. /boot/system/develop/headers/png.h:1887: warning: `__malloc__' attribute directive ignored
  26. /boot/system/develop/headers/png.h:1891: warning: `__malloc__' attribute directive ignored
  27. /boot/system/develop/headers/png.h:1926: warning: `__malloc__' attribute directive ignored
  28. /boot/system/develop/headers/png.h:2475: warning: `__deprecated__' attribute directive ignored
  29. /sources/vlc-0.8.6i/modules/codec/png.c: In function `DecodeBlock':
  30. /sources/vlc-0.8.6i/modules/codec/png.c:150: `png_infopp_NULL' undeclared (first use in this function)
  31. /sources/vlc-0.8.6i/modules/codec/png.c:150: (Each undeclared identifier is reported only once
  32. /sources/vlc-0.8.6i/modules/codec/png.c:150: for each function it appears in.)
  33. /sources/vlc-0.8.6i/modules/codec/png.c:133: warning: variable `p_row_pointers' might be clobbered by `longjmp' or `vfork'
  34. make[4]: [libpng_plugin_a-png.o] Error 1 (ignored)
  35.  
  36. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin a52sys` -Wsign-compare -Wall -Wno-multichar -pipe -c -o liba52sys_plugin_a-a52.o `test -f 'a52.c' || echo './'`a52.c
  37. /sources/vlc-0.8.6i/modules/demux/a52.c: In function `Open':
  38. /sources/vlc-0.8.6i/modules/demux/a52.c:107: parse error before `int'
  39. /sources/vlc-0.8.6i/modules/demux/a52.c:108: `i_size' undeclared (first use in this function)
  40. /sources/vlc-0.8.6i/modules/demux/a52.c:108: (Each undeclared identifier is reported only once
  41. /sources/vlc-0.8.6i/modules/demux/a52.c:108: for each function it appears in.)
  42. make[4]: [liba52sys_plugin_a-a52.o] Error 1 (ignored)
  43.  
  44. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin dtssys` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libdtssys_plugin_a-dts.o `test -f 'dts.c' || echo './'`dts.c
  45. /sources/vlc-0.8.6i/modules/demux/dts.c: In function `Open':
  46. /sources/vlc-0.8.6i/modules/demux/dts.c:97: parse error before `i_len'
  47. /sources/vlc-0.8.6i/modules/demux/dts.c:98: `i_len' undeclared (first use in this function)
  48. /sources/vlc-0.8.6i/modules/demux/dts.c:98: (Each undeclared identifier is reported only once
  49. /sources/vlc-0.8.6i/modules/demux/dts.c:98: for each function it appears in.)
  50. /sources/vlc-0.8.6i/modules/demux/dts.c:127: parse error before `int'
  51. /sources/vlc-0.8.6i/modules/demux/dts.c:128: `i_size' undeclared (first use in this function)
  52. make[4]: [libdtssys_plugin_a-dts.o] Error 1 (ignored)
  53.  
  54. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin freetype` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libfreetype_plugin_a-freetype.o `test -f 'freetype.c' || echo './'`freetype.c
  55. rm -f libfreetype_plugin.a
  56. ar cru libfreetype_plugin.a libfreetype_plugin_a-freetype.o
  57. ranlib libfreetype_plugin.a
  58. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wsign-compare -Wall -Wno-multichar -pipe -lintl -nostart -o libfreetype_plugin.so libfreetype_plugin.a -L/packages/vlc-0.8.6i-1/.self/lib -shared -fpic -fPIC -L/packages/freetype-2.5.2-2/.self/lib -lfreetype -lz -lbz2 -lpng15 -u vlc_entry__0_8_6
  59. libtool: link: gcc -Wsign-compare -Wall -Wno-multichar -pipe -nostart -o libfreetype_plugin.so -fpic -fPIC -u vlc_entry__0_8_6 -lintl libfreetype_plugin.a -L/packages/vlc-0.8.6i-1/.self/lib -L/packages/freetype-2.5.2-2/.self/lib -lfreetype -lz -lbz2 -lpng15
  60. /packages/gcc-2.95.3_2013_08_15-4/.self/develop/tools/i586-pc-haiku/bin/ld: cannot find -lbz2
  61. collect2: ld returned 1 exit status
  62. make[4]: [libfreetype_plugin.so] Error 1 (ignored)
  63.  
  64. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin packetizer_mpeg4audio` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libpacketizer_mpeg4audio_plugin_a-mpeg4audio.o `test -f 'mpeg4audio.c' || echo './'`mpeg4audio.c
  65. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c: In function `ADTSSyncInfo':
  66. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:353: parse error before `unsigned'
  67. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:363: `i_raw_blocks_in_frame' undeclared (first use in this function)
  68. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:363: (Each undeclared identifier is reported only once
  69. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:363: for each function it appears in.)
  70. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c: In function `Mpeg4GAProgramConfigElement':
  71. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:442: parse error before `int'
  72. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:456: `i_num_front' undeclared (first use in this function)
  73. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:457: `i_num_side' undeclared (first use in this function)
  74. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:458: `i_num_back' undeclared (first use in this function)
  75. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:459: `i_num_lfe' undeclared (first use in this function)
  76. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:460: `i_num_assoc_data' undeclared (first use in this function)
  77. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:461: `i_num_valid_cc' undeclared (first use in this function)
  78. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:463: parse error before `int'
  79. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:464: `i_comment' undeclared (first use in this function)
  80. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c: In function `Mpeg4GASpecificConfig':
  81. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:475: parse error before `int'
  82. /sources/vlc-0.8.6i/modules/packetizer/mpeg4audio.c:483: `i_extension_flag' undeclared (first use in this function)
  83. make[4]: [libpacketizer_mpeg4audio_plugin_a-mpeg4audio.o] Error 1 (ignored)
  84.  
  85. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin packetizer_h264` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libpacketizer_h264_plugin_a-h264.o `test -f 'h264.c' || echo './'`h264.c
  86. /sources/vlc-0.8.6i/modules/packetizer/h264.c: In function `Open':
  87. /sources/vlc-0.8.6i/modules/packetizer/h264.c:228: parse error before `*'
  88. /sources/vlc-0.8.6i/modules/packetizer/h264.c:229: `p_sps' undeclared (first use in this function)
  89. /sources/vlc-0.8.6i/modules/packetizer/h264.c:229: (Each undeclared identifier is reported only once
  90. /sources/vlc-0.8.6i/modules/packetizer/h264.c:229: for each function it appears in.)
  91. /sources/vlc-0.8.6i/modules/packetizer/h264.c:246: parse error before `*'
  92. /sources/vlc-0.8.6i/modules/packetizer/h264.c:247: `p_pps' undeclared (first use in this function)
  93. /sources/vlc-0.8.6i/modules/packetizer/h264.c: In function `PacketizeAVC1':
  94. /sources/vlc-0.8.6i/modules/packetizer/h264.c:465: parse error before `*'
  95. /sources/vlc-0.8.6i/modules/packetizer/h264.c:466: `p_part' undeclared (first use in this function)
  96. make[4]: [libpacketizer_h264_plugin_a-h264.o] Error 1 (ignored)
  97.  
  98. gcc -DHAVE_CONFIG_H -I. -I../.. -DSYS_HAIKU -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin stream_out_mosaic_bridge` -Wsign-compare -Wall -Wno-multichar -pipe -c -o libstream_out_mosaic_bridge_plugin_a-mosaic_bridge.o `test -f 'mosaic_bridge.c' || echo './'`mosaic_bridge.c
  99. /sources/vlc-0.8.6i/modules/stream_out/mosaic_bridge.c: In function `Del':
  100. /sources/vlc-0.8.6i/modules/stream_out/mosaic_bridge.c:346: parse error before `void'
  101. /sources/vlc-0.8.6i/modules/stream_out/mosaic_bridge.c:358: `p_owner' undeclared (first use in this function)
  102. /sources/vlc-0.8.6i/modules/stream_out/mosaic_bridge.c:358: (Each undeclared identifier is reported only once
  103. /sources/vlc-0.8.6i/modules/stream_out/mosaic_bridge.c:358: for each function it appears in.)
  104. make[4]: [libstream_out_mosaic_bridge_plugin_a-mosaic_bridge.o] Error 1 (ignored)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement