Hallo, ich versuche Jukebox3d zu installieren. Liegt leider nur als Source vor...
http://www.kde-apps.org/content/show.ph ... tent=63124
benötigt wird für die Installation folgendes:
Zitat:
Dependancy:
- GTK2 - ist installiert
- Glade - ist installiert
- GTKGLEXT - libgtkglext1 ist installiert
- SDL_image and SDL_ttf - habe ich in synaptic nicht gefunden
- curl - ist installiert
- libxml - libxml1 und libxml2 sind installiert
Wenn ich make && sudo make install eingebe, passiert folgendes:
Zitat:
root@kanotix-putin:/media/hdb1/amule/jukebox3D_EN.tar_004/jukebox3D# make && sudo make install
gcc -Wall -std=c99 -O2 -g `sdl-config --cflags` `pkg-config --cflags gtk+-2.0 gtkglext-1.0 libglade-2.0` -Wall -c -o src/LibFile.o src/LibFile.c
/bin/sh: sdl-config: command not found
Package gtkglext-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkglext-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkglext-1.0' found
src/LibFile.c:27:21: error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
In file included from src/LibFile.c:29:
src/../include/main.h:61: error: expected specifier-qualifier-list before ‘gfloat’
src/../include/main.h:93: error: expected specifier-qualifier-list before ‘gboolean’
src/../include/main.h:137: error: expected specifier-qualifier-list before ‘gchar’
make: *** [src/LibFile.o] Fehler 1
Kann mir da jemand helfen?
Nachtrag: Ich habe jetzt ein Paar Bibliotheken nachinstalliert und nun lautet die Fehlermeldung:
Zitat:
root@kanotix-putin:/media/hdb1/amule/jukebox3D_EN.tar_004/jukebox3D# make && sudo make install
gcc -Wall -std=c99 -O2 -g `sdl-config --cflags` `pkg-config --cflags gtk+-2.0 gtkglext-1.0 libglade-2.0` -Wall -c -o src/LibCover.o src/LibCover.c
gcc -Wall -std=c99 -O2 -g `sdl-config --cflags` `pkg-config --cflags gtk+-2.0 gtkglext-1.0 libglade-2.0` -Wall -c -o src/LibOgl.o src/LibOgl.c
src/LibOgl.c:34:21: error: SDL_ttf.h: Datei oder Verzeichnis nicht gefunden
src/LibOgl.c: In function ‘ConfigureText’:
src/LibOgl.c:301: error: ‘TTF_Font’ undeclared (first use in this function)
src/LibOgl.c:301: error: (Each undeclared identifier is reported only once
src/LibOgl.c:301: error: for each function it appears in.)
src/LibOgl.c:301: error: ‘font’ undeclared (first use in this function)
src/LibOgl.c:329: warning: implicit declaration of function ‘TTF_Init’
src/LibOgl.c:340: error: ‘TTF_STYLE_NORMAL’ undeclared (first use in this function)
src/LibOgl.c:365: warning: implicit declaration of function ‘TTF_OpenFont’
src/LibOgl.c:372: warning: implicit declaration of function ‘TTF_SetFontStyle’
src/LibOgl.c:401: warning: implicit declaration of function ‘TTF_RenderUTF8_Blended’
src/LibOgl.c:401: warning: assignment makes pointer from integer without a cast
src/LibOgl.c:407: warning: assignment makes pointer from integer without a cast
make: *** [src/LibOgl.o] Fehler 1
|