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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to