[lazarus] Error compiling compileroptions.pp

Curtis White cwhite at aracnet.com
Mon May 1 19:46:11 EDT 2000


Oops!  Sorry about that.  I put them in there that way because it was faster
while I was trying to get it to work.  Then I forgot to go fix them once I
had it working.


Curtis

Vincent Snijders wrote:

> Hi,
> When I tried to compile lazarus I got an error compiling compileroptions.
>
> This is due to contructs like
>     tempsw += '2';
> These construct can be compiled with -Sc, but the make doesn't do so.
>
> Is there a compiler directive ( something {$Sc}) which can be put in the
> source, so that I don't need to include the compiler switch at the command
> line?
>
> Or should I replace these lines with the more pascal syntax:
>     tmpsw := tempsw +'2';
>
> Vincent Snijders
>






More information about the Lazarus mailing list