aMule Forum

English => Compilation problems => Topic started by: Viker on June 06, 2008, 11:49:30 AM

Title: aMule on OpenSolaris 2008.05
Post by: Viker on June 06, 2008, 11:49:30 AM
I'm trying to compile aMule on OpenSolaris 2008.05 but i have a problem with wxGTK:

./configure fails because it doesn't find motif/lesstif headers, is there someone here that knows the package name that contains these headers files?
Title: Re: aMule on OpenSolaris 2008.05
Post by: Nodsu on June 06, 2008, 12:00:41 PM
Hmm.. wxGTK shouldn't be needing *tif at all. Are you sure you are compiling the GTK2 version of wx and not wxMotif? Use the --with-gtk=2 option with configure to force the toolkit.

Also, you should look over your other configure flags too. You need unicode support in wx for aMule and AFAIK wx doesn't support anything but GTK2 for unicode (and says so during configure).