[fpc-pascal] Where is fpmkconv?
Darius Blaszijk
dhkblaszyk at zeelandnet.nl
Sat Aug 11 17:15:20 CEST 2007
Michael Van Canneyt wrote:
> fppkg mkconvert
>
Should be "fppkg convertmk" ;)
> It will convert the Makefile.fpc in the current directory and compiles
> and runs it. I just tested here, and it works fine.
>
Right, much better indeed :) But....
I got the following error message:
Unknown name/value pair in compiler section : unittargetdir
Unknown name/value pair in clean section : files
Which is:
unittargetdir=./units/$(CPU_TARGET)-$(OS_TARGET)
files=$(wildcard ./units/$(CPU_TARGET)-$(OS_TARGET)/*$(OEXT)) \
$(wildcard ./units/$(CPU_TARGET)-$(OS_TARGET)/*$(PPUEXT)) \
$(wildcard ./units/$(CPU_TARGET)-$(OS_TARGET)/*$(RSTEXT))
I suspect its something about the target macro's. What is your opinion?
Can we implement something for these macro's? I have an idea already but
would like to pass it trough you first, if that is ok with you.
PS, what did you think about the patch?
Darius
More information about the fpc-pascal
mailing list