You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm not very proficient with C++ and I get the mentioned error when trying to generate bindings. I've tried several solutions found on the Internet but none worked. Running Ubuntu 22.04. Hope someone can help on solutions to the problem.
user@hp-laptop:~/Downloads/scalalibgen$ scala-native-bindgen --name xlib /usr/include/X11/Xlib.h --
In file included from /usr/include/X11/Xlib.h:38:
/usr/include/x86_64-linux-gnu/sys/types.h:144:10: fatal error: 'stddef.h' file not found
#include <stddef.h>
^~~~~~~~~~
1 error generated.
Error while processing /usr/include/X11/Xlib.h.
The text was updated successfully, but these errors were encountered:
Hi. I'm not very proficient with C++ and I get the mentioned error when trying to generate bindings. I've tried several solutions found on the Internet but none worked. Running Ubuntu 22.04. Hope someone can help on solutions to the problem.
The text was updated successfully, but these errors were encountered: