https://bugs.freedesktop.org/show_bug.cgi?id=76382
Priority: medium Bug ID: 76382 Assignee: dri-devel@lists.freedesktop.org Summary: Mesa Gallium egllog _eglLog Severity: major Classification: Unclassified OS: Linux (All) Reporter: f1r31c3r@gmail.com Hardware: All Status: NEW Version: 9.0 Component: Drivers/Gallium/i915g Product: Mesa
Hi all.
Sorry in advance for any spelling blurb as i am using match sticks to hold me eyes open.
I found a bug in the mesa, particularly related to the include files used in src/gallium/x11
files that contain the include egllog.h that define _elLog cant find the it.
Not sure if the environment variable set for the source code under the gallium directory is not set right.
Put simply even though the include is specified in the source file it does not actually include it and hence the compile fails due to "undefined reference _eglLog"
Seems that it only ever fails to compile when gallium has been enabled. egl enabled with gles1 and 2 is fine but enable gallium and the compile error occurs.
Hope it helps.