opendetection
opendetection copied to clipboard
Problems while building opendetection on windows platform
I am trying to build opendetection in Microsoft Visual Studio 2012. Here are the issues:
-
missing header files glob.h, sys/time.h and sys/cdefs.h in windows. These header files are availble in ubuntu so it will not generate an error while building opendetection on ubuntu.
-
Error: typename cannot be used outside a template declaration in ODDetection.h
Hi, Our code is only supported for linux now. By the end of September, we are hoping to support (at least get things running) windows platform as well.
Meanwhile you can implement your own glob function for windows (with unix glob like functionalities) by following this SO post: http://stackoverflow.com/questions/15052998/what-to-substitute-for-glob-t-and-glob-on-port-to-windows
Thanks, Kripa
Hello, Are there any news concerning windows support?
Regards, Lena