need help getting Apple sample code to compile
need help getting Apple sample code to compile
- Subject: need help getting Apple sample code to compile
- From: WT <email@hidden>
- Date: Wed, 21 Apr 2010 12:51:51 +0200
Hello all,
I'm trying to compile the XML Performance sample code for the iPhone, but I have so far been unsuccessful. I followed the instructions on the readme file, namely, to set the HEADER_SEARCH_PATHS build setting to $SDKROOT/usr/include/libxml2. I also tried both recursive and non-recursive (I think it should be recursive, since the directory in question contains another directory, libxml, which then contains the header files, even though the readme instructions say nothing about the recursive option). I've also verified that the library is in fact included in the project.
Yet, I keep getting errors such as
.../XMLPerformance/XMLPerformance/Classes/LibXMLParser.h:49:0 Libxml/tree.h: No such file or directory in .../XMLPerformance/XMLPerformance/Classes/LibXMLParser.h
I searched the archives for prior messages about this sample code but nothing came up.
What am I missing?
Thanks in advance.
WT_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden