Hi all,
I'm having difficulty compile Qmailadmin-1.0.7.01142003 under Solaris. I
get this error:
bash-2.03# make
gcc -I. -I/var/vpopmail/include -g -O2 -c qmailadmin.c
gcc -I. -I/var/vpopmail/include -g -O2 -c alias.c
alias.c:33:21: sys/dir.h: No such file or directory
alias.c: In function `show_dotqmail_lines':
alias.c:82: `alphasort' undeclared (first use in this function)
alias.c:82: (Each undeclared identifier is reported only once
alias.c:82: for each function it appears in.)
make: *** [alias.o] Error 1
As you can see, it does not know the alphasort function. According to "man
alphasort", it is part of <sys/types.h> and <sys/dir.h> .. I added those in
manually to alias.c, and still had the same error.
Any thoughts?
-- Steve