KhronosGroup / OpenVX-cts

OpenVX Conformance Test Suite
Apache License 2.0
9 stars 6 forks source link

test_accumulate.c:18:10: fatal error #2

Open peter197321 opened 5 years ago

peter197321 commented 5 years ago

I see error on

:~/OpenVX-cts/build# cmake --build .
Scanning dependencies of target vx_test_conformance
[  1%] Building C object CMakeFiles/vx_test_conformance.dir/test_accumulate.o
/home/root/OpenVX-cts/test_conformance/test_accumulate.c:18:10: fatal error: test_engine/test.h: No such file or directory
 #include "test_engine/test.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/vx_test_conformance.dir/build.make:63: CMakeFiles/vx_test_conformance.dir/test_accumulate.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/vx_test_conformance.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
bhargavthriler commented 5 years ago

I see error on

:~/OpenVX-cts/build# cmake --build .
Scanning dependencies of target vx_test_conformance
[  1%] Building C object CMakeFiles/vx_test_conformance.dir/test_accumulate.o
/home/root/OpenVX-cts/test_conformance/test_accumulate.c:18:10: fatal error: test_engine/test.h: No such file or directory
 #include "test_engine/test.h"
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/vx_test_conformance.dir/build.make:63: CMakeFiles/vx_test_conformance.dir/test_accumulate.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/vx_test_conformance.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

Have compiled this repo: https://github.com/KhronosGroup/OpenVX-sample-impl and generated the necessary library files required ?

kiritigowda commented 4 years ago

Can you try the build and run instructions below.

Build OpenVX 1.3 on Ubuntu 18.04