OK - getting a bit further each time.
The ln -sf stuff helped. The ldconfig gave command not found.
The configure still cannot find GTK.
Is there a ln -sf command that will solve this???
The make dies at:
g++ -O2 -o amulecmdDLG -pthread -lwx_gtk-2.4 amulecmdDLG-TextClient.o amulecmdDLG-MD5Sum.o
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O2 -MT amule-ListenSocket.o -MD -MP -MF ".deps/amule-ListenSocket.Tpo" \
-c -o amule-ListenSocket.o `test -f 'ListenSocket.cpp' || echo './'`ListenSocket.cpp; \
then mv ".deps/amule-ListenSocket.Tpo" ".deps/amule-ListenSocket.Po"; \
else rm -f ".deps/amule-ListenSocket.Tpo"; exit 1; \
fi
In file included from amuleDlg.h:41,
from amule.h:30,
from ListenSocket.cpp:22:
SysTray.h:21:21: gtk/gtk.h: No such file or directory
SysTray.h:22:21: gdk/gdk.h: No such file or directory
SysTray.h:23:22: gdk/gdkx.h: No such file or directory
SysTray.h:24:18: glib.h: No such file or directory
SysTray.h:25:23: X11/Xatom.h: No such file or directory
In file included from eggtrayicon.h:24,
from SysTray.h:44,
from amuleDlg.h:41,
from amule.h:30,
from ListenSocket.cpp:22:
gtkplugxembed.h:30:21: gdk/gdk.h: No such file or directory
gtkplugxembed.h:31:27: gtk/gtksocket.h: No such file or directory
gtkplugxembed.h:32:27: gtk/gtkwindow.h: No such file or directory
In file included from eggtrayicon.h:24,
from SysTray.h:44,
from amuleDlg.h:41,
from amule.h:30,
from ListenSocket.cpp:22:
gtkplugxembed.h:51: syntax error before `;' token
gtkplugxembed.h:55: 'GtkWindow' is used as a type, but is not defined as a
type.
gtkplugxembed.h:62: syntax error before `*' token
gtkplugxembed.h:69: 'GtkWindowClass' is used as a type, but is not defined as a
type.
gtkplugxembed.h:81: parse error before `)' token
gtkplugxembed.h:82: type specifier omitted for parameter `
GtkPlugXEmbedNativeWindow'
gtkplugxembed.h:82: parse error before `)' token
gtkplugxembed.h:84: `GtkPlugXEmbedNativeWindow' was not declared in this scope
gtkplugxembed.h:84: parse error before `)' token
gtkplugxembed.h:85: parse error before `*' token
gtkplugxembed.h:88: type specifier omitted for parameter `GtkSocket'
gtkplugxembed.h:88: parse error before `*' token
gtkplugxembed.h:90: type specifier omitted for parameter `GtkSocket'
gtkplugxembed.h:90: parse error before `*' token
In file included from SysTray.h:44,
from amuleDlg.h:41,
from amule.h:30,
from ListenSocket.cpp:22:
eggtrayicon.h:25:22: gdk/gdkx.h: No such file or directory
In file included from SysTray.h:44,
from amuleDlg.h:41,
from amule.h:30,
from ListenSocket.cpp:22:
eggtrayicon.h:47: 'Atom' is used as a type, but is not defined as a type.
eggtrayicon.h:48: 'Atom' is used as a type, but is not defined as a type.
eggtrayicon.h:49: 'Atom' is used as a type, but is not defined as a type.
eggtrayicon.h:50: 'Window' is used as a type, but is not defined as a type.
eggtrayicon.h:58: parse error before `)' token
eggtrayicon.h:61: `Screen' was not declared in this scope
eggtrayicon.h:61: `xscreen' was not declared in this scope
eggtrayicon.h:61: parse error before `char'
ListenSocket.cpp:484:34: warning: #warning TODO: CHECK SPAMMERS!
make[2]: *** [amule-ListenSocket.o] Error 1
make[2]: Leaving directory `/home/grob/install/aMule-1.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/grob/install/aMule-1.2.1'
make: *** [all] Error 2
q:o) grob