First time here? Check out the FAQ!

Ask Your Question
0

Library file sys/io missing, error occurs while compiling

asked Apr 7 '13

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??

Preview: (hide)

Comments

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

Aditya108 gravatar imageAditya108 (Apr 7 '13)edit

1 answer

Sort by » oldest newest most voted
0

answered Apr 7 '13

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

Preview: (hide)

Question Tools

Stats

Asked: Apr 7 '13

Seen: 782 times

Last updated: Apr 07 '13