PDA

View Full Version : NEED HELP !! fatal error: qv4l2.h: No such file in directorary



Harini
3rd February 2014, 10:03
Hi :)
I'm working with Qt 4.7 on ubuntu 10.04. Here goes my problem
Even after naming the header file with .h extension, my compiler gives this error both in terminal prompt and Code blocks in .cpp file. How can I fix this issue? please somebody help me...


/home/kumar/qt/example/webca][/SIZE]m/webcam/src/capture-win.cpp:10: fatal error: qv4l2.h: No such file or directory

high_flyer
3rd February 2014, 11:55
you have to make sure that qv4l2.h is in your header search path.

However I am trouble by the comment:

Even after naming the header file with .h extension,
Which header did you rename? what exactly is included in the code <qv4l2> or <qv4l3.h>?
Renaming files is very probable not the way to go.