Re: [NTG-context] Can I use lua 5.3 with external dynamic libraries?

2017-12-27 Thread Hans Hagen
On 12/27/2017 10:59 AM, Jorge Manuel wrote: My library works fine with lua 5.3, but I don’t know to fix that inside ConTeXT tree. Install lua 5.2 is the best and easy way. beware of subtle differences: 4.0 vs 4 being printed (string.format in lua 5.3 is also more strict with int vs float)

Re: [NTG-context] Can I use lua 5.3 with external dynamic libraries?

2017-12-27 Thread Jorge Manuel
> No dia 27/12/2017, às 09:31, Hans Hagen escreveu: > > On 12/26/2017 9:19 PM, Jorge Manuel wrote: >> Dear Sirs >> Recently I moved to High Sierra with lua version 5.3. >> I make a dynamic library from GSL and Swig the I call meurandist.so >> I do: >> swig -lua meurandist.i >>

Re: [NTG-context] Can I use lua 5.3 with external dynamic libraries?

2017-12-27 Thread Hans Hagen
On 12/26/2017 9:19 PM, Jorge Manuel wrote: Dear Sirs Recently I moved to High Sierra with lua version 5.3. I make a dynamic library from GSL and Swig the I call meurandist.so I do: swig -lua meurandist.i gcc -I/usr/include/lua -c meurandist_wrap.c -o meurandist_wrap.o gcc -c meurandist.c -o