163 lines
7.5 KiB
Plaintext
163 lines
7.5 KiB
Plaintext
|
Determining if the CL_VERSION_2_2 exist failed with the following output:
|
||
|
Change Dir: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp
|
||
|
|
||
|
Run Build Command(s):/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja cmTC_ac5f5 && [1/2] Building C object CMakeFiles/cmTC_ac5f5.dir/CheckSymbolExists.c.o
|
||
|
FAILED: CMakeFiles/cmTC_ac5f5.dir/CheckSymbolExists.c.o
|
||
|
/usr/bin/cc -o CMakeFiles/cmTC_ac5f5.dir/CheckSymbolExists.c.o -c '/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c'
|
||
|
/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory
|
||
|
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
compilation terminated.
|
||
|
ninja: build stopped: subcommand failed.
|
||
|
|
||
|
|
||
|
File /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||
|
/* */
|
||
|
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
(void)argv;
|
||
|
#ifndef CL_VERSION_2_2
|
||
|
return ((int*)(&CL_VERSION_2_2))[argc];
|
||
|
#else
|
||
|
(void)argc;
|
||
|
return 0;
|
||
|
#endif
|
||
|
}
|
||
|
Determining if the CL_VERSION_2_1 exist failed with the following output:
|
||
|
Change Dir: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp
|
||
|
|
||
|
Run Build Command(s):/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja cmTC_a9497 && [1/2] Building C object CMakeFiles/cmTC_a9497.dir/CheckSymbolExists.c.o
|
||
|
FAILED: CMakeFiles/cmTC_a9497.dir/CheckSymbolExists.c.o
|
||
|
/usr/bin/cc -o CMakeFiles/cmTC_a9497.dir/CheckSymbolExists.c.o -c '/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c'
|
||
|
/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory
|
||
|
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
compilation terminated.
|
||
|
ninja: build stopped: subcommand failed.
|
||
|
|
||
|
|
||
|
File /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||
|
/* */
|
||
|
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
(void)argv;
|
||
|
#ifndef CL_VERSION_2_1
|
||
|
return ((int*)(&CL_VERSION_2_1))[argc];
|
||
|
#else
|
||
|
(void)argc;
|
||
|
return 0;
|
||
|
#endif
|
||
|
}
|
||
|
Determining if the CL_VERSION_2_0 exist failed with the following output:
|
||
|
Change Dir: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp
|
||
|
|
||
|
Run Build Command(s):/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja cmTC_9c1e7 && [1/2] Building C object CMakeFiles/cmTC_9c1e7.dir/CheckSymbolExists.c.o
|
||
|
FAILED: CMakeFiles/cmTC_9c1e7.dir/CheckSymbolExists.c.o
|
||
|
/usr/bin/cc -o CMakeFiles/cmTC_9c1e7.dir/CheckSymbolExists.c.o -c '/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c'
|
||
|
/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory
|
||
|
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
compilation terminated.
|
||
|
ninja: build stopped: subcommand failed.
|
||
|
|
||
|
|
||
|
File /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||
|
/* */
|
||
|
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
(void)argv;
|
||
|
#ifndef CL_VERSION_2_0
|
||
|
return ((int*)(&CL_VERSION_2_0))[argc];
|
||
|
#else
|
||
|
(void)argc;
|
||
|
return 0;
|
||
|
#endif
|
||
|
}
|
||
|
Determining if the CL_VERSION_1_2 exist failed with the following output:
|
||
|
Change Dir: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp
|
||
|
|
||
|
Run Build Command(s):/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja cmTC_eb7af && [1/2] Building C object CMakeFiles/cmTC_eb7af.dir/CheckSymbolExists.c.o
|
||
|
FAILED: CMakeFiles/cmTC_eb7af.dir/CheckSymbolExists.c.o
|
||
|
/usr/bin/cc -o CMakeFiles/cmTC_eb7af.dir/CheckSymbolExists.c.o -c '/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c'
|
||
|
/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory
|
||
|
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
compilation terminated.
|
||
|
ninja: build stopped: subcommand failed.
|
||
|
|
||
|
|
||
|
File /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||
|
/* */
|
||
|
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
(void)argv;
|
||
|
#ifndef CL_VERSION_1_2
|
||
|
return ((int*)(&CL_VERSION_1_2))[argc];
|
||
|
#else
|
||
|
(void)argc;
|
||
|
return 0;
|
||
|
#endif
|
||
|
}
|
||
|
Determining if the CL_VERSION_1_1 exist failed with the following output:
|
||
|
Change Dir: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp
|
||
|
|
||
|
Run Build Command(s):/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja cmTC_8152f && [1/2] Building C object CMakeFiles/cmTC_8152f.dir/CheckSymbolExists.c.o
|
||
|
FAILED: CMakeFiles/cmTC_8152f.dir/CheckSymbolExists.c.o
|
||
|
/usr/bin/cc -o CMakeFiles/cmTC_8152f.dir/CheckSymbolExists.c.o -c '/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c'
|
||
|
/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory
|
||
|
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
compilation terminated.
|
||
|
ninja: build stopped: subcommand failed.
|
||
|
|
||
|
|
||
|
File /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||
|
/* */
|
||
|
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
(void)argv;
|
||
|
#ifndef CL_VERSION_1_1
|
||
|
return ((int*)(&CL_VERSION_1_1))[argc];
|
||
|
#else
|
||
|
(void)argc;
|
||
|
return 0;
|
||
|
#endif
|
||
|
}
|
||
|
Determining if the CL_VERSION_1_0 exist failed with the following output:
|
||
|
Change Dir: /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp
|
||
|
|
||
|
Run Build Command(s):/opt/netbrains/clion/clion-2022.1.3/bin/ninja/linux/ninja cmTC_0e2d6 && [1/2] Building C object CMakeFiles/cmTC_0e2d6.dir/CheckSymbolExists.c.o
|
||
|
FAILED: CMakeFiles/cmTC_0e2d6.dir/CheckSymbolExists.c.o
|
||
|
/usr/bin/cc -o CMakeFiles/cmTC_0e2d6.dir/CheckSymbolExists.c.o -c '/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c'
|
||
|
/home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory
|
||
|
2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
compilation terminated.
|
||
|
ninja: build stopped: subcommand failed.
|
||
|
|
||
|
|
||
|
File /home/brett/Documents/Brock/CS 3P93/Project/Step 3/cmake-build-release/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
|
||
|
/* */
|
||
|
#include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h>
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
(void)argv;
|
||
|
#ifndef CL_VERSION_1_0
|
||
|
return ((int*)(&CL_VERSION_1_0))[argc];
|
||
|
#else
|
||
|
(void)argc;
|
||
|
return 0;
|
||
|
#endif
|
||
|
}
|