aMule Forum

English => Multiplatform => Mac OSX => Topic started by: blackfede on January 06, 2007, 09:44:28 PM

Title: Missing wx/unix/execute.h
Post by: blackfede on January 06, 2007, 09:44:28 PM
I've already asked in "Compilation problem" for this, and seems a Mac-related problem...

When I compile aMule-2.1.3 I'm getting the compiler complains about the lack of those file! In fact, if i look in wx include dir it is missing, but this file is supposed to be here, infact in wx source  this file is in include dir...

Does anyone here have the same problem?

Ah, i've noticed this in wx-2.8 and 2.6.3! Some idea? I think is very strange that no one have noticed this before, especially if is present in wxMac-2.6! so i think is something i have omitted in configuring wx. Is it possible?
Title: Re: Missing wx/unix/execute.h
Post by: xtedx on June 23, 2008, 09:05:00 AM
yes i have this problem to, what i do is just comment out that line in src/amule.h
then i could compile normally (mac osx leopard 10.5.3, wxWidgets 2.8.7 from mac ports, aMule 2.2.1 release source)
the program works fine.
jsut that some how the icons on the toolbar disappear after clicking on it. dont know if its related to this execute.h file or not.

i'm going to try and copy the file from the wxWidgets source when i have time. see if i can compile again without that problem.