Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Anonymous
Friday, May 4th, 2007 at 10:34:22pm UTC 

  1. Password:
  2. debian:/home/dave# tar xzvf ripoff-0.8.2.tar.gz
  3. ripoff-0.8.2/
  4. ripoff-0.8.2/m4/
  5. ripoff-0.8.2/lib/
  6. ripoff-0.8.2/lib/RipOffPluginRawInterface.h
  7. ripoff-0.8.2/lib/RipOffConfigFile.c
  8. ripoff-0.8.2/lib/RipOffConfigFile.h
  9. ripoff-0.8.2/lib/RipOff.c
  10. ripoff-0.8.2/lib/RipOff.h
  11. ripoff-0.8.2/lib/ripoff.xpm
  12. ripoff-0.8.2/lib/Makefile.am
  13. ripoff-0.8.2/lib/Makefile.in
  14. ripoff-0.8.2/lib/RipOffTrack.c
  15. ripoff-0.8.2/lib/RipOffTrack.h
  16. ripoff-0.8.2/src/
  17. ripoff-0.8.2/src/RipOffCore.c
  18. ripoff-0.8.2/src/RipOffCore.h
  19. ripoff-0.8.2/src/RipOffExtractor.c
  20. ripoff-0.8.2/src/RipOffExtractor.h
  21. ripoff-0.8.2/src/model.c
  22. ripoff-0.8.2/src/model.h
  23. ripoff-0.8.2/src/RipOffPluginList.c
  24. ripoff-0.8.2/src/RipOffPluginList.h
  25. ripoff-0.8.2/src/Makefile.am
  26. ripoff-0.8.2/src/Makefile.in
  27. ripoff-0.8.2/src/main.c
  28. ripoff-0.8.2/src/RipOffPreferences.c
  29. ripoff-0.8.2/src/RipOffPreferences.h
  30. ripoff-0.8.2/src/RipOffPlugin.c
  31. ripoff-0.8.2/src/RipOffPlugin.h
  32. ripoff-0.8.2/src/RipOffTrackList.c
  33. ripoff-0.8.2/src/RipOffTrackList.h
  34. ripoff-0.8.2/NEWS
  35. ripoff-0.8.2/TODO
  36. ripoff-0.8.2/misc/
  37. ripoff-0.8.2/misc/ripoff.ebuild
  38. ripoff-0.8.2/misc/ripoff.spec
  39. ripoff-0.8.2/misc/ripoff-0.8.2.ebuild
  40. ripoff-0.8.2/misc/ripoff.desktop.in
  41. ripoff-0.8.2/misc/ripoffRHEL4.spec.in
  42. ripoff-0.8.2/misc/Makefile.am
  43. ripoff-0.8.2/misc/Makefile.in
  44. ripoff-0.8.2/misc/ripoff.desktop
  45. ripoff-0.8.2/misc/ripoffRHEL4.spec
  46. ripoff-0.8.2/misc/ripoff.spec.in
  47. ripoff-0.8.2/compile
  48. ripoff-0.8.2/depcomp
  49. ripoff-0.8.2/aclocal.m4
  50. ripoff-0.8.2/README
  51. ripoff-0.8.2/ltmain.sh
  52. ripoff-0.8.2/configure
  53. ripoff-0.8.2/configure.in
  54. ripoff-0.8.2/config.guess
  55. ripoff-0.8.2/install-sh
  56. ripoff-0.8.2/config.sub
  57. ripoff-0.8.2/missing
  58. ripoff-0.8.2/config.h
  59. ripoff-0.8.2/Makefile.am
  60. ripoff-0.8.2/Makefile.in
  61. ripoff-0.8.2/config.h.in
  62. ripoff-0.8.2/AUTHORS
  63. ripoff-0.8.2/INSTALL
  64. ripoff-0.8.2/ChangeLog
  65. ripoff-0.8.2/plugins/
  66. ripoff-0.8.2/plugins/wav/
  67. ripoff-0.8.2/plugins/wav/WavPlugin.c
  68. ripoff-0.8.2/plugins/wav/Makefile.am
  69. ripoff-0.8.2/plugins/wav/Makefile.in
  70. ripoff-0.8.2/plugins/flac/
  71. ripoff-0.8.2/plugins/flac/Makefile.am
  72. ripoff-0.8.2/plugins/flac/Makefile.in
  73. ripoff-0.8.2/plugins/flac/FlacPlugin.c
  74. ripoff-0.8.2/plugins/flac/ripoff-rhel4-flac.patch
  75. ripoff-0.8.2/plugins/lame/
  76. ripoff-0.8.2/plugins/lame/LamePlugin.c
  77. ripoff-0.8.2/plugins/lame/Makefile.am
  78. ripoff-0.8.2/plugins/lame/Makefile.in
  79. ripoff-0.8.2/plugins/Makefile.am
  80. ripoff-0.8.2/plugins/Makefile.in
  81. ripoff-0.8.2/plugins/vorbis/
  82. ripoff-0.8.2/plugins/vorbis/Makefile.am
  83. ripoff-0.8.2/plugins/vorbis/Makefile.in
  84. ripoff-0.8.2/plugins/vorbis/VorbisPlugin.c
  85. ripoff-0.8.2/COPYING
  86. debian:/home/dave# cd ripoff-0.8.2
  87. debian:/home/dave/ripoff-0.8.2# ./configure
  88. checking for a BSD-compatible install... /usr/bin/install -c
  89. checking whether build environment is sane... yes
  90. checking for gawk... gawk
  91. checking whether make sets $(MAKE)... yes
  92. checking for gcc... gcc
  93. checking for C compiler default output file name... a.out
  94. checking whether the C compiler works... yes
  95. checking whether we are cross compiling... no
  96. checking for suffix of executables...
  97. checking for suffix of object files... o
  98. checking whether we are using the GNU C compiler... yes
  99. checking whether gcc accepts -g... yes
  100. checking for gcc option to accept ISO C89... none needed
  101. checking for style of include used by make... GNU
  102. checking dependency style of gcc... gcc3
  103. checking how to run the C preprocessor... gcc -E
  104. checking for grep that handles long lines and -e... /bin/grep
  105. checking for egrep... /bin/grep -E
  106. checking for ANSI C header files... yes
  107. checking for sys/types.h... yes
  108. checking for sys/stat.h... yes
  109. checking for stdlib.h... yes
  110. checking for string.h... yes
  111. checking for memory.h... yes
  112. checking for strings.h... yes
  113. checking for inttypes.h... yes
  114. checking for stdint.h... yes
  115. checking for unistd.h... yes
  116. checking for unistd.h... (cached) yes
  117. checking sys/ioctl.h usability... yes
  118. checking sys/ioctl.h presence... yes
  119. checking for sys/ioctl.h... yes
  120. checking for stdlib.h... (cached) yes
  121. checking fcntl.h usability... yes
  122. checking fcntl.h presence... yes
  123. checking for fcntl.h... yes
  124. checking cdio/cdda.h usability... yes
  125. checking cdio/cdda.h presence... yes
  126. checking for cdio/cdda.h... yes
  127. checking cdio/paranoia.h usability... yes
  128. checking cdio/paranoia.h presence... yes
  129. checking for cdio/paranoia.h... yes
  130. checking cddb/cddb.h usability... yes
  131. checking cddb/cddb.h presence... yes
  132. checking for cddb/cddb.h... yes
  133. checking for sys/wait.h that is POSIX.1 compatible... yes
  134. checking for an ANSI C-conforming const... yes
  135. checking for mkdir... yes
  136. checking for rmdir... yes
  137. checking for size_t... yes
  138. checking whether gcc needs -traditional... no
  139. checking for xml2-config... no
  140. checking for xml2 libraries... ./configure: line 5113: --libs: command not found./configure: line 5114: --cflags: command not found
  141. yes
  142. checking for pkg-config... /usr/bin/pkg-config
  143. checking GTK+ 2.0... yes
  144. checking for pkg-config... /usr/bin/pkg-config
  145. checking pkg-config is at least version 0.9.0... yes
  146. checking for glib... yes
  147. checking for vorbis... checking lame/lame.h usability... no
  148. checking lame/lame.h presence... no
  149. checking for lame/lame.h... no
  150. checking FLAC/all.h usability... no
  151. checking FLAC/all.h presence... no
  152. checking for FLAC/all.h... no
  153. checking build system type... i686-pc-linux-gnu
  154. checking host system type... i686-pc-linux-gnu
  155. checking for a sed that does not truncate output... /bin/sed
  156. checking for ld used by gcc... /usr/bin/ld
  157. checking if the linker (/usr/bin/ld) is GNU ld... yes
  158. checking for /usr/bin/ld option to reload object files... -r
  159. checking for BSD-compatible nm... /usr/bin/nm -B
  160. checking whether ln -s works... yes
  161. checking how to recognise dependent libraries... pass_all
  162. checking dlfcn.h usability... yes
  163. checking dlfcn.h presence... yes
  164. checking for dlfcn.h... yes
  165. checking for g++... g++
  166. checking whether we are using the GNU C++ compiler... yes
  167. checking whether g++ accepts -g... yes
  168. checking dependency style of g++... gcc3
  169. checking how to run the C++ preprocessor... g++ -E
  170. checking for g77... no
  171. checking for xlf... no
  172. checking for f77... no
  173. checking for frt... no
  174. checking for pgf77... no
  175. checking for cf77... no
  176. checking for fort77... no
  177. checking for fl32... no
  178. checking for af77... no
  179. checking for xlf90... no
  180. checking for f90... no
  181. checking for pgf90... no
  182. checking for pghpf... no
  183. checking for epcf90... no
  184. checking for gfortran... no
  185. checking for g95... no
  186. checking for xlf95... no
  187. checking for f95... no
  188. checking for fort... no
  189. checking for ifort... no
  190. checking for ifc... no
  191. checking for efc... no
  192. checking for pgf95... no
  193. checking for lf95... no
  194. checking for ftn... no
  195. checking whether we are using the GNU Fortran 77 compiler... no
  196. checking whether  accepts -g... no
  197. checking the maximum length of command line arguments... 32768
  198. checking command to parse /usr/bin/nm -B output from gcc object... ok
  199. checking for objdir... .libs
  200. checking for ar... ar
  201. checking for ranlib... ranlib
  202. checking for strip... strip
  203. checking for correct ltmain.sh version... yes
  204. checking if gcc supports -fno-rtti -fno-exceptions... no
  205. checking for gcc option to produce PIC... -fPIC
  206. checking if gcc PIC flag -fPIC works... yes
  207. checking if gcc static flag -static works... yes
  208. checking if gcc supports -c -o file.o... yes
  209. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  210. checking whether -lc should be explicitly linked in... no
  211. checking dynamic linker characteristics... GNU/Linux ld.so
  212. checking how to hardcode library paths into programs... immediate
  213. checking whether stripping libraries is possible... yes
  214. checking if libtool supports shared libraries... yes
  215. checking whether to build shared libraries... yes
  216. checking whether to build static libraries... yes
  217. configure: creating libtool
  218. appending configuration tag "CXX" to libtool
  219. checking for ld used by g++... /usr/bin/ld
  220. checking if the linker (/usr/bin/ld) is GNU ld... yes
  221. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  222. checking for g++ option to produce PIC... -fPIC
  223. checking if g++ PIC flag -fPIC works... yes
  224. checking if g++ static flag -static works... yes
  225. checking if g++ supports -c -o file.o... yes
  226. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  227. checking dynamic linker characteristics... GNU/Linux ld.so
  228. checking how to hardcode library paths into programs... immediate
  229. appending configuration tag "F77" to libtool
  230. checking for a BSD-compatible install... /usr/bin/install -c
  231. configure: creating ./config.status
  232. config.status: creating Makefile
  233. config.status: creating src/Makefile
  234. config.status: creating lib/Makefile
  235. config.status: creating plugins/Makefile
  236. config.status: creating plugins/vorbis/Makefile
  237. config.status: creating plugins/wav/Makefile
  238. config.status: creating plugins/lame/Makefile
  239. config.status: creating misc/Makefile
  240. config.status: creating misc/ripoff.spec
  241. config.status: creating misc/ripoffRHEL4.spec
  242. config.status: creating misc/ripoff.desktop
  243. config.status: creating plugins/flac/Makefile
  244. config.status: creating config.h
  245. config.status: executing depfiles commands
  246.  
  247. RipOff will be installed with the following plugins
  248. ---------------------------------------------------
  249. Wav Output                   yes
  250. Ogg Vorbis Encoder           no
  251. FLAC Encoder                 no
  252. Mp3 Encoder                  no
  253.  
  254.  
  255. debian:/home/dave/ripoff-0.8.2# make
  256. make  all-recursive
  257. make[1]: Entering directory `/home/dave/ripoff-0.8.2'
  258. Making all in lib
  259. make[2]: Entering directory `/home/dave/ripoff-0.8.2/lib'
  260. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -g -O2 -MT libripoff_la-RipOffTrack.lo -MD -MP -MF ".deps/libripoff_la-RipOffTrack.Tpo" -c -o libripoff_la-RipOffTrack.lo `test -f 'RipOffTrack.c' || echo './'`RipOffTrack.c; \
  261.         then mv -f ".deps/libripoff_la-RipOffTrack.Tpo" ".deps/libripoff_la-RipOffTrack.Plo"; else rm -f ".deps/libripoff_la-RipOffTrack.Tpo"; exit 1; fi
  262. mkdir .libs
  263.  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT libripoff_la-RipOffTrack.lo -MD -MP -MF .deps/libripoff_la-RipOffTrack.Tpo -c RipOffTrack.c  -fPIC -DPIC -o .libs/libripoff_la-RipOffTrack.o
  264.  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT libripoff_la-RipOffTrack.lo -MD -MP -MF .deps/libripoff_la-RipOffTrack.Tpo -c RipOffTrack.c -o libripoff_la-RipOffTrack.o >/dev/null 2>&1
  265. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -g -O2 -MT libripoff_la-RipOffConfigFile.lo -MD -MP -MF ".deps/libripoff_la-RipOffConfigFile.Tpo" -c -o libripoff_la-RipOffConfigFile.lo `test -f 'RipOffConfigFile.c' || echo './'`RipOffConfigFile.c; \
  266.         then mv -f ".deps/libripoff_la-RipOffConfigFile.Tpo" ".deps/libripoff_la-RipOffConfigFile.Plo"; else rm -f ".deps/libripoff_la-RipOffConfigFile.Tpo"; exit 1; fi
  267.  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT libripoff_la-RipOffConfigFile.lo -MD -MP -MF .deps/libripoff_la-RipOffConfigFile.Tpo -c RipOffConfigFile.c  -fPIC -DPIC -o .libs/libripoff_la-RipOffConfigFile.o
  268. RipOffConfigFile.c:21:30: error: libxml/xmlmemory.h: No such file or directory
  269. In file included from RipOffConfigFile.c:22:
  270. RipOffConfigFile.h:18:27: error: libxml/parser.h: No such file or directory
  271. In file included from RipOffConfigFile.c:22:
  272. RipOffConfigFile.h:24: error: expected ')' before 'ptr'
  273. RipOffConfigFile.h:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ripoff_config_file_get_config_file_pointer'
  274. RipOffConfigFile.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'config_doc'
  275. RipOffConfigFile.c:31: error: expected ')' before 'ptr'
  276. RipOffConfigFile.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ripoff_config_file_get_config_file_pointer'
  277. RipOffConfigFile.c: In function 'ripoff_config_file_save_int':
  278. RipOffConfigFile.c:48: error: 'xmlChar' undeclared (first use in this function)
  279. RipOffConfigFile.c:48: error: (Each undeclared identifier is reported only once
  280. RipOffConfigFile.c:48: error: for each function it appears in.)
  281. RipOffConfigFile.c:48: error: 'string_value' undeclared (first use in this function)
  282. RipOffConfigFile.c: In function 'ripoff_config_file_save_double':
  283. RipOffConfigFile.c:70: error: 'xmlChar' undeclared (first use in this function)
  284. RipOffConfigFile.c:70: error: 'string_value' undeclared (first use in this function)
  285. RipOffConfigFile.c: In function 'ripoff_config_file_save':
  286. RipOffConfigFile.c:79: error: 'xmlNodePtr' undeclared (first use in this function)
  287. RipOffConfigFile.c:79: error: expected ';' before 'cur'
  288. RipOffConfigFile.c:80: error: expected ';' before 'moduleptr'
  289. RipOffConfigFile.c:87: error: 'config_doc' undeclared (first use in this function)
  290. RipOffConfigFile.c:96: error: 'cur' undeclared (first use in this function)
  291. RipOffConfigFile.c:100: warning: assignment makes pointer from integer without a cast
  292. RipOffConfigFile.c:101: error: 'BAD_CAST' undeclared (first use in this function)
  293. RipOffConfigFile.c:101: error: expected ')' before 'module_name'
  294. RipOffConfigFile.c:104: error: 'moduleptr' undeclared (first use in this function)
  295. RipOffConfigFile.c:108: warning: assignment makes pointer from integer without a cast
  296. RipOffConfigFile.c:109: warning: assignment makes pointer from integer without a cast
  297. RipOffConfigFile.c:110: error: expected ')' before 'key'
  298. RipOffConfigFile.c:110: error: expected ')' before 'type'
  299. RipOffConfigFile.c:112: error: expected ')' before string constant
  300. RipOffConfigFile.c:120: error: expected ')' before string constant
  301. RipOffConfigFile.c:121: error: expected ')' before string constant
  302. RipOffConfigFile.c:122: error: expected ')' before string constant
  303. RipOffConfigFile.c:123: error: expected ')' before string constant
  304. RipOffConfigFile.c:133: error: expected ')' before string constant
  305. RipOffConfigFile.c:134: error: expected ')' before string constant
  306. RipOffConfigFile.c:135: error: expected ')' before string constant
  307. RipOffConfigFile.c:136: error: expected ')' before string constant
  308. RipOffConfigFile.c:137: error: expected ')' before string constant
  309. RipOffConfigFile.c:138: error: expected ')' before string constant
  310. RipOffConfigFile.c: In function 'ripoff_config_file_retrieve_value':
  311. RipOffConfigFile.c:220: error: 'xmlNodePtr' undeclared (first use in this function)
  312. RipOffConfigFile.c:220: error: expected ';' before 'cur'
  313. RipOffConfigFile.c:221: error: expected ';' before 'moduleptr'
  314. RipOffConfigFile.c:228: error: 'config_doc' undeclared (first use in this function)
  315. RipOffConfigFile.c:237: error: 'cur' undeclared (first use in this function)
  316. RipOffConfigFile.c:241: warning: assignment makes pointer from integer without a cast
  317. RipOffConfigFile.c:242: error: 'BAD_CAST' undeclared (first use in this function)
  318. RipOffConfigFile.c:242: error: expected ')' before 'module_name'
  319. RipOffConfigFile.c:245: error: 'moduleptr' undeclared (first use in this function)
  320. RipOffConfigFile.c:249: warning: assignment makes pointer from integer without a cast
  321. RipOffConfigFile.c:250: warning: assignment makes pointer from integer without a cast
  322. RipOffConfigFile.c:251: error: expected ')' before 'key'
  323. RipOffConfigFile.c:251: error: expected ')' before 'type'
  324. RipOffConfigFile.c:253: error: expected ')' before string constant
  325. RipOffConfigFile.c:253: warning: return makes pointer from integer without a cast
  326. RipOffConfigFile.c: In function 'open_config_doc':
  327. RipOffConfigFile.c:272: error: 'xmlNodePtr' undeclared (first use in this function)
  328. RipOffConfigFile.c:272: error: expected ';' before 'root_node'
  329. RipOffConfigFile.c:279: error: 'config_doc' undeclared (first use in this function)
  330. RipOffConfigFile.c:283: error: 'BAD_CAST' undeclared (first use in this function)
  331. RipOffConfigFile.c:283: error: expected ')' before string constant
  332. RipOffConfigFile.c:284: error: 'root_node' undeclared (first use in this function)
  333. RipOffConfigFile.c:284: error: expected ')' before string constant
  334. RipOffConfigFile.c:293: error: expected ')' before string constant
  335. RipOffConfigFile.c:300: error: expected ')' before string constant
  336. RipOffConfigFile.c: In function 'ripoff_config_file_write_config_file_to_disc':
  337. RipOffConfigFile.c:322: error: 'config_doc' undeclared (first use in this function)
  338. make[2]: *** [libripoff_la-RipOffConfigFile.lo] Error 1
  339. make[2]: Leaving directory `/home/dave/ripoff-0.8.2/lib'
  340. make[1]: *** [all-recursive] Error 1
  341. make[1]: Leaving directory `/home/dave/ripoff-0.8.2'
  342. make: *** [all] Error 2
  343. debian:/home/dave/ripoff-0.8.2#

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right