Re: Building libcurl with Xcode
Re: Building libcurl with Xcode
- Subject: Re: Building libcurl with Xcode
- From: "Michael Crawford" <email@hidden>
- Date: Thu, 3 Apr 2008 14:02:08 -0700
Does libcurl require you to do "./configure" for a normal command-line
build? If so, it would be generating a header that might not be
present in the downloaded sources.
What I've done in such cases is to figure out what #defines really
need to be generated by ./configure, then put them in a prefix header.
Then I don't need to do ./configure at all.
However, you might just do ./configure anyway; in my case I want to
share a single source tree for several platforms, where the
./configure-generated headers would conflict with each other.
On Thu, Apr 3, 2008 at 1:40 PM, David Dunham <email@hidden> wrote:
> I want to make sure my app uses the same version of libcurl as its Windows
> equivalent, so I'd like to build it myself and statically link.
>
> I'm not having much luck setting up an Xcode project. (Nor typing "make" at
> the command line, though I doubt that makes a universal binary -- I'd much
> rather do this via Xcode.)
>
> Has anyone made an Xcode project for libcurl?
--
Michael David Crawford
mdcrawford at gmail dot com
Enjoy my art, photography, music and writing at
http://www.geometricvisions.com/
--- Free Music Downloads ---
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden