[Mono-list] Problems building mono on cygwin

Dietmar Maurer dietmar@ximian.com
Tue, 04 Sep 2001 09:32:27 +0200


Nick Drochak wrote:

> | From: dm [mailto:dm]On Behalf Of Dietmar Maurer
>
> | Nick Drochak wrote:
> |
> | > > You are still using an old version of mono  - please update
> | mono from cvs.
> | > >
> | > > - Dietmar
> | > >
> | >
> | > I did get the latest version of mono before each of these
> | attempts.  Perhaps
> | > I am not using the correct cvs command?  Here is what I use:
> | > cvs -z3 update -Pd mcs mono
> | >
> | > I have these set as well:
> | > CVSROOT=nickd@mono-cvs.ximian.com:/cvs/public
> | > CVS_RSH=ssh
> | >
> | > Am I doing something incorrectly there?
> | >
> |
> | The logs you sent shows that it still tries to configure libffi,
> | but this was
> | removed some time ago. So you must have an old version. Maybe you
> | should do a
> | new checkout: cvs -z3 co mono
> |
> | - Dietmar
>
> OK, I got rid of my mono directory and did a new checkout as you said.
> However, I still get a libffi directory under mono and the autogen.sh still
> gives me the same errors.  It doesn't seem like I am getting the latest
> stuff when I do the cvs.

The libffi directory is till there, but it is not touched anymore. Please can
you send
me the logs again? And maybe the following files:

mono/configure.in
mono/Makefile.am

- Dietmar