That one's definitely a Jimbo question, although I'm not sure if he still has a non Lion machine. :-/tetragon wrote:What was the build environment for the 0.8.7 OS X build? I haven't had a compile succeed since fcbb57ae84ec387a950977ba72b763ca0d7c5936. I'm running on an older 10.6, with an older Xcode, and Qt 4.7.4.
I know the area of the code that's likely playing up. I'll have a look over it again..
It will be the evil code to detect the "first day of the week" to display on the calendar from the system locale.. Qt 4.8 has a magical function that just works.. The 4.7.x compatibility code hasn't been properly tested yet.. If I can't make this work, I'll drop the mac specific detection code and make it use a default week starting day on Mac with 4.7.x, and it should get things compiling again.
Alternatively, you could use the QtSDK SDKMaintainer tool to install the 4.8 RC. It runs a little faster and fixes some other Qt related bugs..
Not an easy task writing system specific code for a platform I don't have access to.
Edit: I just dropped that dodgo code, you may want to try a fresh git pull and see if it works..