Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Arriba: Munteres drauf los Testen
#80
Beim Compilieren komme ich bisher nur ohne Fehler durch, wenn ich vorher die Libs aus arribasim-libs baue und gemäß einem Rezept von Akira C5.dll und SmartThreadPool.dll von Hand vor dem eigentlichen Bauen ins bin-Verzeichnis umkopiere (früher auch noch eine "ThreadedClasses.dll"). Beim Bauen der Libs scheitert die "CSJ2K.dll", wobei ich die glücklicherweise bisher aber nicht zum Umkopieren brauchte.
Code:
Project "/home/michela/arribalibs/CSharp/CSJ2K/CSJ2K.csproj" (default target(s)):
    Target PrepareForBuild:
        Configuration: Release Platform: AnyCPU
        Created directory "obj/Release/"
    Target GenerateSatelliteAssemblies:
    No input files were specified for target GenerateSatelliteAssemblies, skipping.
    Target CoreCompile:
        Tool /usr/bin/dmcs execution started with arguments: /noconfig /delaysign- /debug- /optimize+ /out:obj/Release/CSJ2K.dll J2KEncoder.cs J2kImage.cs Color/ChannelDefinitionMapper.cs Color/ColorSpace.cs Color/ColorSpaceException.cs Color/ColorSpaceMapper.cs Color/EnumeratedColorSpaceMapper.cs Color/EsRgbColorSpaceMapper.cs Color/PalettizedColorSpaceMapper.cs Color/Resampler.cs Color/SYccColorSpaceMapper.cs Color/boxes/ChannelDefinitionBox.cs Color/boxes/ColorSpecificationBox.cs Color/boxes/ComponentMappingBox.cs Color/boxes/ImageHeaderBox.cs Color/boxes/JP2Box.cs Color/boxes/PaletteBox.cs Icc/ICCMatrixBasedInputProfile.cs Icc/ICCMonochromeInputProfile.cs Icc/ICCProfile.cs Icc/ICCProfileException.cs Icc/ICCProfileInvalidException.cs Icc/ICCProfileNotFoundException.cs Icc/ICCProfiler.cs Icc/MatrixBasedRestrictedProfile.cs Icc/MonochromeInputRestrictedProfile.cs Icc/RestrictedICCProfile.cs Icc/Lut/LookUpTable.cs Icc/Lut/LookUpTable16.cs Icc/Lut/LookUpTable16Gamma.cs Icc/Lut/LookUpTable16Interp.cs Icc/Lut/LookUpTable16LinearSRGBtoSRGB.cs Icc/Lut/LookUpTable32.cs Icc/Lut/LookUpTable32Gamma.cs Icc/Lut/LookUpTable32Interp.cs Icc/Lut/LookUpTable32LinearSRGBtoSRGB.cs Icc/Lut/LookUpTable8.cs Icc/Lut/LookUpTable8Gamma.cs Icc/Lut/LookUpTable8Interp.cs Icc/Lut/LookUpTableFP.cs Icc/Lut/LookUpTableFPGamma.cs Icc/Lut/LookUpTableFPInterp.cs Icc/Lut/MatrixBasedTransformException.cs Icc/Lut/MatrixBasedTransformTosRGB.cs Icc/Lut/MonochromeTransformException.cs Icc/Lut/MonochromeTransformTosRGB.cs Icc/Types/ICCDateTime.cs Icc/Types/ICCProfileHeader.cs Icc/Types/ICCProfileVersion.cs Icc/Types/XYZNumber.cs Properties/AssemblyInfo.cs Util/EndianBinaryReader.cs Util/EndianBinaryWriter.cs Util/SupportClass.cs j2k/IntegerSpec.cs j2k/JJ2KExceptionHandler.cs j2k/JJ2KInfo.cs j2k/ModuleSpec.cs j2k/NoNextElementException.cs j2k/StringSpec.cs j2k/codestream/CBlkCoordInfo.cs j2k/codestream/CoordInfo.cs j2k/codestream/CorruptedCodestreamException.cs j2k/codestream/HeaderInfo.cs j2k/codestream/Markers.cs j2k/codestream/PrecCoordInfo.cs j2k/codestream/PrecInfo.cs j2k/codestream/ProgressionType.cs j2k/codestream/reader/BitstreamReaderAgent.cs j2k/codestream/reader/CBlkInfo.cs j2k/codestream/reader/FileBitstreamReaderAgent.cs j2k/codestream/reader/HeaderDecoder.cs j2k/codestream/reader/PktDecoder.cs j2k/codestream/reader/PktHeaderBitReader.cs j2k/codestream/reader/PktInfo.cs j2k/codestream/reader/TagTreeDecoder.cs j2k/codestream/writer/BitOutputBuffer.cs j2k/codestream/writer/CodestreamWriter.cs j2k/codestream/writer/FileCodestreamWriter.cs j2k/codestream/writer/HeaderEncoder.cs j2k/codestream/writer/PktEncoder.cs j2k/codestream/writer/TagTreeEncoder.cs j2k/decoder/DecoderSpecs.cs j2k/encoder/EncoderSpecs.cs j2k/entropy/CBlkSizeSpec.cs j2k/entropy/CodedCBlk.cs j2k/entropy/PrecinctSizeSpec.cs j2k/entropy/Progression.cs j2k/entropy/ProgressionSpec.cs j2k/entropy/StdEntropyCoderOptions.cs j2k/entropy/decoder/ByteInputBuffer.cs j2k/entropy/decoder/ByteToBitInput.cs j2k/entropy/decoder/CodedCBlkDataSrcDec.cs j2k/entropy/decoder/DecLyrdCBlk.cs j2k/entropy/decoder/EntropyDecoder.cs j2k/entropy/decoder/MQDecoder.cs j2k/entropy/decoder/StdEntropyDecoder.cs j2k/entropy/encoder/BitToByteOutput.cs j2k/entropy/encoder/ByteOutputBuffer.cs j2k/entropy/encoder/CBlkRateDistStats.cs j2k/entropy/encoder/CodedCBlkDataSrcEnc.cs j2k/entropy/encoder/EBCOTLayer.cs j2k/entropy/encoder/EBCOTRateAllocator.cs j2k/entropy/encoder/EntropyCoder.cs j2k/entropy/encoder/LayersInfo.cs j2k/entropy/encoder/MQCoder.cs j2k/entropy/encoder/PostCompRateAllocator.cs j2k/entropy/encoder/StdEntropyCoder.cs j2k/fileformat/FileFormatBoxes.cs j2k/fileformat/reader/FileFormatReader.cs j2k/fileformat/writer/FileFormatWriter.cs j2k/image/BlkImgDataSrc.cs j2k/image/CompTransfSpec.cs j2k/image/Coord.cs j2k/image/DataBlk.cs j2k/image/DataBlkFloat.cs j2k/image/DataBlkInt.cs j2k/image/ImgData.cs j2k/image/ImgDataAdapter.cs j2k/image/ImgDataConverter.cs j2k/image/ImgDataJoiner.cs j2k/image/Tiler.cs j2k/image/forwcomptransf/ForwCompTransf.cs j2k/image/forwcomptransf/ForwCompTransfSpec.cs j2k/image/input/ImgReader.cs j2k/image/input/ImgReaderGDI.cs j2k/image/input/ImgReaderPGM.cs j2k/image/input/ImgReaderPGX.cs j2k/image/input/ImgReaderPPM.cs j2k/image/invcomptransf/InvCompTransf.cs j2k/image/output/ImgWriter.cs j2k/image/output/ImgWriterPGM.cs j2k/image/output/ImgWriterPGX.cs j2k/image/output/ImgWriterPPM.cs j2k/io/BEBufferedRandomAccessFile.cs j2k/io/BinaryDataInput.cs j2k/io/BinaryDataOutput.cs j2k/io/BufferedRandomAccessFile.cs j2k/io/EndianType.cs j2k/io/RandomAccessIO.cs j2k/quantization/GuardBitsSpec.cs j2k/quantization/QuantStepSizeSpec.cs j2k/quantization/QuantTypeSpec.cs j2k/quantization/QuantizationType.cs j2k/quantization/dequantizer/CBlkQuantDataSrcDec.cs j2k/quantization/dequantizer/Dequantizer.cs j2k/quantization/dequantizer/DequantizerParams.cs j2k/quantization/dequantizer/StdDequantizer.cs j2k/quantization/dequantizer/StdDequantizerParams.cs j2k/quantization/quantizer/CBlkQuantDataSrcEnc.cs j2k/quantization/quantizer/Quantizer.cs j2k/quantization/quantizer/StdQuantizer.cs j2k/roi/MaxShiftSpec.cs j2k/roi/ROIDeScaler.cs j2k/roi/encoder/ArbROIMaskGenerator.cs j2k/roi/encoder/ROI.cs j2k/roi/encoder/ROIMaskGenerator.cs j2k/roi/encoder/ROIScaler.cs j2k/roi/encoder/RectROIMaskGenerator.cs j2k/roi/encoder/SubbandROIMask.cs j2k/roi/encoder/SubbandRectROIMask.cs j2k/util/ArrayUtil.cs j2k/util/CodestreamManipulator.cs j2k/util/FacilityManager.cs j2k/util/ISRandomAccessIO.cs j2k/util/MathUtil.cs j2k/util/MsgLogger.cs j2k/util/MsgPrinter.cs j2k/util/ParameterList.cs j2k/util/ProgressWatch.cs j2k/util/StreamMsgLogger.cs j2k/util/StringFormatException.cs j2k/util/ThreadPool.cs j2k/wavelet/FilterTypes.cs j2k/wavelet/Subband.cs j2k/wavelet/WTDecompSpec.cs j2k/wavelet/WTFilterSpec.cs j2k/wavelet/WaveletFilter.cs j2k/wavelet/WaveletTransform.cs j2k/wavelet/analysis/AnWTFilter.cs j2k/wavelet/analysis/AnWTFilterFloat.cs j2k/wavelet/analysis/AnWTFilterFloatLift9x7.cs j2k/wavelet/analysis/AnWTFilterInt.cs j2k/wavelet/analysis/AnWTFilterIntLift5x3.cs j2k/wavelet/analysis/AnWTFilterSpec.cs j2k/wavelet/analysis/CBlkWTData.cs j2k/wavelet/analysis/CBlkWTDataFloat.cs j2k/wavelet/analysis/CBlkWTDataInt.cs j2k/wavelet/analysis/CBlkWTDataSrc.cs j2k/wavelet/analysis/ForwWT.cs j2k/wavelet/analysis/ForwWTDataProps.cs j2k/wavelet/analysis/ForwWTFull.cs j2k/wavelet/analysis/ForwardWT.cs j2k/wavelet/analysis/SubbandAn.cs j2k/wavelet/synthesis/CBlkWTDataSrcDec.cs j2k/wavelet/synthesis/InvWT.cs j2k/wavelet/synthesis/InvWTAdapter.cs j2k/wavelet/synthesis/InvWTData.cs j2k/wavelet/synthesis/InvWTFull.cs j2k/wavelet/synthesis/InverseWT.cs j2k/wavelet/synthesis/MultiResImgData.cs j2k/wavelet/synthesis/MultiResImgDataAdapter.cs j2k/wavelet/synthesis/SubbandSyn.cs j2k/wavelet/synthesis/SynWTFilter.cs j2k/wavelet/synthesis/SynWTFilterFloat.cs j2k/wavelet/synthesis/SynWTFilterFloatLift9x7.cs j2k/wavelet/synthesis/SynWTFilterInt.cs j2k/wavelet/synthesis/SynWTFilterIntLift5x3.cs j2k/wavelet/synthesis/SynWTFilterSpec.cs /target:library /warnaserror- /unsafe+ /checked- /define:TRACE /platform:AnyCPU /reference:/usr/lib/mono/4.0/System.dll /reference:/usr/lib/mono/4.0/System.Data.dll /reference:/usr/lib/mono/4.0/System.Drawing.dll /reference:/usr/lib/mono/4.0/System.Xml.dll /reference:/usr/lib/mono/4.0/System.Core.dll /warn:4
