rob101
03-25-2005, 05:26 PM
I'm installing qmail, but at the "make setup check" stage it errors out with something about errno.. I also know theres an errno patch.. which i've used both manually and with the patch script but its still the same.
Cheers
# make setup check
./compile qmail-local.c
In file included from qmail-local.c:19:
error.h:5:19: errno.h: No such file or directory
qmail-local.c: In function `temp_fork':
qmail-local.c:37: error: `errno' undeclared (first use in this function)
qmail-local.c:37: error: (Each undeclared identifier is reported only once
qmail-local.c:37: error: for each function it appears in.)
qmail-local.c: In function `temp_read':
qmail-local.c:38: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `temp_qmail':
qmail-local.c:42: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `maildir_child':
qmail-local.c:88: error: storage size of `st' isn't known
qmail-local.c:94: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `mailfile':
qmail-local.c:197: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `mailprogram':
qmail-local.c:266: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `checkhome':
qmail-local.c:332: error: storage size of `st' isn't known
qmail-local.c:335: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `qmeox':
qmail-local.c:348: error: storage size of `st' isn't known
qmail-local.c:357: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `qmeexists':
qmail-local.c:367: error: storage size of `st' isn't known
qmail-local.c:373: error: `errno' undeclared (first use in this function)
qmail-local.c:380: error: `S_IFMT' undeclared (first use in this function)
qmail-local.c:380: error: `S_IFREG' undeclared (first use in this function)
qmail-local.c: In function `main':
qmail-local.c:510: error: `errno' undeclared (first use in this function)
qmail-local.c:469: warning: return type of `main' is not `int'
make: *** [qmail-local.o] Error 1
Cheers
# make setup check
./compile qmail-local.c
In file included from qmail-local.c:19:
error.h:5:19: errno.h: No such file or directory
qmail-local.c: In function `temp_fork':
qmail-local.c:37: error: `errno' undeclared (first use in this function)
qmail-local.c:37: error: (Each undeclared identifier is reported only once
qmail-local.c:37: error: for each function it appears in.)
qmail-local.c: In function `temp_read':
qmail-local.c:38: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `temp_qmail':
qmail-local.c:42: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `maildir_child':
qmail-local.c:88: error: storage size of `st' isn't known
qmail-local.c:94: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `mailfile':
qmail-local.c:197: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `mailprogram':
qmail-local.c:266: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `checkhome':
qmail-local.c:332: error: storage size of `st' isn't known
qmail-local.c:335: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `qmeox':
qmail-local.c:348: error: storage size of `st' isn't known
qmail-local.c:357: error: `errno' undeclared (first use in this function)
qmail-local.c: In function `qmeexists':
qmail-local.c:367: error: storage size of `st' isn't known
qmail-local.c:373: error: `errno' undeclared (first use in this function)
qmail-local.c:380: error: `S_IFMT' undeclared (first use in this function)
qmail-local.c:380: error: `S_IFREG' undeclared (first use in this function)
qmail-local.c: In function `main':
qmail-local.c:510: error: `errno' undeclared (first use in this function)
qmail-local.c:469: warning: return type of `main' is not `int'
make: *** [qmail-local.o] Error 1