icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.07k stars 770 forks source link

Error compiling 5.2 #830

Open speedyrudolf opened 4 years ago

speedyrudolf commented 4 years ago

Hi. When compiling, I get the error: Capture The files mentioned are not on GitHub and are not created previously in the build process. Thanks.

dgrunwald commented 4 years ago

The profiler is an optional component and is only built if the appropriate C++ compiler is found. You can use SharpDevelop without the profiler, it's just when building the setup that all components need to be present. According to the readme, the Windows SDK 7.0 should install the necessary C++ compiler version.

speedyrudolf commented 4 years ago

I get that it's optional, but either include the necessary files or exclude them from the build. Either way, something should be done to prevent errors like this.

dgrunwald commented 4 years ago

The normal build (debugbuild.bat / releasebuild.bat) should succeed even without the Windows SDK.

Also, nothing will be done about any errors anymore -- SharpDevelop is dead (#799).

LuizAntonioPereira commented 4 years ago

@dgrunwald Sharpdevelop has the potential to be imported into linux. I would have to use mono instead of msbuild?