Prof A Olowofoyeku (The African Chief) wrote:
On 31 Aug 2003 at 6:49, Frank Heckenbach wrote:
I've uploaded a new alpha to http://www.gnu-pascal.de/alpha/.
[...]
Compiling for Mingw, based on gcc-3.3.1, I get this error:
make[1]: Entering directory `/src/mingw/gcc-3.3.1-20030804-1/gcc/p/rts' make[1]: Nothing to be done for `generated-files'. make[1]: Leaving directory `/src/mingw/gcc-3.3.1-20030804-1/gcc/p/rts' make: *** No rule to make target `../../gcc/p/doc/es/gpc.texi', needed by `../../gcc/p/doc/info/gpc-es.info'. Stop.
Probably because it doesn't support symlinks.
The thing is, Francisco Javier Fernandez had sent me Spanish translations, and I added support for them in the Makefile etc. Afterwards, I discovered that they contained syntactic errors and wouldn't build (and he hasn't sent me corrected ones so far). Since I didn't want to undo the Makefile changes (and redo them later which would mean triple work for me), I just symlinked the English texts.
So without symlinks, try copying all files from ../en (except gpcs.texi which exists in Spanish).
Frank