# can't build voxl-qvio-server pkg without mvVISLAM.h

Source: https://forum.modalai.com/topic/1205/can-t-build-voxl-qvio-server-pkg-without-mvvislam-h
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2022-08-16 06:32:17 UTC by Yohai
Replies: 2 · Views: 493

## Yohai · 2022-08-16 06:32:17 UTC

Hi, I'm trying to build an updated voxl-qvio-server package with the last version available on dev brench. 
While following the build instructions on voxl-qvio-serer repo I run './build.sh apq8096', but after running I got the following error - 
"/home/root/server/main.cpp:46:10: fatal error: mvVISLAM.h: No such file or directory
 #include <mvVISLAM.h>
          ^~~~~~~~~~~~
"
After searching up for the file I realized there is not such file in the directory at all... I'm just trying to understand how should I be able to build the package without the required file...

## Reply by Guest · 2022-08-16 17:17:52 UTC

@Yohai,

Are you building in the correct docker environment? voxl-qvio-server must be built within the voxl-emulator image, which has the necessary files baked in. 

From the README of the project:
```
prerequisite: voxl-emulator docker image >= v1.7 for APQ8096, qrb5165-emulator (>=1.3) for qrb5165 builds.
```

## Reply by Yohai · 2022-08-30 09:04:37 UTC (in reply to Guest)

@Matt-Turi Ty, I used a different image(voxl cross image), it is working with the voxl emulator.
