Re: [xsd-users] Bug: failure to convert string to int
Boris Kolpackov <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab,gmane.comp.kde.kolab.devel |
|---|---|
| Organization | Code Synthesis Tools CC |
| Message-ID | <[email protected]> |
Hi Till, Till Adam <[email protected]> writes: > Frank and I did a bit more research and found by trial error that the > bug only manifests with a certain version of Xcode (the one for Mountain > Lion), only on Lion, only with g++. There was an Xcode update a few days > ago, for Lion, which seems to resolve the issue provided one uses clang. > So hopefully I just hit a bad time window, with a broken combination of > OS/STL/compiler. That said, there are a bunch of bugs in this area on > OSX, most can be mitigated by using deployment targets <=10.5, > undefining _GLIBCXX_DEBUG or using clang, rather than c++. > Just thought I'd post this result here, for documentation's sake [...] Yes, thanks, I appreciate you keeping us informed. > [...] other than building out of the box with clang, there's a still a > tiny patch needed, but that's a known issue, I believe. Yes, this is already fixed for the next version, which we are planning to release soon. Boris