mail-archives/mono-devel-list/2013-June/040519.html

101 строка
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [Mono-dev] Make aclocal -Wnone optional in autogen.sh
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-devel-list%40lists.ximian.com?Subject=Re%3A%20%5BMono-dev%5D%20Make%20aclocal%20-Wnone%20optional%20in%20autogen.sh&In-Reply-To=%3C1371139725581-4659927.post%40n4.nabble.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="040573.html">
<LINK REL="Next" HREF="040522.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-dev] Make aclocal -Wnone optional in autogen.sh</H1>
<B>tangent</B>
<A HREF="mailto:mono-devel-list%40lists.ximian.com?Subject=Re%3A%20%5BMono-dev%5D%20Make%20aclocal%20-Wnone%20optional%20in%20autogen.sh&In-Reply-To=%3C1371139725581-4659927.post%40n4.nabble.com%3E"
TITLE="[Mono-dev] Make aclocal -Wnone optional in autogen.sh">tangent at west.etr-usa.com
</A><BR>
<I>Thu Jun 13 16:08:45 UTC 2013</I>
<P><UL>
<LI>Previous message: <A HREF="040573.html">[Mono-dev] Mono AOT for 64-bit Windows
</A></li>
<LI>Next message: <A HREF="040522.html">[Mono-dev] MIPS support status
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#40519">[ date ]</a>
<a href="thread.html#40519">[ thread ]</a>
<a href="subject.html#40519">[ subject ]</a>
<a href="author.html#40519">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi,
I just tried building mono from the git trunk on CentOS 5, and got a
complaint from autogen.sh about the -Wnone flag passed to aclocal. I removed
it from the top-level autogen.sh and from the one in libgc, and it then
configured and built.
(mcs --version says &quot;Mono C# compiler version 3.0.12.0&quot;, and pkg-config
--modversion mono says &quot;3.0.12&quot;, so I assume it worked out okay. I haven't
actually tried using the built tools yet.)
You could expand compatibility with something like this:
ACLOCAL_FLAGS=blablabla
if aclocal --help | grep -q -- -W
then
ACLOCAL_FLAGS=&quot;$ACLOCAL_FLAGS -Wnone&quot;
fi
aclocal $ACLOCAL_FLAGS...
--
View this message in context: <A HREF="http://mono.1490590.n4.nabble.com/Make-aclocal-Wnone-optional-in-autogen-sh-tp4659927.html">http://mono.1490590.n4.nabble.com/Make-aclocal-Wnone-optional-in-autogen-sh-tp4659927.html</A>
Sent from the Mono - Dev mailing list archive at Nabble.com.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="040573.html">[Mono-dev] Mono AOT for 64-bit Windows
</A></li>
<LI>Next message: <A HREF="040522.html">[Mono-dev] MIPS support status
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#40519">[ date ]</a>
<a href="thread.html#40519">[ thread ]</a>
<a href="subject.html#40519">[ subject ]</a>
<a href="author.html#40519">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-devel-list">More information about the Mono-devel-list
mailing list</a><br>
</body></html>