<?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: Programming Motif in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125602#M93026</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise, you might want to fetch a 'gcc' compiler (for free):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 07 Jan 2008 21:12:51 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-01-07T21:12:51Z</dc:date>
    <item>
      <title>Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125598#M93022</link>
      <description>Hi, recently i installed the B3394BA                       B.11.11.02     HP-UX Developer's Toolkit for 11.11 &lt;BR /&gt;an d i want to develop some X programs does any body here has a tutorial to start??&lt;BR /&gt;&lt;BR /&gt;thanks!!!</description>
      <pubDate>Mon, 07 Jan 2008 20:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125598#M93022</guid>
      <dc:creator>Rigoberto Barocio_1</dc:creator>
      <dc:date>2008-01-07T20:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125599#M93023</link>
      <description>One place to start.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.cf.ac.uk/Dave/X_lecture/" target="_blank"&gt;http://www.cs.cf.ac.uk/Dave/X_lecture/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;googling gives you more.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 21:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125599#M93023</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-07T21:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125600#M93024</link>
      <description>I did some Motif based programming abut 10 years ago and i can tell you it is much easier to use another toolkit like the X extension to perl or tcl (called tk) to do this.&lt;BR /&gt;Once you compare motif based C to tk you will agree.&lt;BR /&gt;Maybe motif based programming has changed since this time, I don't know...</description>
      <pubDate>Mon, 07 Jan 2008 21:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125600#M93024</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-07T21:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125601#M93025</link>
      <description>i wrote the example and compile the source, but show me this error...&lt;BR /&gt;&lt;BR /&gt;# cc hello.c -o hello -lXm -lXt -lX11 &lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 250: error 1000: Unexpected symbol: "*".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 252: error 1000: Unexpected symbol: "unsi&lt;BR /&gt;gned".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 252: error 1616: Unable to open intrinsic&lt;BR /&gt; file "/usr/local/lib/sysintr".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 253: error 1000: Unexpected symbol: "unsi&lt;BR /&gt;gned".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 254: error 1000: Unexpected symbol: "clie&lt;BR /&gt;nt_data".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 254: error 1584: Inconsistent type declar&lt;BR /&gt;ation: "XPointer".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 254: warning 525: Redeclaration of identi&lt;BR /&gt;fier "XPointer".&lt;BR /&gt;(Bundled) cc: "/usr/include/X11/extensions/Print.h", line 256: error 1000: Unexpected symbol: "*".&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do i need to install morew packages??&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 21:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125601#M93025</guid>
      <dc:creator>Rigoberto Barocio_1</dc:creator>
      <dc:date>2008-01-07T21:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125602#M93026</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise, you might want to fetch a 'gcc' compiler (for free):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Jan 2008 21:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125602#M93026</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-07T21:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125603#M93027</link>
      <description>don't waste your time on motif. it's from the stone age. gtk is included with hpux now so i highly suggest using that, at least it's a modern toolkit.&lt;BR /&gt;&lt;BR /&gt;there are some tools available that can help you in building your gui, and the only thing left to do is adding code.&lt;BR /&gt;&lt;BR /&gt;take a look at glade: &lt;A href="http://glade.gnome.org/" target="_blank"&gt;http://glade.gnome.org/&lt;/A&gt;</description>
      <pubDate>Tue, 08 Jan 2008 07:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125603#M93027</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2008-01-08T07:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Programming Motif</title>
      <link>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125604#M93028</link>
      <description>Motif is ok, I've written serveral programs using it, but now using Qt from Trolltech (&lt;A href="http://www.trolltech.com)" target="_blank"&gt;www.trolltech.com)&lt;/A&gt; and there is also wxWidgets (&lt;A href="http://www.wxwidgets.org)" target="_blank"&gt;www.wxwidgets.org)&lt;/A&gt; with CodeBlocks IDE (&lt;A href="http://www.codeblocks.org)....Have" target="_blank"&gt;www.codeblocks.org)....Have&lt;/A&gt; fun....&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 15:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/programming-motif/m-p/4125604#M93028</guid>
      <dc:creator>Craig Smith_13</dc:creator>
      <dc:date>2008-01-08T15:51:22Z</dc:date>
    </item>
  </channel>
</rss>

