<?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: Can't compile python modules in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075537#M717205</link>
    <description>Hey, problem solved!!! &lt;BR /&gt;-std=c9x,  that is the one!!! just removing it from all the Makefiles did the trick.&lt;BR /&gt;Thanks</description>
    <pubDate>Sun, 28 Sep 2003 09:46:13 GMT</pubDate>
    <dc:creator>Matias A. vidal Pereyra</dc:creator>
    <dc:date>2003-09-28T09:46:13Z</dc:date>
    <item>
      <title>Can't compile python modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075534#M717202</link>
      <description>I'm  trying to complie gnome bindings for gtk2, I have this stopper:&lt;BR /&gt;&lt;BR /&gt;/usr/local/pa20_32/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python2.3 -DORBIT2=1 -I/opt/Garnome/include/orbit-2.0/ORBitservices -I/opt/Garnome/include/orbit-2.0 -I/opt/Garnome/include/libIDL-2.0 -I/opt/Garnome/include/glib-2.0 -I/opt/Garnome/lib/glib-2.0/include -DORBIT2_STUBS_API -I/opt/Garnome/include -I/usr/X11R6/include -I/usr/contrib/X11R6/include -I/usr/local/include -D__STDC_EXT__ -g -I/opt/Garnome/include -I/usr/X11R6/include -L/opt/Garnome/lib -L/usr/X11R6/lib -I/usr/contrib/X11R6/include -L/usr/contrib/X11R6/lib -I/usr/local/include -L/usr/local/lib -O2 -pipe -mpa-risc-2-0  -Wall -std=c9x -MT stub-gen.lo -MD -MP -MF .deps/stub-gen.Tpo -c stub-gen.c  -DPIC In file included from /usr/local/include/python2.3/Python.h:28,&lt;BR /&gt;                 from pyorbit.h:23,&lt;BR /&gt;                 from pyorbit-private.h:28,&lt;BR /&gt;                 from stub-gen.c:24:&lt;BR /&gt;/usr/local/pa20_32/lib/gcc-lib/hppa2.0w-hp-hpux11/3.3.1/include/stdio.h:658: error: parse error before "ftello"&lt;BR /&gt;/usr/local/pa20_32/lib/gcc-lib/hppa2.0w-hp-hpux11/3.3.1/include/stdio.h:659: error: parse error before "off_t"&lt;BR /&gt;&lt;BR /&gt;I have build gcc as Merjin posted...&lt;BR /&gt;&lt;BR /&gt;matias@trutien:~$ /usr/local/pa20_32/bin/gcc -v&lt;BR /&gt;Reading specs from /usr/local/pa20_32/lib/gcc-lib/hppa2.0w-hp-hpux11/3.3.1/specs&lt;BR /&gt;Configured with: ../src/configure --enable-languages=c,c++,objc --prefix=/usr/local/pa20_32 --with-local-prefix=/usr/local/pa20_32 --disable-shared --disable-nls --with-gnu-as --with-as=/usr/local/pa20_32/bin/as --with-ld=/usr/ccs/bin/ld --host=hppa2.0w-hp-hpux11&lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think is some issue with largefile support, but I can't understand what are the correct defines.&lt;BR /&gt;&lt;BR /&gt;btw, I am building gnome 2.4 in 11.00 and is currently usable!!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nauta.homeunix.net/gnomeHPUXWiki/" target="_blank"&gt;http://nauta.homeunix.net/gnomeHPUXWiki/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 20 Sep 2003 22:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075534#M717202</guid>
      <dc:creator>Matias A. vidal Pereyra</dc:creator>
      <dc:date>2003-09-20T22:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile python modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075535#M717203</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Maybe this helps :&lt;BR /&gt;&lt;BR /&gt;-D_LARGEFILE_SOURCE for "ftello" problem&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;-D_FILE_OFFSET_BITS=64 for "off_t" problem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Nico</description>
      <pubDate>Sun, 21 Sep 2003 15:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075535#M717203</guid>
      <dc:creator>Nico Schockaert</dc:creator>
      <dc:date>2003-09-21T15:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile python modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075536#M717204</link>
      <description>Nico, have tried those and didnt help, same error.&lt;BR /&gt;any ideas?&lt;BR /&gt;&lt;BR /&gt;Thxs</description>
      <pubDate>Wed, 24 Sep 2003 22:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075536#M717204</guid>
      <dc:creator>Matias A. vidal Pereyra</dc:creator>
      <dc:date>2003-09-24T22:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't compile python modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075537#M717205</link>
      <description>Hey, problem solved!!! &lt;BR /&gt;-std=c9x,  that is the one!!! just removing it from all the Makefiles did the trick.&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 28 Sep 2003 09:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-compile-python-modules/m-p/3075537#M717205</guid>
      <dc:creator>Matias A. vidal Pereyra</dc:creator>
      <dc:date>2003-09-28T09:46:13Z</dc:date>
    </item>
  </channel>
</rss>

