[Novalug] Debian equivalence......X11
DonJr
djr1952 at hotpop.com
Wed Feb 27 15:57:51 EST 2008
For /usr/include/X11/{Xos.h|Xutil.h} the packages to install are called:
$ sudo apt-get install x11proto-core-dev libx11-dev
or
$ wajig install libx11-dev x11proto-core-dev
x11proto-core-dev -- X11 core wire protocol and auxiliary headers
provides /usr/include/X11/Xos.h
libx11-dev -- X11 client-side library (development headers)
provides /usr/include/X11/Xutil.h
(one of it's depends is x11proto-core-dev)
Once I figured out what to search for
( the reference to "x11-compat" through me for a lost at first )
I did:
wajig whichpkg Xos.h
and
wajig whichpkg Xutil.h
So if you like(prefer) working at the command-line, I highly recommend
installing "wajig" and most(all) of the packages that it suggest.
--
DonJr
On Wed, 2008-02-27 at 12:54 -0500, Megan Larko wrote:
> Hi,
>
> I have developers who have done programs on Red Hat Enterprise linux 3
> and 4 and on Fedora Core 7 and 8. I am now using more Ubuntu 7.10
> "Gutsy Gibbon" boxes. The developers need the libraries found in
> /usr/X11R6/ and /usr/include/X11. Specific examples are Xos.h and
> Xutil.h. Ubuntu uses xorg schema.
>
> Where do I look to get a compat package so the the developers can test
> and run on Ubuntu for the X11 libs? My apt-cache search X11 yielded
> screen after screen of answers but no "X11-compat"-looking package.
>
> Any suggestions would be appreciated.
>
> Thanks,
> megan
More information about the Novalug
mailing list