#Translate-C "stdio.h not found"

1 messages · Page 1 of 1 (latest)

bronze kiln
#

I'm sure I'm missing something obvious - translate C says that stdio.h is not found. What can I do?

storm swan
#

What OS? The -lc is enough to make it work on linux for me

bronze kiln
#

Its arch linux

#

I suspect I just have a broken system - I went 2 years without updating anything

storm swan
#

yeah seems like glibc header path is broken somehow, might be able to manually set it with -isystem, or maybe you can translate with -lc -target x86_64-linux-musl to use the builtin musl headers but that may not produce valid results