sunil_shah - 2008-11-01

Hello,
I downloaded the YAPI-2.1.0. When tried to install on Fedora 8 is giving
following error in the cosynetwork.cc

if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../../.. -I../../../src/api -I../../../src/impl/rteimpl
-I../../../src/base -I../../../src/rte/rapi -I../../../src/kernel/kapi
-I../../../src/util    -g -O2 -MT cosynetwork.lo -MD -MP -MF
".deps/cosynetwork.Tpo" -c -o cosynetwork.lo cosynetwork.cc; \         then mv -f ".deps/cosynetwork.Tpo" ".deps/cosynetwork.Plo"; else
rm -f ".deps/cosynetwork.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/api
-I../../../src/impl/rteimpl -I../../../src/base -I../../../src/rte/rapi
-I../../../src/kernel/kapi -I../../../src/util -g -O2 -MT cosynetwork.lo
-MD -MP -MF .deps/cosynetwork.Tpo -c cosynetwork.cc  -fPIC -DPIC -o
.libs/cosynetwork.o
cosynetwork.cc: In function 'void handler1(void*)':
cosynetwork.cc:188: error: 'fatal_func' was not declared in this scope
cosynetwork.cc:189: error: 'clean_func' was not declared in this scope
cosynetwork.cc: In function 'void handler2(void*)':
cosynetwork.cc:201: error: 'zero0_func' was not declared in this scope
cosynetwork.cc:204: error: 'fatal_func' was not declared in this scope
cosynetwork.cc:205: error: 'clean_func' was not declared in this scope
cosynetwork.cc: In function 'void zero0_func(void*)':
cosynetwork.cc:230: error: 'zero1_func' was not declared in this scope
cosynetwork.cc:231: error: 'zero2_func' was not declared in this scope
make[4]: *** [cosynetwork.lo] Error 1
make[4]: Leaving directory `/home/sunil/YAPI/yapi-2.1.0/src/rte/cosy'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sunil/YAPI/yapi-2.1.0/src/rte'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sunil/YAPI/yapi-2.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sunil/YAPI/yapi-2.1.0'
make: *** [all] Error 2

I could not make out what those variable refer to. I tried to declare them
as function but it did not work.It will be great help if you kindly help
me.
Thanks a lot in advance

Sunil shah
sunil@cse.iitd.ac.in