<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>RE: [PyKDE] PyQT on HPUX</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; Hello, I am trying in vain to get PyQT to run on HPUX 11. The </FONT>
<BR><FONT SIZE=2>&gt; troublesome</FONT>
<BR><FONT SIZE=2>&gt; file is pyuic3/form.cpp. First it references the std </FONT>
<BR><FONT SIZE=2>&gt; &lt;iostream&gt; header, but</FONT>
<BR><FONT SIZE=2>&gt; bails out because the Makefile doesn't include the proper </FONT>
<BR><FONT SIZE=2>&gt; path. Afterward</FONT>
<BR><FONT SIZE=2>&gt; adding that in by hand it found &lt;iostream&gt; just fine, but now </FONT>
<BR><FONT SIZE=2>&gt; a bunch of</FONT>
<BR><FONT SIZE=2>&gt; other errors are thrown in &lt;memory&gt;, such as:</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; aCC -c</FONT>
<BR><FONT SIZE=2>&gt; +DAportable -w -D__STRICT_ANSI__ -O -D_POSIX_C_SOURCE=199506L </FONT>
<BR><FONT SIZE=2>&gt; -D_HPUX_SOURCE</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp; -DUIC -DQT_INTERNAL_XML -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG </FONT>
<BR><FONT SIZE=2>&gt; -DQT_THREAD_SU</FONT>
<BR><FONT SIZE=2>&gt; PPORT -DQT_SHARED </FONT>
<BR><FONT SIZE=2>&gt; -I/disk2/mikes/qt-x11-commercial-3.2.3/mkspecs/default -I.</FONT>
<BR><FONT SIZE=2>&gt;&nbsp; -I. -I. -I/usr/local/include/python2.3 </FONT>
<BR><FONT SIZE=2>&gt; -I/disk2/mikes/qt-x11-commercial-3.2</FONT>
<BR><FONT SIZE=2>&gt; .3/src/3rdparty/zlib </FONT>
<BR><FONT SIZE=2>&gt; -I/disk2/mikes/qt-x11-commercial-3.2.3/include -I/opt/a</FONT>
<BR><FONT SIZE=2>&gt; CC/include_std -o form.o form.cpp</FONT>
<BR><FONT SIZE=2>&gt; Error 403: &quot;/opt/aCC/include_std/memory&quot;, line 551 # </FONT>
<BR><FONT SIZE=2>&gt; Undeclared variable</FONT>
<BR><FONT SIZE=2>&gt; 'size_t'.</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Perhaps 'size_t' as in &quot;typedef unsigned long size_t&quot;</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp; [&quot;/usr/include/sys/_size_t.h&quot;, line 33] was intended.</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp; inline _STD_RW::pair&lt;void*, _RWSTD_C::size_t&gt;</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^^^^^^^^^^^^^^^^</FONT>
<BR><FONT SIZE=2>&gt; Error 321: &quot;/opt/aCC/include_std/memory&quot;, line 551 # A type </FONT>
<BR><FONT SIZE=2>&gt; argument was</FONT>
<BR><FONT SIZE=2>&gt; expected</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp; in the specialization of template 'pair'.</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp; inline _STD_RW::pair&lt;void*, _RWSTD_C::size_t&gt;</FONT>
<BR><FONT SIZE=2>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^^^^^^^^^^^^^^^^</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; blah, blah, blah...</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Anyone know what's going on?</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Mike</FONT>
</P>

<P><FONT SIZE=2>You need to pass -AA flag to aCC to use a lot of &quot;new&quot; C++ stuff.&nbsp; Make sure you have -AA in pyuic3's makefile's CXXFLAGS.&nbsp; If not, then something didn't configure properly.</FONT></P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>Michal</FONT>
</P>

</BODY>
</HTML>