Re: [fpc-pascal] Exception withing exception handling

2012-02-18 Thread Sven Barth
Am 18.02.2012 07:05 schrieb "Chad Berchek" : > > On 2/17/2012 2:26 PM, Sven Barth wrote: >> >> On 17.02.2012 18:36, Jorge Aldo G. de F. Junior wrote: > > >>> so i am inclined to think that exceptions arent supposed to live much >>> longer after their corresponding try except handling block. >>> >>>

RE : RE : [fpc-pascal] Re: RE : Re: RE : FPCUp FPC/Lazarusinstaller/updater: first Linux/Windows version released

2012-02-18 Thread Ludo Brands
> > You can use the "-Xp" option to specify a path for FPC to > search for the > ppc* binaries. > > E.g. > > #!/bin/sh > ~/whereever/we/installed/fpc -n @~/whereever/we/installed/fpc.cfg > -Xp~/whereever/we/installed/compiler $* > Tried this and it seemed to work fine, for a while. A nasty

Re: [fpc-pascal] Re: RE : Re: RE : FPCUp FPC/Lazarusinstaller/updater: first Linux/Windows version released

2012-02-18 Thread Mattias Gaertner
On Sat, 18 Feb 2012 16:14:58 +0100 "Ludo Brands" wrote: > > > > You can use the "-Xp" option to specify a path for FPC to > > search for the > > ppc* binaries. > > > > E.g. > > > > #!/bin/sh > > ~/whereever/we/installed/fpc -n @~/whereever/we/installed/fpc.cfg > > -Xp~/whereever/we/installe

RE : [fpc-pascal] Re: RE : Re: RE : FPCUpFPC/Lazarusinstaller/updater: first Linux/Windows version released

2012-02-18 Thread Ludo Brands
> > > You can use the "-Xp" option to specify a path for FPC to > > > search for the > > > ppc* binaries. > > > > > > E.g. > > > > > > #!/bin/sh > > > ~/whereever/we/installed/fpc -n @~/whereever/we/installed/fpc.cfg > > > -Xp~/whereever/we/installed/compiler $* > > > > > > > Tried this and it