Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
warning: No wax_originalAllocWithZone method found
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
glub32  
View profile  
 More options Oct 9 2011, 11:46 pm
From: glub32 <vallab...@gmail.com>
Date: Sun, 9 Oct 2011 20:46:44 -0700 (PDT)
Local: Sun, Oct 9 2011 11:46 pm
Subject: warning: No wax_originalAllocWithZone method found
Hi,

I just downloaded probablycorey-wax-177533b.zip. I'm getting this
warning running a hello world lua app:

"warning: No wax_originalAllocWithZone method found"

wax_class.m:
static id allocWithZone(id self, SEL _cmd, NSZone *zone) {
    lua_State *L = wax_currentLuaState();
    BEGIN_STACK_MODIFY(L);

    id instance = [self wax_originalAllocWithZone:zone];

Any idea how to fix it?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Bower  
View profile  
 More options Sep 25 2012, 12:55 pm
From: Andy Bower <bowerhausm...@gmail.com>
Date: Tue, 25 Sep 2012 09:55:33 -0700 (PDT)
Local: Tues, Sep 25 2012 12:55 pm
Subject: Re: warning: No wax_originalAllocWithZone method found

Hi,

I just fixed this warning by added an interface extension declaration for
NSObject immediately before the allocWithZone: method that is causing the
warning. Like this:

@interface NSObject ()

-(id) wax_originalAllocWithZone: (NSZone*) zone;

@end

Best regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »