Re: [vpp-dev] Macswapplugin compilation failure

2020-04-14 Thread tupai via lists.fd.io
Thanks Damjan. That worked. However, I think the file src/examples/sample-plugin/sample_plugin_doc.md is still outdated. sample.am file seems to be no longer required. Looks like CMakeLists.txt takes care of everything. I will try to update this file once I figure it out. Regards, Surajit > O

Re: [vpp-dev] Macswapplugin compilation failure

2020-04-14 Thread Damjan Marion via lists.fd.io
that code seems to be seriously outdated, take sample plugin from the src/examples/sample-plugin https://git.fd.io/vpp/tree/src/examples/sample-plugin — Damjan > On 14 Apr 2020, at 15:14, tupai via lists.fd.io > wrote: > > Hi All, >

[vpp-dev] Macswapplugin compilation failure

2020-04-14 Thread tupai via lists.fd.io
Hi All, I was following the Macswap Breakdown YouTube video and downloaded the tarball. Steps: tar -zxvf macswap-plugin.tar.gz -C /root/vpp-dev/vpp/devboot cd /root/vpp-dev/vpp/devboot/macswap-plugin/ autoreconf -i -f mkdir build cd build ../configure --with-plugin-toolkit [root@vpp-dev build]# m