Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cannot build opencv_core320d.lib in VS2008

I'm trying to build OpenCV3 using CMake-GUI, Visual Studio 2008 (x86), and Windows 10.

After configuring and generating, I try to build in Visual Studio. Some of the libs build but most don't. This includes core. These are just the core errors:

3>------ Build started: Project: opencv_core, Configuration: Debug Win32 ------
3>Compiling...
3>opencv_core_pch.cpp
3>Compiling...
3>opencl_kernels_core.cpp
3>transpose.cl
3>split_merge.cl
3>set_identity.cl
3>repeat.cl
3>reduce2.cl
3>reduce.cl
3>normalize.cl
3>..\..\..\opencv\modules\core\src\opencl\split_merge.cl(103) : fatal error C1189: #error :  "No operation"
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(18) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(60) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(56) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(30) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\reduce2.cl(89) : fatal error C1189: #error :  "No operation is specified"
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(18) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\reduce.cl(555) : fatal error C1189: #error :  "No operation"
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(56) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(18) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(60) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(56) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(30) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(18) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(18) : error C2182: 'repeat' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(60) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(56) : error C2146: syntax error : missing ')' before identifier 'uchar'
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(30) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(19) : error C2059: syntax error : ')'
3>mulspectrums.cl
3>mixchannels.cl
3>minmaxloc.cl
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(60) : error C2182: 'transpose' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(56) : error C2182: 'setIdentity' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(30) : error C2182: 'normalizek' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(20) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(20) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(33) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\repeat.cl(38) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(61) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(62) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(39) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(57) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(40) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(62) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(58) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\normalize.cl(40) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(95) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(58) : error C2447: '{' : missing function header (old-style formal list?)
3>meanstddev.cl
3>lut.cl
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : error C2146: syntax error : missing ';' before identifier 'cmulf'
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(58) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(18) : error C2065: 'MINMAX_STRUCT_ALIGNMENT' : undeclared identifier
3>inrange.cl
3>..\..\..\opencv\modules\core\src\opencl\transpose.cl(109) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\set_identity.cl(67) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : error C2433: 'float2' : 'inline' not permitted on data declarations
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(58) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(18) : error C2065: 'MINMAX_STRUCT_ALIGNMENT' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(58) : error C2065: 'DECLARE_INPUT_MAT_N' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(58) : error C2146: syntax error : missing ')' before identifier 'DECLARE_OUTPUT_MAT_N'
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(58) : error C2182: 'mixChannels' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : error C2146: syntax error : missing ')' before identifier 'a'
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(50) : warning C4005: 'MIN' : macro redefinition
3>        C:\Users\yrazin3\Desktop\OpenCV6\opencv\modules\core\include\opencv2/core/cvdef.h(287) : see previous definition of 'MIN'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(51) : warning C4005: 'MAX' : macro redefinition
3>        C:\Users\yrazin3\Desktop\OpenCV6\opencv\modules\core\include\opencv2/core/cvdef.h(291) : see previous definition of 'MAX'
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(58) : error C2059: syntax error : ')'
3>gemm.cl
3>flip.cl
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(52) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(110) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(34) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(59) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(116) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(52) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(116) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\mixchannels.cl(59) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(52) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(116) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(34) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(110) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(47) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(52) : error C2143: syntax error : missing ')' before 'const'
3>fft.cl
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(46) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(116) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(34) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(110) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(52) : error C2182: 'inrange' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(47) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(116) : error C2182: 'minmaxloc' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(34) : error C2182: 'meanStdDev' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(110) : error C2182: 'LUT' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C2146: syntax error : missing ';' before identifier 'conjf'
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(46) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C2433: 'float2' : 'inline' not permitted on data declarations
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(124) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(60) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(39) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(112) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(23) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(46) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(125) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(61) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(40) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(113) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C2086: 'int float2' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(46) : see declaration of 'float2'
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(46) : error C2182: 'gemm' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : error C2182: 'arithm_flip_rows' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\minmaxloc.cl(125) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(61) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\meanstddev.cl(40) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\lut.cl(113) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C2146: syntax error : missing ')' before identifier 'a'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C2146: syntax error : missing ';' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(49) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\inrange.cl(100) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C2146: syntax error : missing ';' before identifier 'mul_complex'
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(50) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(51) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(52) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(54) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\gemm.cl(50) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(52) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C2146: syntax error : missing ')' before identifier 'a'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(55) : error C2143: syntax error : missing ';' before '{'
3>cvtclr_dx.cl
3>copyset.cl
3>copymakeborder.cl
3>opencl_core.cpp
3>opencl_clamdfft.cpp
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(56) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(55) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(56) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(66) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(56) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(83) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(56) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(56) : error C2182: 'mulAndScaleSpectrums' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(83) : error C2086: 'int __kernel' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : see declaration of '__kernel'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(59) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(28) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : error C2144: syntax error : 'float' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\copymakeborder.cl(93) : fatal error C1189: #error :  "No extrapolation method"
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(115) : error C2144: syntax error : 'void' should be preceded by ';'
3>opencl_clamdblas.cpp
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(83) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(60) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(115) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(83) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\mulspectrums.cl(60) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2374: '__attribute__' : redefinition; multiple initialization
3>        ..\..\..\opencv\modules\core\src\opencl\fft.cl(23) : see declaration of '__attribute__'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(83) : error C2182: 'arithm_flip_rows_cols' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(115) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2146: syntax error : missing ';' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(85) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(115) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(74) : error C2144: syntax error : 'float' should be preceded by ';'
3>va_intel.cpp
3>umatrix.cpp
3>types.cpp
3>tables.cpp
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2146: syntax error : missing ';' before identifier 'twiddle'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(86) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(115) : error C2182: 'setMask' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(74) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(86) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(74) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2086: 'int CT' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\fft.cl(24) : see declaration of 'CT'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(97) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2146: syntax error : missing ')' before identifier 'a'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(129) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(75) : error C2144: syntax error : 'float' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(129) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(117) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\umatrix.cpp(391) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=int
3>        ]
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(75) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(129) : error C2086: 'int __kernel' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\flip.cl(52) : see declaration of '__kernel'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(118) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(75) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(129) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(29) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(118) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(129) : error C2143: syntax error : missing ')' before 'const'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(33) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(76) : error C2144: syntax error : 'float' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(129) : error C2182: 'arithm_flip_cols' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(34) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(76) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(138) : error C2144: syntax error : 'void' should be preceded by ';'
3>system.cpp
3>stl.cpp
3>stat.cpp
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(34) : error C2146: syntax error : missing ')' before identifier 'a0'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(76) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(131) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(138) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(34) : error C2182: 'butterfly2' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(132) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(77) : error C2144: syntax error : 'float' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(138) : error C2086: 'int __kernel' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\copyset.cl(115) : see declaration of '__kernel'
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(132) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(77) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(35) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(138) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\flip.cl(143) : warning C4068: unknown pragma
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(77) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(36) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(138) : error C2146: syntax error : missing ')' before identifier 'uchar'
3>split.cpp
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(45) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(78) : error C2144: syntax error : 'float' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(138) : error C2182: 'set' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(46) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(46) : error C2146: syntax error : missing ')' before identifier 'a0'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(139) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(78) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(46) : error C2182: 'butterfly4' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(140) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\copyset.cl(140) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(47) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(48) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(79) : error C2144: syntax error : 'float' should be preceded by ';'
3>rand.cpp
3>persistence.cpp
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(67) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(79) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(68) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(79) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(68) : error C2146: syntax error : missing ')' before identifier 'a0'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(68) : error C2182: 'butterfly3' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(69) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(84) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(70) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(85) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(85) : error C2065: 'read_only' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(86) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(86) : error C2146: syntax error : missing ')' before identifier 'a0'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(86) : error C2182: 'butterfly5' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(85) : error C2146: syntax error : missing ')' before identifier 'image2d_t'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(85) : error C2182: 'YUV2BGR_NV12_8u' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(87) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(88) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(90) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(126) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(91) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(127) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(91) : error C2447: '{' : missing function header (old-style formal list?)
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(127) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(127) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(127) : error C2182: 'fft_radix2' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(157) : error C2144: syntax error : 'float' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(127) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(128) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(157) : error C2086: 'int __constant' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(65) : see declaration of '__constant'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(145) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(165) : error C2144: syntax error : 'void' should be preceded by ';'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(146) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(165) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(146) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(165) : error C2086: 'int __kernel' : redefinition
3>        ..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(84) : see declaration of '__kernel'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(146) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(166) : error C2065: '__global' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(146) : error C2182: 'fft_radix2_B2' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(166) : error C2144: syntax error : 'unsigned char' should be preceded by ')'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(166) : error C2448: 'BGR2YUV_NV12_8u' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(167) : error C2062: type 'int' unexpected
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(146) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(171) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(147) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\cvtclr_dx.cl(172) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(168) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(169) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\persistence.cpp(1372) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=char
3>        ]
3>pca.cpp
3>parallel_pthreads.cpp
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(169) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(169) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(169) : error C2182: 'fft_radix2_B3' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(169) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(170) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(194) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(195) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(195) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(195) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(195) : error C2182: 'fft_radix2_B4' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(195) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(196) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(224) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(225) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(225) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(225) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\persistence.cpp(1397) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>parallel.cpp
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(225) : error C2182: 'fft_radix2_B5' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(225) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(226) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(257) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(258) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(258) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\persistence.cpp(1414) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(258) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(258) : error C2182: 'fft_radix4' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(258) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(259) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(275) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(276) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(276) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(276) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(276) : error C2182: 'fft_radix4_B2' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\persistence.cpp(2351) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=char
3>        ]
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(276) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(277) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(298) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(299) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(299) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(299) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(299) : error C2182: 'fft_radix4_B3' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(299) : error C2059: syntax error : ')'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(300) : error C2143: syntax error : missing ';' before '{'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(324) : error C2065: 'always_inline' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(325) : error C2448: '__attribute__' : function-style initializer appears to be a function definition
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(325) : error C2065: '__local' : undeclared identifier
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(325) : error C2146: syntax error : missing ')' before identifier 'CT'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(325) : error C2182: 'fft_radix8' : illegal use of type 'void'
3>..\..\..\opencv\modules\core\src\opencl\fft.cl(325) : fatal error C1003: error count exceeds 100; stopping compilation
3>..\..\..\opencv\modules\core\src\persistence.cpp(2376) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(2393) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>ovx.cpp
3>out.cpp
3>..\..\..\opencv\modules\core\src\persistence.cpp(3489) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=char
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(3508) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(3523) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>opengl.cpp
3>..\..\..\opencv\modules\core\src\persistence.cpp(7690) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=char
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(7707) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(7751) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(7790) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(7876) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(7884) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>..\..\..\opencv\modules\core\src\persistence.cpp(7895) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=uchar
3>        ]
3>ocl.cpp
3>merge.cpp
3>matrix_decomp.cpp
3>matrix.cpp
3>..\..\..\opencv\modules\core\src\matrix.cpp(444) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=int
3>        ]
3>..\..\..\opencv\modules\core\src\matrix.cpp(555) : error C2039: 'data' : is not a member of 'std::vector<_Ty>'
3>        with
3>        [
3>            _Ty=int
3>        ]
3>matop.cpp
3>matmul.cpp
3>mathfuncs_core.cpp
3>..\..\..\opencv\modules\core\src\ocl.cpp(4529) : warning C4127: conditional expression is constant
3>mathfuncs.cpp
3>lpsolver.cpp
3>lda.cpp
3>lapack.cpp
3>kmeans.cpp
3>hal_internal.cpp
3>gl_core_3_1.cpp
3>glob.cpp
3>dxt.cpp
3>downhill_simplex.cpp
3>directx.cpp
3>datastructs.cpp
3>cuda_stream.cpp
3>cuda_info.cpp
3>cuda_host_mem.cpp
3>cuda_gpu_mat.cpp
3>copy.cpp
3>convert.cpp
3>conjugate_gradient.cpp
3>command_line_parser.cpp
3>array.cpp
3>arithm.cpp
3>alloc.cpp
3>algorithm.cpp
3>version_string.inc
3>.\version_string.inc(1) : error C2059: syntax error : 'string'
3>Build log was saved at "file://c:\Users\yrazin3\Desktop\OpenCV6\build2\modules\core\opencv_core.dir\Debug\BuildLog.htm"
3>opencv_core - 322 error(s), 12 warning(s)
4>------ Build started: Project: opencv_imgproc, Configuration: Debug Win32 ------
5>------ Build started: Project: opencv_flann, Configuration: Debug Win32 ------
6>------ Build started: Project: opencv_viz, Configuration: Debug Win32 ------
7>------ Build started: Project: opencv_ml, Configuration: Debug Win32 ------
5>Linking...
7>Linking...
4>Compiling...
6>Compiling...
5>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core320d.lib'
7>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_core320d.lib'

Any ideas?