-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2013 compile #30
Comments
We are using C++ 2011 features that are not implemented in the Visual Studio 2012 and earlier compilers. If you want to use Visual Studio, you will need Visual Studio 2013. Otherwise, you can use MinGW. |
Allright. I gonna switch over to vs 12. I gonna tell you if build succeeded and close this issue. |
Well, it fixed about 50 errors but there are still 50 errors left. |
Woud be cool if you could attach a log of the errors. |
Well i used the _NOEXPECT macro at the remaining points and the build was fixed. so its the problem that the defined noexept is declared as undefined. (in any reason) |
checkout my commit at |
I was hardly keeping the vs 2013 compatible repo (intline) alive, but now there are functions used from sol that cant even be compiled with 2013 update 2. I am trying to create a makefile project which uses mingw as compiler instead vs but there are still problems with intellisence and debugging. |
it is possible to compile most of the source with the visual studio 14 CTP (it supports noexcept, and a few other new c++ features). however, there are issues in traits.hpp (and there were 3 others that were easily fixed by adding specifically, in any ideas on a solution to this? This SEEMS to be the only error i am getting in VS14, and it would be cool to be able to run everything through it (debugging and whatnot). |
Bypassing this error creates a new set of errors. The codestyle used is not yet supported by Visual Studio. |
also what exactly does that line of code do...? never seen anything like that. |
http://blogs.msdn.com/b/vcblog/archive/2014/11/12/visual-studio-2015-preview-now-available.aspx Will it ble- uh, compile? |
Sup guys.
I got interested in this project since it seems to be pretty active and would love to implement some champions within the next times.
but sadly it seems that the compile for vs 12 is broken (127 errors total)
used software:
win7
cmake 2.8.12.1
vs 2013 express
revision of the report: 02b3df3
(updated issue)
The text was updated successfully, but these errors were encountered: