Hi guys,

I have created a C++ component under the "netapps" folder. The component
name is TrafficMonitor, and it needs to exploit some functionalities of the
routeinstaller component.
The problem is that when I try to include the routeinstaller source with
#include "route/routeinstaller.hh" , when compiling I get the following
error:

                 from
../../../../../src/nox/netapps/TrafficMonitor/TrafficMonitor.hh:25,
                 from
../../../../../src/nox/netapps/TrafficMonitor/TrafficMonitor.cc:1:
../../../../../src/nox/netapps/data/datatypes.hh:221: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:225: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:229: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:233: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:237: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:241: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:245: error: ‘to_python’ is
not a template function
../../../../../src/nox/netapps/data/datatypes.hh:249: error: ‘to_python’ is
not a template function
In file included from
../../../../../src/nox/netapps/authenticator/flow_fn_map.hh:22,
                 from
../../../../../src/nox/netapps/authenticator/flow_util.hh:34,
                 from
../../../../../src/nox/netapps/routing/nat_enforcer.hh:21,
                 from ../../../../../src/nox/netapps/routing/routing.hh:34,
                 from
../../../../../src/nox/netapps/route/routeinstaller.hh:9,
                 from
../../../../../src/nox/netapps/TrafficMonitor/TrafficMonitor.hh:25,
                 from
../../../../../src/nox/netapps/TrafficMonitor/TrafficMonitor.cc:1:
../../../../../src/nox/netapps/authenticator/flow_in.hh:92: error:
‘to_python’ is not a template function
../../../../../src/nox/netapps/authenticator/flow_in.hh:96: error:
‘to_python’ is not a template function
make[9]: *** [TrafficMonitor_la-TrafficMonitor.lo] Error 1



Helps are appreciated; thank you

-- 
Andrea Simeoni
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to