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

mingw build failing #16

Open
xangelix opened this issue Mar 3, 2024 · 0 comments
Open

mingw build failing #16

xangelix opened this issue Mar 3, 2024 · 0 comments

Comments

@xangelix
Copy link

xangelix commented Mar 3, 2024

Hopefully this issue is meaningful, as my knowledge on mingw and rust cross-compilation is weak, but I am having many missing library errors when compiling to the x86_64-pc-windows-gnu target from linux, such as

warning=libesedb-20230824/libcerror/libcerror_error.c:34:2: error: #error Missing headers stdarg.h and varargs.h
warning: libesedb-sys@0.2.0:    34 | #error Missing headers stdarg.h and varargs.h
warning: libesedb-sys@0.2.0:       |  ^~~~~
warning: libesedb-sys@0.2.0: In file included from libesedb-20230824/libcerror/libcerror_error.c:23:
warning: libesedb-sys@0.2.0: libesedb-20230824/libcerror/libcerror_error.c: In function ‘libcerror_error_initialize’:

See the full log here:

libesedb-sys.log

If additional guidance could be provided it would greatly be appreciated-- to my best knowledge I have libc properly installed in mingw, and think it might be an issue with the build script.

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