RE: [fpc-pascal] Re: Lua and Freepascal and ARM

2007-06-22 Thread josepascual
Hi Paul,

 Hi Jose :-)
 I can't help you with your problem, but I am curious...

thanks anyway,

 1)is your ARM system using Linux?
yes,
 2)for Lua under ARM, are you using dynamic linking or static
 linking?
i'm using dynamic linking but you can use static if you want.
 For dynamic linking, where did you get your Lua 'DLL' from, and for
 static
 linking, how did you do this?
You only need to download lua sources to your arm-linux and make and make
install it's so easy
 
 I would like to get into using Lua under arm-linux myself (already used
 Lua
 and freepacal under Win32 with no problems)

There is differences between freepascal for linux-i386 and linux-arm because
same program compiling for i386 work okey
but for ARM.

I'm testing with a wrapper (Pas2Lua) for freepascal and It work okey in
delphi-windows, freepascal-i386 but it does not
work in freepascal for ARM due some problem with heap implementation in
fpc-arm.

how are you using (in this way) lua and freepascal in windows? Are you also
using Pas2Lua?

regards
Jose Pascual.


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Re: Lua and Freepascal and ARM

2007-06-21 Thread Paul Nicholls

josepascual [EMAIL PROTECTED] wrote in
message news:[EMAIL PROTECTED]

Hi Everyone

I have made a example with lua inside freepascal. I have test it in i386
fpc
2.1.4 with no problem
ann in ARM with fpc 2.1.4. I hav a problem:

I have tried to debug it (gdb):



Hi Jose :-)
I can't help you with your problem, but I am curious...

1)is your ARM system using Linux?
2)for Lua under ARM, are you using dynamic linking or static linking?
For dynamic linking, where did you get your Lua 'DLL' from, and for static
linking, how did you do this?

I would like to get into using Lua under arm-linux myself (already used Lua
and freepacal under Win32 with no problems)
cheers,
Paul.


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal