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 20080107 does not compile on Mac  (Read 2659 times)

eisa01

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 100
aMule 20080107 does not compile on Mac
« on: January 08, 2008, 12:32:53 AM »

I tried compiling aMule using the wiki page for the mac. That has always worked for me, but now it doesn't. I use the same commands, excpet that I disable debug builds. Running 10.5.1 PPC.

Anyone care to look at the logs and see if anythings wrong? I'm pretty sure wxmac compiled just fine.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule 20080107 does not compile on Mac
« Reply #1 on: January 08, 2008, 12:54:52 AM »

Hi,

could you please try to edit the file src/libs/common/MuleDebug.cpp and add a
Code: [Select]
#include <cxxabi.h> at the top and see if it works then? Be advised that support for the internal libcrypto++ is removed in today's tarball (20080108), it might be easier to use yesterday's for this quick check.
Logged

eisa01

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 100
Re: aMule 20080107 does not compile on Mac
« Reply #2 on: January 08, 2008, 02:40:17 AM »

Thanks, that did the trick.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule 20080107 does not compile on Mac
« Reply #3 on: January 08, 2008, 08:53:08 AM »

Thanks a lot for your report, this should be fixed now on non-Linux and non-Windows platforms. (Anyone with BSD around?)
Logged

gugus

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
    • FreeNAS
Re: aMule 20080107 does not compile on Mac
« Reply #4 on: January 11, 2008, 06:52:51 AM »

This fix solve the same problem for FreeBSD 6.2 too.
Logged