Re: cannot install...

2009-02-15 Thread Adam Fedor
It seems like libffi is not compiling on your version of darwin. You might try ./InstallGNUstep --ffi=ffcall to force compiliation of ffcall instead of libffi. Although if you are just interested in using gdl2, you probably don't need to compile gnustep-startup. gnustep-startup is meant

[bug #25592] [Win32] NSOpenGLView display problem

2009-02-15 Thread Xavier Glattard
URL: http://savannah.gnu.org/bugs/?25592 Summary: [Win32] NSOpenGLView display problem Project: GNUstep Submitted by: xgl Submitted on: dim 15 fév 2009 17:43:43 CET Category: Backend Severity: 3 - Normal

[bug #25592] [Win32] NSOpenGLView display problem

2009-02-15 Thread Fred Kiefer
Follow-up Comment #1, bug #25592 (project gnustep): Does the setting of the window decoration influence the problem? The code that computes the sub-window rectangle looks wrong to me both here and in x11. The change at revision 26243 was mostly about setting the correct window style and

[bug #25552] system domain incorrectly set on FreeBSD

2009-02-15 Thread Fred Kiefer
Follow-up Comment #3, bug #25552 (project gnustep): This sounds exactly like the behaviour on Windows. Could there be a common source? Now that I looked at the output you get, I can see a difference. ___ Reply to this item at:

[bug #25534] remote execution of applications via ssh -X doesn't work

2009-02-15 Thread Fred Kiefer
Follow-up Comment #10, bug #25534 (project gnustep): Somehow you ended up with negative coordinates in your settings. Of course this cannot work. If you have a reproducable way of getting that error, we could try to avoid it. The idea of saving the resolution in the defaults file is to adjust

[bug #25505] cairo backend scrolling broken with recent cairo

2009-02-15 Thread Fred Kiefer
Follow-up Comment #5, bug #25505 (project gnustep): And what is your cairo release? Maybe I just need to change that. ___ Reply to this item at: http://savannah.gnu.org/bugs/?25505 ___

[bug #25505] cairo backend scrolling broken with recent cairo

2009-02-15 Thread Stefan
Follow-up Comment #6, bug #25505 (project gnustep): Oops, forgot that! It's version 1.6.4. ___ Reply to this item at: http://savannah.gnu.org/bugs/?25505 ___ Message sent via/by Savannah

Re: cannot install...

2009-02-15 Thread Adam Fedor
macports of gnustep-gui is out of date. You might just compile gnustep-gui from scratch as macports has already probably installed gnustep-base: cd gnustep-gui-0.16.0 source /opt/local/GNUstep/System/Library/Makefiles/GNUstep.sh configure make sudo make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

[bug #25471] NSOpenPanel doesn't disable OK button

2009-02-15 Thread Gregory John Casamento
Update of bug #25471 (project gnustep): Status:None = Fixed Assigned to:None = gcasa Open/Closed:Open = In Test

[bug #25552] system domain incorrectly set on FreeBSD

2009-02-15 Thread Richard Frith-Macdonald
Follow-up Comment #4, bug #25552 (project gnustep): Looking at the configure script, there is a typo in there so that it says '==' where I would normally expect to see '=', so I changed that. My guess is that the 'test' program accepts '==' as a synonym for '=' on gnu/linux, but doesn't on

Re: cannot install...

2009-02-15 Thread David Ayers
Am Sonntag, den 15.02.2009, 09:20 -0700 schrieb Adam Fedor: It seems like libffi is not compiling on your version of darwin. You might try ./InstallGNUstep --ffi=ffcall to force compiliation of ffcall instead of libffi. Although if you are just interested in using gdl2, you probably

[bug #25572] NSSavePanel/NSOpenPanel return an instance variable instead of object copy

2009-02-15 Thread Riccardo mottola
Follow-up Comment #2, bug #25572 (project gnustep): Yes, the application is at fault to begin with, also it gets the singleton panel twice, which while it should be allowed, is inefficient because it resets everything, still it should be possible. If your implementation is more efficient than