Operating System - HP-UX
1834935 Members
2492 Online
110071 Solutions
New Discussion

Re: Missing headers (hpux 11i)

 
jim bidebo
Regular Advisor

Missing headers (hpux 11i)

Missing a set of headers X11/Xmu/
get an error while trying to compile amiwm...
main.c:8:27: X11/Xmu/Error.h: No such file or directory

I looked at my old hp-ux 10.20 server. And it have those headers. But theres not much info about them.

/*
* The interfaces described by this header file are for miscellaneous utilities
* and are not part of the Xlib standard.
*/

and the name "X Consortium" is mentioned in the "license agrement". But thats about it, no info where to get them or anything like that. So if anyone of you know where to find these headers, or if its safe to use the headers for hpux 10.20 in hpux 11i (gcc 3.2.3)
8 REPLIES 8
Massimo Bianchi
Honored Contributor

Re: Missing headers (hpux 11i)

Hi,
you can download the Xlib from the apps cd or from the download resource.

There was a thread with the link, but now i can't find it...

It's no good to install the 10.20 headers in the 11.00...

Massimo
Massimo Bianchi
Honored Contributor
jim bidebo
Regular Advisor

Re: Missing headers (hpux 11i)

I already have Xlib (include/X11)
But im missing include/X11/Xmu
And as it sais in include/X11/Xmu/Error.h on my hp-ux 10.20 machine "ARE NOT PART OF THE XLIB STANDARD"

(My english isnt that good)
Massimo Bianchi
Honored Contributor

Re: Missing headers (hpux 11i)

Hi,
sorry i missed that point.

But this amiwm is amiwm-0.20pl28 ?

Massimo
jim bidebo
Regular Advisor

Re: Missing headers (hpux 11i)

No its Amiwm 0.20pl48 (thats not realy the point thou, its the first source thats complained about that header, and i figure that ill probably need them in the future anyways =) )
jim bidebo
Regular Advisor

Re: Missing headers (hpux 11i)

Problem solved...

Xmu (and Xaw) is part of B3394BA (HP-UX Developer's toolkit)
But it gets installed under /usr/contrib/X11R6/include/X11/Xmu (Xaw).

Kinda stupid? since there no other includefiles there at all... =/ and a non standard location =/
Farida Rajkotwala
Occasional Contributor

Re: Missing headers (hpux 11i)

I have noticed similar problems compiling VNC on my hpux 11i.
If you have the depot for Xmu headers, let me know.

thanks
Farida
Doing something imperfectly is better than doing perfectly nothing
Farida Rajkotwala
Occasional Contributor

Re: Missing headers (hpux 11i)

thanks for your help on Xmu files.
Doing something imperfectly is better than doing perfectly nothing