When I try to run make on qmailadmin I get the following error:
template.c: In function `send_template_now':
template.c:118: `QA_PACKAGE' undeclared (first use in this function)
template.c:118: (Each undeclared identifier is reported only once
template.c:118: for each function it appears in.)
template.c:118: `QA_VERSION' undeclared (first use in this function)
make[2]: *** [template.o] Error 1
make[2]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make: *** [all] Error 2
I have search for QA_PACKAGE in google with no solution. Could someone please give me a hand.
I haven't tried compiling 1.0.6, but QA_PACKAGE is the variable that holds 'qmailadmin' and QA_VERSION holds the version number (1.0.6 in this case)
You didn't run autoconf, did you? ./configure should have taken care of the QA_PACKAGE and QA_VERSION.
Jeff
