WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

[question] No more xbuild - I must use now msbuild ? #307

Closed BogusCurry closed 6 years ago

BogusCurry commented 6 years ago

Hi there ;D I would my little grid on my local PC updatet, ok I have make git pull and I make runpre.... and now I will make xbuild WhiteCore.sln, but the message says failed ?

I must now use msbuild, no more xbuild ? https://paste.md-5.net/telomewoca.vhdl

Have a nice DAy ;D

fly-man- commented 6 years ago

If you are building on Linux and use the most recent version of Mono you will get a message that xbuild will be phased out but it will work.

Once Mono has removed it we will have to check.

The latest Stable Mono release is: 5.12.0 Stable (5.12.0.301)

Also be sure that you use the git pull link that we have in the README to be sure you also get WhiteCore-LibOMV before compiling.

BogusCurry commented 6 years ago

I have LibOMV loaded before I compilling and I have mono version update from 4.x to 5.1.2. But I will check too ;D

BogusCurry commented 6 years ago

Ok, I install now mono-complete ;D But the point is, that the devs would remove xbuild from the source and the future is msbuild.

fly-man- commented 6 years ago

@BogusCurry We can't remove xbuild as it's part of Mono. As long as they offer it, we will gladly use it.

As soon as xbuild is deprevated by Mono, we will look into others ways of building.