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

how to use in wndows? #73

Open
hellojayjay opened this issue Sep 27, 2021 · 4 comments
Open

how to use in wndows? #73

hellojayjay opened this issue Sep 27, 2021 · 4 comments

Comments

@hellojayjay
Copy link

how to use in wndows?

@hellojayjay
Copy link
Author

hellojayjay commented Sep 27, 2021

$ nmake

Microsoft (R) Program Maintenance Utility Version 14.29.30133.0
Copyright (C) Microsoft Corporation.  All rights reserved.

NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.

@mpatrascoiu
Copy link
Contributor

Hello,

I believe you'd have to try with cmake first. Perhaps something like:

mkdir build/
cd build/
cmake ../

However, we do not build davix for Windows in our CI / CD setup.

We can offer some support and would gladly merge CMake changes to facilitate building on Windows, but unfortunately, we don't have effort allocated to building on Windows.

Cheers,
Mihai

@xq114
Copy link

xq114 commented Dec 9, 2021

cmake build failed because unistd.h is not available on windows but it is included in davix/utils/davix_types.hpp

@mpatrascoiu
Copy link
Contributor

Hello,

That's unfortunate 😕

We do not provide support for Windows but I can ask around the Root community.
Maybe they have a work-around for this.

Cheers,
Mihai

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