Re: [vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-20 Thread Jeremy Kister
On 1/19/2006 3:59 PM, Jorge Valdes wrote: I am still using an older version, but the problem is with the use of warn in the r_mkdir routine more or less lines 1822 1830. It will compile if you change the format from warn ('xxx') to fprintf (stderr, 'xxx'); a format also used in line 1833. I

[vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-19 Thread Jeremy Kister
looks like vpopmail is looking for an err.h make[2]: Leaving directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13/cdb' make[2]: Entering directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13' gcc -I. -Icdb -I. -I. -I.-fPIC -g -O2 -Wall -c -o

Re: [vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-19 Thread Jorge Valdes
Jeremy Kister wrote: looks like vpopmail is looking for an err.h make[2]: Leaving directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13/cdb' make[2]: Entering directory `/export/home/src/sparc-sun-solaris2.7/vpopmail-5.4.13' gcc -I. -Icdb -I. -I. -I.-fPIC -g -O2 -Wall -c -o

Re: [vchkpw] compiling vpopmail 5.4.13 on Solaris 7

2006-01-19 Thread Tom Collins
On Jan 19, 2006, at 12:59 PM, Jorge Valdes wrote: I am still using an older version, but the problem is with the use of warn in the r_mkdir routine more or less lines 1822 1830. It will compile if you change the format from warn ('xxx') to fprintf (stderr, 'xxx'); a format also used in line