• 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
Fwd: Basic HTTP program failed to compile
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Basic HTTP program failed to compile


  • Subject: Fwd: Basic HTTP program failed to compile
  • From: ico <email@hidden>
  • Date: Fri, 3 Dec 2010 17:15:31 +0800



---------- Forwarded message ----------
From: ico <email@hidden>
Date: Fri, Dec 3, 2010 at 4:23 PM
Subject: Fwd: Basic HTTP program failed to compile
To: email@hidden


Hi,
I just realize I sent to a wrong list, hope this one is correct.



I am studying CFNetwork Programming Guide document these days, and I wrote a little program with
basic HTTP request and response for testing. However, I can't get this program to compile, the error
message something like:
Undefined symbols:
  "_CFHTTPMessageCreateRequest", referenced from:

"_kCFHTTPVersion1_1", referenced from:

Then I try to add existing framework to my project (go to project window, right click the "External
frameworks and libraries" and choose add menu), I add CoreFoundation.framework and
CoreService.framework and CFNetwork.framework
After that, the situation is getting worse, I recompile my program and getting 8406 errors.
Some of them are from CFString.h like:

/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:539:0 /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:539: error: storage class specified for parameter 'CFStringCreateByCombiningStrings'


And then I delete those new added framework from my project (go to project window, right click the
framework I want to delete and choose delete command), but nothing changes when I compile
my program again, I still got 8406 errors.

Now how can I get things right? And how can I compile my program without errors?
Thanks.



---------- Forwarded message ----------
From: Jerry Krinock <email@hidden>
Date: Fri, Dec 3, 2010 at 3:06 PM
Subject: Re: Basic HTTP program failed to compile
To: Cocoa Developers <email@hidden>



On 2010 Dec 02, at 17:11, John Joyce wrote:

> Please be patient. If somebody on the list has an answer they will post it.
> If you need an immediate answer, contact DTS.

Or try a more appropriate list.

For CFNetwork issues:
       email@hidden

For framework and build issues:
       email@hidden

Looks like it it's some issue with the iOS SDK, but I don't know because I haven't used iOS SDK yet.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden



--
==========================
Life isn't about finding yourself.
Life is about creating yourself.




--
==========================
Life isn't about finding yourself.
Life is about creating yourself.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Basic HTTP program failed to compile
      • From: "Quinn \"The Eskimo!\"" <email@hidden>
  • Prev by Date: Re: [OSX Core Foundation]How can I asynchronously upload a file though HTTP and get a callback called while sending bytes of the stream?
  • Next by Date: Re: Basic HTTP program failed to compile
  • Previous by thread: Re: Problem sending UDP broadcast on OS/X 10.5 Leopard on MacPro1, 1
  • Next by thread: Re: Basic HTTP program failed to compile
  • Index(es):
    • Date
    • Thread