im tryin to upgrade icy to iOS3/4+ but when im building it, it gives me this error: curl/curl.h: No such file or directory how can i make this to work? i've read about adding cURL in the frameworks but i already did that and it gives me the same error... please help!
Asked
Active
Viewed 2,102 times
2 Answers
0
Somewhere in your IDE's build settings you should find a Header Search Paths setting (or something similarly named). If you're building from the command-line, look for a search path option. Add the directory where curl.h resides to that list.

Zak Arntson
- 372
- 2
- 8