Re: [fpc-pascal] Lazarus install failure

2005-05-11 Thread Bob Barry
I posted previously: > After a successful "make all" of cvs lazarus, I tried a "make install" (as > root) which failed: > ... > ... > /usr/local/bin/ppc386 -gl -dgtk1 -Fu../../units/i386/linux -Fu. > -FU../../units/i386/linux/gtk > -Fl/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130 -Fl/usr/loc

Re: [fpc-pascal] Varriable number of parameters

2005-05-11 Thread Michael Van Canneyt
On Wed, 11 May 2005, Pianoman wrote: Hi, how can I create procedure with undefined number of parrameters. Writeln is example of what I am looking for for example procedure add(a,b,c, var result) If the function must be written in pascal, all you can do is use the array of const construction: F

[fpc-pascal] Varriable number of parameters

2005-05-11 Thread Pianoman
Hi, how can I create procedure with undefined number of parrameters. Writeln is example of what I am looking for for example procedure add(a,b,c, var result) Pianoman - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, May 11, 2005 12:00 PM Subject: fpc-pascal Digest, V

Re: [fpc-pascal] building docs from cvs

2005-05-11 Thread Marco van de Voort
> Normally, you can also do it via an environment variable. > > export save_size=1 > pdflatex rtl.tex > > I have received a fix for the makefiles, which I received from the Debian > devels. > I'll see about applying it tonight. Added to http://www.freepascal.org/wiki/index.php/Release_engi

Re: [fpc-pascal] building docs from cvs

2005-05-11 Thread Florian Klaempfl
Bob Barry wrote: > Michael - > > On Sun, 8 May 2005 11:25 you wrote: > >>>But ps and pdf still don't compile. >> >>Strange, because I did a 'make alldist' yesterday and uploaded all >>docs for the 2.0 release. All is committed and tagged. > > > Compilation of pdf and ps fail for me, but it lo

Re: [fpc-pascal] building docs from cvs

2005-05-11 Thread Michael Van Canneyt
On Wed, 11 May 2005, Marco van de Voort wrote: On Sun, 8 May 2005 11:25 you wrote: But ps and pdf still don't compile. Strange, because I did a 'make alldist' yesterday and uploaded all docs for the 2.0 release. All is committed and tagged. Compilation of pdf and ps fail for me, but it looks like

Re: [fpc-pascal] building docs from cvs

2005-05-11 Thread Marco van de Voort
> On Sun, 8 May 2005 11:25 you wrote: > >> But ps and pdf still don't compile. > > Strange, because I did a 'make alldist' yesterday and uploaded all > > docs for the 2.0 release. All is committed and tagged. > > Compilation of pdf and ps fail for me, but it looks like the fault is in using > out

Re: [fpc-pascal] building docs from cvs

2005-05-11 Thread Bob Barry
Michael - On Sun, 8 May 2005 11:25 you wrote: >> But ps and pdf still don't compile. > Strange, because I did a 'make alldist' yesterday and uploaded all > docs for the 2.0 release. All is committed and tagged. Compilation of pdf and ps fail for me, but it looks like the fault is in using out-of