Re: [fpc-pascal] compiling html docs from svn

2005-09-03 Thread Michael Van Canneyt
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

[fpc-pascal] compiling html docs from svn

2005-09-03 Thread Bob Barry
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

Re: [fpc-pascal] Cross compiler win32/ARM error code 2 ?

2005-09-03 Thread Florian Klaempfl
[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