On Thu, 3 Apr 2008, Albert Santoni wrote: > Just committed this one, it indeed does fix the compile on OS X. (I > wonder when this broke...?)
When I bulk-repaired the qDebug() invokations, some of the source files didn't include Q[t]Debug. I hand-fixed just enough to compile. Since I did so on ubuntu only likely I missed something like / #if OSX ... / You or Ben or someone pointed out the relationship between QDebug.h, QtDebug.h etc. I have been considering normalizing all the source files to contain one instance of QtDebug.h, period. I've got code to do such things. Maybe some of those deprecated Qt function calls would benefit from a mechanical solution. I can offer that much. ------------------------------------------------------------------------- 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
