AIL PROTECTED]> wrote:
>
> - Original Message -
> From: "Tim Shephard" <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>
> Cc:
> Sent: Tuesday, March 27, 2007 2:51 PM
> Subject: Re: [NAnt-users] The current runtime framework '
>
> You should just add the directory containing "mono.pc" to the
> PKG_CONFIG_PATH environment variable.
>
ls /usr/lib/pkgconfig
dotnet.pc fuse.pc libgdiplus.pc mono-cairo.pc mono-nunit.pc mono.pc
PKG_CONFIG_PATH=/usr/lib/pkgconfig
Still get the same error..
--
Probably a FAQ, but I couldn't find anything particularly definitive
for what seems to be a very common install problem on linux.
I went yum install mono-complete (which includeds mono-devel)
and then yum install nant
Both of which were installed successfully on a fresh EC2 instance.
However, wh