aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 ... 5 6 [7]

Author Topic: aMule 2.2.6 (10.5+ | i386/Uni) [i386 RELEASED]  (Read 680031 times)

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #90 on: December 10, 2010, 10:25:53 PM »

...as stated here: http://wiki.amule.org/index.php/HowTo_compile_on_Mac

I know... look at last update...  ;)

Quote
btw: that wxMac isn't needed with 2.8.11 anymore

Do you mean the patch?

Quote
Hope you can help me out, thanks!

Fortunately aMule has great developers... I'm sure that they will enlight our way if we give the right informations!  ::)
Logged

MetalSnake

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #91 on: December 10, 2010, 10:45:32 PM »

Do you mean the patch?

sorry, yes I mean the patch.

Fortunately aMule has great developers... I'm sure that they will enlight our way if we give the right informations!  ::)

What informations are needed?
Logged

mirko.g

  • Global Moderator
  • Full Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 188
  • Grattatio pallorum omnia mala repellent!
    • Personal WebSite
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #92 on: December 10, 2010, 11:08:39 PM »

What informations are needed?

You are on the right way.
Always post configure output: if make fails, re-run make again and paste everythin following the first "error". This makes things easier for developers.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #93 on: December 11, 2010, 12:58:09 AM »

Rev 10400 should be fixed for that specific problem.

When posting a compilation output file like above, please use make -j1 instead of -j8 so that the error is more clear and threads don't overlap output with each other on the terminal.

The fix is just:

Code: [Select]
Index: D:/Development/aMule/amule-dev/src/PlatformSpecific.cpp
===================================================================
--- D:/Development/aMule/amule-dev/src/PlatformSpecific.cpp (revision 10399)
+++ D:/Development/aMule/amule-dev/src/PlatformSpecific.cpp (revision 10400)
@@ -320,6 +320,7 @@
  #ifdef __WXMAC__
  // 10.5 only
  #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1050
+ #include <IOPMLib.h>
  static IOPMAssertionID assertionID;
  #else
  #warning Power event vetoing not implemented.

So you can edit the file and make the addition manually if you don't want to wait.
Logged

MetalSnake

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #94 on: December 11, 2010, 01:34:20 AM »

I downloaded the latest (10399) tarball changed that line, did ./configure

Code: [Select]
./configure CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" --with-wx-config=/Users/snake/Downloads/wxMac-2.8.11/wx-config  --enable-optimize --with-crypto-prefix=/opt/local --with-gdlib-config=/opt/local/bin/gdlib-config  --with-libiconv-prefix=/opt/local --enable-cas --enable-webserver --enable-amulecmd --enable-amule-gui --enable-wxcas --enable-alc --enable-alcc --enable-amule-daemon --enable-geoip --with-geoip-lib=/opt/local/lib --with-geoip-headers=/opt/local/include --enable-geoip-static --disable-debug
and make -j1
but still didn't work:
http://diskutant.bplaced.net/amuleerror2.txt
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #95 on: December 11, 2010, 09:48:35 AM »

Code: [Select]
PlatformSpecific.cpp:323:24: error: IOPMLib.h: No such file or directory
Maybe it would help to make a configure switch to turn this feature off altogether.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule-2.2.6 (OSX 10.5+, x86/Uni) [x86 RELEASED]
« Reply #96 on: December 12, 2010, 04:42:11 AM »

No, I just shouldn't do blind fixes. I'll commit a real one tomorrow.
Logged

BigL

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: aMule 2.2.6 (10.5+ | i386/Uni) [i386 RELEASED]
« Reply #97 on: January 04, 2011, 01:03:58 PM »

Hi guys,
I'm under Snow Leopard 64 and I have a lot of problems with this version of aMule (I know it's for 32 bit version); is there any solution to get aMule working on SL 64bit? :'(

EDIT: i launch aMule and after some time it crashes (and often i lost part of my download list).
Logged

cthulhu11

  • Approved Newbie
  • *
  • Karma: -2
  • Offline Offline
  • Posts: 12
Re: aMule 2.2.6 (10.5+ | i386/Uni) [i386 RELEASED]
« Reply #98 on: January 04, 2011, 05:14:01 PM »

It doesn't loose downloads for me, but I've found that clearing search tabs tends to precipitate a crash. 
Logged
Pages: 1 ... 5 6 [7]