I tried to compile xxdiff on a aix system.
First I installed qt-x11-opensource-src-4.1.4.tar.gz in
my user account (I don't have root privileges).
Building seemd successfull, except for the
libQtGui_debug.so.4.1.4 object, which generated loader
errors (I ignored this and hope xxdiff does not need
this so file).
Then I tried to install xxdiff-3.2.tar.
I had to manually edit src/Makefile.bootstrap to point
to my custom made qmake utility, and used the -spec
option to use the aix-g++ spec file provided with qt.
This gave 3 times the warning:
uic: File generated with too old version of Qt Designer
Als when manually giving the uic command on
mypath_to_qt/bin/uic markersWidgetBase.ui -o
ui_markersWidgetBase.h
gives a similar error:
uic: File generated with too old version of Qt Designer
File 'markersWidgetBase.ui' is not valid
Does this mean I am using a too new version of qt (but
no other versions are available for download at the
moment) or is this caused by some other problem?
Please advice,
best regards,
J. de Kloe, kloedej@knmi.nl