Figured it out. I had clang-11 installed, but the build was using "clang" which was linked to clang v6 still on my system.
``` mv /usr/bin/clang /usr/bin/clang-6-old ln -s /usr/bin/clang-11 /usr/bin/clang ``` Still in the end, make-build-dep fails because of the following on Ubuntu 18.04 ``` E: Unable to locate package enchant-2 E: Unable to locate package libffi7 ```
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21632): https://lists.fd.io/g/vpp-dev/message/21632 Mute This Topic: https://lists.fd.io/mt/92250876/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-