Hello,

NAnt is bundled with Mono, so you don't have to install anything else.
Note that some samples require the XCode tools to be installed or some
specific frameworks, but at least 20 of them build out of the box.

Can you try to clean up your setup, and only install Mono ? Once done,
you can check that NAnt is available by opening a Terminal and by
invoking NAnt (type 'nant').

Regards, Laurent Etiemble.

2009/4/17 Ron Grove <ron.gr...@me.com>:
> I've tried to built the samples using nant and get this error message below.
>  I've never used it before and not sure what to do.  This page doesn't tell
> me much:
>
> http://nant.sourceforge.net/release/0.85-rc1/help/functions/pkg-config.exists.html
>
> Where is it looking for the package?  I have the latest download for OS X
> installed on the system.  All the old versions are gone so far as I can see.
>  Somewhere I read to set $PKG_CONFIG_PATH
> to /Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig which
> I've done, but that didn't help.  Any ideas?
>
> Thank you,
> Ron
>
> -------------------------------------------
>
> BUILD FAILED
>
> Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework.
>
>    Function call failed.
> Expression: ${not pkg-config::exists('mono')}
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>        'pkg-config' failed to start.
>
>            ApplicationName='pkg-config', CommandLine='--exists mono',
> CurrentDirectory='/Library/Frameworks/Mono.framework/Versions/2.4/share/NAnt/bin/'
>
> For more information regarding the cause of the build failure, run the build
> again in debug mode.
>
>

Reply via email to