mike wrote:
> Tuma wrote:
>
>> Thanx, Mike!
>> Next problem is:
>>
>> scons qtdir="/usr/local/Trolltech/Qt-4.3.3"
>> scons: Reading SConscript files ...
>> Platform: Linux
>> QT path: /usr/local/Trolltech/Qt-4.3.3
>> Loading qt4 tool...
>> Checking for C library portaudio... yes
>> Checking for C library mad... yes
>> Checking for C library id3tag... yes
>> Checking for C library vorbisfile... yes
>> Checking for C library vorbis... yes
>> Checking for C library ogg... yes
>> Checking for C library GL... yes
>> Checking for C library GLU... no
>> Checking for C library glu32... no
>> Checking for C header file /usr/X11R6/include/GL/glu.h... yes
>> Checking for C library sndfile... yes
>> Checking for pkg-config (at least version 0.15.0)... yes
>> Checking for QtCore (4.3 or higher)... no
>> QT >= 4.3 not found.
>>
>> Should I define QtCore include path? If so - how could I do that?
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Mixxx-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>
>>
>>
>
> mh. i know this issue. my solution:
>
> - check your PKG_CONFIG_PATH environment variable; it must be set and
> must contains /path/qt4/lib/pkgconfig!
> - change in src/Sconscript the path for qt4, it is set to
> /usr/local/some/path
> - scons qtdir=/path/to/qt4
>
> only this works on my LFS. Which system is running for you?
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mixxx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
>
sorry i forgot a important detail: in src/Sconscript a change the function:
def CheckForPKG( context, name, version="" ):
from: ret = context.TryAction( "pkg-config --atleast-version=%s '%s'" %
(version,name) )[0]
to: ret = context.TryAction("*export
PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/X11/lib64/pkgconfig:/opt/qt4/lib64/pkgconfig
&&* pkg-config --atleast-version=%s '%s'" % (version,name) )[0]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel