Hi guys,

I extended the functionality of the routeinstaller component, and now I'm
trying to make such functionalities accessible by NOX webservices. Since
the webservice API is in Phython, I have to create a proxy component with
SWIG, that maps Python calls into C++ calls.
As I've understood I need the following files:

-routeinstaller.hh (extended with my own logic)
-routeinstaller.cc (extended with my own logic)
-pyrouteinstaller.hh (proxy)
-pyrouteinstaller.cc (proxy)
-pyrouteinstaller.i

I created the pyrouteinstaller component with the procedure to create new
C++ components, and fully modified the autogenerated code taking pytopology
as reference example.
The problem is that when I run "make -j" nothing happens, even if I put
intentional errors in my code.

Someone could explain me the right procedure?

Thanks a lot :)
-- 
Andrea Simeoni

Reply via email to