Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-03 Thread Jeroen Demeyer
On 05/03/2013 11:25 AM, Michael Welsh wrote: In order to review, do I need to run it on 10.4? (I'm new to this stuff) I don't think so. It is safe to assume that the patch worked for the author of the patch, otherwise he wouldn't have put it there for reviewing. In fact, it would be more useful

Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-03 Thread Michael Welsh
On 3/05/2013, at 9:08 PM, Jeroen Demeyer wrote: > > Patch ready at http://trac.sagemath.org/sage_trac/ticket/14521 In order to review, do I need to run it on 10.4? (I'm new to this stuff) NSInteger is just a pointer to int/long, so I don't see any problems with it... Michael -- You received

Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-03 Thread Jeroen Demeyer
OK, I found the problem: NSInteger doesn't exist on OS X 10.4. Patch ready at http://trac.sagemath.org/sage_trac/ticket/14521 -- 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 a

Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-03 Thread Jeroen Demeyer
On 05/03/2013 10:45 AM, Jeroen Demeyer wrote: 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 mailto:kcris...@gmail.com>> wrote: Because you have the buildbot, I haven't been checking lately... I may have time to try this out n

Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-03 Thread Jeroen Demeyer
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 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

[sage-devel] Re: Mac App broken on OS X 10.4

2013-05-02 Thread Ivan Andrus
Oops, forgot to send to the list. On May 2, 2013, at 8:05 AM, kcrisman 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

Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-02 Thread kcrisman
On Thursday, May 2, 2013 10:10:37 AM UTC-4, Jeroen Demeyer wrote: > > On 05/02/2013 04:05 PM, kcrisman wrote: > > Because you have the buildbot, I haven't been checking lately... > > I also wasn't really aware of the fact that the Mac App is only built > when running sage --bdist, so a normal

Re: [sage-devel] Re: Mac App broken on OS X 10.4

2013-05-02 Thread Jeroen Demeyer
On 05/02/2013 04:05 PM, kcrisman wrote: Because you have the buildbot, I haven't been checking lately... I also wasn't really aware of the fact that the Mac App is only built when running sage --bdist, so a normal "make ptestlong" doesn't catch this. -- You received this message because you

[sage-devel] Re: Mac App broken on OS X 10.4

2013-05-02 Thread kcrisman
Sorry, I neglected to mention the ticket where this probably happened. http://trac.sagemath.org/sage_trac/ticket/10556 On Thursday, May 2, 2013 10:05:42 AM UTC-4, kcrisman wrote: > > Because you have the buildbot, I haven't been checking lately... I may > have time to try this out next week. > >

[sage-devel] Re: Mac App broken on OS X 10.4

2013-05-02 Thread kcrisman
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 pers