- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Programming Motif
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
01-07-2008 12:42 PM
01-07-2008 12:42 PM
Programming Motif
an d i want to develop some X programs does any body here has a tutorial to start??
thanks!!!
- Tags:
- Motif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 01:00 PM
01-07-2008 01:00 PM
Re: Programming Motif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 01:04 PM
01-07-2008 01:04 PM
Re: Programming Motif
Once you compare motif based C to tk you will agree.
Maybe motif based programming has changed since this time, I don't know...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 01:05 PM
01-07-2008 01:05 PM
Re: Programming Motif
# cc hello.c -o hello -lXm -lXt -lX11
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 250: error 1000: Unexpected symbol: "*".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 252: error 1000: Unexpected symbol: "unsi
gned".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 252: error 1616: Unable to open intrinsic
file "/usr/local/lib/sysintr".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 253: error 1000: Unexpected symbol: "unsi
gned".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 254: error 1000: Unexpected symbol: "clie
nt_data".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 254: error 1584: Inconsistent type declar
ation: "XPointer".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 254: warning 525: Redeclaration of identi
fier "XPointer".
(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 256: error 1000: Unexpected symbol: "*".
...
...
Do i need to install morew packages??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 01:12 PM
01-07-2008 01:12 PM
Re: Programming Motif
You don't have the Ansi C compiler; rather you have only the bundled C product. You need to license an ANSI C compiler. An evaluation copy can be obtained first if you like:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA
Otherwise, you might want to fetch a 'gcc' compiler (for free):
http://mirrors.develooper.com/hpux/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2008 11:56 PM
01-07-2008 11:56 PM
Re: Programming Motif
there are some tools available that can help you in building your gui, and the only thing left to do is adding code.
take a look at glade: http://glade.gnome.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 07:51 AM
01-08-2008 07:51 AM