Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Darius Blaszijk
Sorry Michael, this is a typo of mine. I mean to say I made it case sensitive (it is not currently). What happened previously is that all files where put to lowercase, the extension was saved and then written to output. So in effect the files MyFile.fp and myfile.fp would both be written to myf

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Florian Klaempfl
Peter Vreman wrote: Here is the digest from the test: The FPC being tested is ppcarm 2.0.4 rc2 from the ftp site. The test suite is the 2.0.4 rc3 from svn. Using qemu-arm emulator `make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm clean all digest` I tested

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Peter Vreman
> Here is the digest from the test: > The FPC being tested is ppcarm 2.0.4 rc2 from the ftp site. The test > suite is the 2.0.4 rc3 from svn. > > Using qemu-arm emulator > `make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- > EMULATOR=qemu-arm clean all digest` > > I tested only t

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
Here is the digest from the test: The FPC being tested is ppcarm 2.0.4 rc2 from the ftp site. The test suite is the 2.0.4 rc3 from svn. Using qemu-arm emulator `make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm clean all digest` ---

Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Michael Van Canneyt
On Wed, 9 Aug 2006, Darius Blaszijk wrote: > Here's a new patch for fp2html. > > Changes are: > - changed parameter interpretation to getopts version > - delete SplitName function > - delete ESpace function > - fixed closing template filehandle template file > - added show helper function for v

Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Peter Vreman
> Marco, > > I got the following message > > make > > > snip > > fp2html.exe packages/x11.fp > fp2html.exe packages/zlib.fp > fp2html.exe templatemirror.fp > ppc386 -Xs makemirror.pp > Free Pascal Compiler version 2.0.2 [2005/11/26] for i386 > Copyright (c) 1993-2005 by Florian Klaempf

Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Darius Blaszijk
Marco, I got the following message make snip fp2html.exe packages/x11.fp fp2html.exe packages/zlib.fp fp2html.exe templatemirror.fp ppc386 -Xs makemirror.pp Free Pascal Compiler version 2.0.2 [2005/11/26] for i386 Copyright (c) 1993-2005 by Florian Klaempfl Target OS: Win32 for i386

Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Marco van de Voort
> Btw: could someone please check the makefile in the ./html/down directory? I > did a make to check if anything was broken or not, but the makefile stopped > when entering the down directory. This makefile breaks on the 'f' variable > which it doesn't expect there apparently. > The files create

Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Darius Blaszijk
Btw: could someone please check the makefile in the ./html/down directory? I did a make to check if anything was broken or not, but the makefile stopped when entering the down directory. This makefile breaks on the 'f' variable which it doesn't expect there apparently. The files created in the b

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Peter Vreman
> On 8/9/06, Jonas Maebe <[EMAIL PROTECTED]> wrote: >> TEST_OPT="..." > Thanks again. I saw the options in the readme file. > > After running: > make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- > clean all digest > > in the fpc/tests directory it starts compiling for a while and

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
On 8/9/06, Jonas Maebe <[EMAIL PROTECTED]> wrote: TEST_OPT="..." Thanks again. I saw the options in the readme file. After running: make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux- clean all digest in the fpc/tests directory it starts compiling for a while and then error oc

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Jonas Maebe
On 9 aug 2006, at 10:55, Alexander Todorov wrote: No, TEST_FPC=/.../ must be appended because the test suite distinguishes between the compiler used to build the test tools like digest and the compiler actually being tested. Thanks, I should have tried this. Another question: How do I pas

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
On 8/9/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: No, TEST_FPC=/.../ must be appended because the test suite distinguishes between the compiler used to build the test tools like digest and the compiler actually being tested. Thanks, I should have tried this. Another question: How do I pass

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Florian Klaempfl
Daniël Mantione wrote: Op Wed, 9 Aug 2006, schreef Alexander Todorov: I downloaded the 2.0.4_rc3 source from svn and successfully build the cros compiler. According to wiki (http://www.freepascal.org/wiki/index.php/How_to_start#Building_the_compiler) this command have to build all tests and cr

Re: [fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Daniël Mantione
Op Wed, 9 Aug 2006, schreef Alexander Todorov: > I downloaded the 2.0.4_rc3 source from svn and successfully build the > cros compiler. > According to wiki > (http://www.freepascal.org/wiki/index.php/How_to_start#Building_the_compiler) > this command have to build all tests and create a digest o

[fpc-devel] FPC 2.0.4 arm-linux testing

2006-08-09 Thread Alexander Todorov
I downloaded the 2.0.4_rc3 source from svn and successfully build the cros compiler. According to wiki (http://www.freepascal.org/wiki/index.php/How_to_start#Building_the_compiler) this command have to build all tests and create a digest output, but it fails. [EMAIL PROTECTED]:~/repos/fpc_2.0.4_r