[trunk] R4873 build is broken
After the last round of updates by Werner, the file DSP.CPP in mscore\libmscore is broken. One of the "printf" statements wasn't modded right and was left in a bad way... "fqdebug(..." and the statement format is also wrong. I've fixed mine locally but it will need to be fixed and resynced in SVN.
Here's the compiler output:
E:\MS_TRUNK\mscore\libmscore\dsp.cpp: In member function 'virtual void DspSSE86::mix(float*, float*, unsigned int)':
E:\MS_TRUNK\mscore\libmscore\dsp.cpp:73: error: 'fqDebug' was not declared in this scope
mingw32-make[3]: *** [libmscore/CMakeFiles/libmscore.dir/dsp.cpp.obj] Error 1
mingw32-make[3]: Leaving directory `E:/MS_TRUNK/win32build'
mingw32-make[2]: *** [libmscore/CMakeFiles/libmscore.dir/all] Error 2
Comments
Crap, the title should read R4874!
In reply to [trunk] R4874 build is broken by schepers
fixed