Home > Archive > Dylan > October 2005 > Problem building win32 + gwydion-dylan-2.4.0.tar.gz
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem building win32 + gwydion-dylan-2.4.0.tar.gz
|
|
| Sam Deane 2005-10-25, 3:56 am |
| Bootstrapping worked fine, but when trying to rebuild with the new d2c,
I get this error:
make -C time
make[4]: Entering directory `/cygdrive/d/Dylan/gd/src/common/time'
/usr/local/bin/d2c -M -L/cygdrive/d/Dylan/gd/src/d2c/runtime/c-code
-L/cygdrive
/d/Dylan/gd/src/d2c/runtime/dylan
-L/cygdrive/d/Dylan/gd/src/d2c/runtime/melange
-L/cygdrive/d/Dylan/gd/src/common/transcendental
-L../collection-extensions -L.
../table-ext -L../string-ext -L../streams -L../print -L../format
--rpath=/usr/loc
al/lib/dylan/2.4.0/x86-cygnus-gcc
/cygdrive/d/Dylan/gd/src/common/time/unix-tim
e.lid
Compiling library Time
[Loading library Dylan...]
Warning: unit-prefix header is deprecated, ignoring it.
Parsing library.dylan
[Loading library String-extensions...
[Loading library Table-extensions...]
[Loading library collection-extensions...]]
[Loading library streams...
[Loading library Melange-support...]]
[Loading library print...]
[Loading library format...]
Parsing time-intr.dylan
No keyword #"module" in {<header> instance at 0x2562e70}
make[4]: *** [time.lib.du] Aborted (core dumped)
make[4]: Leaving directory `/cygdrive/d/Dylan/gd/src/common/time'
make[3]: *** [compile] Error 2
make[3]: Leaving directory `/cygdrive/d/Dylan/gd/src/common'
make[2]: *** [compile] Error 2
make[2]: Leaving directory `/cygdrive/d/Dylan/gd/src/d2c/runtime'
make[1]: *** [compile] Error 2
make[1]: Leaving directory `/cygdrive/d/Dylan/gd/src/d2c'
make: *** [compile] Error 2
| |
| Mike Austin 2005-10-25, 6:57 pm |
| Sam Deane wrote:
> Bootstrapping worked fine, but when trying to rebuild with the new d2c,
> I get this error:
If you downloaded 2.4.0, it will not work. I had the same problem and I was
told I needed the latest of that branch, which is 2.4.1pre1. There is a new
binary for Cygwin at
https://gauss.gwydiondylan.org/down...6-cygwin.tar.gz
Of, if you need the sources, they can be downloaded via svn:
svn co svn://anonsvn.gwydiondylan.org/scm/svn/dylan/branches/GD_2_4/src
svn co svn://anonsvn.gwydiondylan.org/scm/svn/dylan/trunk/libraries
svn co svn://anonsvn.gwydiondylan.org/scm/svn/dylan/trunk/examples
To the Dylan team, any chance of solidifying 2.4.1 or updating the Cygwin
instructions (/building-win32-cygwin.phtml)? It makes reference to cvs, and
there is no 2.4.1pre1 download available in downloads/src/tar/.
I'm new myself, but I'm learning.
Mike
|
|
|
|
|