Hello, i try to write in english (I'm french)
I try to compil amule cvs :
firts I install wxwidgets, in user :
./configure --prefix=/usr --disable-gtk2 --with-gtk
make
su
make install
ldconfig
after I install wxBase :
./configure --prefix=/usr
make
and I try to compile amule:
./configure --disable-debug --enable-optimize
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.6.0... yes (version 2.6.3)
checking for wxWidgets static library... no
checking that wxWidgets has support for large files... yes
checking that wxWidgets was compiled with unicode support... no
configure: error:
Support for unicode in wxWidgets is required by aMule.
To continue you must recompile wxWidgets with support for
unicode enabled (with the --enable-unicode flag). If this
still doesn't work, chances are you are using GTK1, which
has no unicode support. You must use the --enable-gtk2 flag
on wxWidgets configure script then.
but, before I have compilled wxWidgets with :
./configure --prefix=/usr --disable-gtk2 --with-gtk
so i don't understand, can you help me please !!!