Hmmm, <br><br>Just tried checking out r9561 myself, not using any of the tags, but based on revision, directly from trunk.<br><br>Gives the following error after running prebuild.sh and nant (Ubunut 8.04):<br><br> [echo] Build Directory is /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/bin/Debug<br>
[mkdir] Creating directory '/home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/bin/Debug'.<br> [csc] Compiling 24 files to '/home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/bin/Debug/OpenSim.Framework.Servers.HttpServer.dll'.<br>
[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?<br>
[csc] /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21): error CS0029: Cannot implicitly convert type `TResponse' to `TResponse'<br> [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)<br>
[csc] Compilation failed: 2 error(s), 0 warnings<br><br> BUILD FAILED - 0 non-fatal error(s), 3 warning(s)<br><br> /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.dll.build(14,6):<br>
External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1)<br><br> Total time: 0.6 seconds.<br><br><br>Bulli Schumann<br><br>