A tar of diffs is here: http://wps.com/temp/mixxx-1896M-qDebug-fix-diffs.tar
It compiles and runs... as well as unmodified svn 1896 does, which is not very, on my laptop (intel dual core, fast, 4GB, latest distro kernel). I rm'd *.cpp, svn update'd, got 1896, compiled djconsole_legacy=1 optimize=2 and ran it before I did any edits. VERY SLUGGISH. I didn't notice what went between 1895 and 1896, maybe nothing, and it doesn't like my laptop. ALSA on on-board i915 sound. Crashed X once. So anyhoo. I did the edits and made diffs. I checked that only qDebug lines changed ... egrep '^[-+]' *.diff | egrep -v 'revision|working copy' | egrep -v qDebug | less ... Compiles and runs as above. Note that I only added enough /#include QDebug/ to resolve compile errors; I did not globally s/QtDebug/QDebug/ since it includes the same file qdebug.h. So I am unable to test it satisfactorily due to the weird sluggishness thing. But I don't think I added any new problems (beyond 'all edits cause problems'). I did do a valgrind run on the 1896M version and save stderr if that's of any use. ------------------------------------------------------------------------- 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
