[fpc-pascal]Can't seem to cycle a new compiler
Vincent Snijders
vslist at zonnet.nl
Tue Mar 2 22:44:41 CET 2004
On Tue, 02 Mar 2004 16:19:24 -0500
kractor <baron.kractor at cogeco.ca> wrote:
> went so far as to completely reinstall 1.0.10 just to be on the safe
> side, and i'm still getting the same error I was w/ the cvs compiler i
> had been using ...
>
> make -C image clean
> Makefile:154: *** The Makefile doesn't support target win32, please run
> fpcmake first. Stop.
> make[2]: Entering directory `C:/CVS/fpc/fcl/image'
> make[2]: Leaving directory `C:/CVS/fpc/fcl/image'
> make[1]: *** [image_clean] Error 2
> make[1]: Leaving directory `C:/CVS/fpc/fcl'
> make: *** [fcl_distclean] Error 2
>
> this is the error message i get when trying a "make distclean" in the
> directory to which i fetched the fpc cvs sources
This Makefile (/fpc/fcl/image/Makefile) is only for linux. It needs to be
generated again (by fpcmake), but then for all supported platforms.
HTH,
Vincent.
More information about the fpc-pascal
mailing list