On Tue, Sep 8, 2009 at 5:35 PM, Patrick Shirkey wrote: > > On 09/09/2009 03:52 AM, Sebastian Moors wrote: >> Gabriel M. Beddingfield wrote: >> >>> On Tue, 8 Sep 2009, Sebastian Moors wrote: >>> >>> >>>>> I opened the UI file with the Qt 4.3 version of Designer, and then >>>>> saved it. The difference is attached. It still didn't compile >>>>> because the .cpp file references 'playerControl.' >>>>> >>>>> IIRC, this issue was also reported recently on either the LAU or LAD >>>>> list. >>>>> >>>>> >>>> Hi Gabriel! >>>> >>>> Are you referring to 64Studio 2.1 or 3.0? I'm going to install this in >>>> virtualbox later and see if i have more luck. >>>> >>>> >>> 3.0 (beta). >>> >>> >> Thanks, i'll check that.. >> >>> Note that we also have one other bug related to Qt 4.3 -- but I think it's >>> a bug in Qt. >>> >>> >> Ok, i remember the one. I had no system with Qt 4.3 in the past, but i >> think its worth to setup a test-environment for those bugs. >> - Sebastian >> >> > > I'm running qt-4.5.2 and I get this build error which doesn't happen > with the svn version > > > scons: done reading SConscript files. > scons: Building targets ... > g++ -o gui/src/Mixer/Mixer.o -c -O3 -fomit-frame-pointer -funroll-loops > -DOSS_SUPPORT -DALSA_SUPPORT -DJACK_SUPPORT -DLASH_SUPPORT > -DLRDF_SUPPORT -DFLAC_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB > -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SHARED -I. -Igui/src > -I3rdparty/install/include -Ilibs/hydrogen/include -Igui/src/UI > -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtNetwork > -I/usr/include/QtXml -I/usr/include/lash-1.0 -I/usr/include/alsa > gui/src/Mixer/Mixer.cpp > /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 ------------------------------------------------------------------------------ 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
