aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: Someone know where I can find a easier way to compile for os x 10.2.8  (Read 7444 times)

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: Someone know where I can find a easier way to compile for os x 10.2.8
« Reply #15 on: August 12, 2005, 06:36:36 AM »

OK, I'm not entirely sure what happened there.  I can think of two things.

First, when the wiki shows the configure command and it uses the backslash ('\'), that is done so that what is presented as multiple lines in the wiki are interpreted by the shell as one single line.  If you are combining the parts of the line into one yourself, then you don't need and shouldn't use the backslashes.  In other words, you can write the command in one of two ways: either 1) with backslashes and newlines, or 2) with no backslashes and no newlines.

Second, the wiki page includes the "--with-wx-prefix" switch to configure, but it is unnecessary.  Because you are providing the "--with-wx-config" switch, configure will learn everything it needs know from the wx-config program and doesn't need to be told the wx prefix.  I'll correct the wiki now.

So, to sum up, I would recommend that you just use the following configure command:
Code: [Select]
./configure --disable-systray --disable-gtk --with-wx-config=../wxMac-2.6.1/build/wx-config
I hope that works.  Oh, and congrats on compiling wxMac!  I'm glad that worked for you.  :)
Logged

DJ Nibu Aguiar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
thanks ken, but happens the same error.
« Reply #16 on: August 13, 2005, 05:16:57 PM »

thanks ken, the command line works but happends the same error: "configure: error: zlib >= 1.1.4 not found". I think I should download this "zlib", but for what is it for? and where I can find it?
I had download this days the NS program (network simulator), and in description of contents says that have the zlib 1.1.4, but I don't know how can I use this lib (it should be a lib, no? lol)and how can I get it...
If u, or some one else know, please say it to me...

thanks
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Logged

DJ Nibu Aguiar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
Thanks Kry.
« Reply #18 on: August 13, 2005, 08:51:56 PM »

thanks Kry.
Logged
Pages: 1 [2]