Also um SVCD und VCD mit K3B zu brennen brauchte ich den vcdimage.
Gut, hab mir den runtergeladen aber schon beim compile kommt diese Ausgabe:
Setup:
Install path: /usr/local
Build CLI FE: no
Build XML FE: no
Maintainer mode: no
****************************************************************************
****************************************************************************
*** ***
*** WARNING: BUILDING ONLY LIBVCD W/O ANY FRONTENDS ***
*** (maybe you are missing some library (libpopt, libxml2)? ***
*** ***
****************************************************************************
Gut, denke ich vielleicht fehlen diese Dinge wirklich... also mal nachgeschaut... mit locate und vorher updatedb gemacht:
Libxml2:
/usr/lib/libxml2.a
/usr/lib/libxml2.la
/usr/lib/libxml2.so
/usr/lib/libxml2.so.2
/usr/lib/libxml2.so.2.6.12
libpopt:
/usr/lib/libpopt.so.0
/usr/lib/libpopt.so.0.0.0
/usr/lib/libpopt.so.1
/usr/lib/libpopt.so.1.0.0
Nun sieht es für mich so aus als wäre die da...
Aber wieso diese Meldung???
Wenn ich nun make eingebe kommt das zu erwartende:
make all-recursive
make[1]: Entering directory `/home/jessi/vcdimager-0.7.20'
Making all in include
make[2]: Entering directory `/home/jessi/vcdimager-0.7.20/include'
Making all in libvcd
make[3]: Entering directory `/home/jessi/vcdimager-0.7.20/include/libvcd'
make all-am
make[4]: Entering directory `/home/jessi/vcdimager-0.7.20/include/libvcd'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/jessi/vcdimager-0.7.20/include/libvcd'
make[3]: Leaving directory `/home/jessi/vcdimager-0.7.20/include/libvcd'
make[3]: Entering directory `/home/jessi/vcdimager-0.7.20/include'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/jessi/vcdimager-0.7.20/include'
make[2]: Leaving directory `/home/jessi/vcdimager-0.7.20/include'
Making all in lib
make[2]: Entering directory `/home/jessi/vcdimager-0.7.20/lib'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I../lib/ -I/usr/local/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo info.c; \
then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I../lib/ -I/usr/local/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o
info.c: In function `_init_segments':
info.c:113: warning: assignment from incompatible pointer type
info.c: In function `vcdinfo_get_track_msf':
info.c:1314: warning: `from_bcd8' is deprecated (declared at /usr/local/include/cdio/util.h:115)
info.c:1315: warning: `from_bcd8' is deprecated (declared at /usr/local/include/cdio/util.h:115)
info.c:1316: warning: `from_bcd8' is deprecated (declared at /usr/local/include/cdio/util.h:115)
info.c: In function `vcdinfo_open':
info.c:1809: error: too many arguments to function `iso9660_fs_stat'
info.c:1817: error: too many arguments to function `iso9660_fs_stat'
info.c:1839: error: too many arguments to function `iso9660_fs_stat'
info.c:1855: error: too many arguments to function `iso9660_fs_stat'
info.c:1880: error: too many arguments to function `iso9660_fs_stat'
info.c:1886: error: too many arguments to function `iso9660_fs_stat'
info.c:1895: error: too many arguments to function `iso9660_fs_stat'
info.c:1934: error: too many arguments to function `iso9660_fs_stat'
make[2]: *** [info.lo] Fehler 1
make[2]: Leaving directory `/home/jessi/vcdimager-0.7.20/lib'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jessi/vcdimager-0.7.20'
make: *** [all] Fehler 2
Was soll ich denn nun machen? ich weiß leider nix mehr
J Gast |