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

./dht.go.h:73:23: error: unknown type name 'int32_t' #7

Closed
Fank opened this issue Jun 11, 2018 · 1 comment
Closed

./dht.go.h:73:23: error: unknown type name 'int32_t' #7

Fank opened this issue Jun 11, 2018 · 1 comment

Comments

@Fank
Copy link
Contributor

Fank commented Jun 11, 2018

Unable to build this in an alpine docker image.
Adding following "stdint.h" will fix it like redis/redis#336

#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <fcntl.h>
#include <sched.h>
#include <time.h>
#include <unistd.h>
@d2r2
Copy link
Owner

d2r2 commented Jun 21, 2018

Hi @Fank. Give me a day or so to check that this fix is compatible for all version of RPi and clones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants