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

Re: Compile Problems


  • Subject: Re: Compile Problems
  • From: Barry Fawthrop <email@hidden>
  • Date: Thu, 12 Mar 2009 10:07:45 -0400

> ...
> extern const mit_des_cblock  mit_des_zeroblock;
> #define mit_des_zeroblock  krb5int_c_mit_des_zeroblock
>

I swapped  these two lines in des-int.h around

#define mit_des_zeroblock  krb5int_c_mit_des_zeroblock
extern const mit_des_cblock  mit_des_zeroblock;

Now in  f_cbc.mm
I have
const mit_des_cblock  mit_des_zeroblock  /* = all zero */;

I got this idea from looking at the latest source code for kerberos

Now now have a error: uninitialzed const 'krb5int_c_mit_des_zeroblock'

showing at the f_cbc.mm line above ?


Any advice,
Thank You
Barry

_______________________________________________

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

References: 
 >Compile Problems (From: Barry Fawthrop <email@hidden>)

  • Prev by Date: Re: Karaoke like algorithm
  • Next by Date: Help, I need a jedi memory master with time and patience to help me here.
  • Previous by thread: Re: Compile Problems
  • Next by thread: Cocoaheads Lake Forest (92630) meeting 3/11/2009 (tonight!) at 7 pm on "Modeling a Game with the Cocoa Frameworks"
  • Index(es):
    • Date
    • Thread