[fpc-devel] FPC 2.7.1 r22088 fails with compiler error in fpdoc.
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Aug 16 11:12:22 CEST 2012
Michael Van Canneyt wrote on Thu, 16 Aug 2012:
> When using a trunk compiler (that was a given from OP) the only way
> to update is the following:
>
> # update rtl & compiler to latest trunk.
> svn update rtl compiler
> # run cycle using latest release.
> make cycle PP=latest-release # now you have latest rtl & compiler
> ready to install.
> make install
That's incorrect, you never need an explicit "make cycle". Simply do
the following in the top level FPC directory:
make distclean
svn up
make FPC=latest-release all -j ncpus FPMAKEOPT="-T ncpus"
make install
The top-level "make all" already includes a "make cycle" and will also
compile packages and utils
Jonas
More information about the fpc-devel
mailing list