On 05/03/2013 06:37 AM, Ivan Andrus wrote:
Oops, forgot to send to the list.

On May 2, 2013, at 8:05 AM, kcrisman <kcris...@gmail.com
<mailto:kcris...@gmail.com>> wrote:

Because you have the buildbot, I haven't been checking lately... I may
have time to try this out next week.

On Thursday, May 2, 2013 8:57:49 AM UTC-4, Jeroen Demeyer wrote:

    I just noticed this when creating the Sage 5.9 binaries: the Mac App
    doesn't build anymore on OS X 10.4 (PPC). I personally don't care
    very
    much, but maybe other people do. This problem probably dates back to
    Sage 5.8 (for unrelated reasons, no binaries of Sage 5.8 were made
    for
    OS X 10.4)


Here is the relevant line

- (void)alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode
contextInfo:(void *)contextInfo {

which perhaps does indeed use something newer.  Note that I point out
in my part of the review

I haven't tested this on anything but Snow Leopard.

So perhaps I should have barked a little when nkirchner set positive
review (you didn't even add him to the reviewer, Jeroen :) but it had
been a long time since I had even looked at it, and then it was
sage-pending for months and months... aargh.

I'm pretty sure it doesn't use anything not available on 10.4.  Also
"parse error" sounds weird.  Is there a 10.4 box I could play around
with?  I have an account on boxen.

If not, someone could try adding

- (void)alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode
contextInfo:(void *)contextInfo;

to the header.  It's just a shot in the dark though.
That seems to help, but now there is a new error:

/Users/buildbot/build/sage/moufang-1/moufang_binary/build/sage-5.9/devel/ext-main/sage/ext/mac-app/AppDelegate.m: In function '-[AppDelegate getUrl:withReplyEvent:]': /Users/buildbot/build/sage/moufang-1/moufang_binary/build/sage-5.9/devel/ext-main/sage/ext/mac-app/AppDelegate.m:188: warning: 'WebView' may not respond to '-isLoading' /Users/buildbot/build/sage/moufang-1/moufang_binary/build/sage-5.9/devel/ext-main/sage/ext/mac-app/AppDelegate.m:188: warning: (Messages without a matching method signature /Users/buildbot/build/sage/moufang-1/moufang_binary/build/sage-5.9/devel/ext-main/sage/ext/mac-app/AppDelegate.m:188: warning: will be assumed to return 'id' and accept /Users/buildbot/build/sage/moufang-1/moufang_binary/build/sage-5.9/devel/ext-main/sage/ext/mac-app/AppDelegate.m:188: warning: '...' as arguments.) /Users/buildbot/build/sage/moufang-1/moufang_binary/build/sage-5.9/devel/ext-main/sage/ext/mac-app/AppDelegate.m:195: warning: implicit declaration of function 'sleep'
** BUILD FAILED **

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to