From: John L. <jla...@gm...> - 2006-02-08 19:33:26
|
On 2/8/06, Francesco Montorsi <f18...@ya...> wrote: > 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. If you could do this easily it would be great. I just copied the bakefile stuff for wxStEdit from one of your projects a long time ago and haven't updated them since. > 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 ? It's one of those things where the user should set it up the way they like. I don't want to put it into CVS since it'll just get overwritten and be annoying. I suppose that configure could just copy it for people. > 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.= .. Please do, I can't think of where this would be in wxStEdit off the top of my head. > All of this regards wxLua because I need to compile and install wxStEdit > in order to check if wxLua configure script successfully finds it ;) Thanks, John Labenski |