DyZee
DyZee

Reputation: 43

Libcurl error: curl/curl.h: No such file or directory

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!

Upvotes: 4

Views: 2195

Answers (2)

Nik
Nik

Reputation: 9442

You have to set path to your curl headers in the Header Search Paths section

enter image description here

Upvotes: 1

Zak Arntson
Zak Arntson

Reputation: 382

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.

Upvotes: 0

Related Questions