Cheers! That was the problem. It complained that glib-2.0 was missing.
I went yum install glib2-devel and that fixed it.
Thanks again.
(by the way, I've run into this problem many times on different
platforms I've tried to install nant on..)
On 3/27/07, Gert Driesen <[EMAIL 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 'mono-2.0'
isnotcorrectly configured..
> >
>> You should just add the directory contai
we use nant to build our application. it is 4 separate vs.net (2003)
solutions. we just fire them one after the other in a nant script.
after playing with our configuration i've noticed the following.
a decent amount of time is spent copying assemblies between "bin" folders
"up" the reference tr
>
> 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..
--
Hi,
How long does it take with
devenv
${root.dir}\Source_Code\REIOSSolution\REIOS-ServiceLayerAndDependencies.sln
/build debug
?
IMHO the problem seems to be somehow related to the network storage/traffic.
Best regards,
Boni
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
I can only speculate - because I haven't used the solution task - but is it
because .NET is compiling the web solutions using http rather than the file
system, and this is slowing everything down? If you took those projects out of
the solution and compiled them using the csc task and local file
My solution file is having around 57 projects. 5 of them are web
application. Web application takes lot of time to compile. I am using
following code to compile my solution files. Since morning I am
compiling this solution, till now ..it is keep on compiling one web
service.
I have a build with 35 projects that I am compiling with individual build files
using csc called from a master build file. Including a huge amount of ndoc
documentation it only takes about 20 minutes. How big are your projects and
how slow is your build machine?
_
Jonathan Evans
[Cross-post with ccnet-users removed]
How long does msbuild take to compile the solution? If it's pretty quick
then there's probably an issue with your nant script - check there's not
some horrific recursion - using a fileset like:
without excluding the top-level build file
Hi,
Compilers just need time for their work.I SUPPOSE, that nant "overhead" is
not crucial in your case. If some of your projects are independent, you
could try to compile in parallel. Nant natively does not support the
parallel compilation. But it could be be easily implemented on top of nant
usi
- Original Message -
From: "Tim Shephard" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, March 27, 2007 12:37 PM
Subject: [NAnt-users] The current runtime framework 'mono-2.0' is
notcorrectly configured..
> Probably a FAQ, but I couldn't find anything particularly definitive
> for what seems
There is an msbuild task in nant-contrib
(http://nantcontrib.sourceforge.net/release/latest/help/tasks/msbuild.ht
ml) I use it like this for web apps:
Where current.build.config is Debug/Release etc, you could add the
project attri
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
Deepak,
I'm not exactly sure what support NAnt has specifically for building VS
2005 solutions, as it's been a little while since I looked into this.
However, we solve this problem on our own build server by using an
task to invoke MSBuild, which is what VS 2005 appears to use
internally to buil
Hiya,
I need some information regading NANT. We are not able to compile the solution
for VS 2005 using NANT.Will this feature will be avaible in the next version or
the upcoming version.
Regards,
Deepak S
-
Take Surveys.
15 matches
Mail list logo