Ask Your Question
0

Library file sys/io missing, error occurs while compiling

asked 2013-04-07 07:30:58 -0600

Aditya108 gravatar image

Hi, I am trying to compile a program for object marking prior to haarclassfier creation, but one of the header files sys/io.h does not exist in the library, can some alternative be used for that??

edit retag flag offensive close merge delete

Comments

sys/io.h and dirent.h is also not being included

Aditya108 gravatar imageAditya108 ( 2013-04-07 07:46:45 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-04-07 12:32:13 -0600

Probably you did not include all libraries in your linker settings. Please check if everything is correct there. Add your include folders and needed libraries.

More info, check this link:

http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-07 07:30:58 -0600

Seen: 743 times

Last updated: Apr 07 '13