mike wrote: > hi all, > i try to build the current svn version of mixxx, but scons screams: > Checking for QtCore (4.3 or higher)... no > QT >= 4.3 not found. > > i start it with scons qtdir=/opt/qt4 and qt4 is there (version:4.3.1)! > also my $PKG_CONFIG_PATH shows /opt/qt4/lib64/pkgconfig. > what can be wrong...? > > by the way: since yesterday i have a hercules dj console mk2. > aplay -l show the hercules pcm device, > arecord -l show the hercules record device, but > amidi -l show nothing... > > > ------------------------------------------------------------------------- > 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 > > i found a little bit more information about this issue. in my normally shell, all ENV's are set correctly but when scons run it use a very basic enviroment. look: root:/1-OO-build/mixxx/mixxx/mixxx/src$ env KDE_MULTIHEAD=false HZ=100 CLFS_TARGET32=i686-pc-linux-gnu LD_BUILD64=-m elf_x86_64 SHELL=/bin/bash TERM=xterm HISTSIZE=1000 GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/root/.gtkrc-2.0:/root/.kde-old/share/config/gtkrc-2.0 LIBGLADE_EXE_PREFIX=/opt/gnome ACLOCAL=aclocal -I /usr/X11/share/aclocal GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc:/root/.kde-old/share/config/gtkrc GS_LIB=/root/.fonts HUSHLOGIN=FALSE WINDOWID=31457285 OLDPWD=/1-OO-build/mixxx/mixxx/mixxx QTDIR=/opt/qt4 [EMAIL PROTECTED] KDE_FULL_SESSION=true USER=root ...some stuff... PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/X11/lib64/pkgconfig:/usr/X11R7/lib64/pkgconfig:/opt/qt4/lib64/pkgconfig:/opt/qt/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/evolution/lib64/pkgconfig:/opt/kde-3.5.6/lib64/pkgconfig:/opt/firefox/lib64/pkgconfig:/opt/thunderbird-2.0b1/lib64/pkgconfig DISPLAY=:0.0
but config.log looks so: env && pkg-config --modversion QtCore PATH=/usr/local/bin:/opt/bin:/bin:/usr/bin PWD=/1-OO-build/mixxx/mixxx/mixxx SHLVL=1 _=/usr/bin/env Package QtCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QtCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QtCore' found scons: Configure: no i modified the SConscript to figure out whats going on. we see the $ENV's was stolen my some ghosts... unfortunately i'm never looking over python. any ideas? ------------------------------------------------------------------------- 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
