Much better, Paul. That's one snag removed.
gcc -DHAVE_CONFIG_H -I. -I. -I. -fomit-frame-pointer -g -O2 -I/usr/local/inc l ude/glib-2.0 -I/usr/local/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wst ri ct-prototypes -c pop3d.c pop3d.c: In function `main': pop3d.c:113: syntax error before `<' gmake[2]: *** [pop3d.o] Error 1 gmake[2]: Leaving directory `/usr/install/new/dbmail' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/install/new/dbmail' gmake: *** [all-recursive-am] Error 2 ----- Original Message ----- From: "Paul J Stevens" <[EMAIL PROTECTED]> To: "DBMAIL Developers Mailinglist" <dbmail-dev@dbmail.org> Sent: Tuesday, September 14, 2004 3:12 AM Subject: Re: [Dbmail-dev] DbMail CVS on FreeBSD 4.8, 4.9, 4.10 error pool.c:In function `child_reg_connected' > Mike, > > I've fixed the variable declarations involved. Could you please test again? I > don't have access to a freebsd machine, so I'm not all too certain I actually > fixed this. > > [EMAIL PROTECTED] wrote: > > > > /usr/local/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > > -I. -fomit-frame-pointer -g -O2 -I/usr/local/include/glib-2.0 > > -I/usr/local/lib/glib-2.0/include -W -Wall -Wpointer-arith > > -Wstrict-prototypes -c pool.c > > gcc -DHAVE_CONFIG_H -I. -I. -I. -fomit-frame-pointer -g -O2 > > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -W -Wall > > -Wpointer-arith -Wstrict-prototypes -Wp,-MD,.deps/pool.pp -c pool.c > > -fPIC -DPIC -o .libs/pool.o > > pool.c: In function `child_reg_connected': > > pool.c:265: syntax error before `int' > > pool.c:266: `key' undeclared (first use in this function) > > pool.c:266: (Each undeclared identifier is reported only once > > pool.c:266: for each function it appears in.) > > pool.c:262: warning: unused variable `pid' > > pool.c: In function `child_reg_disconnected': > > pool.c:278: syntax error before `int' > > pool.c:279: `key' undeclared (first use in this function) > > pool.c:275: warning: unused variable `pid' > > pool.c: In function `child_unregister': > > pool.c:298: syntax error before `int' > > pool.c:299: `key' undeclared (first use in this function) > > pool.c:295: warning: unused variable `pid' > > pool.c: In function `manage_stop_children': > > pool.c:361: syntax error before `int' > > pool.c:364: `stillSomeAlive' undeclared (first use in this function) > > pool.c:364: `cnt' undeclared (first use in this function) > > pool.c:368: `i' undeclared (first use in this function) > > pool.c:369: `chpid' undeclared (first use in this function) > > gmake[2]: *** [pool.lo] Error 1 > > gmake[2]: Leaving directory `/usr/install/new/dbmail' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/install/new/dbmail' > > gmake: *** [all-recursive-am] Error 2 > > > > > > _______________________________________________ > > Dbmail-dev mailing list > > Dbmail-dev@dbmail.org > > http://twister.fastxs.net/mailman/listinfo/dbmail-dev > > > > -- > ________________________________________________________________ > Paul Stevens [EMAIL PROTECTED] > NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 > The Netherlands_______________________________________www.nfg.nl > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@dbmail.org > http://twister.fastxs.net/mailman/listinfo/dbmail-dev >