Icc/ICCProfile.cs(17,26): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/ICCProfile.cs(18,31): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/ICCProfile.cs(19,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/ICCProfile.cs(20,30): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(11,30): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/MonochromeInputRestrictedProfile.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(11,30): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(12,31): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(13,26): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable16.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable16Gamma.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable16Interp.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable16LinearSRGBtoSRGB.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable32.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable32Gamma.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable32Interp.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable32LinearSRGBtoSRGB.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable8.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable8Gamma.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTable8Interp.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTableFP.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTableFPGamma.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/LookUpTableFPInterp.cs(10,32): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/Lut/MatrixBasedTransformTosRGB.cs(13,30): error CS0234: The type or namespace name `Tags' does not exist in the namespace `CSJ2K.Icc'. Are you missing an assembly reference?
Icc/ICCProfile.cs(277,18): error CS0246: The type or namespace name `ICCTagTable' could not be found. Are you missing an assembly reference?
Icc/ICCProfile.cs(682,11): error CS0246: The type or namespace name `ICCTagTable' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(52,53): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(52,74): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(52,95): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(52,116): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(52,138): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(52,160): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(65,53): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(92,10): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(94,10): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(99,43): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(121,43): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(121,64): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(121,85): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(121,106): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(121,128): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/RestrictedICCProfile.cs(121,150): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(51,57): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(51,78): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(51,99): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(51,120): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(51,142): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(51,164): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(69,51): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(69,72): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(69,93): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(69,114): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(69,136): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MatrixBasedRestrictedProfile.cs(69,158): error CS0246: The type or namespace name `ICCXYZType' could not be found. Are you missing an assembly reference?
Icc/MonochromeInputRestrictedProfile.cs(40,57): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/MonochromeInputRestrictedProfile.cs(48,44): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable.cs(30,22): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable.cs(40,34): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable16.cs(78,46): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable16.cs(105,36): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable16Gamma.cs(31,29): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable16Interp.cs(28,30): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable32.cs(78,46): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable32.cs(104,36): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable32Gamma.cs(33,29): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable32Interp.cs(29,30): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable8.cs(66,35): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable8Gamma.cs(31,28): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTable8Interp.cs(29,29): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTableFP.cs(36,46): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTableFP.cs(50,36): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTableFPGamma.cs(29,29): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
Icc/Lut/LookUpTableFPInterp.cs(36,30): error CS0246: The type or namespace name `ICCCurveType' could not be found. Are you missing an assembly reference?
            Task "Csc" execution -- FAILED
            Done building target "CoreCompile" in project "/home/michela/arribalibs/CSharp/CSJ2K/CSJ2K.csproj".-- FAILED
        Done building project "/home/michela/arribalibs/CSharp/CSJ2K/CSJ2K.csproj".-- FAILED

Beim heutigen Bauen benötigte ich nur noch eine selbstgebaute C5.dll aus dem obigen Projekt, die anderen im arribasim-dev beiliegenden Libs wurden akzeptiert. Wenn ich die C5.dll nicht vorher separat baue und von Hand dazu kopiere, bekomme ich folgenden Fehler:
Code:
Target CoreCompile:
    Tool /usr/bin/dmcs execution started with arguments: /noconfig /delaysign- /debug- /optimize+ /out:obj/Release/OpenSim.Region.ClientStack.LindenUDP.dll IncomingPacket.cs IncomingPacketHistoryCollection.cs J2KImage.cs LLClientView.cs LLImageManager.cs LLUDPClient.cs LLUDPServer.cs OpenSimUDPBase.cs OutgoingPacket.cs PacketPool.cs ThrottleRates.cs TokenBucket.cs UnackedPacketCollection.cs Properties/AssemblyInfo.cs /target:library /warnaserror- /unsafe- /checked- /define:TRACE /platform:AnyCPU /reference:../../../../../bin/C5.dll /reference:../../../../../bin/log4net.dll /reference:../../../../../bin/NDesk.Options.dll /reference:../../../../../bin/Nini.dll /reference:../../../../../bin/OpenMetaverse.dll /reference:../../../../../bin/OpenMetaverse.StructuredData.dll /reference:../../../../../bin/OpenMetaverseTypes.dll /reference:/usr/lib/mono/4.0/System.dll /reference:/usr/lib/mono/4.0/System.Drawing.dll /reference:/usr/lib/mono/4.0/System.Web.dll /reference:/usr/lib/mono/4.0/System.Xml.dll /reference:../../../../../bin/ThreadedClasses.dll /reference:/usr/lib/mono/4.0/System.Core.dll /reference:/home/mareta/arribasim/bin//OpenSim.Data.dll /reference:/home/mareta/arribasim/bin//OpenSim.Framework.dll /reference:/home/mareta/arribasim/bin//OpenSim.Framework.Communications.dll /reference:/home/mareta/arribasim/bin//OpenSim.Framework.Console.dll /reference:/home/mareta/arribasim/bin//OpenSim.Framework.Monitoring.dll /reference:/home/mareta/arribasim/bin//OpenSim.Framework.Servers.dll /reference:/home/mareta/arribasim/bin//OpenSim.Framework.Servers.HttpServer.dll /reference:/home/mareta/arribasim/bin//OpenSim.Region.ClientStack.dll /reference:/home/mareta/arribasim/bin//OpenSim.Region.Framework.dll /reference:/home/mareta/arribasim/bin//OpenSim.Services.Interfaces.dll /warn:4
    Unhandled Exception:
    System.IO.FileLoadException: I/O Error
      at IKVM.Reflection.AssemblyName..ctor (System.String assemblyName) [0x00000] in <filename unknown>:0
      at Mono.CSharp.ImportedAssemblyDefinition.ReadAttributes () [0x00000] in <filename unknown>:0
      at Mono.CSharp.MetadataImporter.GetAssemblyDefinition (IKVM.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0
      at Mono.CSharp.StaticImporter.ImportAssembly (IKVM.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) [0x00000] in <filename unknown>:0
      at Mono.CSharp.StaticLoader.LoadReferences (Mono.CSharp.ModuleContainer module) [0x00000] in <filename unknown>:0
      at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
      at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
    [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileLoadException: I/O Error
      at IKVM.Reflection.AssemblyName..ctor (System.String assemblyName) [0x00000] in <filename unknown>:0
      at Mono.CSharp.ImportedAssemblyDefinition.ReadAttributes () [0x00000] in <filename unknown>:0
      at Mono.CSharp.MetadataImporter.GetAssemblyDefinition (IKVM.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0
      at Mono.CSharp.StaticImporter.ImportAssembly (IKVM.Reflection.Assembly assembly, Mono.CSharp.RootNamespace targetNamespace) [0x00000] in <filename unknown>:0
      at Mono.CSharp.StaticLoader.LoadReferences (Mono.CSharp.ModuleContainer module) [0x00000] in <filename unknown>:0
      at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
      at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
/usr/lib/mono/4.0/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
            Task "Csc" execution -- FAILED
            Done building target "CoreCompile" in project "/home/mareta/arribasim/OpenSim/Region/ClientStack/Linden/UDP/OpenSim.Region.ClientStack.LindenUDP.csproj".-- FAILED
        Done building project "/home/mareta/arribasim/OpenSim/Region/ClientStack/Linden/UDP/OpenSim.Region.ClientStack.LindenUDP.csproj".-- FAILED

EDIT: Ich baue mit XBuild Version 3.0.4.0 und Mono Version 3.0.4.0 unter OpenSuse 12.3.
Zitieren


Nachrichten in diesem Thema
RE: - von Catie Chiung - 12.05.2014, 10:11
RE: - von Bogus Curry - 12.05.2014, 11:00
RE: - von LyAvain - 12.05.2014, 12:16
RE: - von Bogus Curry - 12.05.2014, 14:37
RE: - von Mike Runty - 12.05.2014, 19:39
RE: - von LyAvain - 12.05.2014, 23:07
RE: - von Mike Runty - 14.05.2014, 07:24
RE: - von Bogus Curry - 15.05.2014, 10:52
RE: - von Bogus Curry - 15.05.2014, 18:46
RE: Arriba: Munteres drauf los Testen - von Mareta Dagostino - 03.08.2014, 22:37
RE: Arriba: Munteres drauf los Testen - von Luka Lin - 12.11.2015, 02:30
RE: Arriba: Munteres drauf los Testen - von Luka Lin - 13.11.2015, 20:57
RE: Arriba: Munteres drauf los Testen - von Luka Lin - 13.11.2015, 21:09

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Arriba-Sim und BoM Akira 7 4.479 27.04.2022, 21:39
Letzter Beitrag: Scarlett Earp
  Arriba-Sim: Binärdownloads (Infothread) Mareta Dagostino 11 20.025 02.11.2019, 11:09
Letzter Beitrag: Mareta Dagostino
  neue Version von Arriba on Stick Beacara 41 94.096 29.10.2019, 13:18
Letzter Beitrag: Dorena Verne
  "Arriba-Minigrid" (Windows) Dorena Verne 102 246.406 29.10.2019, 13:16
Letzter Beitrag: Dorena Verne
  Arriba-Sim: Binärdownload für Metropolis (inoffiziell) Mareta Dagostino 68 157.244 11.03.2019, 23:54
Letzter Beitrag: Dorena Verne

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 3 Gast/Gäste