Re: [fpc-pascal] Compile error with published field

2006-11-18 Thread Michael Van Canneyt
On Sat, 18 Nov 2006, Joao Morais wrote: > Michael Van Canneyt wrote: > > > > > This is the code: > > > > > > > > TPressObject = class(TPressSubject) > > > > _Id: TPressString; > > > > private // <- compiler stops here > > > > ... > > > > > > > > and this is the inheritance: > > > >

Re: [fpc-pascal] Compile error with published field

2006-11-18 Thread Joao Morais
Michael Van Canneyt wrote: This is the code: TPressObject = class(TPressSubject) _Id: TPressString; private // <- compiler stops here ... and this is the inheritance: TPersistent (Classes unit) +-TPressStreamable (PressClasses unit) +-TPressSubject (PressSubject unit) +-TP

Re: [fpc-pascal] Compile error with published field

2006-11-18 Thread Michael Van Canneyt
On Fri, 17 Nov 2006, Joao Morais wrote: > Joao Morais wrote: > > Michael Van Canneyt wrote: > > > > > > On Wed, 15 Nov 2006, Joao Morais wrote: > > > > > > > Hello, > > > > > > > > I have a TPersistent decendant class that causes the following compiling > > > > error: > > > > > > > > "Only class

Re: [fpc-pascal] Compile error with published field

2006-11-17 Thread Joao Morais
Joao Morais wrote: Michael Van Canneyt wrote: On Wed, 15 Nov 2006, Joao Morais wrote: Hello, I have a TPersistent decendant class that causes the following compiling error: "Only class which are compiled in $M+ mode can be published" This is the inheritance: TPersistent (Classes unit) +-T

Re: [fpc-pascal] Compile error with published field

2006-11-15 Thread Joao Morais
Michael Van Canneyt wrote: On Wed, 15 Nov 2006, Joao Morais wrote: Hello, I have a TPersistent decendant class that causes the following compiling error: "Only class which are compiled in $M+ mode can be published" This is the inheritance: TPersistent (Classes unit) +-TPressStreamable (Pre

Re: [fpc-pascal] Compile error with published field

2006-11-15 Thread Michael Van Canneyt
On Wed, 15 Nov 2006, Joao Morais wrote: > > Hello, > > I have a TPersistent decendant class that causes the following compiling > error: > > "Only class which are compiled in $M+ mode can be published" > > This is the inheritance: > > TPersistent (Classes unit) > +-TPressStreamable (PressCl

[fpc-pascal] Compile error with published field

2006-11-15 Thread Joao Morais
Hello, I have a TPersistent decendant class that causes the following compiling error: "Only class which are compiled in $M+ mode can be published" This is the inheritance: TPersistent (Classes unit) +-TPressStreamable (PressClasses unit) +-TPressSubject (PressSubject unit) +-TPressObje

Re: [fpc-pascal] Compile error in sources from SVN Rev. 4420

2006-08-14 Thread Michael Van Canneyt
On Mon, 14 Aug 2006, Gabor Boros wrote: Hi, The problem is, missed keyword 'class' in zipper.pp line 368 and 439. Fixed. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Compile error in sources from SVN Rev. 4420

2006-08-14 Thread Gabor Boros
Hi, The problem is, missed keyword 'class' in zipper.pp line 368 and 439. Gabor ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compile error

2005-05-29 Thread CoLinux505
| | apt-get install libc6-devel | | note: should actually be libc6-dev ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compile error

2005-05-24 Thread L505
attn: gnu linux maintainers | apt-get install binutils | apt-get install libc6-devel | In fact, maybe these two packages above should be a -requirement- for the freepascal package in the fpc.rpm and fpc.deb ? What do you think, should this be changed? Currently, at the debian website here is w

Re: [fpc-pascal] Compile error

2005-05-24 Thread L505
, I'm not sure but you'd do something similar with RPM packages or what not. Lars - Original Message - From: "Neil Kittipalo" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, May 24, 2005 2:16 AM Subject: [fpc-pascal] Compile error

Re: [fpc-pascal] Compile error

2005-05-24 Thread Inga Petuhhov
On Tue, 24 May 2005, Neil Kittipalo wrote: > I used to use Turbo Pascal years ago and thought I'd try Free Pascal. > I'm running Suse 9.2, but every time I try to compile or run one of the > demos I get, > Error: Error while linking Under Windows/DOS it means, that previous .exe is running and l

Re: [fpc-pascal] Compile error

2005-05-24 Thread Michael Van Canneyt
On Tue, 24 May 2005, Neil Kittipalo wrote: I used to use Turbo Pascal years ago and thought I'd try Free Pascal. I'm running Suse 9.2, but every time I try to compile or run one of the demos I get, Error: Error while linking We'll need some more verbose error message. If there are no othe

[fpc-pascal] Compile error

2005-05-24 Thread Neil Kittipalo
I used to use Turbo Pascal years ago and thought I'd try Free Pascal. I'm running Suse 9.2, but every time I try to compile or run one of the demos I get, Error: Error while linking Any ideas? Neil ___ fpc-pascal maillist - fpc-pascal@lists.freepas