How to deal with missing function on Leopard
How to deal with missing function on Leopard
- Subject: How to deal with missing function on Leopard
- From: Tron Thomas <email@hidden>
- Date: Mon, 30 Nov 2009 20:01:12 -0800
I am writing a cross platform application that uses the libxml2
library. For some reason a function I make use of named
xmlLastElementChild is define in the libxml2 header files for Mac OS X
10.6 and not for Mac OS X 10.5.
My current thought is that I can write my own version of this function
and include it when building on Mac OS X 10.5.
However, I'm not sure what #ifdef and other directives are needed to
be included in the source file for this to happen when compiling with
Xcode 3.1.
What advice can people offer for this problem?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden