On 02/18/2011 10:54 AM, Mathieu Suen wrote:

> I do not have error. instead I get those NSlog:
> 2011-02-18 10:46:56.986 gst[60568:903] NSWindow does not support 
> nonactivating 
> panel styleMask 0x80
> 2011-02-18 10:46:56.988 gst[60568:903] NSWindow does not support HUD 
> styleMask 
> 0x2000

my hint would be start gst. Then attach with gdb to it (gdb -p `pidof gst`)
and set a breakpoint in this objective c function, then execute your program
and use gdb to inspect your arguments. Maybe you see a pattern of what is
going wrong, e.g. the size of the SEL is wrong or such.

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to