[lazarus] CVS Version Problems
Michael A. Hess
mhess at miraclec.com
Sun Aug 1 09:37:30 EDT 1999
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.
--
==== Programming my first best destiny! ====
Michael A. Hess Miracle Concepts, Inc.
mhess at miraclec.com http://www.miraclec.com
More information about the Lazarus
mailing list