Folks,

I have updated to top-of-vpp master, now at commit:

    commit fc804d9cf1d23a616ea7bce19fc65198aa978e6e
    Author: Florin Coras <fco...@cisco.com>
    Date:   Fri Jan 26 01:27:01 2018 -0800

        Fix session/tcp coverity warnings

I am trying to build a VPP API outside of the VPP tree.
It now wants to run this rule:

    %.api.h: %.api
    vppapigen --input $^ --output $@

Which is fine.

It ends up using the VPP package install of /usr/bin/vppapigen,
but that in turn wants to use ../share/cpp/C.py.  That however,
appears not to be installed:

    Exception: Error importing output plugin: /usr/bin/../share/vpp/C.py,
[Errno 2] No such file or directory

Did I miss a step somewhere?  Or should the RPM bundle that up
and install it as well now?

Thanks,
jdl
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to