C++ 首次尝试使用CMake编译打开的CV时出错

C++ 首次尝试使用CMake编译打开的CV时出错,c++,opencv,cmake,C++,Opencv,Cmake,我是新的开放式简历,并想编译该项目 首先,下载代码,然后使用CMake编译 为了重现我的问题,只需从官方网页下载开放式简历。 OpenCV–4.4.0 尝试使用CMake编译时。我选择了Generator“Visual Studio 16 2019”,这是我在计算机中安装的Visual Studio版本 我犯了个错误 有人能给我一些关于如何解决或调试这个问题的建议吗 我不知道如何解决它 请参阅CMakeError.txt的内容 Determining if the function fse

我是新的开放式简历,并想编译该项目

首先,下载代码,然后使用CMake编译

为了重现我的问题,只需从官方网页下载开放式简历。

  • OpenCV–4.4.0
尝试使用CMake编译时。我选择了Generator“Visual Studio 16 2019”,这是我在计算机中安装的Visual Studio版本

我犯了个错误

有人能给我一些关于如何解决或调试这个问题的建议吗

我不知道如何解决它

请参阅CMakeError.txt的内容

Determining if the function fseeko exists failed with the following output:
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_c9237.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  CheckFunctionExists.c

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D CHECK_FUNCTION_EXISTS=fseeko /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_c9237.dir\Debug\\" /Fd"cmTC_c9237.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj "C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c"

