<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>
<DIV>In a message dated 10/1/2005 5:01:25 A.M. Central Daylight Time, Bram
Kuijvenhoven <kuifwaremailinglists@xs4all.nl><BR> writes:</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 10px; MARGIN-LEFT: 10px"><FONT
style="BACKGROUND-COLOR: transparent" face=Arial color=#000000
size=2>>Hi,<BR>><BR>>When I try to make fpc from SVN sources, I get
the following error.<BR>><BR>>make fv_smart
FPC=C:/svn/export/fpc/compiler/ppc386.exe RELEASE=1<BR>>make[1]: Entering
directory `C:/svn/export/fpc'<BR>>make -C fv smart<BR>>make[2]: Entering
directory `C:/svn/export/fpc/fv'<BR>>make all LINKSMART=1
CREATESMART=1<BR>>make[3]: Entering directory
`C:/svn/export/fpc/fv'<BR>>c:/fpc/2.0.0/bin/i386-win32/gmkdir.exe -p
units/i386-win32<BR>>C:/svn/export/fpc/compiler/ppc386.exe -XX -CX -Ur -Xs
-OG2p3 -n ->FuC:/svn/export/fpc/rtl/units/i386-win32 -FE.
-FUunits/i386-win32 -gl -di386 ->dRELEASE
buildfv.pas<BR>>menus.pas(1079,1) Fatal: Internal error
4321<BR>>menus.pas(30,8) Fatal: Compilation aborted<BR>>make[3]: ***
[buildfv.ppu] Error 1<BR>>make[3]: Leaving directory
`C:/svn/export/fpc/fv'<BR>>make[2]: *** [fpc_smart] Error 2<BR>>make[2]:
Leaving directory `C:/svn/export/fpc/fv'<BR>>make[1]: *** [fv_smart] Error
2<BR>>make[1]: Leaving directory `C:/svn/export/fpc'<BR>>make: ***
[build-stamp.i386-win32] Error 2<BR>><BR>>Details:<BR>> I have
fpc 2.0.0 in my path environmental variable.<BR>> SVN revision is
1238<BR>> Platform: i386-win32 (Win XP SP2)<BR>> I export
the fpc/trunk SVN repository to an empty directory and then run<BR>>
make all OPT=-gl<BR>><BR>>Apparently, the just built compiler
(C:/svn/export/fpc/compiler/ppc386.exe) >doesn't like menus.pas from the FV
units, but I have no idea why an 'internal error >4321'
occurs.<BR>><BR>>Regards,<BR>><BR>>Bram<BR></FONT></BLOCKQUOTE></DIV>
<DIV></DIV>
<DIV>I have also had this problem and reported it as bug #4391. Seems to be a
problem with Smartlinking and FVision module. Temporary work-around is to edit
fpc/makefile</DIV>
<DIV>on the target</DIV>
<DIV>fv_smart:</DIV>
<DIV> MAKE -C fv smart</DIV>
<DIV>change that to </DIV>
<DIV>fv_smart:</DIV>
<DIV> MAKE -C fv all</DIV>
<DIV> </DIV>
<DIV>This disables smartlinking for FVision, but then make all works</DIV>
<DIV> </DIV>
<DIV>Hope that helps</DIV>
<DIV> </DIV>
<DIV>Dave </DIV>
<DIV>fpc/makefile and </DIV></FONT></BODY></HTML>