@braedenf wrote:
Hi there,
I am having an issue compiling the ofxDatGui library on a windows machine using Visual Studio 2015 with the latest release version of Openframeworks. The issue is a whole bunch of syntax errors and signed/unsigned mismatch errors. I’ll just dump some of the output below:
2>c:\of_v20180227_vs2015_release\addons\ofxdatgui\src\libs\ofxsmartfont\ofxSmartFont.h(34): error C3646: 'file': unknown override specifier (compiling source file ..\..\..\addons\ofxDatGui\src\libs\ofxSmartFont\ofxSmartFont.cpp) 2>c:\of_v20180227_vs2015_release\addons\ofxdatgui\src\libs\ofxsmartfont\ofxSmartFont.h(34): ... 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(92): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(98): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(654): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(659): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(809): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(830): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(859): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(869): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(883): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(900): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(915): warning C4018: '<': signed/unsigned mismatch 2>..\..\..\addons\ofxDatGui\src\ofxDatGui.cpp(917): warning C4018: '<': signed/unsigned mismatch ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Posts: 2
Participants: 1