..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(435): error C2988: unrecognizable template declaration/definition
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(435): error C2059: syntax error: '('
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(435): error C2091: function returns function
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(435): error C2059: syntax error: ')'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(440): error C2143: syntax error: missing ';' before '}'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(440): error C2238: unexpected token(s) preceding ';'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1355): error C2059: syntax error: '('
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2370): note: see reference to class template instantiation 'boost::variant<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24,T25,T26,T27,T28,T29,T30,T31,T32,T33,T34,T35,T36,T37,T38,T39>' being compiled
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1355): error C2091: function returns function
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1355): error C2059: syntax error: ')'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1355): error C2059: syntax error: '{'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1355): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1750): error C2059: syntax error: '('
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1750): error C2091: function returns function
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1750): error C2059: syntax error: ')'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1750): error C2059: syntax error: '{'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(1750): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2147): error C2059: syntax error: '('
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2147): error C2091: function returns function
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2147): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2147): error C2059: syntax error: ')'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2149): error C2059: syntax error: '{'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/variant/variant.hpp(2149): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(870): error C2059: syntax error: '('
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(1173): note: see reference to class template instantiation 'boost::optional<T>' being compiled
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(870): error C2091: function returns function
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(870): error C2059: syntax error: ')'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(871): error C2059: syntax error: ')'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(870): error C2059: syntax error: ':'
..\..\Downloads\bioformats-cpp-5.1.8-Release-WindowsVC12-x86\include\boost/optional/optional.hpp(870): error C2334: unexpected token(s) preceding ':'; skipping apparent function body
QT += core
QT -= gui
CONFIG += c++11
TARGET = BioTest
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../Downloads/bioformats-cpp-5.1.8-Release-WindowsVC12-x86/lib/ -lome-bioformats
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../Downloads/bioformats-cpp-5.1.8-Release-WindowsVC12-x86/lib/ -lome-bioformatsd
else:unix: LIBS += -L$$PWD/../../Downloads/bioformats-cpp-5.1.8-Release-WindowsVC12-x86/lib/ -lome-bioformats
INCLUDEPATH += $$PWD/../../Downloads/bioformats-cpp-5.1.8-Release-WindowsVC12-x86/include
DEPENDPATH += $$PWD/../../Downloads/bioformats-cpp-5.1.8-Release-WindowsVC12-x86/include
09:27:36: Running steps for project BioImage...
09:27:36: Configuration unchanged, skipping qmake step.
09:27:36: Starting: "C:\Qt\Qt5.7.0\Tools\QtCreator\bin\jom.exe"
C:\Qt\Qt5.7.0\Tools\QtCreator\bin\jom.exe -f Makefile.Release
cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -O2 -MD -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -EHsc -DUNICODE -DWIN32 -DQT_NO_DEBUG -DQT_CORE_LIB -DNDEBUG -I..\BioImage -I. -I..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include -I..\..\..\..\Qt\Qt5.7.0\5.7\msvc2015\include -I..\..\..\..\Qt\Qt5.7.0\5.7\msvc2015\include\QtCore -Irelease -I..\..\..\..\Qt\Qt5.7.0\5.7\msvc2015\mkspecs\win32-msvc2015 -Forelease\ @C:\Users\RDWANG~1\AppData\Local\Temp\main.obj.4864.78.jom
main.cpp
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C3861: '_Pred': identifier not found
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2126: 'max' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2206: 'max': typedef cannot be used for function definition
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2126: 'max' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2206: 'max': typedef cannot be used for function definition
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C3861: '_Pred': identifier not found
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2126: 'min' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2206: 'min': typedef cannot be used for function definition
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2126: 'min' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2206: 'min': typedef cannot be used for function definition
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(435): error C2988: unrecognizable template declaration/definition
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(435): error C2059: syntax error: '('
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(435): error C2091: function returns function
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(435): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(440): error C2143: syntax error: missing ';' before '}'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(440): error C2238: unexpected token(s) preceding ';'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1355): error C2059: syntax error: '('
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2373): note: see reference to class template instantiation 'boost::variant<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24,T25,T26,T27,T28,T29,T30,T31,T32,T33,T34,T35,T36,T37,T38,T39>' being compiled
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1355): error C2091: function returns function
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1355): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1357): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1355): error C2059: syntax error: '{'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1355): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1753): error C2059: syntax error: '('
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1753): error C2091: function returns function
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1753): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1753): error C2059: syntax error: '{'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(1753): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2150): error C2059: syntax error: '('
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2150): error C2091: function returns function
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2150): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2150): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2152): error C2059: syntax error: '{'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/variant/variant.hpp(2152): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(870): error C2059: syntax error: '('
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(1173): note: see reference to class template instantiation 'boost::optional<T>' being compiled
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(870): error C2091: function returns function
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(870): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(871): error C2059: syntax error: ')'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(870): error C2059: syntax error: ':'
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(870): error C2334: unexpected token(s) preceding ':'; skipping apparent function body
..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost/optional/optional.hpp(106): fatal error C1075: the left brace '{' was unmatched at the end of the file
jom: C:\Users\RDWangJu2\Project\build-BioImage-Desktop_Qt_5_7_0_MSVC2015_32bit-Release\Makefile.Release [release\main.obj] Error 2
jom: C:\Users\RDWangJu2\Project\build-BioImage-Desktop_Qt_5_7_0_MSVC2015_32bit-Release\Makefile [release] Error 2
09:27:38: The process "C:\Qt\Qt5.7.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project BioImage (kit: Desktop Qt 5.7.0 MSVC2015 32bit)
When executing step "Make"
09:27:38: Elapsed time: 00:03.
11:33:56: Running steps for project TestOme...
11:33:56: Configuration unchanged, skipping qmake step.
11:33:56: Starting: "C:\Qt\Qt5.7.0\Tools\QtCreator\bin\jom.exe"
C:\Qt\Qt5.7.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -Zi -MDd -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -EHsc /Fddebug\TestOme.pdb -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_CORE_LIB -I..\TestOme -I. -I..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include -I..\..\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60 -I..\..\..\..\Qt\Qt5.7.0\5.7\msvc2015\include -I..\..\..\..\Qt\Qt5.7.0\5.7\msvc2015\include\QtCore -Idebug -I..\..\..\..\Qt\Qt5.7.0\5.7\msvc2015\mkspecs\win32-msvc2015 -Fodebug\ @C:\Users\RDWANG~1\AppData\Local\Temp\main.obj.2640.78.jom
main.cpp
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2065: '_Pred': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2126: 'max' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3590): error C2206: 'max': typedef cannot be used for function definition
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2126: 'max' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3610): error C2206: 'max': typedef cannot be used for function definition
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2065: '_Pred': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2126: 'min' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3627): error C2206: 'min': typedef cannot be used for function definition
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2065: '_Right': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2065: '_Left': undeclared identifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2126: 'min' cannot be declared with 'constexpr' specifier
C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE\algorithm(3647): error C2206: 'min': typedef cannot be used for function definition
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(435): error C2988: unrecognizable template declaration/definition
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(435): error C2059: syntax error: '('
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(435): error C2091: function returns function
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(435): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(440): error C2143: syntax error: missing ';' before '}'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(440): error C2238: unexpected token(s) preceding ';'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1355): error C2059: syntax error: '('
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2373): note: see reference to class template instantiation 'boost::variant<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24,T25,T26,T27,T28,T29,T30,T31,T32,T33,T34,T35,T36,T37,T38,T39>' being compiled
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1355): error C2091: function returns function
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1355): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1357): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1355): error C2059: syntax error: '{'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1355): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1753): error C2059: syntax error: '('
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1753): error C2091: function returns function
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1753): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1753): error C2059: syntax error: '{'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(1753): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2150): error C2059: syntax error: '('
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2150): error C2091: function returns function
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2150): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2150): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2152): error C2059: syntax error: '{'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/variant/variant.hpp(2152): error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(870): error C2059: syntax error: '('
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(1173): note: see reference to class template instantiation 'boost::optional<T>' being compiled
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(870): error C2091: function returns function
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(870): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(871): error C2059: syntax error: ')'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(870): error C2059: syntax error: ':'
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(870): error C2334: unexpected token(s) preceding ':'; skipping apparent function body
C:\Users\RDWangJu2\Downloads\ome-files-bundle-0.1.1-VC12-x86-Release-b6\include\boost-1_60\boost/optional/optional.hpp(106): fatal error C1075: the left brace '{' was unmatched at the end of the file
jom: C:\Users\RDWangJu2\Project\build-TestOme-Desktop_Qt_5_7_0_MSVC2015_32bit-Debug\Makefile.Debug [debug\main.obj] Error 2
jom: C:\Users\RDWangJu2\Project\build-TestOme-Desktop_Qt_5_7_0_MSVC2015_32bit-Debug\Makefile [debug] Error 2
11:33:59: The process "C:\Qt\Qt5.7.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project TestOme (kit: Desktop Qt 5.7.0 MSVC2015 32bit)
When executing step "Make"
11:33:59: Elapsed time: 00:03.
QT += core
QT -= gui
CONFIG += c++11
TARGET = TestOme
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/lib/ -lome-files
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/lib/ -lome-filesd
else:unix: LIBS += -L$$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/lib/ -lome-files
INCLUDEPATH += $$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/include
INCLUDEPATH += $$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/include/boost-1_60
DEPENDPATH += $$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/include
DEPENDPATH += $$PWD/../../Downloads/ome-files-bundle-0.1.1-VC12-x86-Release-b6/include/boost-1_60
Return to Installation and Deployment
Users browsing this forum: No registered users and 1 guest