Re: [fpc-pascal]Test Mac OS X installer

2004-05-03 Thread Olle Raab
04-05-03 13.48, skrev Jonas Maebe följande: > > On 3 mei 2004, at 13:43, Olle Raab wrote: > >> But this means you need to have the MacOS X development tools >> installed to >> install fpc ? > > Yes, otherwise make and the gnu assembler are not available. > >> Can you use fpc from within any of

Re: [fpc-pascal] File copying

2004-05-03 Thread Jim Wilson
At 05:40 PM 5/2/2004, you wrote: I'm writing code that includes file copying, but the method I'm currently using is far too slow. I'm currently just reading a file character by character, and spitting it out to another file, character by character. Unfortunately, that's brutally slow. I've alwa

[fpc-pascal]Change in macro expressions

2004-05-03 Thread Olle Raab
FYI The compile-time expression facility in fp has been changed. It has been consolidated to conform to same rules as in Pascal, according to precendence (as it should be). Also macro true is defined as <> 0. Before it was > 0. Olle ___ fpc-pascal m

Re: [fpc-pascal]Test Mac OS X installer

2004-05-03 Thread Jonas Maebe
On 3 mei 2004, at 13:43, Olle Raab wrote: But this means you need to have the MacOS X development tools installed to install fpc ? Yes, otherwise make and the gnu assembler are not available. Can you use fpc from within any of Apples development tools, e g from ProjectBuilder If someone writes a

Re: [fpc-pascal]Test Mac OS X installer

2004-05-03 Thread Olle Raab
04-05-03 09.51, skrev Jonas Maebe följande: > > On 3 mei 2004, at 02:03, Olle Raab wrote: > >>> I've created an install package for the Mac OS X version of FPC (of >>> basically a snapshot of today, but it includes the docs). >> >> There is documentation ? If so where is it installed ? > > /De

Re: [fpc-pascal]cvs lock?

2004-05-03 Thread Mattias Gaertner
On Sun, 2 May 2004 16:45:38 +0200 (CEST) [EMAIL PROTECTED] wrote: > > > On Sun, 2 May 2004, Mattias Gaertner wrote: > > > On Sun, 2 May 2004 01:57:33 +0200 (CEST) [EMAIL PROTECTED] > > wrote: > > > > > > > > > > > On Sat, 1 May 2004, Mattias Gaertner wrote: > > > > > > > > > > > fpc cvs

Re: [fpc-pascal]Test Mac OS X installer

2004-05-03 Thread Jonas Maebe
On 3 mei 2004, at 02:03, Olle Raab wrote: I've created an install package for the Mac OS X version of FPC (of basically a snapshot of today, but it includes the docs). There is documentation ? If so where is it installed ? /Developer/Documentation/Free Pascal Compiler Jonas _