Re: [vpp-dev] Regarding C API

2017-08-23 Thread Jon Loeliger
On Tue, Aug 15, 2017 at 7:45 PM, Burt Silverman wrote: > It appears that there are 2 typos not just one: try -lvatplugin. > > Burt I suck at this. Sorry, jdl ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Regarding C API

2017-08-16 Thread Prabhjot Singh Sethi
thanks, it works. Regards, Prabhjot - Original Message - From: "Burt Silverman" To: "Prabhjot Singh Sethi" Cc: "vpp-dev" , Sent: Tue, 15 Aug 2017 20:45:52 -0400 Subject: Re: [vpp-dev] Regarding C API It appears that there are 2 typos not just one: try -

Re: [vpp-dev] Regarding C API

2017-08-15 Thread Burt Silverman
It appears that there are 2 typos not just one: try -lvatplugin. Burt On Tue, Aug 15, 2017 at 1:32 PM, Prabhjot Singh Sethi < prabh...@techtrueup.com> wrote: > We are looking forward to use C APIs to configure VPP and are looking at > https://wiki.fd.io/view/VPP/How_To_Use_The_C_API as a referen

[vpp-dev] Regarding C API

2017-08-15 Thread Prabhjot Singh Sethi
We are looking forward to use C APIs to configure VPP and are looking at https://wiki.fd.io/view/VPP/How_To_Use_The_C_API as a reference. However following steps mentioned there, we do see a compilation failure "failed to find library" for  VPP_LIBS += -lvat_pliugin where it looks like a typo so