[weston] Missing header file
Joaquim Duran
jduran.gm at gmail.com
Wed Oct 7 02:02:30 PDT 2015
Hello,
I am cross compiling weston for arm architecture witn the following
configuration:
./autogen.sh \
--disable-devdocs \
--disable-dbus \
--disable-xwayland \
--disable-xwayland-test \
--disable-x11-compositor \
--disable-drm-compositor \
--enable-wayland-compositor \
--disable-headless-compositor \
--disable-rpi-compositor \
--disable-fbdev-compositor \
--disable-rdp-compositor \
--disable-systemd-login \
--disable-weston-launch \
--disable-wcap-tools \
--disable-clients \
--disable-simple-clients \
--disable-simple-egl-clients \
--with-cairo-glesv2 \
--disable-tests \
--build=i686-linux --host=arm-none-linux-gnueabi
--target=arm-none-linux-gnueabi \
--prefix=$INSTALL_DIR --with-sysroot=${SYSROOT_DIR}
When compiling the tests, the following error is shown:
CC tests/presentation_weston-presentation-test.o
tests/presentation-test.c:36:49: fatal error:
presentation_timing-client-protocol.h: No such file or directory
compilation terminated.
make[1]: *** [tests/presentation_weston-presentation-test.o] Error 1
make[1]: Leaving directory `/home/gem-med/Logic_BSPs/Linux_3.0/src/weston'
make: *** [all] Error 2
Joaquim Duran
More information about the wayland-devel
mailing list