PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : yammi 1.0 will unter FC 2 kein ogg. Devel Pakete sind installiert. Bitte um Hilfe.



obelix
16.07.04, 15:33
Hallo.

Zwecks defekter HD mußte ich mich von meiner Red Hat 8 installation auf meinem Partykeller PC verabschieden. Soweit, sogut.

Mein Problem ist, ich bekomme yammi 1.0 nicht mit ogg Support kompiliert. Erst hatte ich SuSE 9.1 installiert, dann Fedora Core 2, da es performanter ist (433er Celeron).

Ich habe die devel Pakete für libogg, libvorbis, libao installiert. Die vorbis-tools sind auch drauf. Zu guter letzt habe ich die genannten Pakete zusätzlich aus den Sourcen nach /usr/local/ übersetzt - (/sbin/ldconfig gemacht ;) ).

Die Ausgabe von ./configure --prefix=/usr bei Fedora Core 2:


checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
checking if admin should be compiled... no
checking if yammi should be compiled... yes
checking for main in -lstdc++... yes
checking for ogg_sync_init in -logg... yes
checking for vorbis_comment_init in -lvorbis... yes
checking for ov_open in -lvorbisfile... yes
checking for g_free in -lgdk... no
configure: WARNING: *** Warning: ogg libs support disabled => no reading/writing of tags in ogg files! ***
checking for deflate in -lz... yes
checking for ID3Tag_Link in -lid3... yes
configure: reading/writing of tags in MP3 files is supported
checking for xmms-config... /usr/bin/xmms-config
checking for mawk... (cached) gawk
checking for XMMS - version >= 1.2.6... yes
checking for main in -lkdecore... yes
configure: *** noatun support enabled ***
configure: creating ./config.status
config.status: creating Makefile
config.status: creating yammi/Makefile
config.status: creating yammi/docs/Makefile
config.status: creating yammi/docs/en/Makefile
config.status: creating yammi/icons/Makefile
config.status: creating config.h
config.status: config.h is unchanged
configure:
Configuration for yammi 1.0 :
--------------------------------
Source code location .: .
Host System Type .....: i686-pc-linux-gnu
Preprocessor .........: gcc -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include
Compiler .............: gcc -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -O2
Linker ...............: gcc -lkdecore -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxmms -lid3 -lz -lvorbisfile -lvorbis -logg -lstdc++
KDE environment.......: yes
XMMS support .........: yes
Noatun support .......: yes
ogglibs support ......: no
id3lib support .......: yes
Install path .........: /usr
If this path does not exist or is not the desired install path,
you should re-run configure, giving a suitable path with the --prefix option
For example ./configure --prefix=/opt/kde3

Ich weiss nicht mehr weiter und bitte um Hilfe. Vielen Dank.

Güsse,
Obelix

obelix
17.07.04, 09:37
Hat denn niemand yammi unter Fedora Core 2 am Start ??

kth
18.07.04, 00:35
Ich eigentlich nicht, aber ich hab mir das Problem mal angeschaut. ;)

Da das configure-Skript von Yammi 1.0 "vergisst", bei einem mit den OGG-Libraries zusammenhängenden Test ein paar benötigte X11-Libraries mit einzubinden, solltest du z. B. folgenden Aufruf nehmen:

LDFLAGS="-lX11 -lXext -lXi -L/usr/X11R6/lib" ./configure --prefix=/usr...oder aber gleich Version 1.2-alpha-3, darin ist das Problem anscheinend gefixed. :)

obelix
18.07.04, 11:21
Hallo.
Super, das war es :)

Ich eigentlich nicht, aber ich hab mir das Problem mal angeschaut. Danke für Deine Mühe ;)

...oder aber gleich Version 1.2-alpha-3, darin ist das Problem anscheinend gefixed. Habe ich schon getestet, aber die alpha-3 liest viele Tags bei mir nicht aus und zeigt darauf nur Unknown bei Titel und Interpret an. Version 1.0 und easytag haben keine Probleme damit. Ich habe das an Oli gemailt, er hat aber noch nicht geantwortet.

Viele Grüsse und nochmals big thx :)
Obelix