Operating System - HP-UX
1753804 Members
7781 Online
108805 Solutions
New Discussion юеВ

How do I get my hands on the X11 include files?

 
SOLVED
Go to solution
W Sanders
Occasional Advisor

How do I get my hands on the X11 include files?

This may seem like a dumb question, but I have just spent a whlie loking through the HPUX 11 OS and applications CDs and can't find the X11 or X11R6 include files. (I am trying to build Tk8.3.3)

Do I have to buy the ANSI compiler to get them?

I have inherited this system that has a precompiled package of gcc3.0.1 on it. There are some fixincludes in /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0.1/include placed there by that package but only Xfuncs.h, Xlib.h, and Xthreads.h are present.

I managed to get Tck8.3.3 built using gcc but it was not easy.
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: How do I get my hands on the X11 include files?

Hi:

Unless you purchase ANSI/C or aC++, you will not have them.

Plan B. Install gcc and X
If it ain't broke, I can fix that.
Alex Glennie
Honored Contributor
Solution

Re: How do I get my hands on the X11 include files?

see ftp://opensource.cup.hp.com/dist/hppa/release-2000-12-15/hp.swinstall.depot (11.00) = Motif Dev kit (the bit you get free with the compilers & probably contains most of the include files etc you refer to).
Sanjay_6
Honored Contributor

Re: How do I get my hands on the X11 include files?

W Sanders
Occasional Advisor

Re: How do I get my hands on the X11 include files?

Best way: Obtain and install "X11MotifDevKit" from the Motif Dev Kit. I installed Tcl-8.3.4 and Tk-8.3.3 with no problems this way.

Next Best Way: Install Tck and Tk binaries from Utah or other SW site.

Hardest Way: Install X11 from source or binaries, I don't know so can't comment on how installing X11 from scratch would interfere with HPUX.