aMule Forum

English => Multiplatform => Mac OSX => Topic started by: NiKo87 on January 29, 2006, 05:55:31 PM

Title: Compiling aMule on Tiger
Post by: NiKo87 on January 29, 2006, 05:55:31 PM
Hi! I've a problem with aMule on Mac OS X Tiger. If I compile the source code on my system, aMule it's working. But if I use the same .app on a Mac with Panther aMule won't even start. What should I do to compile a cross-version aMule? Thanks.
Title: Re: Compiling aMule on Tiger
Post by: stefanero on January 29, 2006, 06:34:32 PM
thats teh same problem we had when releasing 2.1.0 for aMule

the 1st binary were compiled on TIger and did not run on Panther, but the once lionel77 made later on Panther also run on Tiger
Title: Re: Compiling aMule on Tiger
Post by: stefanero on January 29, 2006, 06:39:14 PM
Quote
Originally posted by ken
................. that information with the Universal Binary stuff, we learn if we set the environment variable MACOSX_DEPLOYMENT_TARGET to 10.3, it solves our "one binary for Panther, another for Tiger" problem.  So, doing:

Code: [Select]
export MACOSX_DEPLOYMENT_TARGET=10.3
before configuring and compiling both wx and aMule from scratch should give us a binary that works on both OSes and uses Tiger-specific features when run on Tiger.


^^ thats from our MacOS Master ken
Title: Re: Compiling aMule on Tiger
Post by: NiKo87 on January 29, 2006, 06:49:53 PM
Thanks for the tip :)