Closed bararchy closed 7 years ago
It seems an env issue. What happens if you try to compile and run a file like this?
#include <stddef.h>
#include <stdio.h>
int main() {
printf("Hello World\n");
}
@mverzilli Yap, this example in C compiles and runs.
@mverzilli Found out that in Arch Linux the stddef is under /usr/include/linux/
and not /usr/include/
After creating a symlink were good.
Thanks for the follow up! The other day I dowloaded an Arch Linux Docker image to reproduce some of these issues and getting it to a usable state was a PITA. The bleeding edge is exciting, but not for everyone :P.
Lib file:
Trying to generate the headers I get:
Did I do something wrong ? did I miss something ?