Re: [Lazarus] Android Pascal?

2010-10-05 Thread Thierry B.
this is the easiest way. For example thanks to SL4A (scripting Layer for Android), PHP is now available on Android, but the interesting thing is the API coming with this project. Thanks to it, you can create standard Android user interfaces from a PHP library. http://www.phpforandroid.net/ Thierry B

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-07 Thread Thierry B.
Frank Church a écrit : On 3 October 2010 10:25, Frank Church vfcli...@gmail.com mailto:vfcli...@gmail.com wrote: I have posted an article and some code on some bash scripts I have developed to install FPC and Lazarus from source at

Re: [Lazarus] Installing fpc 2.4.0 on lazarus 0.9.28

2010-10-16 Thread Thierry B.
Le 16/10/2010 18:15, Joost van der Sluis a écrit : Yes, but you have to use Lazarus 0.9.28.2. And you have to compile Lazarus yourself. It's really simple: install fpc 2.4.0 and download Lazarus'sources. Then do 'make all' in the Lazarus directory. Joost Why the requirement to this

Re: [Lazarus] tooltip debugger shows incorrect data

2010-10-16 Thread Thierry B.
Le 16/10/2010 17:15, Joost van der Sluis a écrit : Ah, now I see what you're problem is. You're trying to access indexed-strings. I've spend quite some time fixing that. It works now if you use Dwarf-3, fpc 2.5.1 and Fedora 13. So if you really can't do without, just switch to Fedora and

Re: [Lazarus] Dual installation of FPC

2010-10-22 Thread Thierry B.
/$FPCTARGET/* -Fu/home/thierrybo/Sys/local/opt/fpc/$FPCVERSION/lib/fpc/$FPCVERSION/units/$FPCTARGET/rtl Thierry B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Dual installation of FPC

2010-10-23 Thread Thierry B.
Le 22/10/2010 21:27, patspiper a écrit : On 10/22/2010 09:39 PM, Thierry B. wrote: The best is to put all you fpcs under a root directory. Then in you ~/.fpc.cfg, just use $FPCVERSION so that it matches all versions. For example : # searchpath for units and other system dependent things

Re: [Lazarus] Dual installation of FPC

2010-10-23 Thread Thierry B.
sources/subversion and you can get rid off of your linux distribution Lazarus package, so this not a problem anymore. The oldest source I use is the fixes branche for the latest release (0.9.28). Thierry B. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Dual installation of FPC

2010-10-23 Thread Thierry B.
path). When this compiler run, it will find correct library with the above paths in ~/.fpc.cfg, as $FPCVERSION will be replaced with 2.5.1 or 2.4.3 for example. Here is for my directory layout: http://a.yfrog.com/img291/7176/screenshot004jb.png Thierry B

Re: [Lazarus] Dual installation of FPC

2010-10-24 Thread Thierry B.
setup : Lazarus directory : /home/thierrybo/Sys/local/opt/lazarus_svn/ Compiler path : /home/thierrybo/Sys/local/opt/fpc/2.4.3/bin/fpc FPC source directory : /home/thierrybo/Sys/local/opt/fpc/fpsrc/2.4.3/ Thierry B. -- ___ Lazarus mailing list

Re: [Lazarus] Dual installation of FPC

2010-10-24 Thread Thierry B.
Le 24/10/2010 12:01, patspiper a écrit : On 10/24/2010 11:14 AM, Thierry B. wrote: For ppc386 i don't know, it's trange as fpc should detect your platform and use the right compiler. Here is what I use in one Lazarus setup : The platform should be detected indeed. However how

Re: [Lazarus] Dual installation of FPC

2010-10-24 Thread Thierry B.
/$FPCNEWVERSION/$PPCNAME $INSTALLDIR/bin/$PPCNAME - echo Everything _should_ be fine.| tee -a ${LOGDIR}/outcome.txt fi fi Thierry B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Indy with Lazarus, what is the latest state?

2010-10-25 Thread Thierry B.
Le 25/10/2010 20:11, Bo Berglund a écrit : I have been using Indy a lot in Delphi so when now looking at what can be done with FPC/Lazarus I am interested in the way Indy can be used. I found the Wiki page: http://wiki.lazarus.freepascal.org/Indy_with_Lazarus from which I came to the Indy

Re: [Lazarus] Indy with Lazarus, what is the latest state?

2010-10-26 Thread Thierry B.
Le 26/10/2010 14:43, Vincent Snijders a écrit : I am mostly interested in Lazarus for cross-platform use so if it is only possible to use Indy10 with Lazarus/fpc on Windows then I am out of luck here... :-( Please read Marco message carefully, I read it as: Indy 9 is for

[Lazarus] lazarus.pp(127, 1) Error: Can't call the linker, switching to external linking

2010-11-07 Thread Thierry B.
: Compilation aborted[/quote] I read that there was a bug about ulimit in 2.4.0 but was fixed in 2.4.3 so what have I missed? Thierry B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Windows Explorer context menu plug-in with fpc?

2010-11-20 Thread Thierry B.
Le 19/11/2010 15:48, Bo Berglund a écrit : On Fri, 19 Nov 2010 07:45:51 -0600, Paul Breneman list2...@brenemanlabs.com wrote: Embarcadero's web site seems to be down at the moment, but there is a little copied from a message on one of there forums from 1 Feb 2010: At

Re: [Lazarus] Windows Explorer context menu plug-in with fpc?

2010-11-23 Thread Thierry B.
Le 22/11/2010 20:30, Bo Berglund a écrit : On Fri, 19 Nov 2010 15:48:07 +0100, Bo Berglund bo.bergl...@gmail.com wrote: On Fri, 19 Nov 2010 07:45:51 -0600, Paul Breneman list2...@brenemanlabs.com wrote: Embarcadero's web site seems to be down at the moment, but there is a little copied