CheckFunctionExists.obj : error LNK2019: s¡mbolo externo nÆo resolvido, fseeko, referenciado na fun‡Æo main [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_c9237.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_c9237.exe : fatal error LNK1120: 1 externo nÆo resolvidos [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_c9237.vcxproj]




Determining size of off64_t failed with the following output:
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_86805.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  OFF64_T.c

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_86805.dir\Debug\\" /Fd"cmTC_86805.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj "C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.c"

C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.c(29,12): error C2065: 'off64_t': identificador nÆo declarado [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_86805.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.c(30,12): error C2065: 'off64_t': identificador nÆo declarado [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_86805.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.c(31,12): error C2065: 'off64_t': identificador nÆo declarado [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_86805.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.c(32,12): error C2065: 'off64_t': identificador nÆo declarado [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_86805.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.c(33,12): error C2065: 'off64_t': identificador nÆo declarado [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_86805.vcxproj]



C:/opencv-4.4.0/build/CMakeFiles/CheckTypeSize/OFF64_T.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>


#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__PPC64__)
# define KEY '_','_','P','P','C','6','4','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__PPC__)
# define KEY '_','_','P','P','C','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif

#define SIZE (sizeof(off64_t))
static char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
  ('0' + ((SIZE / 10000)%10)),
  ('0' + ((SIZE / 1000)%10)),
  ('0' + ((SIZE / 100)%10)),
  ('0' + ((SIZE / 10)%10)),
  ('0' +  (SIZE    % 10)),
  ']',
#ifdef KEY
  ' ','k','e','y','[', KEY, ']',
#endif
  '\0'};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_size[argc];
  (void)argv;
  return require;
}


Determining if the function memmove exists failed with the following output:
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_210f4.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  CheckFunctionExists.c

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D CHECK_FUNCTION_EXISTS=memmove /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_210f4.dir\Debug\\" /Fd"cmTC_210f4.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj "C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c"

C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c(7,3): warning C4391: 'char memmove(void)': tipo de retorno incorreto para fun‡Æo intr¡nseca, esperado 'void' [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_210f4.vcxproj]

C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c(7,3): warning C4392: 'char memmove(void)': n£mero de argumentos incorreto para fun‡Æo intr¡nseca, esperados '3' argumentos [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_210f4.vcxproj]

C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c(17,25): error C2168: 'memmove': poucos parƒmetros reais para fun‡Æo intr¡nseca [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_210f4.vcxproj]




Determining if the function strcasecmp exists failed with the following output:
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_ec25b.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  CheckFunctionExists.c

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D CHECK_FUNCTION_EXISTS=strcasecmp /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ec25b.dir\Debug\\" /Fd"cmTC_ec25b.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj "C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c"

CheckFunctionExists.obj : error LNK2019: s¡mbolo externo nÆo resolvido, strcasecmp, referenciado na fun‡Æo main [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_ec25b.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_ec25b.exe : fatal error LNK1120: 1 externo nÆo resolvidos [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_ec25b.vcxproj]




Build output check failed:
    Regex: 'warning D9002'
    Output line: 'cl : linha de comando warning D9002: ignorando op‡Æo desconhecida '-std=c99' [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_87690.vcxproj]
'
Compilation failed:
    source file: 'C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp/src.c'
    check option: ' /DWIN32 /D_WINDOWS /W3  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi  /fp:precise     /MP -std=c99'
===== BUILD LOG =====
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_87690.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_87690.dir\Debug\\" /Fd"cmTC_87690.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj /bigobj -std=c99 "C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\src.c"

cl : linha de comando warning D9002: ignorando op‡Æo desconhecida '-std=c99' [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_87690.vcxproj]

  src.c

  cmTC_87690.vcxproj -> C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_87690.exe



===== END =====

Determining if the function sgemm_ exists failed with the following output:
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_02923.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  CheckFunctionExists.c

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D CHECK_FUNCTION_EXISTS=sgemm_ /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_02923.dir\Debug\\" /Fd"cmTC_02923.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj "C:\Program Files\CMake\share\cmake-3.18\Modules\CheckFunctionExists.c"

CheckFunctionExists.obj : error LNK2019: s¡mbolo externo nÆo resolvido, sgemm_, referenciado na fun‡Æo main [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_02923.vcxproj]

C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_02923.exe : fatal error LNK1120: 1 externo nÆo resolvidos [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_02923.vcxproj]




Determining if the include file pthread.h exists failed with the following output:
Change Dir: C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_d3745.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:m && Microsoft(R) Build Engine versÆo 16.6.0+5ff7b0c9e para .NET Framework 

Copyright (C) Microsoft Corporation. Todos os direitos reservados.



  Microsoft (R) C/C++ Optimizing Compiler VersÆo 19.26.28806 para x64

  CheckIncludeFile.c

  Copyright (C) Microsoft Corporation. Todos os direitos reservados.

  cl /c /Zi /W3 /WX- /diagnostics:column /MP /Od /Ob0 /Oi /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d3745.dir\Debug\\" /Fd"cmTC_d3745.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue  /bigobj "C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c"

C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1,10): fatal error C1083: NÆo ‚ poss¡vel abrir arquivo incluir: 'pthread.h': No such file or directory [C:\opencv-4.4.0\build\CMakeFiles\CMakeTmp\cmTC_d3745.vcxproj]





确定函数fseeko是否存在失败,输出如下:
更改目录:C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp
运行构建命令:C:/ProgramFiles(x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_c9237.vcxproj/p:Configuration=Debug/p:Platform=x64/p:VisualStudioVersion=16.0/v:m&&Microsoft(R)构建引擎versÆo 16.6.0+5ff7b0c9e para.NET Framework
版权所有(C)微软公司。托多斯迪雷托斯reservados。
Microsoft(R)C/C++优化编译器VersÆo 19.26.28806第x64段
CheckFunctionExists.c
版权所有(C)微软公司。托多斯迪雷托斯reservados。
cl/c/Zi/W3/WX-/diagnostics:column/MP/Od/Ob0/Oi/D WIN32/D\u WINDOWS/D\u CRT\u SECURE\u NO\u deprecrate/D\u CRT\u nonsdc\u NO\u deprecrate/D\u SCL\u SECURE\u NO\u WARNINGS/D CHECK\u FUNCTION\u EXISTS=fseeko/D“CMAKE\u INTDIR=\”Debug\”/D\u MBCS/Gm-/RTC1/MDd/GS/Gy/fp:precisive/Zc:har-wcu-wcu-t\Fo/Zc\Fo/Zc\Fo\Fo/Zc\Fo\f92\cf1/Fd\f3\f3\f3“cmTC_c9237.dir\Debug\vc142.pdb”/Gd/TC/errorReport:queue/bigobj”C:\Program Files\CMake\share\CMake-3.18\Modules\CheckFunctionExists.C”
CheckFunctionExists.obj:error LNK2019:s?mbolo externo nÆo resolvido,fseeko,referenceado na fun‡o main[C:\opencv-4.4.0\build\cmakfiles\cmakemp\cmTC\u c9237.vcxproj]
C:\opencv-4.4.0\build\CMakeFiles\cmakemp\Debug\cmTC_c9237.exe:致命错误LNK1120:1外部nÆo解析[C:\opencv-4.4.0\build\CMakeFiles\cmakemp\cmTC_c9237.vcxproj]
确定off64\u t的大小失败,输出如下:
更改目录:C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp
运行构建命令:C:/ProgramFiles(x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_86805.vcxproj/p:Configuration=Debug/p:Platform=x64/p:VisualStudioVersion=16.0/v:m&&Microsoft(R)构建引擎versÆo 16.6.0+5ff7b0c9e para.NET Framework
版权所有(C)微软公司。Todos os direitos reservados。
Microsoft(R)C/C++优化编译器VersÆo 19.26.28806第x64段
警察公共关系科
版权所有(C)微软公司。Todos os direitos reservados。
cl/c/Zi/W3/WX-/diagnostics:column/MP/Od/Ob0/Oi/D WIN32/D\u CRT\u SECURE\u NO DEPRECATE/D\u CRT\u nonsdc\u NO deprepreprecate/D\u SCL\u SECURE\u NO\u WARNINGS/D“CMAKE\u INTDIR=\”Debug\”/D\u MBCS/Gm-/RTC1/MDd/GS/Gy/fp:precisive/Zc:wchar\u t/Zc:forScope/Zc:inline/Fo\\\\\\\ cmu INTDIR\\\\\\\\ cmu INTDIR\\ cmu 805\vcu\Fd\Fd.865\Fd\Fd\Fd\Fd“/Gd/TC/errorReport:queue/bigobj”C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64\u T.C”
C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.C(29,12):错误C2065:'OFF64_T':Identificator nÆo declarado[C:\opencv-4.4.0\build\CMakeFiles\cmakemp\cmTC_86805.vcxproj]
C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64_T.C(30,12):错误C2065:'OFF64_T':Identificator nÆo declarado[C:\opencv-4.4.0\build\CMakeFiles\cmakemp\cmTC_86805.vcxproj]
C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64\u T.C(31,12):错误C2065:'OFF64\u T':Identificator nÆo declarado[C:\opencv-4.4.0\build\CMakeFiles\cmakemp\cmTC_86805.vcxproj]
C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64\u T.C(32,12):错误C2065:'OFF64\u T':Identificator nÆo declarado[C:\opencv-4.4.0\build\CMakeFiles\cmakemp\cmTC_86805.vcxproj]
C:\opencv-4.4.0\build\CMakeFiles\CheckTypeSize\OFF64\u T.C(33,12):错误C2065:'OFF64\u T':Identificator nÆo declarado[C:\opencv-4.4.0\build\CMakeFiles\cmakemp\cmTC_86805.vcxproj]
C:/opencv-4.4.0/build/cmakfiles/CheckTypeSize/OFF64\u T.C:
#包括
#包括
#包括
#未定义键
#如果已定义(uuui386)
#定义键''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''i','3','8'
#定义的elif(uuux86_64)
#定义键''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#已定义的elif(PPC64)
#定义键'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#已定义的elif(ppc64)
#定义键'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#定义的elif(_PPC__;)
#定义键'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#定义的elif(_ppc__;)
#定义键'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#已定义的elif(aarch64)
#定义键''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#elif已定义(_u臂_u拱_u7a__;)
#定义键'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#elif已定义(_u臂_u拱_u7s__;)
#定义键'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
#恩迪夫
#定义大小(sizeof(off64_t))
静态字符信息大小[]={'I','N','F','O','s','I','z','e','[',
('0'+((大小/10000)%10)),
('0'+((大小/1000)%10)),
('0'+((大小/100)%10)),
('0'+((大小/10)%10)),
('0'+(大小%10)),
']',
#ifdef键
'','k','e','y','[',键''.]',,
#恩迪夫
'\0'};
#ifdef_uuu经典_uC__
int main(argc,argv)int argc;char*argv[];
#否则
int main(int argc,char*argv[])
#恩迪夫
{
int=0;
require+=信息大小[argc];
(无效)argv;
退货要求;
}
确定memmove函数是否存在失败,输出如下:
更改目录:C:/opencv-4.4.0/build/CMakeFiles/CMakeTmp
运行构建命令:C:/ProgramFiles(x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe cmTC_210f4.vcxproj/p:Configuration=Debug/p:Platform=x64/p:VisualStudioVersion=16.0/v:m&&Microsoft(R)构建引擎versÆo 16.6.0+5ff7b0c9e para.NET Framework
版权所有(C)微软公司。托多斯迪雷托斯reservados。
Microsoft(R)C/C++优化编译器VersÆo 19.26.28806第x64段
CheckFunctionExists.c
版权所有(C)