aMule Forum

English => Compilation problems => Topic started by: eisa01 on January 08, 2008, 12:32:53 AM

Title: aMule 20080107 does not compile on Mac
Post by: eisa01 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.
Title: Re: aMule 20080107 does not compile on Mac
Post by: wuischke 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.
Title: Re: aMule 20080107 does not compile on Mac
Post by: eisa01 on January 08, 2008, 02:40:17 AM
Thanks, that did the trick.
Title: Re: aMule 20080107 does not compile on Mac
Post by: wuischke 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?)
Title: Re: aMule 20080107 does not compile on Mac
Post by: gugus on January 11, 2008, 06:52:51 AM
This fix solve the same problem for FreeBSD 6.2 too.