You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both fail, because of missing libs and headers. Using find, I see the missing stuff, e.g.:
sudo find / -name "vcos_inttypes.h"
/opt/vc/include/interface/vcos/vcos_inttypes.h
What should I do to let waf find it ?
Frank
The text was updated successfully, but these errors were encountered:
Hi, I'm using Raspbian Jessie (Linux raspberrypi 4.9.13-v7+ #974 SMP Wed Mar 1 20:09:48 GMT 2017 armv7l GNU/Linux) and tried to build
./waf configure --platform=x11 --device=raspberrypi --sysroot=/
./waf configure --platform=fb --device=raspberrypi --sysroot=/
Both fail, because of missing libs and headers. Using find, I see the missing stuff, e.g.:
sudo find / -name "vcos_inttypes.h"
/opt/vc/include/interface/vcos/vcos_inttypes.h
What should I do to let waf find it ?
Frank
The text was updated successfully, but these errors were encountered: