2007/2/6, Dragan Noveski <perodog@gmx.net>:
> hi arnold,
> i just found out, that on my system in /usr/bin there are some symlinks
> showing to qt3.
> that were: lrelease lupdate moc qmake uic.
> they all have been showing to qt3, so i changed them now to show to qt4.
>
> obviously i don´t have to run scons configure, cause i have the path
> declared in my .bash_profile, at least the error is the same if i run
> scons-configure or not.
>
> nowhiskey@murija2:~/software/nove/j_mix/jackmix-0.2$ scons
> scons: Reading SConscript files ...
> Checking for uic: uic was found as /usr/share/qt4/bin/uic
This line above shows that scons already gets the right paths for qt4...
> Checking for UIC version : fine - Qt User
> Interface Compiler version 4.2.1
> Checking for moc: moc was found as /usr/share/qt4/bin/moc
> Checking for rcc: rcc was found as /usr/share/qt4/bin/rcc
> Checking for the qt includes : ok /usr/share/qt4/include
> Checking for jack...yes
> scons: done reading SConscript files.
> scons: Building targets ...
<snip>
> g++ -o jackmix/jackmix jackmix/main.o jackmix/mainwindow.o -Llibgui
> -Llibelements -Llibcore -Llibmatrix -Lbackend -L/usr/share/qt4/lib
> -ljackmix_mixingmatrix -ljackmix_mixingelements -ljackmix_gui
> -ljackmix_backend -lQtCore -lQtGui -lQtXml -lQt3Support
> -l-L/usr/local/lib -ljack
> /usr/bin/ld: cannot find -l-L/usr/local/lib
That is what worries me. Why are these clashed together? They seem not
to come from the qt-checks as your qt isn't in /usr/local. It seems
the check for jack produces these.
Maybe you can edit jackmix/SConstruct and replace the env['jack_LIBS']
with "-ljack"?
> collect2: ld returned 1 exit status
> scons: *** [jackmix/jackmix] Error 1
> scons: building terminated because of errors.
> nowhiskey@murija2:~/software/nove/j_mix/jackmix-0.2$
> perhaps the symlink-thing brings you to another idea, what could be
> wrong here?
The symlinking shouldn't be the culprit...
Arnold
-- visit http://www.arnoldarts.de/ --- Wenn man mit Raubkopien Bands wie Brosis oder Britney Spears wirklich verhindern könnte, würde ich mir noch heute einen Stapel Brenner und einen Sack Rohlinge kaufen.Received on Tue Feb 6 16:15:03 2007
This archive was generated by hypermail 2.1.8 : Tue Feb 06 2007 - 16:15:03 EET