diff options
Diffstat (limited to 'README.AIX')
-rw-r--r-- | README.AIX | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,16 +1,16 @@ -This file describes some things to be aware of when building SIP (and PyQt) +This file describes some things to be aware of when building SIP (and PyTQt) under AIX. -I had success building SIP V3/V4 (and PyQt) on AIX 4.3.3 and on AIX 5.1 with +I had success building SIP V3/V4 (and PyTQt) on AIX 4.3.3 and on AIX 5.1 with VisualAge C++ and with gcc. VisualAge C++ was version 6.0 but it should also work with version 5.x. The GNU compiler was version 3.3.2 downloaded as a binary from http://aixpdslib.seas.ucla.edu/aixpdslib.html -The Qt-Version was 3.2.3 but it should also work with previous versions. +The TQt-Version was 3.2.3 but it should also work with previous versions. -If you are using Python version 2.3.3 or higher, SIP (and PyQt) should build +If you are using Python version 2.3.3 or higher, SIP (and PyTQt) should build out of the box without any changes. If you are using a Python version before 2.3.3, you have to patch Python, @@ -57,11 +57,11 @@ diff -uNr Python-2.3.2.orig/configure Python-2.3.2/configure Darwin/*) DYNLOADFILE="dynload_next.o";; ---8<-------------------------------------------------------------------->8--- -Note: I did not mix the compilers when building Qt, Python, SIP and PyQt. At -least Qt, SIP and PyQt must be built with the same compiler because of +Note: I did not mix the compilers when building TQt, Python, SIP and PyTQt. At +least TQt, SIP and PyTQt must be built with the same compiler because of different name mangling schemes. -If you have any problems or questions on building SIP or PyQt on AIX, either +If you have any problems or questions on building SIP or PyTQt on AIX, either send an email to ulrich.berning@desys.de or use the PyKDE mailing list. Ulrich Berning |