Request help regarding building of weston module
gautam.h.kumar at accenture.com
gautam.h.kumar at accenture.com
Mon Aug 25 02:58:25 PDT 2014
Hello,
Thanks a lot for the help pq
It got rectified by following below steps
1] I rebuilt the Weston with option --disable-egl and it got rectified as below
./autogen.sh --prefix=$WLD --enable-libinput-backend --disable-setuid-install –disable-egl
Still Thanks a lot for the help again.
Br,
Gautam
-----Original Message-----
From: Pekka Paalanen [mailto:ppaalanen at gmail.com]
Sent: Monday, August 25, 2014 2:17 PM
To: Kumar, Gautam H.
Cc: wayland-devel at lists.freedesktop.org
Subject: Re: Request help regarding building of weston module
On Mon, 25 Aug 2014 07:32:10 +0000
<gautam.h.kumar at accenture.com> wrote:
> Hello,
>
> I am trying to build the weston module and its giving below Someone has any idea ??
>
> Steps to reproduce
>
> 1. git clone http://anongit.freedesktop.org/git/wayland/weston.git
>
> 2. cd weston
>
> 3. ./autogen.sh --prefix=$WLD --enable-libinput-backend –disable-setuid-install
>
> 4. make -j 9 && make install
>
> src/rpi-renderer.c:175:2: error: unknown type name 'PFNEGLQUERYWAYLANDBUFFERWL'
PFNEGLQUERYWAYLANDBUFFERWL is a typedef, that should be defined by your system's EGL headers. If it is not there, then Weston provides a fallback definition in src/weston-egl-ext.h.
In your case, something goes wrong. The only thing I can imagine is, that on your system something #defines EGL_WL_bind_wayland_display, but does not define everything that is part of that extension, specifically PFNEGLQUERYWAYLANDBUFFERWL. That would be a bug in the whatever thing that defines EGL_WL_bind_wayland_display.
Thanks,
pq
________________________________
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________
www.accenture.com
More information about the wayland-devel
mailing list