I ran into that one myself. After I got pointed in the right direction by this list, I put the solution on the Wiki (http:// opensimulator.org/wiki/CentOS_5.2_Build_Instructions) down at the bottom.
It turns out that it's a problem with an old version of one of the mono libraries not getting overwritten when updating mono. I was able to fix it for myself by adding "--prefix=/usr" when I ran "./ configure" for building mono. Then I made and installed mono and was able to compile OpenSim just fine. I've been running r9561 myself. hope this helps, brent On 25-May-2009, at 1:18 PM, Bulli wrote: > Hmmm, > > Just tried checking out r9561 myself, not using any of the tags, > but based on revision, directly from trunk. > > Gives the following error after running prebuild.sh and nant > (Ubunut 8.04): > > [echo] Build Directory is /home/gridva/opensim/ > OpenSim/Framework/Servers/HttpServer/bin/Debug > [mkdir] Creating directory '/home/gridva/opensim/ > OpenSim/Framework/Servers/HttpServer/bin/Debug'. > [csc] Compiling 24 files to '/home/gridva/opensim/ > OpenSim/Framework/Servers/HttpServer/bin/Debug/ > OpenSim.Framework.Servers.HttpServer.dll'. > [csc] /home/gridva/opensim/OpenSim/Framework/ > Servers/HttpServer/AsynchronousRestObjectRequester.cs(95,41): error > CS0246: The type or namespace name `TResponse' could not be found. > Are you missing a using directive or an assembly reference? > [csc] /home/gridva/opensim/OpenSim/Framework/ > Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21): > error CS0029: Cannot implicitly convert type `TResponse' to > `TResponse' > [csc] /home/gridva/opensim/OpenSim/Framework/ > Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21): The > generic parameter `TResponse' of > `OpenSim.Framework.Servers.HttpServer.AsynchronousRestObjectRequester. > <>c__CompilerGenerated0<TRequest,TResponse>' cannot be converted to > the generic parameter `TResponse' of > `OpenSim.Framework.Servers.HttpServer.AsynchronousRestObjectRequester. > MakeRequest<TRequest,TResponse>(string, string, TRequest, > System.Action<TResponse>)' (in the previous error) > [csc] Compilation failed: 2 error(s), 0 warnings > > BUILD FAILED - 0 non-fatal error(s), 3 warning(s) > > /home/gridva/opensim/OpenSim/Framework/Servers/ > HttpServer/OpenSim.Framework.Servers.HttpServer.dll.build(14,6): > External Program Failed: /usr/lib/mono/2.0/gmcs.exe > (return code was 1) > > Total time: 0.6 seconds. > > > Bulli Schumann > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
