luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
570 stars 109 forks source link

Build instructions don't actually work. #18

Closed johnfredcee closed 7 years ago

johnfredcee commented 7 years ago

Zaba@ZABA-HUGETOP D:\Dev\libraries\OpenGL.Net

msbuild OpenGL.Net.sln Microsoft (R) Build Engine version 14.0.25420.1 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 16/10/2016 10:59:27. D:\Dev\libraries\OpenGL.Net\OpenGL.Net.sln : Solution file error MSB5004: The solution file has two projects named "OpenGL_Net".

Build FAILED.

D:\Dev\libraries\OpenGL.Net\OpenGL.Net.sln : Solution file error MSB5004: The solution file has two projects named "OpenGL_Net" .

0 Warning(s)
1 Error(s)
luca-piccioni commented 7 years ago

Funny. I'll check it tonight. Instead, executing ms build on All_Vc14.sln?

Il Dom 16 Ott 2016 12:00 John Connors notifications@github.com ha scritto:

Zaba@ZABA-HUGETOP D:\Dev\libraries\OpenGL.Net

msbuild OpenGL.Net.sln Microsoft (R) Build Engine version 14.0.25420.1 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 16/10/2016 10:59:27. D:\Dev\libraries\OpenGL.Net\OpenGL.Net.sln : Solution file error MSB5004: The solution file has two projects named "OpenGL_Net".

Build FAILED.

D:\Dev\libraries\OpenGL.Net\OpenGL.Net.sln : Solution file error MSB5004: The solution file has two projects named "OpenGL_Net" .

0 Warning(s) 1 Error(s)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/luca-piccioni/OpenGL.Net/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AEe6CXPRuv_ybRGAEFrlWtR86wgO3We6ks5q0fXMgaJpZM4KX7xK .

johnfredcee commented 7 years ago

Yes, that's what I'm doing..

luca-piccioni commented 7 years ago

Found the reason. OpenGL.Net.sln is a MonoDevelop solution that includes the OpenGL.Net.mdproj project (binary package project). MSBuild is confusing them (probably ignore the extension (sigh) and hence the error.

Documentation should be completed differentiating for build tool-chain.