Yeah, we use it to determine the location of (a specific version of) Mono.

In the future, we'll need this to be able to support multiple versions of Mono (on the same system).

Not sure if we should fallback to the mono that is in the PATH if the devel-package is not installed.

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Thursday, October 26, 2006 2:10 PM
Subject: Re: [NAnt-users] Unable to run NAnt build script under Fedora Core 5


I tried the following command, but get "no package found":

[EMAIL PROTECTED] ~]# pkg-config --modversion mono
Package mono was not found in the pkg-config search path.
Perhaps you should add the directory containing `mono.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono' found

I didn't install mono-devel package.
Is it necessary to install this package to run NAnt?



----- Original Message -----
From: Gert Driesen <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>; "nant-users@lists.sourceforge.net" <nant-users@lists.sourceforge.net>
Sent: Thursday, October 26, 2006 14:24:45 +0800
Subject:



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:nant-users-
[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: donderdag 26 oktober 2006 5:00
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Unable to run NAnt build script under Fedora Core
5

I tried to install a new copy of Fedora Core 5 into a new PC.
Fedora comes with Mono (v1.1.16).  I downloaded the binary copy of
Nant-0.85 and installed it into a new directory.

I also did the following steps:
Change the current directory to <nant-0.85/bin copy a sample build
script called "default.build" to this "bin" subdirectory.

When I fired the following command,  I encountered the following error:

>mono ./NAnt.exe -t:mono-1.0 -buildfle:default.build

The error message output is as follow:

> "The current runtime framework 'mono-2.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.go-mono.com/downloads.";

I tried to fire the following command:

pkg-config --exits mono

No message output from the above command.

Try running this:

pkg-config --modversion mono

Did you install the mono-devel package ?

Gert



---------------------------------------
"BIGBoard" - Efficient and Effective Free Posting!
「BIG佈板」- 快捷、有效、免費的告示板服務!
http://bigboard.hgcbroadband.com

Hutchison Global Communications
和記環球電訊
---------------------------------------





--------------------------------------------------------------------------------


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


--------------------------------------------------------------------------------


_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to