[Mono-list] Re: Mono runtime build fails on Windows using Cygwin
Serge
serge@wildwestsoftware.com
Wed, 27 Feb 2002 13:07:45 +0200
This is a multi-part message in MIME format.
------=_NextPart_000_0061_01C1BF8F.BF177A60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hello there,
> When I try to build it, it complains about Makefile.am
> file in mono\arch\arm directory.
Try replace SCRIPT_SOURCES with script_SOURCES,
or better yet, replace failed Makefile.am with attached file.
I believe it depends on Automake version used.
Anyone else experienced similar problem?
Sergey
----- Original Message -----
From: "Madhuri Kottamasu" <madhuri_kottamasu@yahoo.com>
To: <serge@wildwestsoftware.com>
Sent: Wednesday, February 27, 2002 7:22 AM
Subject: Mono runtime build fails on Windows using Cygwin
> Hi,
>
> Sorry about this direct mail ! But I am trying to
> build Mono runtime on Windows using Cygwin. I am
> getting the latest source code from CVS on 2/26/02
> after 10PM (Boston time). So, all the new code should
> be checked-in.
>
> When I try to build it, it complains about Makefile.am
> file in mono\arch\arm directory.
> Ths is the exact error I get:
>
> mono/arch/arm/Makefile.am:8: invalid unused variable
> name: `SCRIPT_SOURCES'
> **Error**: automake failed.
>
> Though this is for Strong Arm, if it fails here, the
> total build comes to a complete stop and cannot
> proceed any further.
>
> I was able to build it with no errors few days before
> when this 'arm' directory was not present.
>
> I don't know how to fix this. If you can help me out,
> your help is greatly appreciated.
>
> Thank you,
> Madhuri
>
------=_NextPart_000_0061_01C1BF8F.BF177A60
Content-Type: application/octet-stream;
name="Makefile.am"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Makefile.am"
=0A=
INCLUDES =3D $(GLIB_CFLAGS) -I$(top_srcdir)=0A=
=0A=
noinst_LTLIBRARIES =3D libmonoarch-arm.la=0A=
=0A=
BUILT_SOURCES =3D arm_dpimacros.h=0A=
=0A=
=0A=
libmonoarch_arm_la_SOURCES =3D $(BUILT_SOURCES) \=0A=
tramp.c \=0A=
arm-codegen.c \=0A=
arm-codegen.h \=0A=
arm-dis.c \=0A=
arm-dis.h \=0A=
#=0A=
=0A=
arm_dpimacros.h: dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th=0A=
bash ./dpiops.sh=0A=
=0A=
CLEANFILES =3D $(BUILT_SOURCES)=0A=
=0A=
EXTRA_DIST =3D dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th=0A=
=0A=
------=_NextPart_000_0061_01C1BF8F.BF177A60--