From: Francesco M. <f18...@ya...> - 2006-02-08 17:22:46
|
Hi John, maybe the right place to post this would be wxCode mailing list but since it also regards wxLua I'm posting it here... Nor the wxStEdit CVS nor the archive I've downloaded from SF contain the configure script. That was easy for me to fix but probably not for the generic user which has not passed the last months experimenting with bakefile and autoconf :) So I suggest to generate it and add it to CVS. Second, I've got problems about missing wx/stedit/setup.h file; I copied setup0.h in setup.h and solved this. Should this file be generated by the configure script ? Last, I have problems with the usual void* -> int conversions which on 64bit machines like mine are not valid. Since I have access to wxCode CVS, I could check in the required changes... All of this regards wxLua because I need to compile and install wxStEdit in order to check if wxLua configure script successfully finds it ;) Francesco |