On Thu, Mar 03, 2005 at 11:35:32PM -0800, Brian Lynch wrote:
The same error occurs on Solaris:
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DHAVE_RPCENT -DMAXMSG=32768
-DBBDPORTNUMBER=1984 -I. -I/opt/sysadmin/src/hobbit-4.0-RC5/include -c
-o hobbitd.o hobbitd.c
hobbitd.c: In function `main':
hobbitd.c:2480: error: `PATH_MAX' undeclared (first use in this
function)
Just ain't my lucky day ... there's a missing
#include <limits.h>
at the top of hobbitd.c
I won't call it RC6, but I'll update the release-file.
Henrik