On Sat, 3 Sep 2005, Bob Barry wrote:
>
> Running "make html" gives exactly the same result.
> Running "make pdf" fails similarly, with:
>l.120 ...legal enum minimum-size specifier "arg1"]
> Running make txt succeeds (but that's not what I want).
>
> Is this fixable? Is it just a temporary
A few weeks ago I was able to compile fpcdocs from svn with a script:
SVNDIR=/usr/portage/distfiles/svn-src
BUILDDIR=/home/bobb/freepascal/svn/fpcdocs
rm -rf ${BUILDDIR}
tar -C ${SVNDIR} -cO --exclude .svn fpcdocs | tar -C ${BUILDDIR%/*} -x
cd ${BUILDDIR}
make htmlinstall PP=/usr
[EMAIL PROTECTED] wrote:
> Hi,
>
> just trying to build fpc (today snapshot 2.1.X) for win32 plateform and
> wince arm target.
> i get the following error message ?
>
> D:\FPC\2.1.x-src>make all OPT=-vt CPU_TARGET=arm OS_TARGET=wince
> CROSSBINDIR=d:\
> fpc\cross\arm-wince BINUTILSPREFIX=arm-wi