Bug 30345 - [d3d1x] EGL/egl.h - missing header
Summary: [d3d1x] EGL/egl.h - missing header
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: All Linux (All)
: high critical
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-23 07:43 UTC by Nikolay Rysev
Modified: 2010-09-24 02:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Nikolay Rysev 2010-09-23 07:43:24 UTC
file src/gallium/state_trackers/egl/common/native.h contains:

line 29: #include "EGL/egl.h"  /* for EGL native types */

there are no such dir+header in include dir.

configure options:

./autogen.sh \
--prefix=/usr \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-dri-drivers=r600 \
--enable-glx-tls \
--with-driver=dri \
--enable-xcb \
--enable-egl \
--disable-glut \
--enable-gallium-r600 \
--enable-gallium-swrast \
--with-state-trackers=dri,egl,d3d1x \
--with-egl-platforms=x11

build log:

In file included from src/dxgi_native.cpp:29:0:
../../../state_trackers/egl/common/native.h:29:49: fatal error: EGL/egl.h: No such file or directory


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.