Advertising
- Anonymous
- Friday, May 4th, 2007 at 10:34:22pm UTC
- [email protected]:~$ su
- Password:
- debian:/home/dave# tar xzvf ripoff-0.8.2.tar.gz
- ripoff-0.8.2/
- ripoff-0.8.2/m4/
- ripoff-0.8.2/lib/
- ripoff-0.8.2/lib/RipOffPluginRawInterface.h
- ripoff-0.8.2/lib/RipOffConfigFile.c
- ripoff-0.8.2/lib/RipOffConfigFile.h
- ripoff-0.8.2/lib/RipOff.c
- ripoff-0.8.2/lib/RipOff.h
- ripoff-0.8.2/lib/ripoff.xpm
- ripoff-0.8.2/lib/Makefile.am
- ripoff-0.8.2/lib/Makefile.in
- ripoff-0.8.2/lib/RipOffTrack.c
- ripoff-0.8.2/lib/RipOffTrack.h
- ripoff-0.8.2/src/
- ripoff-0.8.2/src/RipOffCore.c
- ripoff-0.8.2/src/RipOffCore.h
- ripoff-0.8.2/src/RipOffExtractor.c
- ripoff-0.8.2/src/RipOffExtractor.h
- ripoff-0.8.2/src/model.c
- ripoff-0.8.2/src/model.h
- ripoff-0.8.2/src/RipOffPluginList.c
- ripoff-0.8.2/src/RipOffPluginList.h
- ripoff-0.8.2/src/Makefile.am
- ripoff-0.8.2/src/Makefile.in
- ripoff-0.8.2/src/main.c
- ripoff-0.8.2/src/RipOffPreferences.c
- ripoff-0.8.2/src/RipOffPreferences.h
- ripoff-0.8.2/src/RipOffPlugin.c
- ripoff-0.8.2/src/RipOffPlugin.h
- ripoff-0.8.2/src/RipOffTrackList.c
- ripoff-0.8.2/src/RipOffTrackList.h
- ripoff-0.8.2/NEWS
- ripoff-0.8.2/TODO
- ripoff-0.8.2/misc/
- ripoff-0.8.2/misc/ripoff.ebuild
- ripoff-0.8.2/misc/ripoff.spec
- ripoff-0.8.2/misc/ripoff-0.8.2.ebuild
- ripoff-0.8.2/misc/ripoff.desktop.in
- ripoff-0.8.2/misc/ripoffRHEL4.spec.in
- ripoff-0.8.2/misc/Makefile.am
- ripoff-0.8.2/misc/Makefile.in
- ripoff-0.8.2/misc/ripoff.desktop
- ripoff-0.8.2/misc/ripoffRHEL4.spec
- ripoff-0.8.2/misc/ripoff.spec.in
- ripoff-0.8.2/compile
- ripoff-0.8.2/depcomp
- ripoff-0.8.2/aclocal.m4
- ripoff-0.8.2/README
- ripoff-0.8.2/ltmain.sh
- ripoff-0.8.2/configure
- ripoff-0.8.2/configure.in
- ripoff-0.8.2/config.guess
- ripoff-0.8.2/install-sh
- ripoff-0.8.2/config.sub
- ripoff-0.8.2/missing
- ripoff-0.8.2/config.h
- ripoff-0.8.2/Makefile.am
- ripoff-0.8.2/Makefile.in
- ripoff-0.8.2/config.h.in
- ripoff-0.8.2/AUTHORS
- ripoff-0.8.2/INSTALL
- ripoff-0.8.2/ChangeLog
- ripoff-0.8.2/plugins/
- ripoff-0.8.2/plugins/wav/
- ripoff-0.8.2/plugins/wav/WavPlugin.c
- ripoff-0.8.2/plugins/wav/Makefile.am
- ripoff-0.8.2/plugins/wav/Makefile.in
- ripoff-0.8.2/plugins/flac/
- ripoff-0.8.2/plugins/flac/Makefile.am
- ripoff-0.8.2/plugins/flac/Makefile.in
- ripoff-0.8.2/plugins/flac/FlacPlugin.c
- ripoff-0.8.2/plugins/flac/ripoff-rhel4-flac.patch
- ripoff-0.8.2/plugins/lame/
- ripoff-0.8.2/plugins/lame/LamePlugin.c
- ripoff-0.8.2/plugins/lame/Makefile.am
- ripoff-0.8.2/plugins/lame/Makefile.in
- ripoff-0.8.2/plugins/Makefile.am
- ripoff-0.8.2/plugins/Makefile.in
- ripoff-0.8.2/plugins/vorbis/
- ripoff-0.8.2/plugins/vorbis/Makefile.am
- ripoff-0.8.2/plugins/vorbis/Makefile.in
- ripoff-0.8.2/plugins/vorbis/VorbisPlugin.c
- ripoff-0.8.2/COPYING
- debian:/home/dave# cd ripoff-0.8.2
- debian:/home/dave/ripoff-0.8.2# ./configure
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for unistd.h... (cached) yes
- checking sys/ioctl.h usability... yes
- checking sys/ioctl.h presence... yes
- checking for sys/ioctl.h... yes
- checking for stdlib.h... (cached) yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking cdio/cdda.h usability... yes
- checking cdio/cdda.h presence... yes
- checking for cdio/cdda.h... yes
- checking cdio/paranoia.h usability... yes
- checking cdio/paranoia.h presence... yes
- checking for cdio/paranoia.h... yes
- checking cddb/cddb.h usability... yes
- checking cddb/cddb.h presence... yes
- checking for cddb/cddb.h... yes
- checking for sys/wait.h that is POSIX.1 compatible... yes
- checking for an ANSI C-conforming const... yes
- checking for mkdir... yes
- checking for rmdir... yes
- checking for size_t... yes
- checking whether gcc needs -traditional... no
- checking for xml2-config... no
- checking for xml2 libraries... ./configure: line 5113: --libs: command not found./configure: line 5114: --cflags: command not found
- yes
- checking for pkg-config... /usr/bin/pkg-config
- checking GTK+ 2.0... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for glib... yes
- checking for vorbis... checking lame/lame.h usability... no
- checking lame/lame.h presence... no
- checking for lame/lame.h... no
- checking FLAC/all.h usability... no
- checking FLAC/all.h presence... no
- checking for FLAC/all.h... no
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking for a sed that does not truncate output... /bin/sed
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for BSD-compatible nm... /usr/bin/nm -B
- checking whether ln -s works... yes
- checking how to recognise dependent libraries... pass_all
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking how to run the C++ preprocessor... g++ -E
- checking for g77... no
- checking for xlf... no
- checking for f77... no
- checking for frt... no
- checking for pgf77... no
- checking for cf77... no
- checking for fort77... no
- checking for fl32... no
- checking for af77... no
- checking for xlf90... no
- checking for f90... no
- checking for pgf90... no
- checking for pghpf... no
- checking for epcf90... no
- checking for gfortran... no
- checking for g95... no
- checking for xlf95... no
- checking for f95... no
- checking for fort... no
- checking for ifort... no
- checking for ifc... no
- checking for efc... no
- checking for pgf95... no
- checking for lf95... no
- checking for ftn... no
- checking whether we are using the GNU Fortran 77 compiler... no
- checking whether accepts -g... no
- checking the maximum length of command line arguments... 32768
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for objdir... .libs
- checking for ar... ar
- checking for ranlib... ranlib
- checking for strip... strip
- checking for correct ltmain.sh version... yes
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC
- checking if gcc PIC flag -fPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- configure: creating libtool
- appending configuration tag "CXX" to libtool
- checking for ld used by g++... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC
- checking if g++ PIC flag -fPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- appending configuration tag "F77" to libtool
- checking for a BSD-compatible install... /usr/bin/install -c
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating lib/Makefile
- config.status: creating plugins/Makefile
- config.status: creating plugins/vorbis/Makefile
- config.status: creating plugins/wav/Makefile
- config.status: creating plugins/lame/Makefile
- config.status: creating misc/Makefile
- config.status: creating misc/ripoff.spec
- config.status: creating misc/ripoffRHEL4.spec
- config.status: creating misc/ripoff.desktop
- config.status: creating plugins/flac/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- RipOff will be installed with the following plugins
- ---------------------------------------------------
- Wav Output yes
- Ogg Vorbis Encoder no
- FLAC Encoder no
- Mp3 Encoder no
- debian:/home/dave/ripoff-0.8.2# make
- make all-recursive
- make[1]: Entering directory `/home/dave/ripoff-0.8.2'
- Making all in lib
- make[2]: Entering directory `/home/dave/ripoff-0.8.2/lib'
- 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; \
- then mv -f ".deps/libripoff_la-RipOffTrack.Tpo" ".deps/libripoff_la-RipOffTrack.Plo"; else rm -f ".deps/libripoff_la-RipOffTrack.Tpo"; exit 1; fi
- mkdir .libs
- 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
- 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
- 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; \
- then mv -f ".deps/libripoff_la-RipOffConfigFile.Tpo" ".deps/libripoff_la-RipOffConfigFile.Plo"; else rm -f ".deps/libripoff_la-RipOffConfigFile.Tpo"; exit 1; fi
- 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
- RipOffConfigFile.c:21:30: error: libxml/xmlmemory.h: No such file or directory
- In file included from RipOffConfigFile.c:22:
- RipOffConfigFile.h:18:27: error: libxml/parser.h: No such file or directory
- In file included from RipOffConfigFile.c:22:
- RipOffConfigFile.h:24: error: expected ')' before 'ptr'
- RipOffConfigFile.h:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ripoff_config_file_get_config_file_pointer'
- RipOffConfigFile.c:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'config_doc'
- RipOffConfigFile.c:31: error: expected ')' before 'ptr'
- RipOffConfigFile.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ripoff_config_file_get_config_file_pointer'
- RipOffConfigFile.c: In function 'ripoff_config_file_save_int':
- RipOffConfigFile.c:48: error: 'xmlChar' undeclared (first use in this function)
- RipOffConfigFile.c:48: error: (Each undeclared identifier is reported only once
- RipOffConfigFile.c:48: error: for each function it appears in.)
- RipOffConfigFile.c:48: error: 'string_value' undeclared (first use in this function)
- RipOffConfigFile.c: In function 'ripoff_config_file_save_double':
- RipOffConfigFile.c:70: error: 'xmlChar' undeclared (first use in this function)
- RipOffConfigFile.c:70: error: 'string_value' undeclared (first use in this function)
- RipOffConfigFile.c: In function 'ripoff_config_file_save':
- RipOffConfigFile.c:79: error: 'xmlNodePtr' undeclared (first use in this function)
- RipOffConfigFile.c:79: error: expected ';' before 'cur'
- RipOffConfigFile.c:80: error: expected ';' before 'moduleptr'
- RipOffConfigFile.c:87: error: 'config_doc' undeclared (first use in this function)
- RipOffConfigFile.c:96: error: 'cur' undeclared (first use in this function)
- RipOffConfigFile.c:100: warning: assignment makes pointer from integer without a cast
- RipOffConfigFile.c:101: error: 'BAD_CAST' undeclared (first use in this function)
- RipOffConfigFile.c:101: error: expected ')' before 'module_name'
- RipOffConfigFile.c:104: error: 'moduleptr' undeclared (first use in this function)
- RipOffConfigFile.c:108: warning: assignment makes pointer from integer without a cast
- RipOffConfigFile.c:109: warning: assignment makes pointer from integer without a cast
- RipOffConfigFile.c:110: error: expected ')' before 'key'
- RipOffConfigFile.c:110: error: expected ')' before 'type'
- RipOffConfigFile.c:112: error: expected ')' before string constant
- RipOffConfigFile.c:120: error: expected ')' before string constant
- RipOffConfigFile.c:121: error: expected ')' before string constant
- RipOffConfigFile.c:122: error: expected ')' before string constant
- RipOffConfigFile.c:123: error: expected ')' before string constant
- RipOffConfigFile.c:133: error: expected ')' before string constant
- RipOffConfigFile.c:134: error: expected ')' before string constant
- RipOffConfigFile.c:135: error: expected ')' before string constant
- RipOffConfigFile.c:136: error: expected ')' before string constant
- RipOffConfigFile.c:137: error: expected ')' before string constant
- RipOffConfigFile.c:138: error: expected ')' before string constant
- RipOffConfigFile.c: In function 'ripoff_config_file_retrieve_value':
- RipOffConfigFile.c:220: error: 'xmlNodePtr' undeclared (first use in this function)
- RipOffConfigFile.c:220: error: expected ';' before 'cur'
- RipOffConfigFile.c:221: error: expected ';' before 'moduleptr'
- RipOffConfigFile.c:228: error: 'config_doc' undeclared (first use in this function)
- RipOffConfigFile.c:237: error: 'cur' undeclared (first use in this function)
- RipOffConfigFile.c:241: warning: assignment makes pointer from integer without a cast
- RipOffConfigFile.c:242: error: 'BAD_CAST' undeclared (first use in this function)
- RipOffConfigFile.c:242: error: expected ')' before 'module_name'
- RipOffConfigFile.c:245: error: 'moduleptr' undeclared (first use in this function)
- RipOffConfigFile.c:249: warning: assignment makes pointer from integer without a cast
- RipOffConfigFile.c:250: warning: assignment makes pointer from integer without a cast
- RipOffConfigFile.c:251: error: expected ')' before 'key'
- RipOffConfigFile.c:251: error: expected ')' before 'type'
- RipOffConfigFile.c:253: error: expected ')' before string constant
- RipOffConfigFile.c:253: warning: return makes pointer from integer without a cast
- RipOffConfigFile.c: In function 'open_config_doc':
- RipOffConfigFile.c:272: error: 'xmlNodePtr' undeclared (first use in this function)
- RipOffConfigFile.c:272: error: expected ';' before 'root_node'
- RipOffConfigFile.c:279: error: 'config_doc' undeclared (first use in this function)
- RipOffConfigFile.c:283: error: 'BAD_CAST' undeclared (first use in this function)
- RipOffConfigFile.c:283: error: expected ')' before string constant
- RipOffConfigFile.c:284: error: 'root_node' undeclared (first use in this function)
- RipOffConfigFile.c:284: error: expected ')' before string constant
- RipOffConfigFile.c:293: error: expected ')' before string constant
- RipOffConfigFile.c:300: error: expected ')' before string constant
- RipOffConfigFile.c: In function 'ripoff_config_file_write_config_file_to_disc':
- RipOffConfigFile.c:322: error: 'config_doc' undeclared (first use in this function)
- make[2]: *** [libripoff_la-RipOffConfigFile.lo] Error 1
- make[2]: Leaving directory `/home/dave/ripoff-0.8.2/lib'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/dave/ripoff-0.8.2'
- make: *** [all] Error 2
- 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.
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.