
Ohh mannn - Ich hatte 2 mal ins Howto geguckt aber anscheinend nicht richtig genau. die Symlinks habe ich übersehen.

- Tschuldigung
Leider habe ich schon wieder einen make Fehler. Auf was muss ich da genau gucken? Ich sah oft in der Fehlermeldung "gtk" also habe ich von der dvd alles Mögliche mit gtk installiert sowie die devels. Muss ich da auf eine bestimmte Zeile gucken?
Vielleicht kannst Du mir noch ein letztes Mal helfen - Sollte es dann nicht funzen werde Dich nicht weiter belästigen und die 1.2.6 Binary installieren.
Hier nochmal die Meldung:
-c -o amule-listctrl.o `test -f 'listctrl.cpp' || echo './'`listctrl.cpp; \
then mv -f ".deps/amule-listctrl.Tpo" ".deps/amule-listctrl.Po"; \
else rm -f ".deps/amule-listctrl.Tpo"; exit 1; \
fi
listctrl.cpp:89:25: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
In file included from listctrl.cpp:90:
/usr/include/wx/gtk/win_gtk.h:18:21: gdk/gdk.h: Datei oder Verzeichnis nicht gefunden
/usr/include/wx/gtk/win_gtk.h:19:22: gdk/gdkx.h: Datei oder Verzeichnis nicht gefunden
/usr/include/wx/gtk/win_gtk.h:20:30: gtk/gtkcontainer.h: Datei oder Verzeichnis nicht gefunden
/usr/include/wx/gtk/win_gtk.h:21:31: gtk/gtkadjustment.h: Datei oder Verzeichnis nicht gefunden
/usr/include/wx/gtk/win_gtk.h:23:29: gtk/gtkfeatures.h: Datei oder Verzeichnis nicht gefunden
In file included from listctrl.cpp:90:
/usr/include/wx/gtk/win_gtk.h:54: error: 'GtkContainer' is used as a type, but
is not defined as a type.
/usr/include/wx/gtk/win_gtk.h:55: error: syntax error before `*' token
/usr/include/wx/gtk/win_gtk.h:66: error: 'GdkVisibilityState' is used as a
type, but is not defined as a type.
/usr/include/wx/gtk/win_gtk.h:71: error: 'gboolean' is used as a type, but is
not defined as a type.
/usr/include/wx/gtk/win_gtk.h:72: error: 'gboolean' is used as a type, but is
not defined as a type.
/usr/include/wx/gtk/win_gtk.h:73: error: 'gboolean' is used as a type, but is
not defined as a type.
/usr/include/wx/gtk/win_gtk.h:78: error: 'GtkContainerClass' is used as a type,
but is not defined as a type.
/usr/include/wx/gtk/win_gtk.h:92: error: type specifier omitted for parameter `
gboolean'
/usr/include/wx/gtk/win_gtk.h:92: error: syntax error before `)' token
/usr/include/wx/gtk/win_gtk.h:95: error: type specifier omitted for parameter `
gboolean'
/usr/include/wx/gtk/win_gtk.h:95: error: syntax error before `)' token
/usr/include/wx/gtk/win_gtk.h:98: error: type specifier omitted for parameter `
gboolean'
/usr/include/wx/gtk/win_gtk.h:98: error: syntax error before `)' token
listctrl.cpp: In member function `void wxODListHeaderWindow::DoDrawRect(wxDC*,
int, int, int, int)':
listctrl.cpp:1944: error: `GtkStateType' undeclared (first use this function)
listctrl.cpp:1944: error: (Each undeclared identifier is reported only once for
each function it appears in.)
listctrl.cpp:1944: error: syntax error before `=' token
listctrl.cpp:1949: error: invalid use of undefined type `struct _GtkWidget'
/usr/include/wx/defs.h:2079: error: forward declaration of `struct _GtkWidget'
listctrl.cpp:1949: error: syntax error before `)' token
listctrl.cpp:1949: error: `GTK_CHECK_CAST' undeclared (first use this function)
listctrl.cpp:1950: error: `state' undeclared (first use this function)
listctrl.cpp:1950: error: `GTK_SHADOW_OUT' undeclared (first use this function)
listctrl.cpp:1951: error: `GdkRectangle' undeclared (first use this function)
listctrl.cpp:1951: error: syntax error before `)' token
make[2]: *** [amule-listctrl.o] Fehler 1
make[2]: Leaving directory `/home/nordmann/Documents/Programme/amule/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/nordmann/Documents/Programme/amule/aMule-2.0.0rc3'
make: *** [all] Fehler 2
Danke
PS:
nordmannstux:/home/nordmann/Documents/Programme/amule/aMule-2.0.0rc3 # ls -l /usr/bin/wx*
-rwxr-xr-x 1 root root 4864 2003-11-28 13:08 /usr/bin/wxbase-2.4-config
lrwxrwxrwx 1 root root 26 2004-06-03 17:30 /usr/bin/wxbase-config -> /usr/bin/wxbase-2.4-config
lrwxrwxrwx 1 root root 25 2004-06-03 17:30 /usr/bin/wx-config -> /usr/bin/wxgtk-2.4-config
-rwxr-xr-x 1 root root 5159 2003-09-21 15:14 /usr/bin/wxgtk-2.4-config
nordmannstux:/home/nordmann/Documents/Programme/amule/aMule-2.0.0rc3 # ls -l /usr/local/bin/wx*
/bin/ls: /usr/local/bin/wx*: Datei oder Verzeichnis nicht gefunden