<br><font size=2 face="sans-serif">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.</font>
<br>
<br>
<br><font size=2 face="sans-serif">hobbitclient-0.3# make</font>
<br><font size=2 face="sans-serif">cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\""
  -c -o hobbitc.o hobbitc.c</font>
<br><font size=2 face="sans-serif">cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\""
  -c -o conf_load.o conf_load.c</font>
<br><font size=2 face="sans-serif">bison -y -p`echo conf_parse.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'`
conf_parse.y</font>
<br><font size=2 face="sans-serif">mv       y.tab.c conf_parse.c</font>
<br><font size=2 face="sans-serif">flex -oconf_token.c conf_token.l</font>
<br><font size=2 face="sans-serif">cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\""
  -c -o conf_parse.o conf_parse.c</font>
<br><font size=2 face="sans-serif">cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\""
  -c -o report.o report.c</font>
<br><font size=2 face="sans-serif">report.c: In function `open_report':</font>
<br><font size=2 face="sans-serif">report.c:90: warning: initialization
makes integer from pointer without a cast</font>
<br><font size=2 face="sans-serif">cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\""
  -c -o osdep.o osdep.c</font>
<br><font size=2 face="sans-serif">cc -o hobbitc</font>
<br><font size=2 face="sans-serif">cc: no input files</font>
<br><font size=2 face="sans-serif">make: *** [hobbitc] Error 1</font>
<br>
<br>
<br><font size=2 face="sans-serif">I have the following files created after
this part of the make:</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
   8972 Jul 29 15:41 hobbitc.o</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
  17616 Jul 29 15:41 conf_load.o</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
  34743 Jul 29 15:41 conf_parse.c</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
  42493 Jul 29 15:41 conf_token.c</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
  25460 Jul 29 15:41 conf_parse.o</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
  12988 Jul 29 15:41 report.o</font>
<br><font size=2 face="sans-serif">-rw-r--r--  1 root    root
    885 Jul 29 15:41 osdep.o</font>
<br>
<br>