Ask Your Question

Revision history [back]

I have installed codeblocks-13.12mingw-setup-TDM-GCC-481 on windows 10 with cmake 3.3.0 and opencv 3.0-dev and opencv_contrib. I have disabled modules linedescriptors in contrib.

comment line in 77 datasets/src/util.cpp (// mkdir(path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);) change line in 87 datasets/src/util.cpp ( int n = 0;//scandir(dirName.c_str(), &namelist, NULL, alphasort);;)

and it works.

I have used this post

there is an existing ticket about this

I have installed codeblocks-13.12mingw-setup-TDM-GCC-481 on windows 10 with cmake 3.3.0 and opencv 3.0-dev and opencv_contrib. I have disabled modules linedescriptors in contrib.

comment line in 77 datasets/src/util.cpp (// mkdir(path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);) change line in 87 datasets/src/util.cpp ( int n = 0;//scandir(dirName.c_str(), &namelist, NULL, alphasort);;)

alphasort);;) (it should be better to disable this module) and it works.

I have used this post

there is an existing ticket about this