[Mono-devel-list] FW: [Mono-patches] mono/doc mono-build-w32.sh,1.10,1.11
Daniel Morgan
danielmorgan at verizon.net
Sun Jan 11 19:58:38 EST 2004
Eno,
Thank you so much for fixing the mono-build-w32.sh script! I can now buld
mono from cvs on window again.
I nominate you for the mono hacker of the month!
Thanks,
Daniel
-----Original Message-----
From: mono-patches-admin at ximian.com
[mailto:mono-patches-admin at ximian.com]On Behalf Of Atsushi Enomoto
(ginga at kit.hi-ho.ne.jp)
Sent: Monday, January 05, 2004 5:53 AM
To: mono-patches at ximian.com
Subject: [Mono-patches] mono/doc mono-build-w32.sh,1.10,1.11
Update of /cvs/public/mono/doc
In directory mono-cvs.ximian.com:/tmp/cvs-serv10986
Modified Files:
mono-build-w32.sh
Log Message:
2004-01-05 Atsushi Enomoto <atsushi at ximian.com>
* mono-build-w32.sh : Maybe this fixes the latest cygwin build.
Index: mono-build-w32.sh
===================================================================
RCS file: /cvs/public/mono/doc/mono-build-w32.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mono-build-w32.sh 6 Sep 2002 12:02:45 -0000 1.10
+++ mono-build-w32.sh 5 Jan 2004 10:53:05 -0000 1.11
@@ -59,11 +59,13 @@
echo "Automake version new enough."
fi
-# Select the stable version anyway...
-if [ ! -z "${AUTO_STABLE}" -o -e /usr/autotool/stable ]; then
- export AUTO_STABLE=${AUTO_STABLE:-/usr/autotool/stable}
- export AUTO_DEVEL=${AUTO_STABLE}
-fi
+# This causes libgc-not-found problem
+#
+## Select the stable version anyway...
+#if [ ! -z "${AUTO_STABLE}" -o -e /usr/autotool/stable ]; then
+# export AUTO_STABLE=${AUTO_STABLE:-/usr/autotool/stable}
+# export AUTO_DEVEL=${AUTO_STABLE}
+#fi
# Need to install pkgconfig and set ACLOCAL_FLAGS if there is not a
# pkgconfig installed already. Otherwise set PKG_CONFIG_PATH to the
@@ -123,11 +125,13 @@
install_pkgconfig=yes
fi
-# But we still need to use the mingw libs for glib & co
-ACLOCAL_FLAGS="-I $here/install/share/aclocal $ACLOCAL_FLAGS"
+# This causes libgc-not-found problem
+#
+## But we still need to use the mingw libs for glib & co
+#ACLOCAL_FLAGS="-I $here/install/share/aclocal $ACLOCAL_FLAGS"
-export PATH
-export ACLOCAL_FLAGS
+#export PATH
+#export ACLOCAL_FLAGS
# Grab pkg-config, glib etc
if [ ! -d $here/install ]; then
@@ -158,10 +162,8 @@
fi
# Needed to find the libgc bits
-CPPFLAGS="$CPPFLAGS -I$here/install/include"
-LDFLAGS="$LDFLAGS -L$here/install/lib"
-export CPPFLAGS
-export LDFLAGS
+export CFLAGS="-I $here/install/include"
+export LDFLAGS="-L$here/install/lib"
# Make sure we build native w32, not cygwin
#CC="gcc -mno-cygwin"
_______________________________________________
Mono-patches maillist - Mono-patches at ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
More information about the Mono-devel-list
mailing list