Hi I've checked out the source code for tag 1.4 and I'm trying to build it on Mountain Lion using xcode 4.4.
I'm getting errors in GrowlApp and MailMe that prevent it building. I don't understand how I could have a tagged set of source that doesn't build? The errors are : Growl.app - GrowlDisplayWindowController.m [existingInstances setObject:classInstances forKey:self]; <- incompatible pointer types sending 'Class' to parameter of type 'id<NSCopying>' [windowTransitions setObject:transition forKey:[transition class]]; <- incompatible pointer types sending 'Class' (aka 'Class *')to parameter of type 'id<NSCopying>' and MailMe - GrowlMailMeDisplay.m NSString *userAtHostPort = [NSString stringWithFormat: (port != nil) ? @"%@@%@:%@" : @"%@@%@", username, hostname, port]; <- Data argument not used by format string Anyone give me any pointers as to what is wrong? cheers Matt -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/growldiscuss/-/1maLZD1VbvgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
