linkingvision / rapidvms

rapidvms(open source VMS/NVR Video Management System/ Network Video Recorder) ==> project closed, use https://www.linkingvision.com/usc instead
https://www.linkingvision.com/
Other
432 stars 242 forks source link

Error when build rapidvms in Window 10 #88

Open vanvantong opened 6 years ago

vanvantong commented 6 years ago

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!