ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

Unable to build #126

Closed Imperceptus closed 11 years ago

Imperceptus commented 11 years ago

I am trying to build per the instructions. I have updated my path information.

When I run

msbuild.exe /p:Configuration=RELEASE

i get Microsoft (R) Build Engine version 4.0.30319.17379 [Microsoft .NET Framework, version 4.0.30319.17379] Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Build started 12/14/2012 2:00:18 AM. Project "C:\Projects\Craft.Net-master\Craft.Net.sln" on node 1 (default targets). C:\Projects\Craft.Net-master\Craft.Net.sln.metaproj : error MSB4126: The specified solution configuration "RELEASE|HPD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [C:\Projects\Craft.Net-master\Craft.Net.sln] Done Building Project "C:\Projects\Craft.Net-master\Craft.Net.sln" (default targets) -- FAILED.

Build FAILED.

"C:\Projects\Craft.Net-master\Craft.Net.sln" (default target) (1) -> (ValidateSolutionConfiguration target) ->    C:\Projects\Craft.Net-master\Craft.Net.sln.metaproj : error MSB4126: The specified solution configuration "RELEASE|HPD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [C:\Projects\Craft.Net-master\Craft.Net.sln]

    0 Warning(s)     1 Error(s)

Time Elapsed 00:00:00.04

ddevault commented 11 years ago

Can you live with the default (DEBUG) configuration while I sort it out? Don't specify any configuration at all and see if that builds.

Imperceptus commented 11 years ago

I have tried DEBUG as well. No dice =. I am very excited about this library of yours. Means I can stop coding mine xD... when I get it to work.

Microsoft (R) Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Build started 12/14/2012 12:02:15 PM. Project "C:\Projects\Craft.Net-master\Craft.Net.sln" on node 1 (default targets). C:\Projects\Craft.Net-master\Craft.Net.sln.metaproj : error MSB4126: The specified solution configuration "DEBUG|HPD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [C:\Projects\Craft.Net-master\Craft.Net.sln] Done Building Project "C:\Projects\Craft.Net-master\Craft.Net.sln" (default targets) -- FAILED.

Build FAILED.

"C:\Projects\Craft.Net-master\Craft.Net.sln" (default target) (1) -> (ValidateSolutionConfiguration target) -> C:\Projects\Craft.Net-master\Craft.Net.sln.metaproj : error MSB4126: The specified solution configuration "DEBUG|HPD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [C:\Projects\Craft.Net-master\Craft.Net.sln]

0 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.79

ddevault commented 11 years ago

I wonder why it adds |HPD, which is indeed an invalid configuration. Do you have Visual Studio or SharpDevelop to try and build it on?

Imperceptus commented 11 years ago

I am re-installing vs2012, right now.

The HPD thing has me clueless as well.

This worked for me http://social.expression.microsoft.com/Forums/en/blend/thread/5e913ebb-d0ed-4999-a01f-6dcee1fcd8ef

However I am in a new rabbit hole, should I start another thread?

