Re: Re-compiling wxEuphoria on Linux
- Posted by mattlewis (admin) Sep 09, 2008
- 887 views
Matt! I need halp...
Functions I've added to wxEuphoria recently don't seem to be getting exported when I re-compile on Linux. But I've got export.exw updating both wat_dll\exports.lbc (for Watcom) and exports (for LCC) equally. Everything looks fine, compiles fine, etc. Here's my recent steps:
<snip>
But things like initialize_split() and new_wxProcess() are returning bad routine numbers (-1). I've even tried manually copying libwxeu.so.12 to /usr/lib and re-running ldconfig again. Still nothing. What am I missing?
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