Hi,
I just update my fpc to 2.4.0, because current lazarus requires fpc 2.2.4, and my old lazarus (r22593) still has fpc 2.2.4.
(I used fpc-2.4.0.i386-linux.tar and installed it with install.sh to /usr/local as I have done before)
Then I did:
bart@simenon:~/svnroot/lazarus> svn update
...
Updated to revision 23919.
bart@simenon:~/svnroot/lazarus> make clean all
Makefile:3593: *** Need "lazarus_0.9.29.orig.tar.gz" to build for DEBBUILD = > 1. Stop.
I've done this (rebuilding lazarus) hundreds of times before with this syntax, and I never came across this error before.
What is this DEBBUILD (building a debian package?).
Any help?
(I'm running Suse 10.0 as my OS)
[Edit]
I managed to build Lazarus using the Makefile from r22577.
[Edit]
Bart