Re: [fpc-pascal]make files

2003-09-08 Thread James Mills
On Sun, Sep 07, 2003 at 04:30:39PM -0400, Frank W McCormick wrote: > Hi all > > Can someone give me a simple example of a makefile suitable for just > simple compiling of one file ? I am so used to running FPC > from the command line that make is foreign to me. Catch! cheers James -- - -Zero

[fpc-pascal]RE: Read from command line

2003-09-08 Thread Jeff Pohlmeyer
There is a subtle difference between ParamStr(0) and argv[0]: argv[0] is the verbatim command passed to the shell. ParamStr(0) is the full path to the executable. Neither of these will dereference a symlink, to do that you can call ReadLink recursively, or ReadLink(/proc//exe) Also note tha

[fpc-pascal]RE: make files

2003-09-08 Thread Jeff Pohlmeyer
> Can someone give me a simple example of a makefile suitable for > just simple compiling of one file ? I am so used to running FPC > from the command line that make is foreign to me. [EXAMPLE] #!/bin/bash all: ppc386 somefile.pas debug: ppc386 -vewh -gl -Crtoi somefile.pp

[fpc-pascal]How to unsubscribe???

2003-09-08 Thread L D Blake
Hello, Could someone please provide unsubscribe information for this list? OR... could the list admin, please boot me off . Thanks. -- Best regards, L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman

Re: [fpc-pascal]How to unsubscribe???

2003-09-08 Thread Carlo Kok
L D Blake wrote: Hello, Could someone please provide unsubscribe information for this list? OR... could the list admin, please boot me off . See the link added to the bottom of every message. Carlo Kok ___ fpc-pascal maillist - [EMAIL PROTECTED] h

Re: [fpc-pascal]How to unsubscribe???

2003-09-08 Thread Marco van de Voort
> Could someone please provide unsubscribe information for this list? > > OR... could the list admin, please boot me off . > fpc-pascal maillist - [EMAIL PROTECTED] > http://lists.freepascal.org/mailman/listinfo/fpc-pascal Follow the URL, Luke :-) _

[fpc-pascal]No source file named ...

2003-09-08 Thread John Coppens
Hi again Yet another problem - this one seems more or less erratic, though I haven't found a cause yet. Sometimes it works, sometimes not. When in gdb, I get: (gdb) br wav_fmt.pas:330 No source file named wav_fmt.pas. I checked that I was in the correct directory: (gdb) pwd Working directory /d

[fpc-pascal]Can't find unit DRIVERS

2003-09-08 Thread John Coppens
Hi all. Just downloaded the 1.0.10 package and tried to compile the ide. I had quite a few problems: 1) in packages/ two directories seem to be in the wrong directory. Imlib and Gnome are looked for in the extra directory and they installed in the root of packages. (Gnome is looked for as gnome1?

Re: [fpc-pascal]No source file named ...

2003-09-08 Thread John Coppens
On Mon, 8 Sep 2003 21:05:39 -0300 John Coppens <[EMAIL PROTECTED]> wrote: > Hi again > > Yet another problem - this one seems more or less erratic, though I > haven't found a cause yet. Sometimes it works, sometimes not. When in > gdb, I get: > > (gdb) br wav_fmt.pas:330 > No source file named w

[fpc-pascal]Can't find unit DRIVERS

2003-09-08 Thread John Coppens
Hi all. Just downloaded the 1.0.10 package and tried to compile the ide. I had quite a few problems: 1) in packages/ two directories seem to be in the wrong directory. Imlib and Gnome are looked for in the extra directory and they installed in the root of packages. (Gnome is looked for as gnome1?