hiroeorz / NowPlayingFriends

"now playing friends" is a one of iPhone application in order to find twitter users who are listening to music same as other twitter users at the same time. (This application uses hash tag "#nowplaying".)Twitterの#nowplaying ハッシュタグを利用して、現在同じ音楽を聴いているユーザを検索、表示するIPhoneアプリケーションです。
http://now-playing-friends.heroku.com/
Other
17 stars 6 forks source link

Hi #48

Open ihmunro opened 12 years ago

ihmunro commented 12 years ago

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

hiroeorz commented 12 years ago

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