aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compiling aMule on Tiger  (Read 2820 times)

NiKo87

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 49
Compiling aMule on Tiger
« 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.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Compiling aMule on Tiger
« Reply #1 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Compiling aMule on Tiger
« Reply #2 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

NiKo87

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 49
Re: Compiling aMule on Tiger
« Reply #3 on: January 29, 2006, 06:49:53 PM »

Thanks for the tip :)
Logged