[lazarus] CVS Version Problems
Peter Vreman
pfvreman at wins.uva.nl
Mon Aug 2 11:34:39 EDT 1999
At 00:39 2-8-99 , you wrote:
>Am Son, 01 Aug 1999 schrieb Michael A. Hess:
> >Markus Goetz wrote:
> >>
> >> Hi,
> >> i have now installed the CVS version, when i cd into /opt/fpc/lazarus
> >> and do a make i get :
> >>
> >> Compiling lazarus.pp
> >> Compiling /opt/fpc/rtl/linux/syslinux.pp
> >> syslinux.pp(34,2) Fatal: Can't open include file systemh.inc
> >> make: *** [lazarus] Error 1
> >> rmg:[lazarus]#
> >
> >It is trying to compile the rtl because either the .ppu in the rtl
> >directory doesn't exists or it is a different in nature which required
> >it to be rebuilt with the version of the compiler you are using.
> >
> >do the following
> >
> >cd /opt/fpc/rtl
> >make
> >cd /opt/fpc/fcl
> >make
> >cd /opt/fpc/gtk
> >make
> >cd /opt/fpc/lazarus/lcl
> >make
> >
> >now you can go to the lazarus directory
> >
> >cd /opt/fpc/lazarus
> >make
> >
> >Do these same steps everytime you cycle a new compiler.
>
>Same file missing when doing the second step. Still doesn't work.
It's not missing, you need to add the correct paths to /etc/ppc386.cfg.
More information about the Lazarus
mailing list