> On Oct 28, 2007, at 9:57 PM, Yousef Ourabi wrote: >> ../charmonizer/metaquote_src/metaquote.c:1:19: error: stdio.h: No >> such file or directory >> ../charmonizer/metaquote_src/metaquote.c:2:20: error: stdlib.h: No >> such file or directory >> ../charmonizer/metaquote_src/metaquote.c:3:20: error: string.h: No >> such file or directory >> ../charmonizer/metaquote_src/metaquote.c:4:19: error: errno.h: No >> such file or directory
Yousef, this looks like your distro cannot find the std development header files - use the appropriate procedure to install the necessary packages (yum, rpm, apt, etc). If (eg) /usr/include/errno.h does in fact exist, then you'll need to test by compiling a simple helloworld.c and take it from there (ie, consult your distro support forums). regards Henry
