Doesn't seem to be a lot of activity here.

Tried following the build instructions (OS 10.4.9, Xcode 2.4, Intel), but not quite working yet:
* wxWidgets 2.6.3 is not available; 2.6.4 seems slightly different
* several coding problems generating compiler errors which seem related to typecasting; integers; boolean types in jpeg libraries - have fiddled with the data types to get round the compiler errors.

Have gotten as far as source code compiling using the Xcode build of wxWidgets 2.6.4 as static library. Now using that library in Xara rather than the multiple wx------ libraries which wouldn't build for me using standard GNU configure/make. Have removed other wxWidgets libraries from the project.

No compiler errors. Linking fails.
Now stuck with multiple definitions of symbols but Xcode doesn't locate them with search for the symbol text.....

I presume that there is a problem with some or other library that is used by more than one linked library.

Anyone got any bright ideas????