Colin
04-06-2005, 07:20 AM
Having problems getting past the autorespond-2.0.5 step.
#make
gcc -O2 -Wall -g -o autorespond
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `autorespond'
I've tried using autorespond-2.02 instead but don't get any further -
#make
gcc -Wall -o autorespond autorespond.c
autorespond.c: In function `send_message':
autorespond.c:265: warning: unsigned int format, pid_t arg (arg 10)
autorespond.c: In function `main':
autorespond.c:657: warning: unsigned int format, pid_t arg (arg 3)
autorespond.c:701: warning: unsigned int format, pid_t arg (arg 3)
I could live without the autoresponder but cannot get qmailadmin-1.2.3 to configure without it. I get this error -
configure: error: Unable to find your autorespond program directory, specify --enable-autoresponder-path.
I have even tried to ./configure qmailadmin with --disable-autorespond but with no luck.
How to proceed??
Thanks
Colin
#make
gcc -O2 -Wall -g -o autorespond
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `autorespond'
I've tried using autorespond-2.02 instead but don't get any further -
#make
gcc -Wall -o autorespond autorespond.c
autorespond.c: In function `send_message':
autorespond.c:265: warning: unsigned int format, pid_t arg (arg 10)
autorespond.c: In function `main':
autorespond.c:657: warning: unsigned int format, pid_t arg (arg 3)
autorespond.c:701: warning: unsigned int format, pid_t arg (arg 3)
I could live without the autoresponder but cannot get qmailadmin-1.2.3 to configure without it. I get this error -
configure: error: Unable to find your autorespond program directory, specify --enable-autoresponder-path.
I have even tried to ./configure qmailadmin with --disable-autorespond but with no luck.
How to proceed??
Thanks
Colin