Re: [fpc-devel]Amd64?

2004-08-26 Thread Florian Klaempfl
Uberto Barbini wrote: Hi, is it possible to compile pascal programs for amd64? We have a Delphi program that needs more of 3Gb ram user space... it'd be a perfect excuse to begin to use fpc at work. Yes, though you've to build it from the sources. However, only linux/amd64 is supported yet, no

Re: [fpc-devel]Amd64?

2004-08-26 Thread Peter Vreman
Hi, is it possible to compile pascal programs for amd64? We have a Delphi program that needs more of 3Gb ram user space... it'd be a perfect excuse to begin to use fpc at work. Current CVS can be compiled for amd64. See for example the testsuite run at

Re: [fpc-devel]bug in Changes.XXX file generation?

2004-08-26 Thread Peter Vreman
On Thu, 26 Aug 2004 10:31:29 +0200, Vincent Snijders wrote I noticed that sometimes cvs-changes are not included in the Changes.lazarus file in fpc/logs. For example there was no entry for the adding of: http://www.freepascal.org/cgi-bin/viewcvs.cgi/projects/lazarus/components/im

Re: [fpc-devel]Issues with GDB on Mac OS X with mixed case file names

2004-08-26 Thread Florian Klaempfl
Dr. Rolf Jansen wrote: The following smal pascal program is stored in file named TestProgram.pas in the current working directory. program TestProgamm; var i : Integer; begin for i := 1 to 5 do writeln('Test'); end. It compiles successfully with: fpc -g TestProgram.pas An

RE: [fpc-devel]bug in Changes.XXX file generation?

2004-08-26 Thread Michael . VanCanneyt
On Thu, 26 Aug 2004, Vincent Snijders wrote: -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:fpc-devel- On Thu, 26 Aug 2004 10:31:29 +0200, Vincent Snijders wrote I noticed that sometimes cvs-changes are not included in the Changes.lazarus file in fpc/logs.

Re: [fpc-devel]bug in Changes.XXX file generation?

2004-08-26 Thread Vincent Snijders
On Thu, 26 Aug 2004 17:39:24 +0200 (CEST) [EMAIL PROTECTED] wrote: If this is true, is this local version also updated hourly with cvs update -d -P? No. New files will only appear in the changelog after midnight. I have no problem with that. But I fear that for the lazarus directory