Hi folks,
I'm not much of a C programmer - I'm just trying to get this puppy to compile. I'm not sure of the error and have run through everything on the site
here but no dice. Any suggestions greatly appreciated. Its a network simulator, required libelf and the usual stuff to install but Fedora had it already installed. Many thanks to anyone who checks this out.
[chris@MtemiTux cnet-2.0.9]$ make
(cd src && make)
make[1]: Entering directory `/home/chris/cnet-2.0.9/src'
Linux 2.6.10-1.766_FC3.stk16
make[2]: Entering directory `/home/chris/cnet-2.0.9/src'
gcc -ansi -O -Wall -fPIC -Ilibelf -I/usr/X11R6/include -c parser.c
parser.c: In function `node_defn':
parser.c:423: error: conflicting types for '__CN062'
parser.c:227: error: previous declaration of '__CN062' was here
make[2]: *** [parser.o] Error 1
make[2]: Leaving directory `/home/chris/cnet-2.0.9/src'
make[1]: *** [it] Error 2
make[1]: Leaving directory `/home/chris/cnet-2.0.9/src'
make: *** [it] Error 2
[chris@MtemiTux cnet-2.0.9]$
Cheers
Chris