i am having issue compiling the DOCA sample application, can someone please guide mw whats going wrong on my setup. i tried to follow other similar questions but that didn’t help like populating the paths
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/mellanox/doca/lib/aarch64-linux-gnu/pkgconfig:/opt/mellanox/flexio/lib/pkgconfig
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/mellanox/dpdk/lib/aarch64-linux-gnu/pkgconfig
export PATH=${PATH}:/opt/mellanox/doca/tools
root@doca:/opt/mellanox/doca/samples/doca_flow/flow_acl# sudo meson build
The Meson build system
Version: 0.61.2
Source dir: /opt/mellanox/doca/samples/doca_flow/flow_acl
Build dir: /opt/mellanox/doca/samples/doca_flow/flow_acl/build
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DOCA_SAMPLE
Project version: 2.6.0058
C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0")
C linker for the host machine: cc ld.bfd 2.34
C++ compiler for the host machine: c++ (gcc 9.4.0 "c++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0")
C++ linker for the host machine: c++ ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Found CMake: /snap/bin/cmake (3.29.0)
Run-time dependency doca found: NO (tried pkgconfig and cmake)
meson.build:29:0: ERROR: Dependency "doca" not found, tried pkgconfig and cmake
A full log can be found at /opt/mellanox/doca/samples/doca_flow/flow_acl/build/meson-logs/meson-log.txt
meson.build:29:0: ERROR: Dependency "doca" not found, tried pkgconfig and cmake