Re: wxEuphoria - Linux source - configure is missing
- Posted by mattlewis (admin) May 10, 2011
- 1537 views
I just realized that I have a different wxWidgets than what you have. I do not know if recompiling wxEuphoria will help, so that is why I am asking you. Maybe you can tell me what version of wxWidgets to get, or if that is not the issue, why the above tar did not compile.
Yes, if you have a different version of wxWidgets, you'll need to rebuild. Anything 2.8 should work. Some distros build their binaries with certain options turned off. They have macros of the form WX_USE_*. I've put some of these into wxEuphoria, but I'm sure there are more. It doesn't look like you had that problem (but let me know if some file doesn't compile).
I've been working mainly with 64-bit builds. The error you got was due to some error reporting stuff I'd put in, and used a 64-bit integer, which will cause problems in 32-bits.
Matt