Skip Menu |

This queue is for tickets about the Sendmail-Milter CPAN distribution.

Report information
The Basics
Id: 592
Status: new
Priority: 0/
Queue: Sendmail-Milter

People
Owner: Nobody in particular
Requestors: info [...] aress.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Sendmail-Milter Installation
[root@aress9 Sendmail-Milter-0.18]# make cc -c -I/root/sendmailfinal/sendmail-8.12.3/sendmail -I/root/sendmailfinal/sendmail-8.12.3/include -pthread -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fpic -I/usr/local/lib/perl5/5.6.1/i686-linux/CORE intpools.c intpools.c: In function `create_interpreter': intpools.c:143: warning: assignment makes pointer from integer without a cast intpools.c: In function `test_run_callback': intpools.c:447: parse error before `)' intpools.c:447: parse error before `;' intpools.c:467: parse error before `)' intpools.c:477: parse error before `void' intpools.c:482: `interp' undeclared (first use in this function) intpools.c:482: (Each undeclared identifier is reported only once intpools.c:482: for each function it appears in.) intpools.c:487: parse error before `;' intpools.c:493: warning: `return' with a value, in function returning void intpools.c: In function `test_intpools': intpools.c:505: parse error before `)' intpools.c:509: parse error before `;' intpools.c:517: `test_callback_wrapper' undeclared (first use in this function) make: *** [intpools.o] Error 1 ------------------------------------------- The make file fails and hence the module isnt getting install ----------------------------------- make , make install and make test should be included in the readme file . [root@aress9 Sendmail-Milter-0.18]# make install cc -c -I/root/sendmailfinal/sendmail-8.12.3/sendmail -I/root/sendmailfinal/sendmail-8.12.3/include -pthread -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fpic -I/usr/local/lib/perl5/5.6.1/i686-linux/CORE intpools.c intpools.c: In function `create_interpreter': intpools.c:143: warning: assignment makes pointer from integer without a cast intpools.c: In function `test_run_callback': intpools.c:447: parse error before `)' intpools.c:447: parse error before `;' intpools.c:467: parse error before `)' intpools.c:477: parse error before `void' intpools.c:482: `interp' undeclared (first use in this function) intpools.c:482: (Each undeclared identifier is reported only once intpools.c:482: for each function it appears in.) intpools.c:487: parse error before `;' intpools.c:493: warning: `return' with a value, in function returning void intpools.c: In function `test_intpools': intpools.c:505: parse error before `)' intpools.c:509: parse error before `;' intpools.c:517: `test_callback_wrapper' undeclared (first use in this function) make: *** [intpools.o] Error 1 --------------------------------------------------------------------------. Please forgive if it isnt a bug and a installation error.
From: Amol Chawathe
just take the intpools.c from archive , i changed to a old copy and the installation worked properly.