Some questions on what you have below: On Dec 13, 4:01 am, "Mikko Pallari" <[email protected]> wrote: > Hi, > > Checkout opensim as usual. Create a directory there for example ModRex, > checkout ModRex svn to there. The project file looks for the references from > ../../bin directory. So now it can find its references from OpenSims bin.
good point. done. > > To compile both opensim and modrex at same time. Run prebuild2008.bat and > open the solution. After opening right-click from the solution three and > choose "add existing project". Browse to modrex solution file and choose it. Here is something odd, and I am not not quite sure what is going on: When I add ModularRex as an existing project under Solution Opensim, there are some references that are not found (a small yellow warning sign next to them, even though they are indeed .dlls located under opensim's bin directory): IronMath IronPython log4net Nini OpenMetaverse OpenMetaverseTypes OpenSim.Framework.Console OpenSim.Region.Physics.Manager OpenSim.Region.ScriptEngine.Shared OpenSim.Region.ScriptEngine.Shared.Api XMLRPC The others are found. Is there any reason you can think of why some are found and others are not? I can manually add these, but it is odd. > Now you can compile and run them both just by hitting F5. > Once I manually do this, I'll try to compile all and get back. -p > I hope this helps. > > We are not going to place assebly references to modrex project since all of > them are already in opensim and opensim is evolving everyday. If we are > going to use same assebly that is only used in ModRex then ofcorse we are > going to include that in svn. > > Making the prebuild.xml hasen't been our priority, but were welcoming anyone > who wants to make it. It would be greatly appreciated. > > Cheers, > > > > On Fri, Dec 12, 2008 at 6:19 PM, metaphorz <[email protected]> wrote: > > > Given Mikko's suggestion of trying modrex: > > > ModRex is currently work in progress and it is still missing lots > > of features. > > The ModRex project can be found from > >http://forge.opensimulator.org/gf/project/modrex/ > > Paul, to use some of the finished features you must built the > > project above and put the ModRex.dll to OpenSim-folder. > > > I thought I'd at least try and see what it looked like. Source > > checkout using SVN > > with user "anonymous" worked fine, but then there are no assembly > > reference > > dlls. I guess I can locate these manually, but is there an easier way? > > Just trying > > to build the solution (VC#2008) results in the usual errors. With > > opensim, they > > include the required shared libaries. Help welcome. > > > Suggest that you might put in the dlls and use a prebuild2008.bat and > > compile.bat > > as per the opensim build approach. Might be easier on people who wish > > to play around > > with the source.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ this list: http://groups.google.com/group/realxtend realXtend home page: http://www.realxtend.org/ -~----------~----~----~----~------~----~------~--~---
