• 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
Compile errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compile errors


  • Subject: Compile errors
  • From: Barry Fawthrop <email@hidden>
  • Date: Thu, 26 Feb 2009 13:21:53 -0500

To All, Greetings

I'm trying to build my first iPhone app which has some Kerberos functionality

So I have the files asn1_encode.h and asn1_encode.mm, etc... ....

Inside my App control  AppController.mm


I call the relevant procedures/functions as I need them
When I compile I get the following
(red circle white x) "_asn1_make_etag", referenced from:
                     _encode_as_req in AppController.o
                     _encode_as_req in AppController.o
                     _encode_as_req in AppController.o
                     _encode_as_req in AppController.o
                     _encode_as_req in AppController.o
(red circle whit x) "_asn12krb5_buf", referenced from
                     _encode_as_req in AppController.o
                      ...
                      ...
                      ...


the "... in AppController.o" lines correspond to the number of times the function "... referenced from:" is called in the code
So I call asn12krb5_buf once so it appears once.
I call asn1_make_etag 5 times so it appears 5 times.

The functions exists in the other files and are called using
#import "asn1_encode.h"
#import "asn1_make.h"
etc..

There is no other details about what the error is???
any ideas

Thanks in advance
_______________________________________________

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

  • Follow-Ups:
    • Re: Compile errors
      • From: Greg Parker <email@hidden>
  • Prev by Date: Re: Radio Buttons not Selecting Properly
  • Next by Date: Re: One IBAction, multiple results from multiple methods
  • Previous by thread: Re: NSLayoutManager for NSTextField (was Re: Metrics for a NSTextField)
  • Next by thread: Re: Compile errors
  • Index(es):
    • Date
    • Thread