[Lazarus] Using latest FPC devel version with Lazarus
Vincent Snijders
vsnijders at vodafonevast.nl
Tue Nov 17 20:53:40 CET 2009
cobines schreef:
> You have to edit /etc/fpc.cfg or ~/.fpc.cfg and add the paths to the
> new units. Lines beginning with -Fu must point to your svn version of
> fpc. I'm not sure, but maybe also you have to remove/comment the old
> -Fu paths, so they don't conflict.
>
> For example add this:
>
> -Fu/myfpcsvn/packages/*/units/$fpctarget
> -Fu/myfpcsvn/rtl/units/$fpctarget
I would not recommend this, but just issue that one make install
command. Then one dirtree is for sources and one for compiled units, not
one mixed fpc source tree. I would reduce the confusion and prevent
actually adding paths to fpc units *sources*, which would cause a
recompile of those units.
I usually do make install INSTALL_PREFIX=~/fpc.
Vincent
More information about the Lazarus
mailing list