[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Difficulties building hobbitclient-0.3
- To: hobbit (at) hswn.dk
- Subject: Difficulties building hobbitclient-0.3
- From: Allan.Marillier (at) dana.com
- Date: Fri, 29 Jul 2005 15:53:48 -0400
- Sensitivity:
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 1
I 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