Re: NSAnimation...

2007-04-09 Thread Fred Kiefer
Xavier Glattard wrote: Fred Kiefer fredkiefer at gmx.de writes: For me it looks even worse: Compiling file NSAnimation.m ... In file included from /usr/GNUstep/System/Library/Headers/GNUstepBase/GSIArray.h:138, compilation twice now, with no luck. from NSAnimation.m:53:

Re: Window managers

2007-04-09 Thread Fred Kiefer
Hi Christopher, I am not sure if capturing the mouse is a great idea. I understand that we have the problem with Windows of not getting a mouse up event when the mouse leaves the current window. But this should be handled on another level. In most cases we are not interested in a mouse up, so why

Re: NSAnimation...

2007-04-09 Thread Gregory John Casamento
With a clean checkout and a clean install, I still get this: Compiling file set_show_service.m ... Linking tool set_show_service ... ../Source/./obj/libgnustep-gui.so: undefined reference to `nsanimation_progressMarkSorter' collect2: ld returned 1 exit status GJC -- Gregory Casamento -

Re: NSAnimation...

2007-04-09 Thread Gregory John Casamento
It was built with the following compiler: Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/opt/gcc/4.1.1 --enable-languages=c,c++,fortran,objc,obj-c++ --disable-checking --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux Thread

Re: Window managers

2007-04-09 Thread Christopher Armstrong
Hi I am not sure if capturing the mouse is a great idea. I understand that we have the problem with Windows of not getting a mouse up event when the mouse leaves the current window. But this should be handled on another level. In most cases we are not interested in a mouse up, so why always

Re: NSAnimation...

2007-04-09 Thread Fred Kiefer
Gregory John Casamento wrote: With a clean checkout and a clean install, I still get this: Compiling file set_show_service.m ... Linking tool set_show_service ... ../Source/./obj/libgnustep-gui.so: undefined reference to `nsanimation_progressMarkSorter' collect2: ld returned 1 exit

Re: Window managers

2007-04-09 Thread Fred Kiefer
Christopher Armstrong wrote: Hi I am not sure if capturing the mouse is a great idea. I understand that we have the problem with Windows of not getting a mouse up event when the mouse leaves the current window. But this should be handled on another level. In most cases we are not interested

Re: NSAnimation...

2007-04-09 Thread Gregory John Casamento
Fred, Sometimes it helps to have a ton of compilers on your machine. ;) I have just compiled with gcc 4.1.2. This confirms that the problem only shows up on gcc releases prior to gcc 4.1.2. We need to make sure gnustep compiles on gcc releases back to at least GCC 3.x. GCC 2.95 is also

Re: Window managers

2007-04-09 Thread Christopher Armstrong
Hi Fred Kiefer wrote: I did understand all this when writing my mail :-) Still I think it is dangerous to steal mouse events that are not meant for our application. Perhaps it would be better to move the capture into the trackMouse:inRect:ofView:untilMouseUp: method on NSCell (if the falg is