# Incomplete file in voxl-opencv

Source: https://forum.modalai.com/topic/4700/incomplete-file-in-voxl-opencv
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2025-08-25 23:29:54 UTC by Rupesh
Replies: 2 · Views: 517

## Rupesh · 2025-08-25 23:29:54 UTC

Hi,
I followed the steps in https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-opencv, but when i try the second step "voxl-cross(3.3):~$ ./install_build_deps.sh qrb5165-2 dev", I get an error because that file is not included in "https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-opencv.git". I'm using voxl-cross(4.4) instead of 3.3, because V3.3 is not available. Can anyone please help me with that? Without that file, many .hpp files are missing.

## Reply by Alex Kushleyev (ModalAI staff) · 2025-08-27 16:31:49 UTC

@Rupesh , this is a typo in the instructions -- you should not need to install any build deps for this project, as the opencv build script will do everything that's needed.

Please try skipping this step.

Alex

## Reply by Rupesh · 2025-09-01 19:13:58 UTC (in reply to Alex Kushleyev)

@Alex-Kushleyev Thanks
