Re: [wxlua-users] build against luajit

2014-10-05 Thread John Labenski
On Fri, Oct 3, 2014 at 4:37 AM, Victor Bombi wrote: > Hello, > > When trying to build against a external lua library (luajit in mac osx > 10.9) > it complains about not finding luaopen_bit32 > Isn't this a confusion with lua5.2? > > I haven't build with luajit recently, does it not have the funct

Re: [wxlua-users] build against luajit

2014-10-03 Thread Victor Bombi
> ./build-macosx.sh lua wxwidgets wxlua > ./build-macosx.sh lua jit Thanks, I will try that. -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PC

Re: [wxlua-users] build against luajit

2014-10-03 Thread Paul K
Hi Victor, >I have tried build-macosx.sh from ZeroBrane (luarocks dont have wxlua, > luaDist not woking for me, so I liked to see that) > first ./build-macosx.sh lua jit > then ./build-macosx.sh wxlua and getting the same error about not finding > _luaopen_bit32 > > forgot to say that in the middl

Re: [wxlua-users] build against luajit

2014-10-03 Thread Victor Bombi
>I have tried build-macosx.sh from ZeroBrane (luarocks dont have wxlua, > luaDist not woking for me, so I liked to see that) > first ./build-macosx.sh lua jit > then ./build-macosx.sh wxlua and getting the same error about not finding > _luaopen_bit32 > forgot to say that in the middle ./build-

Re: [wxlua-users] build against luajit

2014-10-03 Thread Victor Bombi
" To: Sent: Friday, October 03, 2014 6:39 PM Subject: Re: [wxlua-users] build against luajit > Victor, > >> I know I can build against wxlua provided lua5.1 and then use module from >> luajit but I got a crash doing that and that is why I try to build >> against luaj

Re: [wxlua-users] build against luajit

2014-10-03 Thread Paul K
Victor, > I know I can build against wxlua provided lua5.1 and then use module from > luajit but I got a crash doing that and that is why I try to build against > luajit I only build against lua5.1, but only use LuaJIT and haven't seen any issues on Windows/OSX/Linux during the last 1.5 years I

Re: [wxlua-users] build against luajit

2014-10-03 Thread Victor Bombi
I see that you provided it in lbitlib.c and with BUILD_VERBOSELY=TRUE I can see it is included in linking, so I dont know what else to look for. I know I can build against wxlua provided lua5.1 and then use module from luajit but I got a crash doing that and that is why I try to build against l

[wxlua-users] build against luajit

2014-10-03 Thread Victor Bombi
Hello, When trying to build against a external lua library (luajit in mac osx 10.9) it complains about not finding luaopen_bit32 Isn't this a confusion with lua5.2? Best victor -- Meet PCI DSS 3.0 Compliance Requireme