Summary: |
Compiling libX11-1.1.3 fails, typo in CrGlCur.c (only for HP-UX) |
Product: |
xorg
|
Reporter: |
Mikko Niskanen <mikko.niskanen> |
Component: |
Lib/Xlib | Assignee: |
Xorg Project Team <xorg-team> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
Severity: |
minor
|
|
|
Priority: |
medium
|
Keywords: |
janitor, patch |
Version: |
7.3 (2007.09) | |
|
Hardware: |
IA64 (Itanium) | |
|
OS: |
HP-UX | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
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.
I'm compiling X.org source tree from scratch using latest packages pulled from R7.4 tree with libX11-1.1.3 from R7.3 tree. OS version: HP-UX 11.23 with June 2008 patch bundle Compiler: HP-supplied GCC 4.2.4 Compile fails with ./src/CrGlCur.c, following patch will fix it: 50c50 < typedef shl_t XModuleType; --- > typedef shl_dt XModuleType; HP-UX /usr/include/dl.h does not have shl_dt defined, but shl_t is there.