[fpc-devel]Amd64?

2004-08-26 Thread Uberto Barbini
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. Bye Uberto ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepa

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 wi

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 http://www.freepascal.org/cgi-bin/t

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

2004-08-26 Thread Vincent Snijders
Hi, 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 ages/imagesforlazarus.lpk There was no entry for this commit: http://w

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

2004-08-26 Thread Tomas Hajny
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 > ages/

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/i

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

2004-08-26 Thread Vincent Snijders
> -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. > >> > >> For example there was no entry for th

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

2004-08-26 Thread Dr. Rolf Jansen
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 object file named TestProgr

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 obje

[fpc-devel]1.9.4 String comparison problem

2004-08-26 Thread Johann Glaser
Hi! In FPC 1.9.4 there is a bug concerning comparison of a string if it is empty. The program to test is Program Bug; Var SS : ShortString; AS : AnsiString; Begin SS := 'asdf'; AS := 'asdf'; WriteLn('SS > : ', SS > ''); WriteLn('Length(SS) > 0: ' , Length(SS) > 0); W

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

2004-08-26 Thread Dr. Rolf Jansen
Am 26.08.2004 um 15:45 schrieb Florian Klaempfl: Dr. Rolf Jansen wrote: ... The lowercase filename comes into the .stabs of the TestProgram due to the routine TGNUAssembler.WriteFileLineInfo of aggas.pas at line 237 of the fpc compiler. If I change that line from: AsmWriteLn(#9'.stabs "'+lower

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

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 directo

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

2004-08-26 Thread Michael . VanCanneyt
On Thu, 26 Aug 2004, Vincent Snijders wrote: > 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

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

2004-08-26 Thread Vincent Snijders
> -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] [mailto:fpc-devel- > [EMAIL PROTECTED] Namens [EMAIL PROTECTED] > On Thu, 26 Aug 2004, Vincent Snijders wrote: > > > On Thu, 26 Aug 2004 17:39:24 +0200 (CEST) > > [EMAIL PROTECTED] wrote: > > > > It's now fixed. When the changelog is m