Hi, I repeated the steps, but am getting the same issue. :( Below is the log: sri.hebbar@sri-hebbar:~/Wayland/weston$ git clean -xfd Removing Makefile Removing Makefile.in Removing aclocal.m4 Removing autom4te.cache/ Removing build-aux/ Removing clients/.deps/ Removing config.h Removing config.h.in Removing config.log Removing config.status Removing configure Removing desktop-shell/.deps/ Removing libtool Removing protocol/.deps/ Removing protocol/screenshooter-protocol.c Removing protocol/screenshooter-server-protocol.h Removing protocol/text-cursor-position-protocol.c Removing shared/.deps/ Removing src/.deps/ Removing src/version.h Removing src/weston.pc Removing stamp-h1 Removing tests/.deps/ Removing wcap/.deps/ Removing xwayland/.deps/ sri.hebbar@sri-hebbar:~/Wayland/weston$ ./autogen.sh --prefix=$WLD --with-cairo=gl --enable-setuid-install=no \ > --enable-clients \ > --enable-headless-compositor \ > --enable-demo-clients-install autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I /home/sri.hebbar/install/share/aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: running: libtoolize --install --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/config.guess' libtoolize: copying file `build-aux/config.sub' libtoolize: copying file `build-aux/install-sh' libtoolize: copying file `build-aux/ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:25: installing `build-aux/missing' Makefile.am: installing `build-aux/depcomp' autoreconf: Leaving directory `.' checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether make supports nested variables... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for a sed that does not truncate output... /bin/sed checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dlopen... no checking for dlopen in -ldl... yes checking whether SFD_CLOEXEC is declared... yes checking whether TFD_CLOEXEC is declared... yes checking whether CLOCK_MONOTONIC is declared... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for mkostemp... yes checking for strchrnul... yes checking for initgroups... yes checking for posix_fallocate... yes checking for EGL... yes checking for EGL_TESTS... yes checking for XWAYLAND... yes checking for XWAYLAND_TEST... yes checking for LIBDRM... yes checking for XCB... yes checking for xcb_poll_for_queued_event... yes checking for X11_COMPOSITOR_XKB... no checking for X11_COMPOSITOR... yes checking for DRM_COMPOSITOR... yes checking for COMPOSITOR... yes checking for WAYLAND_COMPOSITOR... yes checking for RPI_COMPOSITOR... yes checking for RPI_BCM_HOST... no configure: WARNING: Raspberry Pi BCM host libraries not found, will use stubs instead. checking for FBDEV_COMPOSITOR... yes checking for PIXMAN... yes checking for PNG... yes checking for WEBP... no checking for LIBVA... no checking for jpeg_CreateDecompress in -ljpeg... yes checking for CAIRO... yes checking for TEST_CLIENT... yes checking for SIMPLE_CLIENT... yes checking for SIMPLE_EGL_CLIENT... yes checking for CLIENT... yes checking for SERVER... yes checking for WESTON_INFO... yes checking for CAIRO_EGL... yes checking for PANGO... no checking for SYSTEMD_LOGIN... no checking for SYSTEMD_LOGIN_209... no checking for pam_open_session in -lpam... yes checking for GLU... no checking for COLORD... no checking for DBUS... no checking for WCAP... yes checking for SETBACKLIGHT... yes checking for LIBUNWIND... yes configure: Weston's native backend: drm-backend.so configure: Weston's default desktop shell client: weston-desktop-shell checking for LCMS... no checking for wayland-scanner... /usr/bin/wayland-scanner checking for WAYLAND_SCANNER... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/version.h config.status: creating src/weston.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands
Native Backend drm-backend.so setuid Install no Cairo Renderer gl EGL yes libxkbcommon yes xcb_xkb no XWayland yes dbus no Build wcap utility yes weston-launch utility yes systemd-login support no DRM Compositor yes X11 Compositor yes Wayland Compositor yes Headless Compositor yes RPI Compositor yes FBDEV Compositor yes RDP Compositor no libinput Backend no Raspberry Pi BCM headers no Build Clients yes Build EGL Clients yes Build Simple Clients yes Build Simple EGL Clients yes Install Demo Clients yes Colord Support no GLU Support no LCMS2 Support no libwebp Support no libunwind Support yes VA H.264 encoding Support no sri.hebbar@sri-hebbar:~/Wayland/weston$ make install GEN protocol/screenshooter-protocol.c GEN protocol/screenshooter-server-protocol.h GEN protocol/text-cursor-position-protocol.c <stdin>:6: unknown type make: *** [protocol/text-cursor-position-protocol.c] Error 1 Am new to wayland. So reading document now to figure out what am doing wrong. Thank-you, Sri On Wed, Apr 2, 2014 at 4:46 AM, Bryce W. Harrington <[email protected]> wrote: > On Tue, Apr 01, 2014 at 12:14:17PM +0530, Srivardhan M S wrote: >> Hi, >> >> I followed the instruction from >> http://wayland.freedesktop.org/building.html and was able to build >> Wayland, Mesa, libxkbcommon, cairo-gl, libunwind. But got struck while >> building Weston. When I do a make, I get the following error: >> sri.hebbar@sri-hebbar:~/Wayland/weston$ make >> GEN protocol/text-cursor-position-server-protocol.h >> <stdin>:6: unknown type >> make: *** [protocol/text-cursor-position-server-protocol.h] Error 1 >> >> Can anybody pls help me in resolving this issue. >> Am building on Ubuntu 12.04 32 bit machine. >> >> Thank-you, >> Sri > > Have you done builds previously in your ~/Wayland/weston directory? If > so, you might try doing `git clean -xfd`. > > I seem to recall a month or two ago there were some changes that left > stray protocol bits in my tree, and that command got it sorted. > > > I do monthly from-scratch rebuilds of wayland + dependencies on ubuntu > 12.04, and have accumulated some deltas from the building.html > directions. I am not sure if these are the best solutions but they > still produce a working build for me. > > 1. When building drm, disable kms > > cd $WLROOT/drm > git clean -xfd > ./autogen.sh --prefix=$WLD --disable-libkms > > 2. When building mesa, I've run into build problems with DRI3, opencl, > and llvm, so disabled those: > > cd $WLROOT/mesa > git clean -xfd > ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \ > --disable-dri3 --disable-llvm-shared-libs --disable-opencl \ > --with-egl-platforms=x11,wayland,drm --enable-gbm > --enable-shared-glapi \ > --with-gallium-drivers=r300,r600,swrast,nouveau > > 3. libxkbcommon requires a newer libxcb, but this can be worked around > by disabling X support: > > ./autogen.sh --prefix=$WLD --with-xkb-config-root=/usr/share/X11/xkb \ > --disable-x11 > > (I also tried adding libxcb from git to the build dependencies, but > it depended on a bunch of other newer X bits not in stock U 12.04). > > 4. My build options for Weston. Of course everyone will build weston > their own way depending on their needs, but here's how I do it: > > cd $WLROOT/weston > git clean -xfd > ./autogen.sh --prefix=$WLD --with-cairo=gl --enable-setuid-install=no \ > --enable-clients \ > --enable-headless-compositor \ > --enable-demo-clients-install > > For this build I only run it from inside X, so these might not work > as well if building a weston for running on the drm layer. > > 5. Finally, I had to manually copy weston-keyboard into install/bin/. > Without that, I got error messages when starting up weston. > > HTH, > Bryce _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
