Good morning,
I'm new in using opencv, I am trying to create a little program that needs cvaux.h functions. The problem is giving me the error in the statement of this library. How can I solve this problem, The error I get is the following:
Thanks
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory /home/ricardo/NetBeansProjects/OpenCvDoPca'
"/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/opencvdopca
make[2]: Entering directory
/home/ricardo/NetBeansProjects/OpenCvDoPca'
mkdir -p build/Debug/GNU-Linux-x86
rm -f build/Debug/GNU-Linux-x86/main.o.d
gcc -c -g pkg-config --cflags opencv
-MMD -MP -MF build/Debug/GNU-Linux-x86/main.o.d -o build/Debug/GNU-Linux-x86/main.o main.c
In file included from /usr/local/include/opencv/cvaux.h:54:0,
from main.c:12:
/usr/local/include/opencv2/video/background_segm.hpp:47:16: fatal error: list: Ficheiro ou directoria inexistente
compilation terminated.
make[2]: * [build/Debug/GNU-Linux-x86/main.o] Error 1
make[2]: Leaving directory /home/ricardo/NetBeansProjects/OpenCvDoPca'
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory
/home/ricardo/NetBeansProjects/OpenCvDoPca'
make: * [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 2s)