http://bugs.winehq.org/show_bug.cgi?id=23850
--- Comment #6 from Jonathan Strander mblackwell1024@gmail.com 2010-07-31 18:17:15 --- (In reply to comment #5)
(In reply to comment #4)
No, I always build from source.
But do you still get the same error after 'git checkout wine-1.2'? My commit was just the first one after wine 1.2, which should mean that 1.2 was also broken. Where did you get 1.2 and 1.3.0 from?
From the same place I would assume most get them: The WineHQ front page.
I honestly think there's something wrong with git itself (Ubuntu Lucid, 1.7.0.4-1) on my box that precludes me from being able to do regression testing.
I note that I can delete all files, checkout 1.3.0, compile, see the failure, delete all files again, checkout 1.2, see the success, but if I checkout 1.3.0 and compile, and then 1.2 and compile I get the same error as 1.3 and the log indicates the gameux stubs that aren't even present in 1.2. --version is a lying liar face and tells me it's 1.2 (though there's no way it is, seeing that). Doing make clean changes nothing. Something that's supposed to be happening isn't.
Is there a way I can work around this weirdness?