GP_Image_Test/cmake-build-debug/CMakeFiles/CMakeError.log

163 lines
9.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Determining if the include file arm_neon.h exists failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lPh82W
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_9461b && [1/2] Building C object CMakeFiles/cmTC_9461b.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_9461b.dir/CheckIncludeFile.c.o
/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_9461b.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lPh82W/CheckIncludeFile.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lPh82W/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory
1 | #include <arm_neon.h>
| ^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file intrin.h exists failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-umezDn
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_bd010 && [1/2] Building C object CMakeFiles/cmTC_bd010.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_bd010.dir/CheckIncludeFile.c.o
/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_bd010.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-umezDn/CheckIncludeFile.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-umezDn/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory
1 | #include <intrin.h>
| ^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file guiddef.h exists failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-xu9gF9
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a4f85 && [1/2] Building C object CMakeFiles/cmTC_a4f85.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_a4f85.dir/CheckIncludeFile.c.o
/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_a4f85.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-xu9gF9/CheckIncludeFile.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-xu9gF9/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory
1 | #include <guiddef.h>
| ^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the include file initguid.h exists failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lm4XhV
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_72651 && [1/2] Building C object CMakeFiles/cmTC_72651.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_72651.dir/CheckIncludeFile.c.o
/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_72651.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lm4XhV/CheckIncludeFile.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lm4XhV/CheckIncludeFile.c:1:10: fatal error: initguid.h: No such file or directory
1 | #include <initguid.h>
| ^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Determining if the proc_pidpath exist failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ox3Cic
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a80e3 && [1/2] Building C object CMakeFiles/cmTC_a80e3.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a80e3.dir/CheckSymbolExists.c.o
/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_a80e3.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ox3Cic/CheckSymbolExists.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ox3Cic/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory
2 | #include <libproc.h>
| ^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
File CheckSymbolExists.c:
/* */
#include <libproc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef proc_pidpath
return ((int*)(&proc_pidpath))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if files pthread.h;pthread_np.h exist failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TNZcOf
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_7f684 && [1/2] Building C object CMakeFiles/cmTC_7f684.dir/HAVE_PTHREAD_NP_H.c.o
FAILED: CMakeFiles/cmTC_7f684.dir/HAVE_PTHREAD_NP_H.c.o
/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_7f684.dir/HAVE_PTHREAD_NP_H.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TNZcOf/HAVE_PTHREAD_NP_H.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TNZcOf/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory
3 | #include <pthread_np.h>
| ^~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <pthread.h>
#include <pthread_np.h>
int main(void){return 0;}
Determining if the pthread_setname_np exist failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_8d451 && [1/2] Building C object CMakeFiles/cmTC_8d451.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_8d451.dir/CheckSymbolExists.c.o
/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_8d451.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c: In function main:
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c:8:19: error: pthread_setname_np undeclared (first use in this function); did you mean pthread_setcanceltype?
8 | return ((int*)(&pthread_setname_np))[argc];
| ^~~~~~~~~~~~~~~~~~
| pthread_setcanceltype
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_setname_np
return ((int*)(&pthread_setname_np))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_set_name_np exist failed with the following output:
Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j
Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f8e29 && [1/2] Building C object CMakeFiles/cmTC_f8e29.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f8e29.dir/CheckSymbolExists.c.o
/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_f8e29.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c: In function main:
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c:8:19: error: pthread_set_name_np undeclared (first use in this function); did you mean pthread_setcanceltype?
8 | return ((int*)(&pthread_set_name_np))[argc];
| ^~~~~~~~~~~~~~~~~~~
| pthread_setcanceltype
/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_set_name_np
return ((int*)(&pthread_set_name_np))[argc];
#else
(void)argc;
return 0;
#endif
}