Summary: | i810_video.c:1149:5: error: too many arguments to function 'screen->BlockHandler' | ||
---|---|---|---|
Product: | xorg | Reporter: | YuGiOhJCJ <yugiohjcj> |
Component: | Driver/intel | Assignee: | Chris Wilson <chris> |
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
YuGiOhJCJ
2017-05-04 18:30:22 UTC
commit d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jul 21 12:33:29 2016 +0100 legacy/i810: Fix compilation with Video ABI 23 changes ? Thanks indeed this commit compiles fine: $ git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel $ cd xf86-video-intel $ git checkout d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf $ git archive HEAD -o /tmp/xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf.tar $ cd /tmp $ mkdir xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf $ cd xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf $ tar xvf ../xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf.tar $ cd .. $ tar Jcvf xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf.tar.xz xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf $ rm xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf.tar $ cd xf86-video-intel-d39197bb10b7d88cb4c456e7a5e8d34c1dc6eeaf $ autoreconf -i $ ./configure $ make Problem solved. |
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.