woboq / verdigris

Qt without moc: set of macros to use Qt without needing moc
https://woboq.com/blog/verdigris-qt-without-moc.html
GNU Lesser General Public License v3.0
643 stars 60 forks source link

Build fails with latest MSVC (15.9) #46

Closed jcelerier closed 5 years ago

jcelerier commented 5 years ago

because of course ...

there is an immense amount of errors that appears simply by running the verdigris unit tests

jcelerier commented 5 years ago

I've sent an issue ticket to MS asking them to put the lib in their test suite: https://developercommunity.visualstudio.com/content/problem/388540/please-add-the-verdigris-library-to-your-c-test-su.html

ogoffart commented 5 years ago

Could you paste example of these errors?

jcelerier commented 5 years ago

hmm, they're in french if it's not a problem, I don't know how I can ask cl.exe to output in english :

https://gist.github.com/jcelerier/e2ab319a4fa1d2343eb614827ba8f7d4

jcelerier commented 5 years ago

Still fails with VS 16. ("Visual Studio 2019") :(

ogoffart commented 5 years ago

I have personally not tested MSVC 2019 yet. If you manage to find a workaround, i'd be happy to apply it.