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