NowPlayingFriends icon indicating copy to clipboard operation
NowPlayingFriends copied to clipboard

Hi

Open ihmunro opened this issue 13 years ago • 1 comments

Hi There

Just came across you project.

Almost got it to build.

Now it is failing on the following files that are not there.

import <libxml/HTMLparser.h>

import <libxml/xmlsave.h>

import <libxml/xpath.h>

import <libxml/xpathInternals.h>

Can you help

Iain

ihmunro avatar Mar 22 '12 02:03 ihmunro

Hi. Please check sdks header files's exist. "/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/include/libxml2/libxml" There is HTMLparser.h, xmlsave.h, xpath.h, xpathInternals.h and more. If not exist, you should install iOS SDK 5.0 or later.

And check settings in "TARGETS" -> "Build Settings" -> "Now Playing Friends" -> "Search Paths" -> "Header Search Paths" Is there search path? -> "/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/include/libxml2"

hiroe_orz

hiroeorz avatar Mar 22 '12 09:03 hiroeorz