On Thursday 24 December 2009 12:36:15 luigi curzi wrote:
same error:
scons: done reading SConscript files.
scons: Building targets ...
Retrieved `gui/src/PatternEditor/DrumPatternEditor.o' from cache
/usr/share/qt3/bin/uic -o gui/src/UI/ui_PatternFillDialog_UI.h
gui/src/UI/PatternFillDialog_UI.ui uic: File generated with too recent
version of Qt Designer (4.0 vs. 3.3.8b) scons: ***
[gui/src/UI/ui_PatternFillDialog_UI.h] Error 1
scons: building terminated because of errors.
Make sure uic from qt4 is in path before the one from qt3.
If you are on debian, update-alternatives is your friend too. Or uninstalling
all the dev packages of qt3...
Arnold