Yes,
i have to do this:
sudo ln -fs /usr/lib/libiuplua_scintilla51.so iuplua_scintilla.so
and then, like You said, require "iuplua_scintilla", and then
it's all ok.
Thank You very much,
and sorry for the noise.
Thanks.
Making make in srcscintilla folder say
make: Nothing to be done for `do_all'.
In the lib folder there is libiupscintilla51.a but not .so.
So i guess scintilla is correctly build except not like .so.
ciao,
fran
I managed to track down the problem to a library conflict in my system.
I guess that pastebin code misled me into thinking it might have been
something more structural.
iupluacd is fine, thanks a lot! And sorry for wasting your time!
Francesco
On 01/03/2013 02:29 PM, Francesco Santini wrote
On 01/03/2013 02:08 PM, Antonio Scuri wrote:
>Hi Francesco,
Hello Antonio,
thanks for your prompt reply!
>
>Have you tried other IUP samples?
Yes, the basic examples work as far as I can tell.
>
>Have you tries some of the samples that use the additional controls, l
ot;cdlua"
require "cdluaim"
require 'iuplua'
require "iupluacd" -- segmentation fault
I tried various permutations of the requires with similar results.
Is it a known problem? Does anybody h