Microsoft (R) Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Build started 12/14/2012 12:46:46 PM. Project "C:\Projects\Craft.Net-master\craft.net.sln" on node 1 (default targets). ValidateSolutionConfiguration: Building solution configuration "Debug|Any CPU". C:\Projects\Craft.Net-master\craft.net.sln.metaproj : error MSB3202: The project file "C:\Projects\Craft.Net-master\externals\libnbt\LibNbt\LibNbt.csproj" was not found. [C:\Projects\Craft.Net-master\craft.net.sln] Project "C:\Projects\Craft.Net-master\craft.net.sln" (1) is building "C:\Projects\Craft.Net-master\Craft.Net.Server\Craft.Net.Server.csproj" (2) on node 1 (default targets). Project "C:\Projects\Craft.Net-master\Craft.Net.Server\Craft.Net.Server.csproj" (2) is building "C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj" (3) on node 1 (default targets). C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1395,5): warning : The referenced project '..\externals\libnbt\LibNbt\LibNbt.csproj' does not exist. [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /unsafe+ /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva- /reference:C:\Projects\Craft.Net-master\lib\Ionic.Zip.Reduced.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.Xml.Linq.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Craft.Net.Data.dll /target:library /utf8output Biome.cs Block.cs BlockChangedEventArgs.cs Blocks\AirBlock.cs Blocks\AnvilBlock.cs Blocks\BeaconBlock.cs Blocks\BedBlock.cs Blocks\BedrockBlock.cs Blocks\BirchWoodStairBlock.cs Blocks\BookshelfBlock.cs Blocks\BrewingStandBlock.cs Blocks\BrickBlock.cs Blocks\BrickStairBlock.cs Blocks\BrownMushroomBlock.cs Blocks\CactusBlock.cs Blocks\CakeBlock.cs Blocks\CarrotBlock.cs Blocks\CauldronBlock.cs Blocks\ChestBlock.cs Blocks\ClayBlock.cs Blocks\CoalOreBlock.cs Blocks\CobblestoneBlock.cs Blocks\CobblestoneStairBlock.cs Blocks\CobblestoneWallBlock.cs Blocks\CocoaPlantBlock.cs Blocks\CommandBlock.cs Blocks\CraftingTableBlock.cs Blocks\DeadBushBlock.cs Blocks\DetectorRailBlock.cs Blocks\DiamondBlock.cs Blocks\DiamondOreBlock.cs Blocks\DirtBlock.cs Blocks\DispenserBlock.cs Blocks\DoorBlock.cs Blocks\DoubleSlabBlock.cs Blocks\DragonEggBlock.cs Blocks\EmeraldBlock.cs Blocks\EmeraldOreBlock.cs Blocks\EnchantmentTableBlock.cs Blocks\EnderChestBlock.cs Blocks\EndPortalBlock.cs Blocks\EndPortalFrameBlock.cs Blocks\EndStoneBlock.cs Blocks\FarmlandBlock.cs Blocks\FenceBlock.cs Blocks\FenceGateBlock.cs Blocks\FireBlock.cs Blocks\FlowerPotBlock.cs Blocks\FurnaceActiveBlock.cs Blocks\FurnaceBlock.cs Blocks\GlassBlock.cs Blocks\GlassPaneBlock.cs Blocks\GlowstoneBlock.cs Blocks\GoldBlock.cs Blocks\GoldOreBlock.cs Blocks\GrassBlock.cs Blocks\GravelBlock.cs Blocks\HugeBrownMushroomBlock.cs Blocks\HugeRedMushroomBlock.cs Blocks\IceBlock.cs Blocks\IronBarBlock.cs Blocks\IronBlock.cs Blocks\IronDoorBlock.cs Blocks\IronOreBlock.cs Blocks\JackOLanternBlock.cs Blocks\JukeboxBlock.cs Blocks\JungleWoodStairBlock.cs Blocks\LadderBlock.cs Blocks\LapisLazuliBlock.cs Blocks\LapisLazuliOreBlock.cs Blocks\LavaFlowingBlock.cs Blocks\LavaStillBlock.cs Blocks\LeavesBlock.cs Blocks\LeverBlock.cs Blocks\LilyPadBlock.cs Blocks\LockedChestBlock.cs Blocks\MelonBlock.cs Blocks\MelonStemBlock.cs Blocks\MobSpawnerBlock.cs Blocks\MossyCobblestoneBlock.cs Blocks\MyceliumBlock.cs Blocks\NetherBrickBlock.cs Blocks\NetherBrickFenceBlock.cs Blocks\NetherBrickStairBlock.cs Blocks\NetherPortalBlock.cs Blocks\NetherrackBlock.cs Blocks\NetherWartBlock.cs Blocks\NoteBlock.cs Blocks\OakStairBlock.cs Blocks\ObsidianBlock.cs Blocks\PistonBlock.cs Blocks\PistonHeadBlock.cs Blocks\PistonMovementBlock.cs Blocks\PotatoBlock.cs Blocks\PoweredRailBlock.cs Blocks\PumpkinBlock.cs Blocks\PumpkinStemBlock.cs Blocks\RailBlock.cs Blocks\RedFlowerBlock.cs Blocks\RedMushroomBlock.cs Blocks\RedstoneLampActiveBlock.cs Blocks\RedstoneLampBlock.cs Blocks\RedstoneOreActiveBlock.cs Blocks\RedstoneOreBlock.cs Blocks\RedstoneRepeaterActiveBlock.cs Blocks\RedstoneRepeaterBlock.cs Blocks\RedstoneTorchActiveBlock.cs Blocks\RedstoneTorchBlock.cs Blocks\RedstoneWireBlock.cs Blocks\SandBlock.cs Blocks\SandstoneBlock.cs Blocks\SandstoneStairBlock.cs Blocks\SaplingBlock.cs Blocks\SeedsBlock.cs Blocks\SignBlock.cs Blocks\SignPostBlock.cs Blocks\SilverfishStoneBlock.cs Blocks\SkullBlock.cs Blocks\SlabBlock.cs Blocks\SnowBlock.cs Blocks\SnowfallBlock.cs Blocks\SoulSandBlock.cs Blocks\CobwebBlock.cs Blocks\SpongeBlock.cs Blocks\SpruceWoodStairBlock.cs Blocks\StairBlock.cs Blocks\StickyPistonBlock.cs Blocks\StoneBlock.cs Blocks\StoneBrickBlock.cs Blocks\StoneBrickStairBlock.cs Blocks\StoneButtonBlock.cs Blocks\StonePressurePlateBlock.cs Blocks\SugarCaneBlock.cs Blocks\TallGrassBlock.cs Blocks\TNTBlock.cs Blocks\TorchBlock.cs Blocks\TrapDoorBlock.cs Blocks\TripwireBlock.cs Blocks\TripwireHookBlock.cs Blocks\VineBlock.cs Blocks\WallSignBlock.cs Blocks\WaterFlowingBlock.cs Blocks\WaterStillBlock.cs Blocks\WoodBlock.cs Blocks\WoodenButtonBlock.cs Blocks\WoodenDoorBlock.cs Blocks\WoodenDoubleSlabBlock.cs Blocks\WoodenPlanksBlock.cs Blocks\WoodenPressurePlateBlock.cs Blocks\WoodenSlabBlock.cs Blocks\WoolBlock.cs Blocks\YellowFlowerBlock.cs BoundingBox.cs ChatColors.cs Chunk.cs DamageType.cs DataUtility.cs Difficulty.cs Dimension.cs Entities\BlockEntity.cs Entities\Entity.cs Entities\IBreedableEntity.cs Entities\ITamableEntity.cs Entities\ItemEntity.cs Entities\LivingEntity.cs Entities\ObjectEntity.cs Entities\PlayerEntity.cs Events\EntityDamageEventArgs.cs Events\EntityTerrainCollisionEventArgs.cs Events\InventoryChangedEventArgs.cs Events\EntityEventArgs.cs Events\WindowChangeEventArgs.cs GameMode.cs Generation\DebugGenerator.cs Generation\FlatlandGenerator.cs Generation\IWorldGenerator.cs IArmorItem.cs Item.cs Items\AppleItem.cs Items\ArrowItem.cs Items\AxeItem.cs Items\BakedPotatoItem.cs Items\BedItem.cs Items\BlazePowderItem.cs Items\BlazeRodItem.cs Items\BoatItem.cs Items\BoneItem.cs Items\BookAndQuillItem.cs Items\BookItem.cs Items\BottleOEnchantingItem.cs Items\BowItem.cs Items\BowlItem.cs Items\BreadItem.cs Items\BrewingStandItem.cs Items\BrickItem.cs Items\BucketItem.cs Items\CakeItem.cs Items\CarrotItem.cs Items\CarrotOnStickItem.cs Items\CauldronItem.cs Items\ChainBootsItem.cs Items\ChainChestplateItem.cs Items\ChainHelmetItem.cs Items\ChainLeggingsItem.cs Items\ClayItem.cs Items\ClockItem.cs Items\CoalItem.cs Items\CocoaBeanItem.cs Items\CompassItem.cs Items\CookedChickenItem.cs Items\CookedFishItem.cs Items\CookedPorkchopItem.cs Items\CookieItem.cs Items\DiamondAxeItem.cs Items\DiamondBootsItem.cs Items\DiamondChestplateItem.cs Items\DiamondHelmetItem.cs Items\DiamondHoeItem.cs Items\DiamondItem.cs Items\DiamondLeggingsItem.cs Items\DiamondPickaxeItem.cs Items\DiamondShovelItem.cs Items\DiamondSwordItem.cs Items\EggItem.cs Items\EmeraldItem.cs Items\EnderPearlItem.cs Items\EyeOfEnderItem.cs Items\FeatherItem.cs Items\FermentedSpiderEyeItem.cs Items\FireChargeItem.cs Items\FishingRodItem.cs Items\FlintAndSteelItem.cs Items\FlintItem.cs Items\FlowerPotItem.cs Items\FoodItem.cs Items\GhastTearItem.cs Items\GlassBottleItem.cs Items\GlisteringMelonItem.cs Items\GlowstoneDustItem.cs Items\GoldenAppleItem.cs Items\GoldenAxeItem.cs Items\GoldenBootsItem.cs Items\GoldenCarrotItem.cs Items\GoldenChestplateItem.cs Items\GoldenHelmetItem.cs Items\GoldenHoeItem.cs Items\GoldenLeggingsItem.cs Items\GoldenPickaxeItem.cs Items\GoldenShovelItem.cs Items\GoldenSwordItem.cs Items\GoldIngotItem.cs Items\GoldNuggetItem.cs Items\GunpowderItem.cs Items\HoeItem.cs Items\IronAxeItem.cs Items\IronBootsItem.cs Items\IronChestplateItem.cs Items\IronDoorItem.cs Items\IronHelmetItem.cs Items\IronHoeItem.cs Items\IronIngotItem.cs Items\IronLeggingsItem.cs Items\IronPickaxeItem.cs Items\IronShovelItem.cs Items\IronSwordItem.cs Items\ItemFrameItem.cs Items\LavaBucketItem.cs Items\LeatherBootsItem.cs Items\LeatherHelmetItem.cs Items\LeatherItem.cs Items\LeatherLeggingsItem.cs Items\LeatherChestplateItem.cs Items\MagmaCreamItem.cs Items\MapItem.cs Items\MelonItem.cs Items\MelonSeedsItem.cs Items\MilkItem.cs Items\MinecartItem.cs Items\MinecartWithChestItem.cs Items\MinecartWithFurnaceItem.cs Items\MushroomStewItem.cs Items\MusicDiscItem.cs Items\NetherStarItem.cs Items\NetherWartItem.cs Items\PaintingItem.cs Items\PaperItem.cs Items\PickaxeItem.cs Items\PoisonousPotatoItem.cs Items\PotatoItem.cs Items\PotionItem.cs Items\PumpkinPieItem.cs Items\PumpkinSeedsItem.cs Items\RawBeefItem.cs Items\RawChickenItem.cs Items\RawFishItem.cs Items\RawPorkchopItem.cs Items\RedstoneItem.cs Items\RedstoneRepeaterItem.cs Items\RottenFleshItem.cs Items\SaddleItem.cs Items\SeedsItem.cs Items\ShearsItem.cs Items\ShovelItem.cs Items\SignItem.cs Items\SkullItem.cs Items\SlimeballItem.cs Items\SnowballItem.cs Items\MobEggItem.cs Items\SpiderEyeItem.cs Items\SteakItem.cs Items\StickItem.cs Items\StoneAxeItem.cs Items\StoneHoeItem.cs Items\StonePickaxeItem.cs Items\StoneShovelItem.cs Items\StoneSwordItem.cs Items\StringItem.cs Items\SugarCanesItem.cs Items\SugarItem.cs Items\SwordItem.cs Items\ToolItem.cs Items\WaterBucketItem.cs Items\WheatItem.cs Items\WoodenAxeItem.cs Items\WoodenDoorItem.cs Items\WoodenHoeItem.cs Items\WoodenPickaxeItem.cs Items\WoodenShovelItem.cs Items\WoodenSwordItem.cs Items\WrittenBookItem.cs Level.cs Metadata\MetadataByte.cs Metadata\MetadataDictionary.cs Metadata\MetadataEntry.cs Metadata\MetadataFloat.cs Metadata\MetadataInt.cs Metadata\MetadataShort.cs Metadata\MetadataSlot.cs Metadata\MetadataString.cs Metadata\MetadataVector3.cs NbtSerialization\IgnoreOnNullAttribute.cs NbtSerialization\NbtIgnoreAttribute.cs NbtSerialization\NbtSerializer.cs NbtSerialization\TagNameAttribute.cs NibbleArray.cs PlayerAbilities.cs Properties\AssemblyInfo.cs Ray.cs Region.cs SavedLevel.cs Section.cs Size.cs Slot.cs SoundEffect.cs TileEntity.cs Transparency.cs Vector3.cs Window.cs WindowArea.cs Windows\ArmorWindowArea.cs Windows\CraftingWindowArea.cs Windows\InventoryWindow.cs World.cs "C:\Users\Alex\AppData\Local\Temp.NETFramework,Version=v4.0.AssemblyAttributes.cs" Chunk.cs(4,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Chunk.cs(5,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Level.cs(10,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Level.cs(11,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] NbtSerialization\NbtSerializer.cs(6,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Region.cs(8,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(6,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(7,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] TileEntity.cs(8,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Chunk.cs(156,16): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Chunk.cs(211,55): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] NbtSerialization\NbtSerializer.cs(23,16): error CS0246: The type or namespace name 'NbtTag' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] NbtSerialization\NbtSerializer.cs(95,35): error CS0246: The type or namespace name 'NbtTag' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(20,17): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(70,16): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(127,36): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(142,16): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] TileEntity.cs(30,42): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] TileEntity.cs(49,16): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Done Building Project "C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj" (default targets) -- FAILED. Done Building Project "C:\Projects\Craft.Net-master\Craft.Net.Server\Craft.Net.Server.csproj" (default targets) -- FAILED. Done Building Project "C:\Projects\Craft.Net-master\craft.net.sln" (default targets) -- FAILED.

Build FAILED.

"C:\Projects\Craft.Net-master\craft.net.sln" (default target) (1) -> "C:\Projects\Craft.Net-master\Craft.Net.Server\Craft.Net.Server.csproj" (default target) (2) -> "C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj" (default target) (3) -> (ResolveProjectReferences target) -> C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1395,5): warning : The referenced project '..\externals\libnbt\LibNbt\LibNbt.csproj' does not exist. [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj]

"C:\Projects\Craft.Net-master\craft.net.sln" (default target) (1) -> (Build target) -> C:\Projects\Craft.Net-master\craft.net.sln.metaproj : error MSB3202: The project file "C:\Projects\Craft.Net-master\externals\libnbt\LibNbt\LibNbt.csproj" was not found. [C:\Projects\Craft.Net-master\craft.net.sln]

"C:\Projects\Craft.Net-master\craft.net.sln" (default target) (1) -> "C:\Projects\Craft.Net-master\Craft.Net.Server\Craft.Net.Server.csproj" (default target) (2) -> "C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj" (default target) (3) -> (CoreCompile target) -> Chunk.cs(4,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Chunk.cs(5,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Level.cs(10,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Level.cs(11,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] NbtSerialization\NbtSerializer.cs(6,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Region.cs(8,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(6,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(7,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] TileEntity.cs(8,7): error CS0246: The type or namespace name 'LibNbt' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Chunk.cs(156,16): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Chunk.cs(211,55): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] NbtSerialization\NbtSerializer.cs(23,16): error CS0246: The type or namespace name 'NbtTag' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] NbtSerialization\NbtSerializer.cs(95,35): error CS0246: The type or namespace name 'NbtTag' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(20,17): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(70,16): error CS0246: The type or namespace name 'NbtFile' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(127,36): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] Slot.cs(142,16): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] TileEntity.cs(30,42): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj] TileEntity.cs(49,16): error CS0246: The type or namespace name 'NbtCompound' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\Craft.Net-master\Craft.Net.Data\Craft.Net.Data.csproj]

1 Warning(s)
20 Error(s)

Time Elapsed 00:00:00.94

Imperceptus commented 11 years ago

fixed. the libnbt wasn't included in the download. added from your other page.

ddevault commented 11 years ago

git clone --recursive [foo]