opendetection icon indicating copy to clipboard operation
opendetection copied to clipboard

Problems while building opendetection on windows platform

Open shreyas29 opened this issue 8 years ago • 2 comments

I am trying to build opendetection in Microsoft Visual Studio 2012. Here are the issues:

  1. 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.

  2. Error: typename cannot be used outside a template declaration in ODDetection.h

shreyas29 avatar Apr 07 '16 11:04 shreyas29

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

krips89 avatar Apr 08 '16 12:04 krips89

Hello, Are there any news concerning windows support?

Regards, Lena

lenaDima avatar Nov 03 '16 09:11 lenaDima