giovedì 11 agosto 2011

Simple way to solve clang import errors on Ubuntu 11.04

If clang give you errors such as:


/usr/include/linux/errno.h:4:10: fatal error: 'asm/errno.h' file not found



just manually set the right path in order for it to find the necessary dependencies. To me (Kubuntu 11.04 64 ) it worked with:

clang -I/usr/include/x86_64-linux-gnu/



Nessun commento:

Posta un commento