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

compile on AlpineLinux #94

Closed
slartibartfas81 opened this issue Nov 9, 2017 · 1 comment
Closed

compile on AlpineLinux #94

slartibartfas81 opened this issue Nov 9, 2017 · 1 comment

Comments

@slartibartfas81
Copy link

When trying to compile the project on an AlpineLinux (musl-lib) system, it fails with

src/net/posix/pif.c:65:16: error: storage size of 'ifrr' isn't known

This can be solved by using --std=gnu99 for the compiler. In my oppinion, this could be added to the Makefile by

CFLAGS  += --std=gnu99
@alfredh
Copy link
Contributor

alfredh commented Nov 12, 2017

Hi @slartibartfas81

many thanks for your report. At the moment we do not support MUSL libc.
Please see here for list of supported platforms:

https://github.com/creytiv/re#supported-versions-of-c-standard-library

Alfred

@alfredh alfredh closed this as completed Nov 16, 2017
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

2 participants