- /usr/X11R86/include/X11/*.h files?
- Posted by Tom Combs on December 1st, 2003
Hello,
I have a RedHat 9 installation that only has a directory named
bitmaps in the /usr/X11R86/include/X11 directory. When looking
at a RedHat 8 installation, I see a bunch of *.h files and other
things anchored off of the /usr/X11R86/include/X11 directory.
I doubt this is a difference in versions or is it?
I would like to get all the *.h include files that should be in
this directory because I'm building some code that wants to access
them. I've looked at various XFree86 packages from RedHat 9.0
but have not been able to locate the include files. Does anyone
know what I need to install in order to populate this directory?
I'm specifically looking for Xlib.h but I think others will also
be needed.
Thanks for your help, I've been downloading various rpms but have
not been able to locate any with the files that I need.
I'm pretty new to linux so if there is some method to find this
info on my own I would appreciate if you would pass it along.
--
Tom Combs E-mail: combs@magnet.fsu.edu
National High Magnetic Field Laboratory Phone: (850) 644-1657
1800 E. Paul Dirac Drive Tallahassee, FL 32310
- Posted by David on December 1st, 2003
Tom Combs wrote:
Xlib.h should be in the XFree86-devel package.
--
Confucius: He who play in root, eventually kill tree.
Registered with The Linux Counter. http://counter.li.org/
Slackware 9.1.0 Kernel 2.4.23 SMP i686 (GCC) 3.3.2
Uptime: 2 days, 1:17, 2 users, load average: 1.27, 1.03, 0.85
- Posted by John Thompson on December 2nd, 2003
["Followup-To:" header set to comp.os.linux.misc.]
On 2003-12-01, Tom Combs <combs@magnet.fsu.edu> wrote:
On my system:
[john@starfleet john]$ locate Xlib.h|xargs rpm -qf
XFree86-devel-4.2.1-13.73.23
which means Xlib.h is provided by the XFree86-devel package.
This only works if the file is installed on your system, of course.
Otherwise, try http://rpmfind.net/linux/rpm2html/search.php and just enter
the name of the file in the search field. Rpmfind will locate which
package(s) provide the file. Choose the one most suitable for your system
and you'll be set.
--
-John (JohnThompson@new.rr.com)
- Posted by Doug Laidlaw on December 2nd, 2003
John Thompson wrote:
is XFree86-devel-4.3-5mdk. As root try urpmi XFree86-devel.
Doug.
--
The place to improve the world is first in one's own heart and head and
hands.
- Robert M. Persig