<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Where's Xlib.h? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060662#M94259</link>
    <description>there is no Xlib.h present normally.You can see Motif Window manger here./usr/bin/X11/mwm.&lt;BR /&gt;&lt;BR /&gt;Do a "man mwm" that can provide more info..</description>
    <pubDate>Mon, 30 Jul 2007 22:40:17 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-07-30T22:40:17Z</dc:date>
    <item>
      <title>Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060661#M94258</link>
      <description>&lt;!--!*#--&gt;On a C3700 workstation:&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;I see no evidence of any X/Motif header files,&lt;BR /&gt;like, say, Xlib.h.  How are these things&lt;BR /&gt;distributed?  Was there some optional step I&lt;BR /&gt;missed while installing the OS, or is there&lt;BR /&gt;some kit I need to download (whence?), or is&lt;BR /&gt;this stuff part of some extra-cost option(s)?</description>
      <pubDate>Mon, 30 Jul 2007 22:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060661#M94258</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-07-30T22:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060662#M94259</link>
      <description>there is no Xlib.h present normally.You can see Motif Window manger here./usr/bin/X11/mwm.&lt;BR /&gt;&lt;BR /&gt;Do a "man mwm" that can provide more info..</description>
      <pubDate>Mon, 30 Jul 2007 22:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060662#M94259</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-30T22:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060663#M94260</link>
      <description>Xlib.h is a part of X11/Motif Development Kit. This kit is a part of HP C/ANSI C&lt;BR /&gt;Developer's Bundle.</description>
      <pubDate>Mon, 30 Jul 2007 23:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060663#M94260</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2007-07-30T23:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060664#M94261</link>
      <description>&amp;gt;is this stuff part of some extra-cost option(s)?&lt;BR /&gt;&lt;BR /&gt;Yes, it is part of the HP C/ANSI C Developer's (old) or HP C/aC++ Developer's Bundle, X11MotifDevKit.&lt;BR /&gt;&lt;BR /&gt;You may find some open source headers by searching similar questions in the ITRC.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1112420" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1112420&lt;/A&gt;</description>
      <pubDate>Mon, 30 Jul 2007 23:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060664#M94261</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-30T23:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060665#M94262</link>
      <description>&lt;!--!*#--&gt;hi,&lt;BR /&gt;&lt;BR /&gt;On mine, we have all the required software installed and below are the occurrences of Xlib.h:&lt;BR /&gt;&lt;BR /&gt;myserver:usr&amp;gt;find . -name Xlib.h&lt;BR /&gt;./include/X11/Xlib.h&lt;BR /&gt;./include/X11R6/X11/Xlib.h&lt;BR /&gt;./local/pa20_64/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.2/include/X11/Xlib.h&lt;BR /&gt;./local/pa20_64/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.2/include/X11R6/X11/Xlib.h&lt;BR /&gt;./local/perl64/lib/site_perl/5.8.2/PA-RISC2.0-LP64/Tk/pTk/Xlib.h&lt;BR /&gt;myserver:usr&amp;gt;uname -a&lt;BR /&gt;HP-UX myserver B.11.11 U 9000/800 788907671 unlimited-user license&lt;BR /&gt;myserver:usr&amp;gt;   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 31 Jul 2007 00:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060665#M94262</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-31T00:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060666#M94263</link>
      <description>The critical phrase seems to be "HP-UX&lt;BR /&gt;Developer's Toolkit", as in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3394BA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3394BA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And it seems to be free, not attached to the&lt;BR /&gt;extra-cost C compiler.&lt;BR /&gt;&lt;BR /&gt;Now I can build "vim" with the graphics stuff&lt;BR /&gt;enabled (at last).</description>
      <pubDate>Mon, 06 Aug 2007 23:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060666#M94263</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-08-06T23:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060667#M94264</link>
      <description>&amp;gt;And it seems to be free, not attached to the&lt;BR /&gt;extra-cost C compiler.&lt;BR /&gt;&lt;BR /&gt;They never tell me anything.  ;-)&lt;BR /&gt;&lt;BR /&gt;I'll see if we can add a link to that product to put with the HP C/aC++ Developer's Bundle.</description>
      <pubDate>Tue, 07 Aug 2007 03:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060667#M94264</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-07T03:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where's Xlib.h?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060668#M94265</link>
      <description>&amp;gt; I'll see if we can add a link [...]&lt;BR /&gt;&lt;BR /&gt;Could be handy.  I had sucked down a free&lt;BR /&gt;trial copy of the C/C++ compiler, and was&lt;BR /&gt;about to install it just to get this stuff&lt;BR /&gt;when I did one more Google search and found&lt;BR /&gt;what I really wanted.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 03:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-s-xlib-h/m-p/5060668#M94265</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-08-07T03:57:19Z</dc:date>
    </item>
  </channel>
</rss>

