Re-compiling wxEuphoria on Linux
- Posted by ghaberek (admin) Sep 08, 2008
- 879 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:
$ svn update $ exu exports.exw $ make $ sudo make install $ exu wrap.exw $ ldconfig /usr/lib
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?
-Greg