-
Notifications
You must be signed in to change notification settings - Fork 254
Description
Hi all,
I follow the in instruction from https://github.com/linkingvision/rapidvms and https://linkingv.gitbooks.io/rapidvmsusermanual/content/ to build the rapidvms. I used visual studio 2017, qt-opensource-windows-x86-5.10.1.exe, and added Qt version to visual studio.
However, I got this error:
1>c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.14.26428\include\xcall_once.h(20): error C3646: '_NOEXCEPT': unknown override specifier
1>c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.14.26428\include\xcall_once.h(33): error C3646: '_NOEXCEPT': unknown override specifier
1>c:\program files (x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.14.26428\include\system_error(59): error C3646: '_NOEXCEPT': unknown override specifier
4>c:\qt\qt5.10.1\5.10.1\msvc2015\include\qtcore\qchar.h(94): error C2535: 'QChar::QChar(ushort) noexcept': member function already defined or declared
4>c:\qt\qt5.10.1\5.10.1\msvc2015\include\qtcore\qchar.h(82): note: see declaration of 'QChar::QChar'
4>moc_vvidtimeline.cpp
4>c:\qt\qt5.10.1\5.10.1\msvc2015\include\qtcore\qchar.h(94): error C2535: 'QChar::QChar(ushort) noexcept': member function already defined or declared
4>c:\qt\qt5.10.1\5.10.1\msvc2015\include\qtcore\qchar.h(82): note: see declaration of 'QChar::QChar'
4>Generating Code...
4>Done building project "veuilib.vcxproj" -- FAILED.
========== Build: 1 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
Anybody know why and how to fix this?
Thank you in advance!