Are you building the client that's included with hobbit 4.1 or the standalone package from the hobbit Sourceforge site? The standalone client will only work with one of the BSD's. There is a client included with Hobbit 4.1 should work with most Unices. I just built it on FC4 without a problem, and am running it on a RHES3 box.
Thanks, Larry Barber
On Fri, 2005-07-29 at 14:53 -0500, Allan.Marillier at dana.com wrote:
I'm having trouble building hobbitclient-0.3 on both Fedora Core 3 and 4 systems. I unpacked the .tgz source, ran ./configure followed by make and get the error below. Any help will be appreciated.
hobbitclient-0.3# make cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o hobbitc.o hobbitc.c cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o conf_load.o conf_load.c bison -y -p
echo conf_parse.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'conf_parse.y mv y.tab.c conf_parse.c flex -oconf_token.c conf_token.l cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o conf_parse.o conf_parse.c cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o report.o report.c report.c: In function `open_report': report.c:90: warning: initialization makes integer from pointer without a cast cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o osdep.o osdep.c cc -o hobbitc cc: no input files make: *** [hobbitc] Error 1I have the following files created after this part of the make: -rw-r--r-- 1 root root 8972 Jul 29 15:41 hobbitc.o -rw-r--r-- 1 root root 17616 Jul 29 15:41 conf_load.o -rw-r--r-- 1 root root 34743 Jul 29 15:41 conf_parse.c -rw-r--r-- 1 root root 42493 Jul 29 15:41 conf_token.c -rw-r--r-- 1 root root 25460 Jul 29 15:41 conf_parse.o -rw-r--r-- 1 root root 12988 Jul 29 15:41 report.o -rw-r--r-- 1 root root 885 Jul 29 15:41 osdep.o