_glapi_get_proc_address issue
Kristian Høgsberg
krh at bitplanet.net
Mon Feb 28 08:41:44 PST 2011
On Sat, Feb 26, 2011 at 4:50 AM, 李海梅 <lihaimei880313 at gmail.com> wrote:
> Hi, guys
>
> I tried to test QT on wayland, and after I compile the QT-wayland with the
> latest version of codes, I failed to run the examples of QT examples in
> Wayland terminal,
>
> the system gives the following prompt:
>
> failed to find _glapi_get_proc_address
> Internal error: Could not resolve keysym SunProps
> Internal error:Could not resolve keysym SunFront
> Internal error:Could not resolve keysym SunOpen
> LibEGL warning: failed to create DRM screen
> LibEGLwarning: DRI2: failed to find _glapi_get_proc_address
> LibEGL warning: failed to create DRM screen
> failed to initialize EGL display
>
> I saw that Benjamin Franzke has commited the patches to the repo, so I don't
> think I have to apply some patches to the current codes,
>
> Anyone can give me a instruction on going through this situation?
>
> My environment: Ubuntu 10.04 + Mesa 7.10,
You need recent master of wayland and mesa and you may have to set
LD_PRELOAD=/usr/lib/libGLESv2.so.
Kristian
More information about the wayland-devel
mailing list