Brian,

Are you sure that's correct ?

You should definitely not have to remove that check from the NAnt
configuration file. We need to have NAnt working out-of-the-box, so I'd
appreciate it if you could help us to get to the bottom of this.

What you're saying is that pkg-config can find the pach to Mono, but the
pkg-config::exists function in NAnt fails to find mono ?

Do you get an error when you execute this :

$ pkg-config --exists mono

And can you to run the following small build file using NAnt on OS X :

<project name="pkg-config-test">
 <echo message="mono prefix: ${pkg-config::get-variable('mono', 'prefix')}"
/>
 <echo message="exists mono: ${pkg-config::exists('mono')}" />
 <echo message="modversion mono: ${pkg-config::get-mod-version('mono')}" />
</project>

Gert

----- Original Message -----
From: "Brian Gilman" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Sunday, August 01, 2004 6:26 PM
Subject: Re: [Nant-users] NAnt on Mac OS X


> Hey Gurt et al,
>
> I figured the problem out but, to answer your question:
>
> /Library/Frameworks/Mono.framework/Versions/1.0
>
>
> Here's the offending line in NAnt.exe.config:
>
> <if test="not ${pkg-config::exists('mono')}">
>                              <fail>Unable to locate 'mono' module using
> pkg-config. Download the Mono development packages $
>                          </if>
>
> Comment this out and everything works just fine.
>
>
> Best,
>
> -B
>
> --
> Brian Gilman
> President Panther Informatics Inc.
> 9 Acadia Park #2
> Somerville, MA 02143
> Phone 617-335-8276
> E-Mail: [EMAIL PROTECTED]
>          [EMAIL PROTECTED]
> AIM: gilmanb1
>
> 01000010 01101001 01101111
> 01001001 01101110 01100110
> 01101111 01110010 01101101
> 01100001 01110100 01101001
> 01100011 01101001 01100001
> 01101110
>
> Confidentiality Notice
>
> This transmission and the documents contained herein are confidential
> and privileged.  The transmission and the  documents are intended only
> for the individuals or entities named above.  If you are not the
> intended recipient, any disclosure, copying, distribution or use of
> this transmission is prohibited.  If you received this transmission in
> error, please contact us
> immediately so that we may arrange for its return.
> On Aug 1, 2004, at 12:23 PM, Gert Driesen wrote:
>
> > pkg-config --variable=prefix mono
>
>



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to