- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: X11 header files and C warnings
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
12-14-2003 02:07 AM
12-14-2003 02:07 AM
OpenVMS Alpha 7.3-1, CC 6.5, Motif 1.3
Try to compile the following minimalistic test program:
#include
#include
int main()
{
return EXIT_SUCCESS;
}
will throw a uselesstypequal warning from xlibint.h .
I know I can get rid of it using cc/warning=(disable=...), but this is a real annoyance.
Has this been fixed for Motif 1.3-1?
Greetings, Martin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 01:35 PM
12-16-2003 01:35 PM
Re: X11 header files and C warnings
I'm not familiar with the versions of Motif. I know very little about the various window systems.
I have a system with a brand new isntall of VMS and the "new desktop" - VMS 7.3-2, take from the distribution. I can't reprodcue your problem:
$ ty x.c
#include
#include
int main()
{
return EXIT_SUCCESS;
}
$ cc x.c
$ sho sym cc
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
$ cc/ver
Compaq C V6.5-001 on OpenVMS Alpha V7.3-2
$
Does this answer your question? Is there some way to verify that I am using the Motif version you are asking about?
Brad McCusker
Software Concepts International
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 02:06 PM
12-16-2003 02:06 PM
Re: X11 header files and C warnings
good news! I am pretty sure you are at 1.3-1 on a new system. One way to find out
@sys$update:decw$get_image_version sys$share:decw$xlibshr.exe
This should result in something like
DW V1.3-1xxxxx being print on the screen.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 11:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2003 06:46 AM
12-17-2003 06:46 AM
Re: X11 header files and C warnings
very nice, thank you for checking. One more reason to look forward to the 7.3-2 CD set ;-)
Greetings, Martin