I always build mono from cvs, so I'm not sure, but I think you need either the mono-core-devel or mono-runtime-devel package installed.

Let me know if that fixed your problem.

Gert

----- Original Message ----- From: "Am Turnip" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, September 12, 2004 6:32 PM
Subject: Re: [Nant-users] 'mono-1.0' not configured in the NAnt config file ?



What nightly build are you running ?

NAnt 0.85 (Build 0.85.1714.0; net-1.0.win32; nightly; 9/10/2004)

What distro are you using ?

Fedora Core 2

Have you installed the mono dev packages ?

I am not sure which are required for NAnt? Here is what I have installed, according to "rpm --query --all | grep ximian". I got them from http://www.go-mono.com/archive/1.0.1/fedora-2-i386/

bytefx-data-mysql-1.0.1-1.ximian.8.1
cairo-0.1.23-2.ximian.8.1
gtk-sharp-1.0-1.ximian.8.0
gtksourceview-1.0.1-0.ximian.8.1
libgdiplus-1.0.1-1.ximian.8.1
libicu26-2.6.2-1.ximian.11.0
libpixman-0.1.1-0.ximian.7.1
mono-core-1.0.1-1.ximian.8.1
mono-core-devel-1.0.1-1.ximian.8.1
mono-data-1.0.1-1.ximian.8.1
mono-data-postgresql-1.0.1-1.ximian.8.1
mono-data-sqlite-1.0.1-1.ximian.8.1
monodoc-1.0.1-1.ximian.8.1
mono-drawing-1.0.1-1.ximian.8.1
mono-ms-enterprise-1.0.1-1.ximian.8.1
mono-peapi-1.0.1-1.ximian.8.1
mono-posix-1.0.1-1.ximian.8.1
mono-remoting-1.0.1-1.ximian.8.1
mono-web-forms-1.0.1-1.ximian.8.1
mono-web-services-1.0.1-1.ximian.8.1
mono-winforms-1.0.1-1.ximian.8.1
mono-xml-relaxng-1.0.1-1.ximian.8.1
mono-ziplib-1.0.1-1.ximian.8.1

$ mono NAnt.exe -verbose -buildfile:<your buildfile>

(It is the NAnt.build file that comes with the nightly source that I am trying to build.)

[EMAIL PROTECTED] nant-0.85-nightly]$ mono
~/packages/nant-0.85-nightly/bin/NAnt.exe -verbose
-buildfile:NAnt.build
Compat mode: the request from
/export/home/amturnip/packages/nant-0.85-nightly/bin/log4net.dll
to load System was remapped
(http://www.go-mono.com/remap.html)
Compat mode: the request from
/export/home/amturnip/packages/nant-0.85-nightly/bin/log4net.dll
to load System.Data was remapped
(http://www.go-mono.com/remap.html)
Compat mode: the request from
/export/home/amturnip/packages/nant-0.85-nightly/bin/log4net.dll
to load System.Web was remapped
(http://www.go-mono.com/remap.html)NAnt 0.85 (Build
0.85.1714.0; net-1.0.win32; nightly; 9/10/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Compat mode: the request from
/export/home/amturnip/packages/nant-0.85-nightly/bin/lib/mono/1.0/NDoc.Core.dll
to load System.Windows.Forms was remapped
(http://www.go-mono.com/remap.html)

BUILD FAILED

The current runtime framework 'mono-1.0' is not
correctly configured in the NAnt configuration file.
   Unable to locate 'mono' module using pkg-config.
Download the Mono development packages from
http://www.mono-project.com/downloads/.

For more information regarding the cause of the build
failure, run the build again in debug mode.






--- Gert Driesen <[EMAIL PROTECTED]> escribi�:


----- Original Message ----- From: "Am Turnip" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 12, 2004 4:47 PM
Subject: [Nant-users] 'mono-1.0' not configured in
the NAnt config file ?



> How to get NAnt working in Mono 1.0.1? > The pre-built NAnt 0.85 nightly build says: > > BUILD FAILED > The current runtime framework 'mono-1.0' is not > correctly configured in the NAnt configuration file. >

What nightly build are you running ?

eg. NAnt 0.85 (Build 0.85.1715.0; net-2.0.win32;
dev; 11/09/2004)

> What may I do to NAnt.exe.config?

NAnt should work out-of-the-box. What distro are you
using ?

Can you run NAnt in verbose mode and send us the
output.

$ mono NAnt.exe -verbose -buildfile:<your buildfile>

>
> Note: "pkg-config --variable=prefix mono" doesn't
list
> anything.

Have you installed the mono dev packages ?

Gert



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE.
Be one of 170
Project Admins to receive an Apple iPod Mini FREE
for your judgement on
who ports your project to Linux PPC the best.
Sponsored by IBM.
Deadline: Sept. 13. Go here:
http://sf.net/ppc_contest.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/nant-users



--- Gert Driesen <[EMAIL PROTECTED]> escribi�:


----- Original Message ----- From: "Am Turnip" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 12, 2004 4:47 PM
Subject: [Nant-users] 'mono-1.0' not configured in
the NAnt config file ?



> How to get NAnt working in Mono 1.0.1? > The pre-built NAnt 0.85 nightly build says: > > BUILD FAILED > The current runtime framework 'mono-1.0' is not > correctly configured in the NAnt configuration file. >

What nightly build are you running ?

eg. NAnt 0.85 (Build 0.85.1715.0; net-2.0.win32;
dev; 11/09/2004)

> What may I do to NAnt.exe.config?

NAnt should work out-of-the-box. What distro are you
using ?

Can you run NAnt in verbose mode and send us the
output.

$ mono NAnt.exe -verbose -buildfile:<your buildfile>

>
> Note: "pkg-config --variable=prefix mono" doesn't
list
> anything.

Have you installed the mono dev packages ?

Gert




_________________________________________________________
Do You Yahoo!?
La mejor conexi�n a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx






------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to