Skip to content

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

@WillianBR

Description

@WillianBR

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions