hi thanks for all answers. but have you see me replay about? i have search a little bit through Sconsript and i believe that scons lost or overwrite my environment vars. in Sconsript is a function CheckForPKG and here is the error. pkg-config is searching for QtCore but it can't be found because the ENV $PKG_CONFIG_PATH is for Sconscript not aviable or scons has it unset. for this i try to set a full path for Qt: ret = context.TryAction( "pkg-config --print-errors --atleast-version=%s '/opt/qt4/lib64/pkgconfig/%s.pc'" % (version,name) )[0] so this works, but now the next package will be miss (portaudio)... is this explanation are enough?
i haven't a real distribution. my system is a CLFS and there are no dependency for some packages like qt, libdjconsole or some else. i'm sure. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
