Bug 183

Summary: Autotoolized libXt v0.1.4 doesn't handle includes properly
Product: xorg Reporter: Eero Tamminen <oak>
Component: Lib/XtAssignee: Keith Packard <keithp>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Eero Tamminen 2004-02-12 05:55:57 UTC
To build Autotoolized fd.o X11 stuff from scratch I need to kludge it like this
for the libXt (v.0.1.4):
--
pre-configure:
        cp -vu files/Xalloca.h $(prefix)/include/X11/
        # generate configure with header fix
        ln -sf libXt-0.1.4 X11
        cd libXt-0.1.4; \
        export CPPFLAGS="-I../ -Iinclude"; \
        sh ./autogen.sh --prefix=$(prefix)

post-install:
        # install missing header files
        cp -vu libXt-0.1.4/{ObjectP,Shell}.h $(prefix)/include/X11/
--

Xalloca.h should probably be in the xproto package, libXt should have
it's includes where it finds them, and it should install all the headers
required by successive X packages (Xmu/Xaw in this case)
Comment 1 Jeremy Huddleston Sequoia 2011-09-24 17:02:47 UTC
This is probably not a problem any more.  Please reopen if you still have issues.

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.