Problems building snap-20040826

2004-08-26 Thread Jason L Tibbitts III
P AUTHORS P ChangeLog P acconfig.h cvs update: warning: configure.in was lost U configure.in P fvwm/events.c P libs/FScreen.c acinclude.m4:7: warning: underquoted definition of AC_FUNC_SELECT run info '(automake)Extending aclocal' or see

Re: FvwmTaskBar Maildir patch

2004-08-26 Thread Dominik Vogt
On Thu, Aug 19, 2004 at 11:57:21PM -0400, Jim C. Brown wrote: On Wed, Aug 04, 2004 at 12:25:39PM +0200, Dominik Vogt wrote: I don't feel confortable playing around with the Makefiles so I just added #define USE_MAILDIR at the top of Goodies.c (I'm hoping that someone who knows more can

CVS domivogt: * Fixed Solaris Xinerama configure test (nested AC_CHECK_LIB calls don't work)

2004-08-26 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt04/08/26 04:40:42 Modified files: . : ChangeLog NEWS configure.in libs : FScreen.c Log message: * Fixed Solaris Xinerama configure test (nested AC_CHECK_LIB calls don't

Re: Problems building snap-20040826

2004-08-26 Thread Dominik Vogt
On Thu, Aug 26, 2004 at 03:00:52AM -0500, Jason L Tibbitts III wrote: ./configure: line 6056: syntax error near unexpected token `newline' ./configure: line 6056: ` yes:no:' I hope this is fixed now. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: Solaris Xinerama support

2004-08-26 Thread Dominik Vogt
On Fri, Aug 20, 2004 at 09:32:35AM -0400, Chris Ross wrote: Dan Espen wrote: If the #define'd stuff is only used on Solaris, when the header isn't there, and the library support is there, I'd say that was OK. Yup. That's how it's done. Only if the libXinerama stuff isn't found will it

Re: Solaris Xinerama support

2004-08-26 Thread Dan Espen
Dominik Vogt [EMAIL PROTECTED] writes: Note that this nesting of AC_CHECK_LIB calls did not work with my autoconf/automake versions. I have split it in two separate calls. Darn. And I tested this on Linux and Solaris. I woke up in the middle of the night and it dawned on me that I never

Re: Solaris Xinerama support

2004-08-26 Thread Thomas Adam
On Thu, Aug 26, 2004 at 06:48:22AM -0400, Dan Espen wrote: I woke up in the middle of the night and it dawned on me that I never updated NEWS. I figured no one would notice and I could take care of it when I got up. Heh, now *that*'s what I call being passionate about one's work. :) --

Re: Solaris Xinerama support

2004-08-26 Thread Dominik Vogt
On Thu, Aug 26, 2004 at 06:48:22AM -0400, Dan Espen wrote: Dominik Vogt [EMAIL PROTECTED] writes: Note that this nesting of AC_CHECK_LIB calls did not work with my autoconf/automake versions. I have split it in two separate calls. Darn. And I tested this on Linux and Solaris. They

Re: Problems building snap-20040826

2004-08-26 Thread Jason L Tibbitts III
DV == Dominik Vogt [EMAIL PROTECTED] writes: DV I hope this is fixed now. I pushed another snapshot. - J -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To unsubscribe from the list, send unsubscribe fvwm-workers in the body of a message to [EMAIL PROTECTED] To report

Re: Solaris Xinerama support

2004-08-26 Thread Chris Ross
Thanks Dominik. Dominik Vogt wrote: They changed something with quoting in autoconf/automake a while ago. Unfortunately you have to test with the old and new auto* versions to make sure some things in configure work fine. Odd. It worked for me, too, using the same version of autoconf

configure extra cflags?

2004-08-26 Thread Chris Ross
Hey there. I have a small problem, that will require changes to configure to solve. On my Solaris machine, there are #pragma's in some of the openwin X headers that gcc (3.3.2) doesn't like. This is easily solvable with -wunknown-pragmas, but if I put that in CFLAGS on the configure

Patch for placing windows under the mouse

2004-08-26 Thread Christoph Bussenius
Hi everyone, I did not feal comfortable with any of the provided window placement methods. I would like the windows to appear where the mouse pointer is because this is the place my eyes are concentrating on. Even ManualPlacement is one click too much. The patch allows you to put Style *

CVS dane: * libs/FScreen.c: Fixed case error. Patch from Chris Ross.

2004-08-26 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: dane04/08/26 19:05:05 Modified files: . : ChangeLog Log message: * libs/FScreen.c: Fixed case error. Patch from Chris Ross. -- Visit the official FVWM web page at URL:http://www.fvwm.org/. To

Re: configure extra cflags?

2004-08-26 Thread Dan Espen
Chris Ross [EMAIL PROTECTED] writes: Hey there. I have a small problem, that will require changes to configure to solve. On my Solaris machine, there are #pragma's in some of the openwin X headers that gcc (3.3.2) doesn't like. This is easily solvable with -wunknown-pragmas, but if I

Re: Patch for placing windows under the mouse

2004-08-26 Thread Mikhael Goikhman
On 27 Aug 2004 01:39:04 +0200, Christoph Bussenius wrote: I did not feal comfortable with any of the provided window placement methods. I would like the windows to appear where the mouse pointer is because this is the place my eyes are concentrating on. Even ManualPlacement is one click

Re: configure extra cflags?

2004-08-26 Thread Danek Duvall
On Thu, Aug 26, 2004 at 08:11:23PM -0400, Dan Espen wrote: Chris Ross [EMAIL PROTECTED] writes: Hey there. I have a small problem, that will require changes to configure to solve. On my Solaris machine, there are #pragma's in some of the openwin X headers that gcc (3.3.2) doesn't