Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pi 4 Compile error! fontinfo.h : No such file or directory #55

Open
Eronwu opened this issue Jun 2, 2020 · 1 comment
Open

Pi 4 Compile error! fontinfo.h : No such file or directory #55

Eronwu opened this issue Jun 2, 2020 · 1 comment

Comments

@Eronwu
Copy link

Eronwu commented Jun 2, 2020

when I compile this project ON MY PI 4 as wiki said:
git clone https://github.com/seeul8er/DroneBridge.git
cd DroneBridge
git submodule init
git submodule update
cmake .
make

I got a error on the screen:
Building C object splash/CMakeFiles/db_splash.dir/main.c.o
/DroneBridge/splash/main.c:26:10: fatal error: fontinfo.h : No such file or directory
#include "fontinfo.h"
compilation terminated.

Does anybody occurred this error ??? PLS help!
Did this project lack of some code or Pi 4 lack of some library?
But this head file as I know, is just a font usage file, maybe used in OSD module.

@seeul8er
Copy link
Collaborator

seeul8er commented Jun 2, 2020

As far as I know the Pi4 does not support OpenVG. However, the OSD & the splash screen require that dependency. You can compile and run the other modules by commenting lines 32 & 33 the the CMakeLists.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants