Re: Re-compiling wxEuphoria on Linux
- Posted by ghaberek (admin) Sep 09, 2008
- 913 views
It should "just work" on gcc. The exports.exw stuff is for Watcom, where we have to declare them differently in order to not have them mangled. I just updated, and there was a problem compiling wxDir.cpp, where "boolean" should be "bool" at one point. Maybe it's just not building a new version for you because of this?
Once I fixed that, those seem to work for me.
Matt
Damn, I thought I fixed that. The compiler barked about it the first time, so I changed it to something else. Basically I was fiddling with it, because I didn't know if (bool) or (boolean) were correct. (I'm not a C programmer, can you tell? )
Though I did pick up a C book the other day because I've been doing so much more work on wxEuphoria. After I guessed-and-checked my way through that EuProcess class, I figured it was time to sit down and learn some specifics of C.
-Greg