Re: [Fink-devel] SDL on Mac OS X

2008-05-05 Thread Alexey Zakhlestin
Warnings are relatively harmless (those are really just memory, leaks, no memory corruptions). Usually, such warnings happen when you create the new thread, use objective-c memory-allocations on it, but do not create Autorelease Pool for that thread and segfault should be rtaced with gdb, I guess.

[Fink-devel] SDL on Mac OS X

2008-05-04 Thread Schindler Karl-Michael
Hi all, SDL is used in the program Ultrastar. on macosx 10.5 and fpc 2.3.1 sdl_init leads to a large number of warnings. This is the line with sdl_init: SDL_Init(SDL_INIT_VIDEO or SDL_INIT_TIMER); This is the part of the output: 2008-05-05 01:17:26.689 UltraStar[22982:807] *** _NSAut