[PyKDE] PyQT on HPUX

Phil Thompson phil at riverbankcomputing.co.uk
Sat Jan 10 18:46:40 GMT 2004


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

Are you using build.py? Do you get any further using configure.py?

Phil




More information about the PyQt mailing list