Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems while building opendetection on windows platform #7

Open
shreyas29 opened this issue Apr 7, 2016 · 2 comments
Open

Problems while building opendetection on windows platform #7

shreyas29 opened this issue Apr 7, 2016 · 2 comments

Comments

@shreyas29
Copy link

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 shreyas29 changed the title Problems when building opendetection on windows platform Problems while building opendetection on windows platform Apr 7, 2016
@krips89
Copy link
Owner

krips89 commented Apr 8, 2016

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

@lenaDima
Copy link

lenaDima commented Nov 3, 2016

Hello,
Are there any news concerning windows support?

Regards,
Lena

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants