HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems compiling xterm on 11i
Operating System - HP-UX
1833996
Members
2288
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 12:24 AM
09-22-2004 12:24 AM
Hi everyone,
I'm trying to compile a version of xterm
(the one from dickey.his.com).
I'm using hp-ux 11i, and we do have the
ansi compiler installed, but I'm not sure
if I have all the X11 libraries and headers
I need. I'm not sure where I would get those
from. Anyway, see below and see what you
think.
regards.
Paul Stuart
$ make
cc -O -Aa -I. -Dhpux -DSYSV -D_HPUX_SOURCE -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DPROJECTROOT= -c resize.c
cpp: "./ptyx.h", line 74: error 4036: Can't open include file 'X11/Xmu/Misc.h'.
cpp: "./ptyx.h", line 77: error 4036: Can't open include file 'X11/Xmu/Converters.h'.
*** Error exit code 1
Stop.
I'm trying to compile a version of xterm
(the one from dickey.his.com).
I'm using hp-ux 11i, and we do have the
ansi compiler installed, but I'm not sure
if I have all the X11 libraries and headers
I need. I'm not sure where I would get those
from. Anyway, see below and see what you
think.
regards.
Paul Stuart
$ make
cc -O -Aa -I. -Dhpux -DSYSV -D_HPUX_SOURCE -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DPROJECTROOT= -c resize.c
cpp: "./ptyx.h", line 74: error 4036: Can't open include file 'X11/Xmu/Misc.h'.
cpp: "./ptyx.h", line 77: error 4036: Can't open include file 'X11/Xmu/Converters.h'.
*** Error exit code 1
Stop.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 01:14 AM
09-22-2004 01:14 AM
Re: problems compiling xterm on 11i
Its complaining about missing files. Verify their existance.
You may not have compatible sofware. I often have to change code to get stuff to compile properly on HP-UX.
SEP
You may not have compatible sofware. I often have to change code to get stuff to compile properly on HP-UX.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 01:46 PM
09-22-2004 01:46 PM
Solution
Include files you are missing should be in /usr/contrib/X11R6/include/X11/Xmu. If you have HP's ANSI C compiler installed, these files should be on your system.
To fix simply set CCOPTS and LDOPTS before running make.
CCOPTS="-I/usr/contrib/X11R6/include"
LDOPTS="-L/usr/contrib/X11R6/lib"
export CCOPTS LDOPTS
To fix simply set CCOPTS and LDOPTS before running make.
CCOPTS="-I/usr/contrib/X11R6/include"
LDOPTS="-L/usr/contrib/X11R6/lib"
export CCOPTS LDOPTS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:54 PM
09-27-2004 08:54 PM
Re: problems compiling xterm on 11i
Thanks. That worked perfectly.
PJS
PJS
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP