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

Does anyone builded the liboping to M$-Windows? #76

Open
WillianBR opened this issue Oct 14, 2024 · 0 comments
Open

Does anyone builded the liboping to M$-Windows? #76

WillianBR opened this issue Oct 14, 2024 · 0 comments

Comments

@WillianBR
Copy link

Does anyone builded the liboping to M$-Windows?

I took a pick into the code and what I found out are headers who doesn't have support in most of build system on Windows.
My guess I should use cygwin or use the "MSYS2 64-bit MinGW".

#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#if HAVE_FCNTL_H
# include <fcntl.h>
#endif
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif

Does anyone did it or I have to do from scratch!

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

1 participant