Re: [Wxlua-users] Re: need more configure checks, was Re: wxlua require problem

2006-05-13 Thread John Labenski
On 5/11/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Great. Just note that even for bsd vs. linux we need to have at least > -ldl for dynamic library loading, which was the problem in the first > place. > > bsd: >$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" > MYLIBS="-Wl

[Wxlua-users] Re: need more configure checks, was Re: wxlua require problem

2006-05-11 Thread Francesco Montorsi
John Labenski ha scritto: On 5/10/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Ohhh, I see now, you're using configure? It doesn't give the right > flags to build lua for unix systems. > > Francesco, where would you add some checks for configure's system > determination to add lua's flags

Re: [Wxlua-users] Re: need more configure checks, was Re: wxlua require problem

2006-05-10 Thread John Labenski
On 5/10/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote: > Ohhh, I see now, you're using configure? It doesn't give the right > flags to build lua for unix systems. > > Francesco, where would you add some checks for configure's system > determination to add lua's flags? In wxLua/configure or som

[Wxlua-users] Re: need more configure checks, was Re: wxlua require problem

2006-05-10 Thread Francesco Montorsi
Hi, sorry for late reply: I'm busy with some wx patches currently John Labenski ha scritto: On 5/8/06, Steve Kieu <[EMAIL PROTECTED]> wrote: OK now I got it working with ugly hack :-) I undo all changes in loadlib.c and luaconf.h to its original. AND I manually edit the $WXLUAROOTDIR/module