On 10/20/2013 9:32 AM, Eric Kom wrote:
$svn up
$make clean
$make bigide FPC=/usr/local/lib/fpc/2.7.1/ppc386
FWIW: you really should run "make clean" or "make distclean" /before/ running
"svn up"... the reason is because newly updated makefiles will not know about
old locations when source files get moved from one directory to another by the
laz developers... as a result, old .a, .o, and .ppu files will get left behind
in the wrong/old directory and may cause compiling problems... i use this same
procedure when updating FPC, as well... sadly, this has nothing to do with your
problem, though...
$make distclean
$svn up
$make bigide FPC=/usr/local/lib/fpc/2.7.1/ppc386
--
NOTE: No off-list assistance is given without prior approval.
Please keep mailing list traffic on the list unless
private contact is specifically requested and granted.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus