Error: building xwayland
Pekka Paalanen
ppaalanen at gmail.com
Mon Jan 21 03:01:58 PST 2013
On Mon, 21 Jan 2013 12:59:55 +0530
ashjas <ashjas at gmail.com> wrote:
> Hello,
>
> I have already built wayland and weston, and they are running fine,but when
> i try to build xwayland i am getting some configure errors:
>
> ./configure: line 24556: syntax error near unexpected token
> `'$(top_srcdir)/hw/xfree86/xwayland''
> ./configure: line 24556: `
> WAYLAND_SCANNER_RULES('$(top_srcdir)/hw/xfree86/xwayland')'
>
> My exports:
> export WLD=$HOME/WAYLANDINSTALLDIR
> export LD_LIBRARY_PATH=$WLD/lib
> export PKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/
>
>
> i searched about this error.. and this has been reported earlier.. and
> someone posted a patch for this but in the archives i cant find that
> patch...
> http://lists.freedesktop.org/archives/mesa-dev/2012-January/018176.html
>
Sounds like you forgot ACLOCAL from the environment:
http://wayland.freedesktop.org/building.html
You need to start from autogen.sh again, after setting it.
Does that help?
Thanks,
pq
More information about the wayland-devel
mailing list