<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: [PyKDE] PyQT on HPUX</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004>Thanks! That was the solution.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=458282004-14012004>I had
to add -AA to CXXFLAGS and to LIBS I had to add "-lCsup_v2 -lstd_v2" to
LIBS. I gather that somewhere in the build process, the system grabs the QT
build info from qtmake.conf in the QT directory. However, one file was modified
to use some newer stuff that QT never used so the .conf file never needed
those additional flags and libraries.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=458282004-14012004>FYI,
PyQwt also has the same problems, and another two files break things in PyQwt
which sees "size_t" in the Qwt code as merely an "unsigned' when it should
be an "unsigned long".</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004>Cheers,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=458282004-14012004>Mike</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<P><FONT size=2>------<BR>Mike Smithwick, author : Distant Suns, First Light,
Distant Suns: Grand Tour<BR><A href="http://www.distantsuns.com/"
target=_blank>http://www.distantsuns.com</A><BR><BR>"No one in the history of
the world has ever washed a rental car"<BR><BR>for fine celtic music :<BR><BR><A
href="http://www.live365.com/cgi-bin/directory.cgi?autostart=celticmelt1"
target=_blank>http://www.live365.com/cgi-bin/directory.cgi?autostart=celticmelt1</A>
</FONT></P>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B>
pykde-admin@mats.imk.fraunhofer.de
[mailto:pykde-admin@mats.imk.fraunhofer.de]<B>On Behalf Of </B>Michal
Drozd<BR><B>Sent:</B> Monday, January 12, 2004 6:38 AM<BR><B>To:</B> 'Mike';
pykde@mats.imk.fraunhofer.de<BR><B>Subject:</B> RE: [PyKDE] PyQT on
HPUX<BR><BR></FONT></DIV>
<P><FONT size=2>> Hello, I am trying in vain to get PyQT to run on HPUX 11.
The </FONT><BR><FONT size=2>> troublesome</FONT> <BR><FONT size=2>> file
is pyuic3/form.cpp. First it references the std </FONT><BR><FONT size=2>>
<iostream> header, but</FONT> <BR><FONT size=2>> bails out because
the Makefile doesn't include the proper </FONT><BR><FONT size=2>> path.
Afterward</FONT> <BR><FONT size=2>> adding that in by hand it found
<iostream> just fine, but now </FONT><BR><FONT size=2>> a bunch
of</FONT> <BR><FONT size=2>> other errors are thrown in <memory>,
such as:</FONT> <BR><FONT size=2>You need to pass -AA flag to aCC to use a lot
of "new" C++ stuff. Make sure you have -AA in pyuic3's makefile's
CXXFLAGS. If not, then something didn't configure properly.</FONT></P>
<P> <FONT size=2>Michal</FONT>
</P></BLOCKQUOTE></BODY></HTML>