Re: Multi-threaded warning

2014-08-31 Thread Germán Arias
After install gcc 4.9.1 I have now a thread safe runtime. But, there are problems with Animation test. I will send other email. Germán. On 2014-08-14 13:10:17 -0600 Amr Aboelela wrote: > I am running generating libobjc.a from the source, not sure what is the > version but it has: > > enum >

NSAnimation question

2014-08-31 Thread Germán Arias
The current NSAnimation-test in examples use NSAnimationNonblockingThreaded. But this stuck the application, don't respond to user events. Changing this to NSAnimationNonblocking, solves the problem. Is this a bug with NSAnimationNonblockingThreaded? Or is an error in the test? Germán. __