On Wednesday 31 March 2004 01:32 am, Matthew Winer wrote: > ok I have vpopmail 5.4.3 installed and I am trying to upgrade to qmailadmin > 1.2.0. And as I have seen posted in the archives I am not the only one > having this issue. I get: > > ------------------ > alias.c: In function `show_dotqmail_lines': > alias.c:81: `MAXALIASESPERPAGE' undeclared (first use in this function) > alias.c:81: (Each undeclared identifier is reported only once > alias.c:81: for each function it appears in.) > alias.c:209: `CGIPATH' undeclared (first use in this function) > alias.c: In function `show_dotqmail_file': > alias.c:291: `CGIPATH' undeclared (first use in this function) > alias.c:304: `IMAGEURL' undeclared (first use in this function) > make[1]: *** [alias.o] Error 1 > make[1]: Leaving directory `/usr/src/qmailadmin-1.2.0' > make: *** [all] Error 2
It looks like a timestamp problem in the tar ball. The first time I run make from a fresh tarball off sourceforge I get: [EMAIL PROTECTED] qmailadmin-1.2.0]# make cd . && /bin/sh /home/devel/qmailadmin/tmp/qmailadmin-1.2.0/missing --run autoheader touch ./config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged After a "make distclean" configure and make again I don't get those lines. I'll see what I can do about uploading a new tar ball. (I've never done that before on sourceforge). What you could do in the mean time is make sure you have autoheader on your machine. It's probably in the auto-make or auto-conf packages. Ken Jones
