зеркало из https://github.com/mono/mail-archives.git
116 строки
4.8 KiB
HTML
116 строки
4.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] Problems compiling on FreeBSD
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:tmclaugh%40sdf.lonestar.org">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="025970.html">
|
|
<LINK REL="Next" HREF="025969.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] Problems compiling on FreeBSD
|
|
</H1>
|
|
<B>Tom McLaughlin
|
|
</B>
|
|
<A HREF="mailto:tmclaugh%40sdf.lonestar.org"
|
|
TITLE="[Mono-list] Problems compiling on FreeBSD">tmclaugh@sdf.lonestar.org
|
|
</A><BR>
|
|
<I>Wed, 23 Feb 2005 18:24:54 -0500</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="025970.html">[Mono-list] Problems compiling on FreeBSD
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025969.html">[Mono-list] mono and apache2
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25971">[ date ]</a>
|
|
<a href="thread.html#25971">[ thread ]</a>
|
|
<a href="subject.html#25971">[ subject ]</a>
|
|
<a href="author.html#25971">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>On Wed, 2005-02-23 at 10:08 -0600, SigmaX wrote:
|
|
><i> Hey;
|
|
</I>><i> I'm trying to compile Mono 1.1.4 on FreeBSD 5.3-REALEASE. I'm no
|
|
</I>><i> code-guru, so something like this is plenty enough to stop me. I get the
|
|
</I>><i> following error during Make:
|
|
</I>><i>
|
|
</I>><i> Making all in dis
|
|
</I>><i> if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT
|
|
</I>><i> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
|
|
</I>><i> -I../.. -DGC_FREEBSD_THREADS -g -O2 -fno-strict-aliasing -g -Wall
|
|
</I>><i> -Wunused -Wmissing-prototypes -Wmissing-declarations
|
|
</I>><i> -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
|
|
</I>><i> -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT get.o
|
|
</I>><i> -MD -MP -MF ".deps/get.Tpo" -c -o get.o get.c; then mv -f
|
|
</I>><i> ".deps/get.Tpo" ".deps/get.Po"; else rm -f ".deps/get.Tpo"; exit 1; fi
|
|
</I>><i> if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT
|
|
</I>><i> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
|
|
</I>><i> -I../.. -DGC_FREEBSD_THREADS -g -O2 -fno-strict-aliasing -g -Wall
|
|
</I>><i> -Wunused -Wmissing-prototypes -Wmissing-declarations
|
|
</I>><i> -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
|
|
</I>><i> -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT
|
|
</I>><i> dis-cil.o -MD -MP -MF ".deps/dis-cil.Tpo" -c -o dis-cil.o dis-cil.c;
|
|
</I>><i> then mv -f ".deps/dis-cil.Tpo" ".deps/dis-cil.Po"; else rm -f
|
|
</I>><i> ".deps/dis-cil.Tpo"; exit 1; fi
|
|
</I>><i> dis-cil.c:24: error: syntax error before "sizeof"
|
|
</I>><i> dis-cil.c:26: error: syntax error before "sizeof"
|
|
</I>><i> dis-cil.c:30: warning: type defaults to `int' in declaration of `klass'
|
|
</I>><i> dis-cil.c:30: warning: implicit declaration of function `fpclass'
|
|
</I>><i> dis-cil.c:30: error: `num' undeclared here (not in a function)
|
|
</I>><i> dis-cil.c:30: error: initializer element is not constant
|
|
</I>><i> dis-cil.c:30: warning: data definition has no type or storage class
|
|
</I>><i> dis-cil.c:31: error: syntax error before "if"
|
|
</I>><i> dis-cil.c:22:1: unterminated #ifdef
|
|
</I>><i> *** Error code 1
|
|
</I>><i>
|
|
</I>><i> Stop in /usr/home/eric/mono-compiles/mono-1.1.4/mono/dis.
|
|
</I>><i> *** Error code 1
|
|
</I>><i>
|
|
</I>><i> Stop in /usr/home/eric/mono-compiles/mono-1.1.4/mono.
|
|
</I>><i> *** Error code 1
|
|
</I>><i>
|
|
</I>><i> Stop in /usr/home/eric/mono-compiles/mono-1.1.4.
|
|
</I>><i> *** Error code 1
|
|
</I>><i>
|
|
</I>><i> Stop in /usr/home/eric/mono-compiles/mono-1.1.4.
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> Any help?
|
|
</I>><i> Thanx,
|
|
</I>><i> SigmaX
|
|
</I>><i>
|
|
</I>
|
|
Use the lang/mono-devel port from the BSD# CVS repo. It's fixed there.
|
|
Thanks.
|
|
|
|
Tom
|
|
|
|
--
|
|
|
|
BSD# Project - Porting Mono to FreeBSD
|
|
<A HREF="http://forge.novell.com/modules/xfmod/project/?bsd-sharp">http://forge.novell.com/modules/xfmod/project/?bsd-sharp</A>
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="025970.html">[Mono-list] Problems compiling on FreeBSD
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025969.html">[Mono-list] mono and apache2
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25971">[ date ]</a>
|
|
<a href="thread.html#25971">[ thread ]</a>
|
|
<a href="subject.html#25971">[ subject ]</a>
|
|
<a href="author.html#25971">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|