[bug #26046] Infinite loop on quit...

2009-03-30 Thread Xavier Glattard
Follow-up Comment #4, bug #26046 (project gnustep): I can not reproduce the problem. Same warnings than Fred. If you start the application from a console you can quit with ctrl-c and it stops silently. FYI: The code Greg found out is intended to find the top-most parent of a sub-window that gnus

[bug #26046] Infinite loop on quit...

2009-03-30 Thread Fred Kiefer
Follow-up Comment #3, bug #26046 (project gnustep): I tried to reproduce this problem, but failed long before getting there. When I compile gormtest I get the following warnings: Warning: English.lproj/urltest.gorm not found - ignoring Warning: English.lproj/testmatrix.nib not found - ignoring

[bug #26050] Issues drawing in the ART backend...

2009-03-30 Thread Gregory John Casamento
URL: Summary: Issues drawing in the ART backend... Project: GNUstep Submitted by: gcasa Submitted on: Mon 30 Mar 2009 12:07:39 PM EDT Category: Backend Severity: 2 - M

[bug #26046] Infinite loop on quit...

2009-03-30 Thread Xavier Glattard
Follow-up Comment #5, bug #26046 (project gnustep): I now can run gormtest, but I still can not reproduce the error, with or without the 'break' correction. But I can make the application hang if I close it (with the menu) as soon as it displays. If I wait 1 or 2 sec before I ask for quitting (

[bug #26046] Infinite loop on quit...

2009-03-30 Thread matt rice
Follow-up Comment #6, bug #26046 (project gnustep): Xavier Wrote: > >Nothing to do with my changes. This code is not executed at all: >the loop is only entered when the window of the event is not a >NSWindow, and AFAIK this only happend with a NSOpenGLView. In >short cWin is never null. i'm gue

[bug #26046] Infinite loop on quit...

2009-03-30 Thread Xavier Glattard
Follow-up Comment #7, bug #26046 (project gnustep): Sure it may happen but it actually does not with gormtest on my computer. I don't even get a VisibilityNotify event when the app is closing: *my code is not executed*. So i can not know if turning the 'continue's into 'break's prevents the endle

[bug #26052] GWorkspace: Icons not displaying correctly...

2009-03-30 Thread Gregory John Casamento
URL: Summary: GWorkspace: Icons not displaying correctly... Project: GNUstep Submitted by: gcasa Submitted on: Mon 30 Mar 2009 04:19:54 PM EDT Category: Application Se

[bug #26053] Linking errors with latest build.... ( BUILD BROKEN )

2009-03-30 Thread Gregory John Casamento
URL: Summary: Linking errors with latest build ( BUILD BROKEN ) Project: GNUstep Submitted by: gcasa Submitted on: Mon 30 Mar 2009 05:20:42 PM EDT Category: Base/Foundation

[bug #26053] Linking errors with latest build.... ( BUILD BROKEN )

2009-03-30 Thread Riccardo mottola
Follow-up Comment #1, bug #26053 (project gnustep): I get the same error on Linux Debian/x86 and FreeBSD/x86. ___ Reply to this item at: ___ Messaggio

[bug #26055] correct LD flags to pass to the linger for cygwin

2009-03-30 Thread Riccardo mottola
URL: Summary: correct LD flags to pass to the linger for cygwin Project: GNUstep Submitted by: rmottola Submitted on: lun 30 mar 2009 22:28:49 GMT Category: Makefiles

[bug #26053] Linking errors with latest build.... ( BUILD BROKEN )

2009-03-30 Thread Nicola Pero
Follow-up Comment #2, bug #26053 (project gnustep): Could you *always* include the output of 'make messages=yes' when reporting issues ? Thanks ___ Reply to this item at: _

[bug #26053] Linking errors with latest build.... ( BUILD BROKEN )

2009-03-30 Thread Nicola Pero
Update of bug #26053 (project gnustep): Open/Closed:Open => Closed ___ Follow-up Comment #3: Sorry about that. I fixed it in trunk. It now builds again. Thanks