Hi, Jesse:
 
When compiled intel driver branch intel-kernelmode, it failed with error
info:
 
 gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs
-fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1
-I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA
-DI830_USE_EXA -g -O2 -MT i810_driver.lo -MD -MP -MF
.deps/i810_driver.Tpo -c i810_driver.c  -fPIC -DPIC -o
.libs/i810_driver.o
In file included from i830.h:89,
                 from i810_driver.c:88:
drmmode_display.h:57: error: expected specifier-qualifier-list before
'drmModeOutputPtr'

The root cause is that drmModeOutputPtr was renamed as
drmModeConnectorPtr in drm commit 9d38448ed.
 
Please fix it.
 
Thanks,
Nian Wu
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to