Jonne fixed this in revision 125. Cheers, Mikko On Tue, Oct 13, 2009 at 9:15 PM, Ro Gastel <[email protected]> wrote:
> > ok fixed the ./runprebuild.sh one > > the svn checkout creates > /Taiga/trunk/opensim/addon-modules/ModRex > and the runprebuild.sh looks for > /Taiga/trunk/opensim/addon-modules/ModreX > > one down :D > > The other issues still exist. I can compile the latest opensim 0.6.6 > and it works fine > > I get the same kind of error compiling openidprovider > > > On Oct 13, 1:00 pm, Ro Gastel <[email protected]> wrote: > > Working on making a Linux Build tutorial for Taiga and i got this > > message on compile from the version you state below, wondering if you > > can help: > > > > My system: > > Linux desktop 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC > > 2009 i686 GNU/Linux (ubuntu 9) > > Mono JIT compiler version 2.0.1 > > > > running ./runprebuild.sh > > This seems to be there ???? > > > > Error:Scanning : addon-modules/.svn > > [!] Match returned no files: ./Properties/*.cs > > [!] Match path does not exist: Resources > > [!] Match path does not exist: Resources > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > RexFramework > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > NHibernate > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ > > ModularRex/ > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > RexOdePlugin > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > lib/WebDAVSharp > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > WorldInventory > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > RexBot > > [!] Could not resolve Solution path: ./addon-modules/ModreX/ModularRex/ > > Tools/MigrationTool > > > > on nant compile it ends with > > > > build: > > > > [echo] Build Directory is /home/rjohnson/Taiga/trunk/ > > opensim/OpenSim/Grid/UserServer.Modules/bin/Debug > > [mkdir] Creating directory '/home/rjohnson/Taiga/trunk/ > > opensim/OpenSim/Grid/UserServer.Modules/bin/Debug'. > > [csc] Compiling 21 files to '/home/rjohnson/Taiga/ > > trunk/opensim/OpenSim/Grid/UserServer.Modules/bin/Debug/ > > OpenSim.Grid.UserServer.Modules.dll'. > > [csc] ** (/usr/local/lib/pkgconfig/../../lib/mono/ > > 2.0/gmcs.exe:21604): WARNING **: The following assembly referenced > > from /home/rjohnson/Taiga/trunk/opensim/bin/DotNetOpenAuth.dll could > > not be loaded: > > [csc] Assembly: System.IdentityModel > > (assemblyref_index=11) > > [csc] Version: 3.0.0.0 > > [csc] Public Key: b77a5c561934e089 > > [csc] The assembly was not found in the Global > > Assembly Cache, a path listed in the MONO_PATH environment variable, > > or in the location of the executing assembly (/home/rjohnson/Taiga/ > > trunk/opensim/bin). > > [csc] ** (/usr/local/lib/pkgconfig/../../lib/mono/ > > 2.0/gmcs.exe:21604): WARNING **: Could not load file or assembly > > 'System.IdentityModel, Version=3.0.0.0, Culture=neutral, > > PublicKeyToken=b77a5c561934e089' or one of its dependencies. > > [csc] ** (/usr/local/lib/pkgconfig/../../lib/mono/ > > 2.0/gmcs.exe:21604): WARNING **: Could not load file or assembly > > 'System.IdentityModel, Version=3.0.0.0, Culture=neutral, > > PublicKeyToken=b77a5c561934e089' or one of its dependencies. > > [csc] Unhandled Exception: > > System.Reflection.ReflectionTypeLoadException: The classes in the > > module cannot be loaded. > > [csc] at (wrapper managed-to-native) > > System.Reflection.Assembly:GetTypes (bool) > > [csc] at > > System.Reflection.Assembly.GetExportedTypes () [0x00000] > > [csc] at > > Mono.CSharp.RootNamespace.ComputeNamespaces > > (System.Reflection.Assembly assembly) [0x00000] > > [csc] at > > Mono.CSharp.RootNamespace.ComputeNamespaces () [0x00000] > > [csc] at Mono.CSharp.Driver.LoadReferences () > > [0x00000] > > [csc] at Mono.CSharp.Driver.Compile () [0x00000] > > [csc] at Mono.CSharp.Driver.Main (System.String[] > > args) [0x00000] > > > > BUILD FAILED - 0 non-fatal error(s), 15 warning(s) > > > > /home/rjohnson/Taiga/trunk/opensim/OpenSim/Grid/ > > UserServer.Modules/OpenSim.Grid.UserServer.Modules.dll.build(14,6): > > External Program Failed: /usr/local/lib/pkgconfig/../../ > > lib/mono/2.0/gmcs.exe (return code was 1) > > > > Total time: 0.4 seconds. > > > > BUILD FAILED > > > > On Oct 7, 7:53 am, Jonne Nauha <[email protected]> wrote: > > > > > Good afternoon mailing lists, > > > As some has maybe notices the Taiga trunk build has been in pretty bad > shape > > > lately. This has now been fixed. > > > Why Taiga build was broken: > > > 1. OpenSim moving to robust architecture. ModCableBeach was not fully > up to > > > date with these changes. This has now been fixed my John Hurliman > > > (CableBeach creator). The CableBeach servers are still not accessed > properly > > > via the ROBUST server (OpenSim.Server.exe) but we are working on that > from > > > this point onward. > > > 2. ModRex build was changed to use the new opensim/prebuild.xml > "include" > > > function, to include ModRex (and ModCableBeach) them in the main > OpenSim.sln > > > project file. > > > 3. ModRex modified RexODE plugin was broken for a while due to > interface > > > changes in OpenSim trunk. > > > > > I recently got hold of John Hurliman and found out he has a private > OpenSim > > > git repo/branch that he uses for converting CableBeach into working > under > > > the ROBUST architecture. These changes are not yet in OpenSim GForge > under > > > ModCableBeach so I went ahead and got the repo from his private git. > Today I > > > made everything work with Taiga and this new OpenSim branch, committed > that > > > OpenSim branch into Taiga svn (so not using svn-mirror to get trunk > OpenSim > > > anymore) and updated our wiki page on how you can setup Taiga for > testing > > > all the neat new features Naali has to offer. > > > > > If you are interested in running the latest realXtend Taiga servers go > tohttp://wiki.realxtend.org/index.php/Building_Taiga_from_source_trunk > > > > > Please give feedback on incorrect information, hard to understand > parts, > > > typos etc. in the wiki page. Also you can reply here if you are having > > > problems building/running the servers, I am glad to help. Please > provide > > > some kind of print/screnshot of the errors, it will help a > > > lot determining the problem. > > > > > Best regards, > > > Jonne Nauha > > > realXtend developer > > > > >http://www.realxtend.org/http://www.evocativi.com/ > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/realxtend http://www.realxtend.org -~----------~----~----~----~------~----~------~--~---
