<?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: gtk+ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620241#M676151</link>
    <description>&amp;gt;It appears that the gkt/gtk.h is in the source file which causes the "No such file or directory" error msg. However, even with the "-l" I still get the error.&lt;BR /&gt;&amp;gt;gcc -l/opt/gnome/include/gtk-1.2/gtk&lt;BR /&gt;&lt;BR /&gt;That's -I, not -l or -1.  You need to cut&amp;amp;paste examples, not type by sight.  Also, you added an extra path to the end.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'm attaching the source code for your review and here is the output from the last attempt that has no gtk.h in the source code&lt;BR /&gt;&lt;BR /&gt;Why would you want to remove that header that defines gint?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: I think you need, simply: #include &lt;GTK.H&gt;&lt;BR /&gt;&lt;BR /&gt;You should use the documented include style and leave it alone and put the paths as I specified.  Note: google finds it with gdk/gdk.h.  (With the right option letter. :-)&lt;/GTK.H&gt;</description>
    <pubDate>Wed, 21 Apr 2010 00:56:43 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-04-21T00:56:43Z</dc:date>
    <item>
      <title>gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620233#M676143</link>
      <description>The compiler can't seem to find the gtk, any ideas?&lt;BR /&gt;&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; ls -lart&lt;BR /&gt;total 96&lt;BR /&gt;-rwx------   1 root       sys            231 Dec 11  2002 deploy.sh&lt;BR /&gt;-rw-r-----   1 root       sys            694 Apr  9  2003 dx_chkpasswd.c&lt;BR /&gt;-rw-rw----   1 root       sys           4978 Apr  9  2003 dx_chkpasswd_glib.c&lt;BR /&gt;-rw-rw----   1 root       sys            477 Apr  9  2003 Makefile&lt;BR /&gt;drwxr-x---   2 root       sys           8192 Apr  9  2003 gtk&lt;BR /&gt;drwxr-xr-x   3 root       sys             96 Apr 19 15:42 ..&lt;BR /&gt;drwxrwx---   3 root       sys           8192 Apr 19 15:43 .&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; ll gtk&lt;BR /&gt;total 96&lt;BR /&gt;-rw-rw----   1 root       sys            152 Apr  9  2003 Makefile&lt;BR /&gt;-rw-rw----   1 root       sys           1214 Apr  9  2003 gtk.h&lt;BR /&gt;-rw-rw----   1 root       sys           6224 Apr  9  2003 gtkmain.c&lt;BR /&gt;-rw-rw----   1 root       sys           2031 Apr  9  2003 gtkmain.h&lt;BR /&gt;-rw-r-----   1 root       sys           5962 Apr  9  2003 gtkmain.o&lt;BR /&gt;-rw-rw----   1 root       sys           1507 Apr  9  2003 gtktypeutils.h&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; echo $SHLIB_PATH&lt;BR /&gt;/usr/src/dx_chkpasswd/gtk&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; ls -lart&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; echo $CC&lt;BR /&gt;/usr/local/bin/gcc&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; echo $SHLIB_PATH&lt;BR /&gt;/usr/src/dx_chkpasswd/gtk&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; /usr/local/bin/gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: ia64-hp-hpux11.23&lt;BR /&gt;Configured with: ../gcc/configure&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.2.3&lt;BR /&gt;HPITHA1/usr/src/dx_chkpasswd &amp;gt; /usr/local/bin/gcc dx_chkpasswd_glib.c&lt;BR /&gt;dx_chkpasswd_glib.c:1:21: error: gtk/gtk.h: No such file or directory&lt;BR /&gt;dx_chkpasswd_glib.c:18: error: expected specifier-qualifier-list before 'gint'&lt;BR /&gt;dx_chkpasswd_glib.c:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_timeout'&lt;BR /&gt;dx_chkpasswd_glib.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_io_in'&lt;BR /&gt;dx_chkpasswd_glib.c:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_io_err'&lt;BR /&gt;dx_chkpasswd_glib.c:84: error: expected ')' before 'data'&lt;BR /&gt;dx_chkpasswd_glib.c:120: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_init'&lt;BR /&gt;dx_chkpasswd_glib.c:167: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_exit'&lt;BR /&gt;dx_chkpasswd_glib.c: In function 'main':&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: 'my_init' undeclared (first use in this function)&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: (Each undeclared identifier is reported only once&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: for each function it appears in.)&lt;BR /&gt;dx_chkpasswd_glib.c:207: error: 'my_exit' undeclared (first use in this function)&lt;BR /&gt;dx_chkpasswd_glib.c:212: error: 'my_GlobalVars' has no member named 'rc'&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 18:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620233#M676143</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-19T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620234#M676144</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Is GTK installed?  On an 11.31 server of mine:&lt;BR /&gt;&lt;BR /&gt;# swlist|grep -i gtk&lt;BR /&gt;  B6848BA                       1.4.gm.46.16   Ximian GNOME 1.4 GTK+ Libraries for HP-UX&lt;BR /&gt;  GTK                           2.6.8.00.01    GTK+ 2.6 The Gnome GUI Runtime  Toolkit&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# find /opt -type f -name gtk.h&lt;BR /&gt;/opt/gnome/include/gtk-1.2/gtk/gtk.h&lt;BR /&gt;/opt/gnome/src/GTK+/gtk+-1.2.10/gtk/gtk.h&lt;BR /&gt;/opt/gtk2.6/include/gtk-2.0/gtk/gtk.h&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 18:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620234#M676144</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-19T18:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620235#M676145</link>
      <description>yes, it is installed but the compiler can't seem to locate the directory? Is there a variable that I need to set?&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 19:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620235#M676145</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-19T19:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620236#M676146</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Check your PATH, SHLIB_PATH and sd/ux&lt;BR /&gt;&lt;BR /&gt;If you do not have gtk+ software it is available at &lt;A href="http://www.hp.com/go/firefox" target="_blank"&gt;http://www.hp.com/go/firefox&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is probably also available elsewhere but definitely at the link above as it is a pre-requisite for firefox.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Apr 2010 20:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620236#M676146</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-19T20:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620237#M676147</link>
      <description>&amp;gt;it is installed but the compiler can't seem to locate the directory? Is there a variable that I need to set?&lt;BR /&gt;&lt;BR /&gt;You need to use -I to point the compiler to the include directory.  Assuming you used find(1) like JRF did, it would be one of these:&lt;BR /&gt;-I/opt/gnome/include/gtk-1.2&lt;BR /&gt;-I/opt/gnome/src/GTK+/gtk+-1.2.10&lt;BR /&gt;-I/opt/gtk2.6/include/gtk-2.0&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: Check your PATH, SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;These won't help at compile time.</description>
      <pubDate>Tue, 20 Apr 2010 04:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620237#M676147</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-20T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620238#M676148</link>
      <description>Dennis,&lt;BR /&gt;&lt;BR /&gt;Thanks for the info. It appears that the gkt/gtk.h is in the source file which causes the "No such file or directory" error msg. However, even with the "-l" I still get the error.&lt;BR /&gt;&lt;BR /&gt;HPITHA1/usr/src &amp;gt; export CC=gcc&lt;BR /&gt;HPITHA1/usr/src &amp;gt; gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: ia64-hp-hpux11.23&lt;BR /&gt;Configured with: ../gcc/configure&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.2.3&lt;BR /&gt;&lt;BR /&gt;/usr/src/dx_chkpasswd &amp;gt; gcc -l/opt/gnome/include/gtk-1.2/gtk dx_chkpasswd_glib.c -o dx_chkpasswd_glib.ex&amp;gt;&lt;BR /&gt;dx_chkpasswd_glib.c:1:21: error: gtk/gtk.h: No such file or directory&lt;BR /&gt;dx_chkpasswd_glib.c:18: error: expected specifier-qualifier-list before 'gint'&lt;BR /&gt;dx_chkpasswd_glib.c:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_timeout'&lt;BR /&gt;dx_chkpasswd_glib.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_io_in'&lt;BR /&gt;dx_chkpasswd_glib.c:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_io_err'&lt;BR /&gt;dx_chkpasswd_glib.c:84: error: expected ')' before 'data'&lt;BR /&gt;dx_chkpasswd_glib.c:120: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_init'&lt;BR /&gt;dx_chkpasswd_glib.c:167: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_exit'&lt;BR /&gt;dx_chkpasswd_glib.c: In function 'main':&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: 'my_init' undeclared (first use in this function)&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: (Each undeclared identifier is reported only once&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: for each function it appears in.)&lt;BR /&gt;dx_chkpasswd_glib.c:207: error: 'my_exit' undeclared (first use in this function)&lt;BR /&gt;dx_chkpasswd_glib.c:212: error: 'my_GlobalVars' has no member named 'rc'&lt;BR /&gt;&lt;BR /&gt;/usr/src/dx_chkpasswd&amp;gt;head dx_chkpasswd_glib.c&lt;BR /&gt;#include &lt;GTK&gt;&lt;BR /&gt;&lt;BR /&gt;#include &lt;CRYPT.H&gt;&lt;BR /&gt;#include &lt;FCNTL.H&gt;&lt;BR /&gt;#include &lt;PWD.H&gt;&lt;BR /&gt;#include &lt;SIGNAL.H&gt;&lt;BR /&gt;#include &lt;STRING.H&gt;&lt;BR /&gt;#include &lt;TERMIOS.H&gt;&lt;BR /&gt;#include &lt;UNISTD.H&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/UNISTD.H&gt;&lt;/TERMIOS.H&gt;&lt;/STRING.H&gt;&lt;/SIGNAL.H&gt;&lt;/PWD.H&gt;&lt;/FCNTL.H&gt;&lt;/CRYPT.H&gt;&lt;/GTK&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620238#M676148</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-20T12:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620239#M676149</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;You specified the include directory as Dennis noted and did:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; gcc -l/opt/gnome/include/gtk-1.2/gtk &lt;BR /&gt;&lt;BR /&gt;...but then in your source you specified:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; #include &lt;GTK&gt;&lt;BR /&gt;&lt;BR /&gt;I think you need, simply:&lt;BR /&gt;&lt;BR /&gt;#include &lt;GTK.H&gt;&lt;BR /&gt;&lt;BR /&gt;...or:&lt;BR /&gt;&lt;BR /&gt;# gcc -l/opt/gnome/include/gtk-1.2&lt;BR /&gt;&lt;BR /&gt;...without the next directory.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;/GTK.H&gt;&lt;/GTK&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620239#M676149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-04-20T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620240#M676150</link>
      <description>James&lt;BR /&gt;&lt;BR /&gt;I tried both methods with no luck. I'm beginning to think the errors aren't relative to gtk and perhaps something the source code needs adjustment. It was built by a programmer on 2003 who is no longer with us and we need to compile it for Itaniums. So your help will be highly appreciated!&lt;BR /&gt;I'm attaching the source code for your review and here is the output from the last attempt that has no gtk.h in the source code and rather using the "-l" to point the compiler:&lt;BR /&gt;&lt;BR /&gt;/usr/src/dx_chkpasswd &amp;gt; /usr/local/bin/gcc -l/opt/gtk2.6/include/gtk-2.0 dx_chkpasswd_glib.c -o dx_chkpasswd_glib.exe&lt;BR /&gt;dx_chkpasswd_glib.c:16: error: expected specifier-qualifier-list before 'gint'&lt;BR /&gt;dx_chkpasswd_glib.c:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_timeout'&lt;BR /&gt;dx_chkpasswd_glib.c:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_io_in'&lt;BR /&gt;dx_chkpasswd_glib.c:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_io_err'&lt;BR /&gt;dx_chkpasswd_glib.c:82: error: expected ')' before 'data'&lt;BR /&gt;dx_chkpasswd_glib.c:118: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_init'&lt;BR /&gt;dx_chkpasswd_glib.c:165: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'my_exit'&lt;BR /&gt;dx_chkpasswd_glib.c: In function 'main':&lt;BR /&gt;dx_chkpasswd_glib.c:203: error: 'my_init' undeclared (first use in this function)&lt;BR /&gt;dx_chkpasswd_glib.c:203: error: (Each undeclared identifier is reported only once&lt;BR /&gt;dx_chkpasswd_glib.c:203: error: for each function it appears in.)&lt;BR /&gt;dx_chkpasswd_glib.c:205: error: 'my_exit' undeclared (first use in this function)&lt;BR /&gt;dx_chkpasswd_glib.c:210: error: 'my_GlobalVars' has no member named 'rc'&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 18:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620240#M676150</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-20T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620241#M676151</link>
      <description>&amp;gt;It appears that the gkt/gtk.h is in the source file which causes the "No such file or directory" error msg. However, even with the "-l" I still get the error.&lt;BR /&gt;&amp;gt;gcc -l/opt/gnome/include/gtk-1.2/gtk&lt;BR /&gt;&lt;BR /&gt;That's -I, not -l or -1.  You need to cut&amp;amp;paste examples, not type by sight.  Also, you added an extra path to the end.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'm attaching the source code for your review and here is the output from the last attempt that has no gtk.h in the source code&lt;BR /&gt;&lt;BR /&gt;Why would you want to remove that header that defines gint?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: I think you need, simply: #include &lt;GTK.H&gt;&lt;BR /&gt;&lt;BR /&gt;You should use the documented include style and leave it alone and put the paths as I specified.  Note: google finds it with gdk/gdk.h.  (With the right option letter. :-)&lt;/GTK.H&gt;</description>
      <pubDate>Wed, 21 Apr 2010 00:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620241#M676151</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-21T00:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620242#M676152</link>
      <description>Thanks for the tips Dennis but now I'm getting another error with glib.h, any thoughts?&lt;BR /&gt;see attached output.</description>
      <pubDate>Fri, 23 Apr 2010 15:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620242#M676152</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-23T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620243#M676153</link>
      <description>Sorry, I attached the wrong file in the previous thread so here is the good one?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 15:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620243#M676153</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-23T15:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620244#M676154</link>
      <description>&amp;gt;I'm getting another error with glib.h, any thoughts?&lt;BR /&gt;&lt;BR /&gt;Where is glib.h?  Try doing JRF's find for this file.&lt;BR /&gt;Have you downloaded all of GTK's dependencies?</description>
      <pubDate>Fri, 23 Apr 2010 21:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620244#M676154</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-23T21:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620245#M676155</link>
      <description>I'm getting close Dennis. I kept adding more paths whenever I encounter a path error so that fixed the pathing issue but we have another problem "unsatisfied symbol": I'm posting the command I used and the final output:&lt;BR /&gt;&lt;BR /&gt;gcc -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include dx_chkpasswd_glib.c -o chkpasswd.exe&lt;BR /&gt;ld: Unsatisfied symbol "g_io_add_watch" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_source_remove" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_strndup" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_free" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "gtk_main" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "gtk_init_add" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "gtk_quit_add" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_io_add_watch_full" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_timeout_add" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_io_channel_read_line" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "g_io_channel_unix_new" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;ld: Unsatisfied symbol "gtk_main_quit" in file /var/tmp//cc5CqsFn.o&lt;BR /&gt;12 errors.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;BTW: all of the dependencies are installed.</description>
      <pubDate>Mon, 26 Apr 2010 13:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620245#M676155</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-26T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620246#M676156</link>
      <description>&amp;gt;we have another problem "unsatisfied symbol"&lt;BR /&gt;&lt;BR /&gt;Can you scan the source for one of these symbols?&lt;BR /&gt;And/or scan the objects/libs:&lt;BR /&gt;nm -pxAN objects ... libs ... | grep g_io_add_watch</description>
      <pubDate>Tue, 27 Apr 2010 08:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620246#M676156</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-27T08:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620247#M676157</link>
      <description>Dennis&lt;BR /&gt;&lt;BR /&gt;If I'm not mistaken, there are some missing libraries "cannot open", Correct? I'm not really sure what to look for from the output so can you please advice?&lt;BR /&gt;The source code returned bad magic so I assume its not the issue.&lt;BR /&gt;&lt;BR /&gt;nm -pxAN /usr/lib/lib* | grep g_io_add_watch&lt;BR /&gt;nm:  /usr/lib/lib.b:  bad magic&lt;BR /&gt;nm:  /usr/lib/libU77.alias:  bad magic&lt;BR /&gt;nm:  /usr/lib/libU77.alias.i8:  bad magic&lt;BR /&gt;nm:  /usr/lib/libU77.alias.r8:  bad magic&lt;BR /&gt;nm:  /usr/lib/libU77_.alias:  bad magic&lt;BR /&gt;nm:  /usr/lib/libbomb.a:  cannot open&lt;BR /&gt;nm:  /usr/lib/libemc_crypto.sl:  cannot open&lt;BR /&gt;nm:  /usr/lib/libemc_ssl.sl:  cannot open&lt;BR /&gt;nm:  /usr/lib/libvrascmd.sl:  cannot open</description>
      <pubDate>Tue, 27 Apr 2010 16:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620247#M676157</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-27T16:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620248#M676158</link>
      <description>&amp;gt;there are some missing libraries "cannot open", Correct?&lt;BR /&gt;&lt;BR /&gt;Perhaps.  What does ll(1) show for each?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The source code returned bad magic so I assume it's not the issue.&lt;BR /&gt;&lt;BR /&gt;You need to use something like grep for source.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;nm -pxAN /usr/lib/lib* | grep g_io_add_watch&lt;BR /&gt;&amp;gt;nm: /usr/lib/libemc_crypto.sl: cannot open&lt;BR /&gt;&amp;gt;nm: /usr/lib/libemc_ssl.sl: cannot open&lt;BR /&gt;&amp;gt;nm: /usr/lib/libvrascmd.sl: cannot open&lt;BR /&gt;&lt;BR /&gt;(Are these symlinks and to what?)&lt;BR /&gt;&lt;BR /&gt;Have you looked for libs that you have just built?&lt;BR /&gt;&lt;BR /&gt;Do you have archive libs on your link line?&lt;BR /&gt;If you haven't ordered them properly, you may need to use -Wl,+n.</description>
      <pubDate>Wed, 28 Apr 2010 07:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620248#M676158</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-28T07:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620249#M676159</link>
      <description>here is the "ll" output. no luck yet...&lt;BR /&gt;&lt;BR /&gt;ll /usr/lib/lib.b&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           1656 Aug 26  2004 /usr/lib/lib.b&lt;BR /&gt;ll /usr/lib/libU77.alias&lt;BR /&gt;-r--r--r--   1 bin        bin           1687 Jun  2  2004 /usr/lib/libU77.alias&lt;BR /&gt;ll /usr/lib/libU77.alias.i8&lt;BR /&gt;-r--r--r--   1 bin        bin           1745 Aug 17  2004 /usr/lib/libU77.alias.i8&lt;BR /&gt;ll /usr/lib/libU77.alias.r8&lt;BR /&gt;-r--r--r--   1 bin        bin           1689 Jun  2  2004 /usr/lib/libU77.alias.r8&lt;BR /&gt;ll /usr/lib/libU77_.alias&lt;BR /&gt;-r--r--r--   1 bin        bin           1741 Jun  2  2004 /usr/lib/libU77_.alias&lt;BR /&gt;ll /usr/lib/libbomb.a&lt;BR /&gt;lrwxrwxrwt   1 root       sys             22 Jul 13  2007 /usr/lib/libbomb.a -&amp;gt; /opt/dce/lib/libbomb.a&lt;BR /&gt;ll /opt/dce/lib/libbomb.a&lt;BR /&gt;/opt/dce/lib/libbomb.a not found&lt;BR /&gt;ll /usr/lib/libemc_ssl.sl&lt;BR /&gt;lrwxr-xr-x   1 root       sys             37 Jul 13  2007 /usr/lib/libemc_ssl.sl -&amp;gt; /usr/symcli/shlib/libemc_ssl.sl.0.9.7&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2010 19:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620249#M676159</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-28T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620250#M676160</link>
      <description>&amp;gt;here is the "ll" output. no luck yet...&lt;BR /&gt;&amp;gt;ll /usr/lib/lib.b&lt;BR /&gt;&lt;BR /&gt;No need to look at the "bad magic" ones.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;lrwxrwxrwt /usr/lib/libbomb.a -&amp;gt; /opt/dce/lib/libbomb.a&lt;BR /&gt;&lt;BR /&gt;And you don't have /opt/dce.&lt;BR /&gt;&lt;BR /&gt;Have you scanned your gtk+ sources for those symbols?</description>
      <pubDate>Thu, 29 Apr 2010 06:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620250#M676160</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-29T06:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620251#M676161</link>
      <description>Would you mind to give an example?&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2010 15:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620251#M676161</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2010-04-29T15:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: gtk+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620252#M676162</link>
      <description>&amp;gt;Would you mind to give an example?&lt;BR /&gt;&lt;BR /&gt;Of grep??  Using find(1) to be recursive:&lt;BR /&gt;find /path-to-search ... -type f -name "*.[CHch]*" \&lt;BR /&gt;-exec grep -e g_io_add_watch {} +&lt;BR /&gt;&lt;BR /&gt;For a simple directory:&lt;BR /&gt;grep -e g_io_add_watch *.[CHch]*&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2010 02:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gtk/m-p/4620252#M676162</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-30T02:24:11Z</dc:date>
    </item>
  </channel>
</rss>

