Glow: First time setup: `'string.h' file not found` when running `ninja all`

Created on 13 Feb 2019  路  3Comments  路  Source: pytorch/glow

When I ran ninja all for the first time as specified in the readme, I got a few header errors, including: 'string.h' file not found. (I don't have the full log anymore, unfortunately.)

This fixed the problem, but it appears to be a temporary solution: https://github.com/neovim/neovim/issues/9050#issuecomment-424417456

Should the readme be updated with the temporary solution?

Mac version: 10.14.3

Most helpful comment

Uf yeah, a few of us hit this a while back and should've added it to the README then. I found this answer on stackoverflow (although it's less concise than the fix you found): https://stackoverflow.com/questions/52509602/cant-compile-c-program-on-a-mac-after-upgrade-to-mojave

All 3 comments

Uf yeah, a few of us hit this a while back and should've added it to the README then. I found this answer on stackoverflow (although it's less concise than the fix you found): https://stackoverflow.com/questions/52509602/cant-compile-c-program-on-a-mac-after-upgrade-to-mojave

@alannnna Do you want to create a PR with the header files workaround?

@bertmaher Sure thing, will do!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

s-peryt picture s-peryt  路  3Comments

qcolombet picture qcolombet  路  5Comments

mciprian13 picture mciprian13  路  3Comments

georgeokelly picture georgeokelly  路  4Comments

pjaaskel picture pjaaskel  路  4Comments