| Summary: |
s3virge: compile error due to undefined macro GET_ABI_MAJOR |
| Product: |
xorg
|
Reporter: |
Gaetan Nadon <memsize> |
| Component: |
Driver/s3virge | Assignee: |
Gaetan Nadon <memsize> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
airlied
|
| Version: |
git | Keywords: |
janitor |
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
|
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.
s3v_driver.c:33:18: error: missing binary operator before token "(" make[2]: *** [s3v_driver.lo] Error 1 This was compiled on AMD64. The macro GET_ABI_MAJOR is not defined before being used. Starting with commit http://cgit.freedesktop.org/xorg/driver/xf86-video-s3virge/commit/?id=664d41155a5f60fa8ccf9c00d819d71d7fe0a238 the file xf86Resources.h is no longer included. Other video drivers have made the same changes, but the macro definition is provided by one header file or another. I made a patch which includes xf86Module.h where the macro is defined.