Just an FYI.
I have been able to get past all of the errors that resembled this one. From
within the following directories, run "make" and the file name it complains
about to fix the error.
One of my errors of many looked like this:
Compiling autoresponse.c
autoresponse.c:7:38: autoresponsequota.h: No such file or directory
autoresponse.c: In function `get_quota':
autoresponse.c:291: `AUTORESPONSEQUOTA' undeclared (first use in this
function)
autoresponse.c:291: (Each undeclared identifier is reported only once
autoresponse.c:291: for each function it appears in.)
make[1]: *** [autoresponse.o] Error 1
make[1]: Leaving directory
`/export/home/mdpeters/courier-imap-1.7.1/maildir'
make: *** [check-recursive] Error 1
I ran this /export/home/mdpeters/courier-imap-1.7.1/maildir/make
autoresponsequota.h and this would then rerun the "make check" command.
There are quite a few errors I fixed the same way.
Here are the ones I remember although there may be more.
maildir/mailbot.h
maildir/maildirfilterconfig.h
maildir/maildirsharedrc.h
maildir/quotawarnmsg.h
authlib/authchangepwdir.h
authlib/sbindir.h
I am not sure why this was necessary but maybe someone else might shed some
light? I have done this on Solaris 9 Sparc with gnu make and gcc.
Best regards,
Michael D. Peters
Senior Network Security Engineer
-----Original Message-----
From: Peters, Michael D.
Sent: Monday, April 14, 2003 2:20 PM
To: Courier-Users (E-mail)
Subject: soxwrap.c:114:36: libsock5confdir.h: No such file or directory
I am using SMCmake to build this. This is a Solaris 9 Sparc system. The
configure went without a problem using this ./configure
--enable-mimetypes=/usr/local/apache2/conf/
During the make check, I get this:
make[1]: Entering directory `/export/home/mdpeters/courier-0.42.0/numlib'
make[1]: Leaving directory `/export/home/mdpeters/courier-0.42.0/numlib'
Making check in soxwrap
make[1]: Entering directory `/export/home/mdpeters/courier-0.42.0/soxwrap'
Compiling soxwrap.c
soxwrap.c:114:36: libsock5confdir.h: No such file or directory
make[1]: *** [soxwrap.o] Error 1
make[1]: Leaving directory `/export/home/mdpeters/courier-0.42.0/soxwrap'
make: *** [check-recursive] Error 1
Best regards,
Michael D. Peters