Bug 183 - Autotoolized libXt v0.1.4 doesn't handle includes properly
Summary: Autotoolized libXt v0.1.4 doesn't handle includes properly
Status: CLOSED WORKSFORME
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xt (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 05:55 UTC by Eero Tamminen
Modified: 2011-10-15 17:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.