I was wondering if Wine lost 10.5 compatibility, or if any of the few people out there with it have noticed a problem. Up through 1.3.25 it seems to compile and work fine. On 1.3.26 and 1.3.27 the compile will fail with errors about a bunch of symbols in msxml3.dll.so that are not found. Building 1.3.26 and 1.3.27 on 10.6 or 10.7 using a 10.5 SDK it will build fine and still work on 10.6 and 10.7, but taking it back to 10.5 it crashes with Dyld error message of unknown load command. Building 1.3.25 and older on 10.5 works... building 1.3.25 on 10.6 or 10.7 with the 10.5 SDK then moving the install back to 10.5 still works fine too... its just a problem in 1.3.26 and 1.3.27 as far as I can tell. I'm not normalyl worried about 10.5 but I still support it in Wineskin so my current 1.3.26 and 1.3.27 versions that run fine on 10.6 and 10.7 crash on 10.5... and since it won't even compile on 10.5 I'm guessing that is part of the problem. Has anyone else been able to build 1.3.26 or 1.3.27 on 10.5?
Looks like 1.3.28 is still broken for OSX 10.5... 1.3.25 and older still build fine, and 1.3.26+ will not. They build fine on OSX 10.6 and 10.7, just not 10.5. When building on 10.5 make ends out with this... Undefined symbols: "_xmlSchemaSetValidStructuredErrors", referenced from: _SchemaCache_validate_tree in schema.o _dt_validate in schema.o "_xmlFirstElementChild", referenced from: _link_datatypes in schema.o "_xmlSchemaSetParserStructuredErrors", referenced from: _cache_entry_from_xsd_doc in schema.o _dt_validate in schema.o _cache_entry_from_xdr_doc in schema.o ld: symbol(s) not found collect2: ld returned 1 exit status winegcc: gcc-4.2 failed make[1]: *** [msxml3.dll.so] Error 2 make: *** [dlls/msxml3] Error 2 same way on 1.3.26, 1.3.27, and 1.3.28 .... seems odd.
Alexandre Julliard wrote:> "doh123" <wineforum-user at winehq.org> writes: > > > > Looks like 1.3.28 is still broken for OSX 10.5... 1.3.25 and older still build fine, and 1.3.26+ will not. They build fine on OSX 10.6 and 10.7, just not 10.5. > > > > When building on 10.5 make ends out with this... > > > > Undefined symbols: > > "_xmlSchemaSetValidStructuredErrors", referenced from: > > _SchemaCache_validate_tree in schema.o > > _dt_validate in schema.o > > "_xmlFirstElementChild", referenced from: > > _link_datatypes in schema.o > > "_xmlSchemaSetParserStructuredErrors", referenced from: > > _cache_entry_from_xsd_doc in schema.o > > _dt_validate in schema.o > > _cache_entry_from_xdr_doc in schema.o > > ld: symbol(s) not found > > collect2: ld returned 1 exit status > > winegcc: gcc-4.2 failed > > make[1]: *** [msxml3.dll.so] Error 2 > > make: *** [dlls/msxml3] Error 2 > > > > same way on 1.3.26, 1.3.27, and 1.3.28 .... seems odd. > > > > It works fine here, and these functions have configure checks. There's > something broken with your setup. > > -- > Alexandre Julliard > julliard at winehq.orgDo you have a OSX 10.5 version installed that its building on ok? I have multiple machines and it does the same thing on all of them... the 10.5 I mainly try to build on is a stock Mac OS X 10.5 install with Xcode and Macports and nothing else installed or changed at all. Every version up to 1.3.25 still compiles fine, its only broken at 1.3.26+. its odd multiple machines (one of which is 32 bit only) all have the same problem with the same OS version and it only started since 1.3.26.
doh123 wrote:> I was wondering if Wine lost 10.5 compatibility, or if any of the few people out there with it have noticed a problem. > > Up through 1.3.25 it seems to compile and work fine. > > On 1.3.26 and 1.3.27 the compile will fail with errors about a bunch of symbols in msxml3.dll.so that are not found. > > Building 1.3.26 and 1.3.27 on 10.6 or 10.7 using a 10.5 SDK it will build fine and still work on 10.6 and 10.7, but taking it back to 10.5 it crashes with Dyld error message of unknown load command. > > Building 1.3.25 and older on 10.5 works... building 1.3.25 on 10.6 or 10.7 with the 10.5 SDK then moving the install back to 10.5 still works fine too... its just a problem in 1.3.26 and 1.3.27 as far as I can tell. > > I'm not normalyl worried about 10.5 but I still support it in Wineskin so my current 1.3.26 and 1.3.27 versions that run fine on 10.6 and 10.7 crash on 10.5... and since it won't even compile on 10.5 I'm guessing that is part of the problem. > > Has anyone else been able to build 1.3.26 or 1.3.27 on 10.5?I just installed 1.3.27 using Macports and it built and appeared to install OK (I haven't tested it very thoroughly, but it did at the least run winecfg). This was done on an older MacBook (sorry, not sure the year) with an Intel Core Duo processor. Just adding in my results, hope they help somebody :-) Hibba.