[lazarus]

michael at tfdec1.fys.kuleuven.ac.be michael at tfdec1.fys.kuleuven.ac.be
Sun Jul 18 17:44:22 EDT 1999




On Sun, 18 Jul 1999, Hennrik Schmidt wrote:

> I tried to install Lazarus on my Suse Linux System with make
> But the Makefile seems to have some errors:
> in line 47/48 a seperator is missing and there are some problems from line 83 till the end with a missing ifend. The Makefile comes with this mail and the lines which caused errors are marked (#>>>>)

I found the problem: there are DOS style line endings in your file;
make doesn't like that. Just do a 

tr -d \\r <<Makefile >NewMakefile
mv NewMakefile Makefile

and it should function.

Michael.






More information about the Lazarus mailing list