On Tue, Sep 8, 2009 at 5:44 PM, Orcan Ogetbil wrote: > On Tue, Sep 8, 2009 at 5:35 PM, Patrick Shirkey wrote: >> /usr/lib64/qt-3.3/bin/uic -o gui/src/UI/ui_about_dialog.h >> gui/src/UI/about_dialog.ui >> Session management error: None of the authentication protocols specified >> are supported >> uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b) >> scons: *** [gui/src/UI/ui_about_dialog.h] Error 1 >> scons: building terminated because of errors. >> >> > > Could you try exporting something like > > export QTDIR=/usr/lib64/qt4 > > before you run scons? Make sure you point to the correct directory. > > Orcan >
Well, I assumed you are using bash. In case you are using some other shell exporting environment variables may be different. In tcsh it was something like setenv QTDIR /usr/lib64/qt4 It is better to check your shell's documentation. Orcan ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
