Help; RE: [lazarus] Form designer

Samuel Liddicott sam at campbellsci.co.uk
Fri Aug 13 04:50:22 EDT 1999




> -----Original Message-----
> From: Peter Vreman [mailto:pfvreman at wins.uva.nl]
> Sent: 12 August 1999 07:49 PM
> To: lazarus at miraclec.com
> Subject: RE: RE: Help; RE: [lazarus] Form designer
>
>
> But if you looked good then you saw an include of 'makefile.fpc'. Which
> contains ppc386.

I did know, and am pretty OK with the fpc makefiles.

> Do you have the file /opt/fpc/rtl/linux/syslinux.ppu ?

No, I don't.

> Or else
> you can try
> calling make in the lazarus dir with 'make OPT=-vu' that will
> show you why
> the syslinux will be recompiled.

Wow.  A lot of text here.  The best I can work out is its building
syslinux.pp because it isn't there.  Presumably it should have been build
earlier, like in new_ppc (from the howto:)

cd /opt/fpc
mv -f ppc386.release ppc386
rm -f units/linux/*
cd compiler
make cycle
cd ../rtl/linux
mv *.o /opt/fpc/units/linux/
mv *.ppu /opt/fpc/units/linux/
cd /opt/fpc
mv ppc386 ppc386.release
cp compiler/ppc386 .

So if this doesn't make a syslinux.pp what will?

> Sorry there is really no easier way to install the snapshots, becuase you
> always need to have good path references setup by yourselves.

The difficulty is not the "problem" but that I am following the howto step
by step and it doesn't work.

Sam






More information about the Lazarus mailing list