OK sorry then in that case I can't help. This list is very very quiet, you will 
have more luck getting an answer over on hydrogen-devel.

Mark

On Wednesday 05 November 2008 19:56:52 Jürgen Schöneberg wrote:
> hello!
> 
> I have already installed qt4 and 
> now set QTDIR to /usr/share/qt4
> and I get the same error
> 
> Jürgen
> 
> 
> On Wednesday 05 November 2008 20:34, Mark Greenwood wrote:
> > I don't know if this is the problem as I've not tried to build Hydrogen for
> > a long time, but you need QT4,. The errors you are getting look like you
> > might have QT3.
> >
> > You need the qt4-devel package (not sure what it's called on 64studio),
> > then you need to set the QTDIR environment variable so it points to where
> > QT4 is installed.
> >
> > Mark
> >
> > On Wednesday 05 November 2008 19:16:47 Jürgen Schöneberg wrote:
> > > hi,
> > > I downloaded 0.9.4 from svn today
> > > tried to compile, but get errors:
> > >
> > > (on 64studio)
> > >
> > > do you need more info?
> > >
> > > thanks for help
> > > Jürgen
> > >
> > >
> > >
> > > scons:
> > >
> > >
> > > scons: Reading SConscript files ...
> > > Checking for C header file sndfile.h... (cached) yes
> > > Checking for C header file alsa/asoundlib.h... (cached) yes
> > > Checking for C header file jack/jack.h... (cached) yes
> > > Checking for C header file zlib.h... (cached) yes
> > > Checking for C header file libtar.h... (cached) yes
> > > Checking for C header file lrdf.h... (cached) yes
> > > Checking for C header file FLAC/all.h... (cached) yes
> > >
> > > =================================================================
> > >  Hydrogen build script
> > >
> > >  Revision: 628
> > >  Platform: linux2
> > >  Release build
> > >  Prefix: /usr/local
> > >  Destdir:
> > > =================================================================
> > > Feature Overview:
> > >
> > >       lash: disabled
> > >       alsa: enabled
> > >       jack: enabled
> > > libarchive: disabled (using libtar instead)
> > >  portaudio: disabled
> > >   portmidi: disabled
> > >
> > > =================================================================
> > >
> > >
> > > scons: warning: QTDIR variable is not defined, using moc executable as a
> > > hint (QTDIR=/usr)
> > > File "./qt4.py", line 207, in _detect
> > >
> > > scons: warning: QTDIR variable is not defined, using moc executable as a
> > > hint (QTDIR=/usr)
> > > File "./qt4.py", line 207, in _detect
> > > scons: done reading SConscript files.
> > > scons: Building targets ...
> > > g++ -o
> > > gui/src/SoundLibrary/SoundLibraryImportDialog.o -c -O3
> > > -fomit-frame-pointer -funroll-loops -DALSA_SUPPORT -DJACK_SUPPORT
> > > -DLRDF_SUPPORT -DFLAC_SUPPORT -DLADSPA_SUPPORT -DOSS_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/lash-1.0 -I/usr/include/qt4 -I/usr/include/qt4/QtCore
> > > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork
> > > -I/usr/include/qt4/QtXml
> > > gui/src/SoundLibrary/SoundLibraryImportDialog.cpp
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h: In member
> > > function ‘void Ui_SoundLibraryImportDialog_UI::setupUi(QDialog*)’:
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h:180: error: ‘class
> > > QGridLayout’ has no member named ‘setLeftMargin’
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h:181: error: ‘class
> > > QGridLayout’ has no member named ‘setTopMargin’
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h:182: error: ‘class
> > > QGridLayout’ has no member named ‘setRightMargin’
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h:183: error: ‘class
> > > QGridLayout’ has no member named ‘setBottomMargin’
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h:184: error: ‘class
> > > QGridLayout’ has no member named ‘setHorizontalSpacing’
> > > gui/src/SoundLibrary/ui_SoundLibraryImportDialog_UI.h:185: error: ‘class
> > > QGridLayout’ has no member named ‘setVerticalSpacing’
> > > scons: *** [gui/src/SoundLibrary/SoundLibraryImportDialog.o] Error 1
> > > scons: building terminated because of errors.
> > >
> > > -------------------------------------------------------------------------
> > > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > > challenge Build the coolest Linux based applications with Moblin SDK &
> > > win great prizes Grand prize is a trip for two to an Open Source event
> > > anywhere in the world
> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > _______________________________________________
> > > Hydrogen-users mailing list
> > > Hydrogen-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/hydrogen-users
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge Build the coolest Linux based applications with Moblin SDK & win
> > great prizes Grand prize is a trip for two to an Open Source event anywhere
> > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > Hydrogen-users mailing list
> > Hydrogen-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hydrogen-users
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Hydrogen-users mailing list
> Hydrogen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hydrogen-users
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Hydrogen-users mailing list
Hydrogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-users

Reply via email to