[lazarus] Can't cycle new compiler
Curtis White
osiriz at teleport.com
Wed Jul 28 18:35:23 EDT 1999
On 28-Jul-99 Michael A. Hess wrote:
>
> I don't USE a ppc386.cfg file and never have.
OK. Well I just saw that -Fu../../units/linux path in there and assumed you
were using the ppc386.cfg file since that is not one of the standard paths.
Sorry for the incorrect assumption.
>
>> Like I said, I just now did an update of everything from cvs
>> (compiler, rtl, gtk, fcl, api, lazarus, lcl, etc.) and rebuilt
>> everything without any problems. I bet that path is what is causing
>> you problems.
>
> NO. NO. NO.
>
> I guess I didn't make myself clear. This isn't because I don't know what
> I am doing. I have been cycling compilers for months. Yes I know how to
> "make clean" everything, that was the first thing I tried. My shell app
> does it automatically but I did it myself manually to be sure. Then as a
> further test I deleted ALL my source and tried to build from totally
> fresh source. SAME PROBLEM. The interim compiler ppc1 generates a
> runtime error 240 when trying to recompile syslinux.pp.
Sorry. I know you have been doing this for a long time. I really didn't mean to
offend you. Like I said above, I saw that path and just assumed that it could
be causing problems because it caused me a ton of headaches when I was using
it. I was just trying to help. But I will be more careful about trying to help
from now on.
>
> If you just did a complete update out of CVS and rebuilt a Linux
> compiler I sure would like to know how.
I just told you how. It was on Red Hat Linux 6.0 with patches up to 2.2.9. Here
are the exact steps I did. I can do it again and send you the output if you
don't believe me:
cd /opt/fpc
cvs -z3 update base api fcl lazarus gtk rtl compiler gdbpas ide utils gdbint fv
fpinst
cd rtl
make clean
cd ../compiler
make cycle
cd ..
mv ppc386 ppc386.0728
cp compiler/ppc386 .
cd rtl
make clean
make
cd ../fcl
make clean
make
cd ../gtk
make clean
make
cd ../api
make clean
make
cd ../lazarus/lcl
make clean
make
cd ..
make clean
make lazarus
>
> I just did a build 16 hours ago without any problems. Something changed
> within then and now.
I just did this one and a half hours ago and it worked fine for me.
Curtis
More information about the Lazarus
mailing list