[lazarus] can't find unit PROCESS
Marc Weustink
weus at quicknet.nl
Wed May 10 17:37:51 EDT 2000
At 23:19 10-05-2000 +0200, Marco Dubbeld wrote:
>When I try to compile lazarus I get the folowwing error:
>
>process.pp(31,68) Fatal: Can't find unit PROCESS make[1]: *** [lazarus]
>Error 1
>make[1]: Leaving directory `/opt/fpc/lazarus' make: *** [ide] Error 2
>
>I followed the linux lazarus howto from your site.
>
>make fcl
>make packages\gtk
>etc..
>
>unit process(.o + .ppu) exist in units/linux/fcl, even tried to copy those
>into units/linux/. but without result.
The makefiles don't use the units/* dirs.
>What can I try next?
process.pp should (in your case) be located in /opt/fpc/fcl/inc
after you've done a "make clean" and a "make" in the /opt/fpc/fcl
dir, process.o|ppu should exist in /opt/fpc/fcl/linux
Do you have these ?
Marc
More information about the Lazarus
mailing list