|
Post by marcusllewellyn on Jun 29, 2011 18:06:03 GMT -8
I'm attempting to build Radegast under Debian Squeeze. It has mono 2.6.7 installed with absolutely all the mono packages Debian had. Unfortunately, it doesn't want to cooperate. Ideally, I'd like to use Monodevelop to explore Radegast. But it is having some trouble with a few references. It can't find fmodex-dotnet, log4net, or Tools. Now, I definitely have log4net installed from the Debian repositories, so I have no idea what's up there. But I apparently don't have the other two, and the wiki doesn't mention any additional dependencies one needs to install. I also attempted to build Radegast with xbuild and with nant, and each failed for different reasons. xbuild complains about an invalid configuration/platform configuration, and nant dies when it tries to build the resources and can't find resgen.exe. Any insights would be appreciated.
|
|
|
Post by Latif Khalifa on Jul 2, 2011 14:02:47 GMT -8
|
|
|
Post by marcusllewellyn on Jul 2, 2011 16:09:25 GMT -8
Thanks, Latif. Using nant 0.86 resulted in a successful build. Debian Squeeze ships with 0.85. So 0.86 appears to be the minimum required version.
|
|