Re: [ANNOUNCE qgit-0.94]
From: Sven Verdoolaege <hidden>
Date: 2016-06-15 22:42:05
On Sun, Sep 11, 2005 at 12:58:05AM -0700, Marco Costalba wrote:
Please, what compiler version and qt dev libraries do you have?
I had installed qt 4.0.1 in the mean time, because apparently the 3.1.2 I had installed before was too old. It seems to have installed itself in /usr though. Removing the -I/usr/include/qt3 from SConstruct _seems_ to make annotate.cpp compile. But now I get this: bash-3.00$ QTDIR=/usr/ make scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... /usr//bin/uic -o src/commitbase.h src/commitbase.ui /usr//bin/uic -impl commitbase.h -o src/uic_commitbase.cc src/commitbase.ui /usr//bin/moc -o src/moc_commitbase.cc src/commitbase.h uic: File generated with too old version of Qt Designer File 'src/commitbase.ui' is not valid scons: *** [src/commitbase.h] Error 1 scons: building terminated because of errors. make: *** [all] Error 2 How can I create src/commitbase.ui ? skimo