Alexandre Julliard wrote: > "doh123" <wineforum-user@xxxxxxxxxx> 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@xxxxxxxxxx Do 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.