Compile errors
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