• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Building libcurl with Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building libcurl with Xcode


  • Subject: Re: Building libcurl with Xcode
  • From: "Sherm Pendley" <email@hidden>
  • Date: Thu, 3 Apr 2008 17:07:50 -0400

The standard header for that scenario is config.h, which is usually generated by "./configure" from config.h.in.

sherm--

On Thu, Apr 3, 2008 at 5:02 PM, Michael Crawford <email@hidden> wrote:
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

 _______________________________________________
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

References: 
 >Building libcurl with Xcode (From: David Dunham <email@hidden>)
 >Re: Building libcurl with Xcode (From: "Michael Crawford" <email@hidden>)

  • Prev by Date: Re: Building libcurl with Xcode
  • Next by Date: Re: Unable to directly link against dynamic library libicucore
  • Previous by thread: Re: Building libcurl with Xcode
  • Next by thread: Re: Building libcurl with Xcode
  • Index(es):
    • Date
    • Thread