I'm receiving the error below during my qmailadmin compile, I've never received this in the past but after my upgrades over the past day I receive it now on both .45 and 1.0. I get the error whether I do a default ./configure, or whether I specify my options manually. From what I can tell the variables are in the config.h.in properly, but they don't get carried to the config.h during the configure. Any ideas on why they aren't carrying over and getting defined?
gcc -I. -g -O2 -c alias.c alias.c: In function `show_dotqmail_lines': alias.c:67: `MAXALIASESPERPAGE' undeclared (first use in this function) alias.c:67: (Each undeclared identifier is reported only once alias.c:67: for each function it appears in.) alias.c:149: `CGIPATH' undeclared (first use in this function) alias.c: In function `show_dotqmail_file': alias.c:239: `CGIPATH' undeclared (first use in this function) The only error I notice on configure is this... cat: /home/vpopmail/etc/inc_deps: No such file or directory cat: /home/vpopmail/etc/lib_deps: No such file or directory Thanks.
