aMule Forum
English => Compilation problems => Topic started 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.
-
Hi,
could you please try to edit the file src/libs/common/MuleDebug.cpp and add a #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.
-
Thanks, that did the trick.
-
Thanks a lot for your report, this should be fixed now on non-Linux and non-Windows platforms. (Anyone with BSD around?)
-
This fix solve the same problem for FreeBSD 6.2 too.