Re: [fpc-pascal] Error Message recording not yet supported

2015-07-23 Thread Joao Morais
On 14/01/15 19:11, Joao Morais wrote: On 14/01/15 12:40, Pierre Free Pascal wrote: The corresponding code that stores the message list generates an internal error if the number of message is more than 255. So that the two lines if mesgnb>0 then Comment(V_Error,'Message recordind no

Re: [fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Joao Morais
On 14/01/15 12:40, Pierre Free Pascal wrote: Hi all, from looking at the source code and the commit, it does appear to be some error.. The corresponding code that stores the message list generates an internal error if the number of message is more than 255. So that the two lines i

Re: [fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Pierre Free Pascal
> -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- > boun...@lists.freepascal.org] De la part de Jonas Maebe > Envoyé : mercredi 14 janvier 2015 15:20 > À : FPC-Pascal users discussions > Objet : Re: [fpc-pascal] Error Me

Re: [fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Tomas Hajny
On Wed, January 14, 2015 15:19, Jonas Maebe wrote: > On 14 Jan 2015, at 15:12, Tomas Hajny wrote: > >> First of all - do you get the message if compiling using a command >> line >> compiler? I can't find such a message anywhere in the compiler... > > It's hardcoded in the source code (scanner.pas:3

Re: [fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Jonas Maebe
On 14 Jan 2015, at 15:12, Tomas Hajny wrote: First of all - do you get the message if compiling using a command line compiler? I can't find such a message anywhere in the compiler... It's hardcoded in the source code (scanner.pas:3320). It's kind of strange though: that error was added in

Re: [fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Tomas Hajny
On Wed, January 14, 2015 10:49, Joao Morais wrote: Hello, > I got the "Message recordind not yet supported" error with 2.7.1 and > 3.0.1 versions. 2.6.4 is fine. The error points to a zero-length line, > between two class declarations. > > I couldn't create a small sample, I cannot understand wh

[fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Joao Morais
Hello list. I got the "Message recordind not yet supported" error with 2.7.1 and 3.0.1 versions. 2.6.4 is fine. The error points to a zero-length line, between two class declarations. I couldn't create a small sample, I cannot understand what is happening. If I remove a global {$WARN 5024 O