[fpc-pascal] Compiler error
Michael Van Canneyt
michael at freepascal.org
Sun Jan 25 14:58:21 CET 2009
On Sun, 25 Jan 2009, Vincent Snijders wrote:
> Jonas Maebe schreef:
> >
> > On 25 Jan 2009, at 11:43, Chris Kirkpatrick wrote:
> >
> > > I have recently been getting the following error when tring to compile fpc
> > > using the standard sequence:
> > > svn update fpc
> > > make clean
> > > make all
> > > I tried deleting my complete fpc repository and checking out again; same
> > > thing happened.
> > > Currently using SVN r12590.
> > > Is this a known problem, should I report it as a bug, or am I doing
> > > something wrong?
> >
> > It was a known problem after r12587. I've fixed it now.
> >
> >
>
> It still doesn't work on windows vista 64 bits:
>
> ...
> make.exe[3]: Leaving directory `c:/Lazarus/source/fpc/2.3/packages/fpmkunit'
> make.exe[2]: *** No rule to make target `iconvenc_all', needed by
> `fcl-xml_all'.
> Stop.
> make.exe[2]: Leaving directory `c:/Lazarus/source/fpc/2.3/packages'
> make.exe[1]: *** [packages_all] Error 2
> make.exe[1]: Leaving directory `c:/Lazarus/source/fpc/2.3'
> c:\fpc\2.2.2\bin\x86_64-win64\make.exe: *** [build-stamp.x86_64-win64] Error 2
>
> Is this a known problem, should I report it as a bug, or am I doing something
> wrong?
How can this error happen ?
For fcl-xml, there is no dependency on iconvenc_all for windows targets ?
[require]
packages=fcl-base
packages_linux=iconvenc
packages_darwin=iconvenc
packages_freebsd=iconvenc
Michael.
More information about the fpc-pascal
mailing list