pallarim / ModreX

realXtend modules to be used with OpenSim or Taiga. Master branch follows OpenSim's master branch, taiga-0.1 branch follows realXtend/taiga repository and os-0.6.9-post-fixes branch works with OpenSim's 0.6.9-post-fixes branch.
12 stars 6 forks source link

Build failes on opensim 0.7.02 dev #1

Open MarcelEdward opened 13 years ago

MarcelEdward commented 13 years ago

I downloaded modrex and tried to compile it, but it failed.

Looks like it is failing of Cache and Services in OpenSim.Framework.Communications wich have been refactored.

The log:

 [nant] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/ModularRex.dll.build build
        Buildfile: file:///home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/ModularRex.dll.build
        Target framework: Mono 2.0 Profile
        Target(s) specified: build

        build:

             [echo] Build Directory is /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/bin/Debug
              [csc] Compiling 58 files to '/home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/bin/Debug/ModularRex.dll'.
              [csc] The compiler for "Mono 2.0 Profile" does not support limiting the platform on which the compiled code can run.
              [csc] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/RexNetwork/WorldAssetsFolder.cs(4,40): error CS0234: The type or namespace name `Cache' does not exist in the namespace `OpenSim.Framework.Communications'. Are you missing an assembly reference?
              [csc] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/RexNetwork/ClientViews/RexClientViewBase.cs(13,40): error CS0234: The type or namespace name `Cache' does not exist in the namespace `OpenSim.Framework.Communications'. Are you missing an assembly reference?
              [csc] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/RexNetwork/RexLogin/RexLoginModule.cs(12,40): error CS0234: The type or namespace name `Services' does not exist in the namespace `OpenSim.Framework.Communications'. Are you missing an assembly reference?
              [csc] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/RexNetwork/RexLogin/RexLoginModule.cs(15,40): error CS0234: The type or namespace name `Cache' does not exist in the namespace `OpenSim.Framework.Communications'. Are you missing an assembly reference?
              [csc] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/RexParts/ModrexObjects.cs(14,40): error CS0234: The type or namespace name `Cache' does not exist in the namespace `OpenSim.Framework.Communications'. Are you missing an assembly reference?
              [csc] /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/RexParts/RexObjRez.cs(10,40): error CS0234: The type or namespace name `Cache' does not exist in the namespace `OpenSim.Framework.Communications'. Are you missing an assembly reference?
              [csc] Compilation failed: 6 error(s), 0 warnings

        BUILD FAILED - 0 non-fatal error(s), 7 warning(s)

        /home/marcel/media/usr/local/lib/07R/0702/addon-modules/ModreX/ModularRex/ModularRex.dll.build(19,6):
        External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1)

        Total time: 0.9 seconds.

BUILD FAILED