AW: [lazarus] Can't build fcl, gtk, Lazarus

Michael Van Canneyt michael.vancanneyt at wisa.be
Thu Dec 9 03:40:58 EST 1999




On Thu, 9 Dec 1999, Arm Jens wrote:

> Hi 
> 
> The first mail I sent wasn't complete. The mail I get back from the List
> ends at the line
> inflating: fcl/db/Dataset.txt
> so here is the second try ;-)
> 
> 
> 
> If I try to make one of fcl, gtk or Lazarus, I get these errors.
> I use the daily snapshots from ftp.freepascal.org/pub/fpc/source and the
> compiler from the shapshot dir.
> 
> Script started on Wed Dec  8 20:03:31 1999
> Laser:/tmp/test/Hallo/dez8 # unzip fcl.zip
> Archive:  fcl.zip
>    creating: fcl/
>    creating: fcl/db/
>   inflating: fcl/db/Dataset.txt
> 
>   inflating: fcl/xml/xmlcfg.pp
>   inflating: fcl/xml/xmlread.pp      
>   inflating: fcl/xml/xmlwrite.pp     
> Laser:/tmp/test/Hallo/dez8 # cd fcl
> Laser:/tmp/test/Hallo/dez8/fcl # make
> make -C linux all
> make[1]: Entering directory `/tmp/test/Hallo/dez8/fcl/linux'
> make -C /usr/lib/fpc/0.99.12/rtl/linux all
> make[2]: Entering directory `/usr/lib/fpc/0.99.12/rtl/linux'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory `/usr/lib/fpc/0.99.12/rtl/linux'
> make[1]: *** [rtl_package] Error 2
> make[1]: Leaving directory `/tmp/test/Hallo/dez8/fcl/linux'
> make: *** [linux_all] Error 2
> Laser:/tmp/test/Hallo/dez8/fcl # exit
> Script done on Wed Dec  8 20:03:45 1999
> 
> 
> Why is the make trying to get in the /usr/lib/fpc/0.99.12/rtl/Linux??
> I think is should go to /tmp/test/Hallo/dez8/fcl/linux, because there
> are the files to make.
> So it is logical that there is no rule to make the target.
> 
> It dosen't matter which source I try to compiler the make goes every
> time to /usr/lib/fpc/0.99.12/rtl/linux.
> Is there something wrong with the makefile or do I something wrong?

You should remove the FPCMAKE or FPCDIR variables from your environment;
they are no longer needed.

Michael.






More information about the Lazarus mailing list