aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule on OpenSolaris 2008.05  (Read 2862 times)

Viker

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
aMule on OpenSolaris 2008.05
« 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?
Logged
Linux 2.6.14.2

Nodsu

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 62
Re: aMule on OpenSolaris 2008.05
« Reply #1 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).
Logged