Grab error

2015-02-21 Thread Walter Alejandro Iglesias
On fvwm 2.6.6 from CVS with this configuration: *FvwmEvent: configure_window MyFunc DestroyFunc MyFunc AddToFunc MyFunc + I Nop when I Drag the viewport using mouse button 3 on FvwmPager I get this error: [fvwm][ComplexFunction]: < > Grab failed in function MyFunc, unable to ex

Re: Possible error in fvwm(1) manpage

2007-07-31 Thread Gustavo Rondina
Thomas Adam wrote: > 1. Executes the entire file line-by-line. > 2. If it comes across function definitions such as > {Init,Start}Function, it executes those *AFTER* the entire file has > been processed. Thanks for the clarifications Thomas. I had comprehended the role of StartFunction in this

Re: Possible error in fvwm(1) manpage

2007-07-31 Thread Thomas Adam
On 31/07/07, Gustavo Rondina <[EMAIL PROTECTED]> wrote: > Shouldn't that first "after" be replaced by "before"? These two > paragraphs seems to be opposing each other. The first says that it > is critical (i.e., dangerous, error prone) to start apps or mod

Possible error in fvwm(1) manpage

2007-07-31 Thread Gustavo Rondina
r. The first says that it is critical (i.e., dangerous, error prone) to start apps or modules after the config file is entirely read and processed. The second, on the other hand, states that apps and modules which must be launched on start up should be placed within an initialization function,

Re: FAQ Q7.17 error?

2006-07-12 Thread seventh guardian
On 7/13/06, Scott Smedley <[EMAIL PROTECTED]> wrote: Hi Serge, > In question 7.17 of the FVWM FAQ "Autohiding FvwmButtons or other > windows" module FvwmAuto launched like this: > > + I Module FvwmAuto FvwmAutohide -menter enter_handler > > But from reading manpage & source code of this module I

Re: FAQ Q7.17 error?

2006-07-12 Thread Scott Smedley
Hi Serge, > In question 7.17 of the FVWM FAQ "Autohiding FvwmButtons or other > windows" module FvwmAuto launched like this: > > + I Module FvwmAuto FvwmAutohide -menter enter_handler > > But from reading manpage & source code of this module I figured out that > it doesn't accept aliases, right?

FAQ Q7.17 error?

2006-07-12 Thread Serge (gentoosiast) Koksharov
Hello, In question 7.17 of the FVWM FAQ "Autohiding FvwmButtons or other windows" module FvwmAuto launched like this: + I Module FvwmAuto FvwmAutohide -menter enter_handler But from reading manpage & source code of this module I figured out that it doesn't accept aliases, right? So, I think m

CVS scott: Output an error message if an unrecognised conditional is used

2006-05-27 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 06/05/28 00:42:44 Modified files: . : ChangeLog fvwm : conditional.c fvwm.1.in Log message: Output an error message if an unrecognised conditional is used with the Test or TestRc

Re: Compile error - latest cvs

2006-03-21 Thread Viktor Griph
On Tue, 21 Mar 2006, Alex Wallis wrote: Just updated my cvs version to the latest and get this error [...] Fixed. I accidently broke C90-compability (mixed declarations with statements) when doing warnings for unconsumed parts of style options. /Viktor

Compile error - latest cvs

2006-03-21 Thread Alex Wallis
Just updated my cvs version to the latest and get this error DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ /usr/bin/gcc-2.95 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libs -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -DFVWM_MODULEDIR=\"/usr/local/li

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-18 Thread Mikhael Goikhman
On 18 Jan 2006 12:45:21 +0100, Dominik Vogt wrote: > > On Sun, Jan 15, 2006 at 09:44:49PM +, Mikhael Goikhman wrote: > > Just tested. Mere "make" is broken on the released fvwm-2.5.15 tarballs. > > Hrmpf, why didn't "make distcheck" catch this? No matter how smart "make distcheck" is, it is

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-18 Thread Dominik Vogt
On Sun, Jan 15, 2006 at 09:44:49PM +, Mikhael Goikhman wrote: > Just tested. Mere "make" is broken on the released fvwm-2.5.15 tarballs. Hrmpf, why didn't "make distcheck" catch this? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Mikhael Goikhman
On 15 Jan 2006 21:44:49 +, Mikhael Goikhman wrote: > > Just tested. Mere "make" is broken on the released fvwm-2.5.15 tarballs. > I don't think we should release new version. We should do this: > > * unpack tarball, fix one Makefile.am by adding one character, pack it For the record, I app

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Jason L Tibbitts III
> "MG" == Mikhael Goikhman <[EMAIL PROTECTED]> writes: MG> Meantime, Jason, please remove fvwm-2.5.15.tar.gz and bz2 from MG> ftp. OK. - J<

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Mikhael Goikhman
Just tested. Mere "make" is broken on the released fvwm-2.5.15 tarballs. I don't think we should release new version. We should do this: * unpack tarball, fix one Makefile.am by adding one character, pack it * move cvs tag version-2_5_15 on 2 files (Makefile.am, FvwmTabs.1) I will do this and

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Viktor Griph
On Mon, 16 Jan 2006, Alex Wallis wrote: I just updated my cvs sources (did a fresh checkout to be sure) and I keep getting an error with both make rpm-dist and make deb-dist as follows. Making all in FvwmTabs make[5]: Entering directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules/FvwmTabs' m

make rpm-dist and deb-dist both fail with the same error

2006-01-15 Thread Alex Wallis
I just updated my cvs sources (did a fresh checkout to be sure) and I keep getting an error with both make rpm-dist and make deb-dist as follows. Making all in FvwmTabs make[5]: Entering directory `/usr/src/rpm/BUILD/fvwm-2.5.16/modules/FvwmTabs' make[5]: *** No rule to make t

CVS griph: corrected typo in error message for Button/NoButton style

2006-01-01 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/01/01 08:22:04 Modified files: . : ChangeLog fvwm : style.c Log message: corrected typo in error message for Button/NoButton style made NoButton style use

CVS domivogt: * Fixed compile error when building without Xft.

2005-12-21 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt05/12/21 16:19:07 Modified files: fvwm : fvwm.1.in libs : Fft.c Log message: * Fixed compile error when building without Xft.

CVS griph: minor fix for major error in yesterdays patch for complext functions

2005-10-18 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 05/10/19 01:25:18 Modified files: . : ChangeLog fvwm : functions.c Log message: minor fix for major error in yesterdays patch for complext functions and reference points. ( I

Typo error in FAQ

2005-02-25 Thread Thomas Adam
Just so you know, in FAQ #3.23, there is a spelling mistake in the third paragraph: "The good thing about RootTransparent is that it is possible to automatically claculate the average background color..." ^ Should read: "calculate", obviously. -- Thomas Adam -- I k

error

2005-02-23 Thread okmtech
The original message was received at Wed, 23 Feb 2005 11:37:50 -0600 from 17.109.57.133 - The following addresses had permanent fatal errors - - Transcript of session follows - ... while talking to 153.90.16.74: 550 5.1.2 ... Host unknown (Name server: host not found)

Re: FVWM website error

2004-12-07 Thread Uwe Pross
Hi there, On 06 Dec 2004 at 22:53:52 +, Mikhael Goikhman wrote: > On 06 Dec 2004 16:54:54 -0500, David Mandelberg wrote: > > > > There's a major error on fvwm.sourceforge.net: > > This is an automatically updated mirror. Please use the > original site at http

Re: FVWM website error

2004-12-06 Thread Mikhael Goikhman
On 06 Dec 2004 16:54:54 -0500, David Mandelberg wrote: > > There's a major error on fvwm.sourceforge.net: This is an automatically updated mirror. Please use the original site at http://fvwm.org/ until this error is fixed. (There is an indication that this is a mirror at the botton

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 http://www.fvwm.org/>. To unsubscr

Re: Web server error logs

2004-08-11 Thread Jason L Tibbitts III
> "UP" == Uwe Pross <[EMAIL PROTECTED]> writes: UP> Jason, could you please check the log files in the next days/weeks UP> and tell me if there are still warnings or errors? I cleaned out the log file about 15 minutes ago; currently it's only 31K which is certainly better than before. UP> Is

Re: Web server error logs

2004-08-11 Thread Uwe Pross
Quoting Jason L Tibbitts III <[EMAIL PROTECTED]>: > www.fvwm.org's error log grows by about 2GB a week lately; this is > almost exclusively due to "Undefined index" or "Undefined variable" > PHP warnings. The server is running Apache 2.0.50/PHP 4.3.8.

Re: Web server error logs

2004-08-09 Thread Harshwardhan Nagaonkar
Chris Ross wrote: Uwe Pross wrote: I am going to check this on my box. Maybe we should turn off warnings. I used a lot of tests like if($navigation_check) { ... } I think most warnings come from these contructs. I have a look if there is another way to avoid these warnings. If there's

Re: Web server error logs

2004-08-09 Thread Chris Ross
Uwe Pross wrote: I am going to check this on my box. Maybe we should turn off warnings. I used a lot of tests like if($navigation_check) { ... } I think most warnings come from these contructs. I have a look if there is another way to avoid these warnings. If there's a risk that t

Re: Web server error logs

2004-08-09 Thread Uwe Pross
Hi there, On 08 Aug 2004 at 19:47:44 -0500, Jason L Tibbitts III wrote: > www.fvwm.org's error log grows by about 2GB a week > lately; this is almost exclusively due to "Undefined > index" or "Undefined variable" PHP warnings. The server > is running Apache

Re: Web server error logs

2004-08-08 Thread Jason L Tibbitts III
> "KJ" == Kingsly John <[EMAIL PROTECTED]> writes: KJ> Wouldn't it be easier to turn off the logging in php.ini ? Don't ask me; I know very little about PHP. I have no idea if these warnings indicate bugs or not, but in my Perl programming I always try to make sure that the code runs warning

Re: Web server error logs

2004-08-08 Thread Kingsly John
+++ Jason L Tibbitts III [2004-08-08 19:47:44]: > www.fvwm.org's error log grows by about 2GB a week lately; this is > almost exclusively due to "Undefined index" or "Undefined variable" > PHP warnings. The server is running Apache 2.0.50/PHP 4.3.8. Here's

Web server error logs

2004-08-08 Thread Jason L Tibbitts III
www.fvwm.org's error log grows by about 2GB a week lately; this is almost exclusively due to "Undefined index" or "Undefined variable" PHP warnings. The server is running Apache 2.0.50/PHP 4.3.8. Here's a selection: Undefined variable: navigation_check in

Mail System Error - Returned Mail

2004-07-26 Thread noreply
Message could not be delivered 07/27/2004 01:02:50 Original attachment (attachment.zip) was Deleted. A virus was detected and removed from the original attachment. You can safely save or delete this replacement attachment.

Out of Office AutoReply: Returned mail: Data format error

2004-07-26 Thread Weik, Steffen
Thank you for your message! I'm out of office on a business trip until July 23, 2004 and will have very limited access to my mail account. In urgent cases please try to reach me on my mobile: +41 79 370 75 84 I'll be back in the office on July 26 checking e mails. >From July 27 to August 13, 20

Out of Office AutoReply: error

2004-07-26 Thread Reed, Lyndi Gay
I will be out of the office on July 24-27th, returning Wednesday, July 28th. Contact Debbie Barrett for any issues that need immediate attention regarding PA_RISC business. -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers"

Internet.Com Format Error

2004-02-10 Thread Internet.com
Sorry, your email containing an attachment can not be distributed through Internet.Com discussion lists. The only acceptable format for posting to isp-dns is ASCII Text, with NO attachments. Please, re-send your post to continue your discussion on isp-dns. -- Visit the official FVWM web page at

Internet.Com Format Error

2004-02-06 Thread Internet.com
Sorry, your email containing an attachment can not be distributed through Internet.Com discussion lists. The only acceptable format for posting to isp-investor is ASCII Text, with NO attachments. Please, re-send your post to continue your discussion on isp-investor. -- Visit the official FVWM we

Disallowed attachment type found in sent message "Error"

2004-01-26 Thread System Anti-Virus Administrator
unknown (HELO fvwm.org) (203.151.72.238) by report.yumyai.com with SMTP; 27 Jan 2004 04:38:50 - From: fvwm-workers@fvwm.org To: [EMAIL PROTECTED] Subject: Error Date: Tue, 27 Jan 2004 11:38:46 +0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary

CVS migo: * fixed error message for incorrect --with-SOMETHING-library argument

2003-09-03 Thread FVWM CVS
-directory.in Log message: * fixed error message for incorrect --with-SOMETHING-library argument * fvwm-menu-directory: enable to suppress title action or title completely -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers

CVS migo: * fixed error message for incorrect --with-SOMETHING-library argument

2003-09-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo03/09/03 09:01:50 Modified files: . : ChangeLog acinclude.m4 bin: ChangeLog fvwm-menu-directory.1 fvwm-menu-directory.in Log message: * fixed error

CVS drbob: Prevent BadDrawable error in FvwmIdent if Fore/Back are specified

2003-04-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: drbob 03/04/30 07:16:22 Modified files: modules: ChangeLog modules/FvwmIdent: FvwmIdent.c Log message: Prevent BadDrawable error in FvwmIdent if Fore/Back are specified instead of colorset. -- Visit

CVS olicha: * Added an X error handler To FvwmIdent

2003-04-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 03/04/29 15:50:02 Modified files: modules: ChangeLog modules/FvwmIdent: FvwmIdent.c FvwmIdent.h Log message: * Added an X error handler To FvwmIdent -- Visit the official FVWM web page at http

CVS migo fvwm-web: * disable php by default for now until Internal Error 500 is fixed

2003-04-20 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm-web Changes by: migo03/04/20 22:30:16 Modified files: . : .htaccess Log message: * disable php by default for now until Internal Error 500 is fixed -- Visit the official FVWM web page at http://www.fvwm.org/>.

CVS domivogt: * Fixed an FvwmTaskBar compile error.

2003-01-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt03/01/30 01:31:49 Modified files: modules/FvwmTaskBar: Tag: branch-2_4 FvwmTaskBar.c Log message: * Fixed an FvwmTaskBar compile error. -- Visit the official FVWM web page at http://www.fvwm.org/>.

Re: Error on commit

2003-01-02 Thread Jason L Tibbitts III
>>>>> "MG" == Mikhael Goikhman <[EMAIL PROTECTED]> writes: MG> I got this message after seeing all files are commited: 2003-01-02 MG> 02:01:11 Exim configuration error group manager, referred to in MG> line 209, was not found Sorry; this should be fixed no

Error on commit

2003-01-02 Thread Mikhael Goikhman
I got this message after seeing all files are commited: 2003-01-02 02:01:11 Exim configuration error group manager, referred to in line 209, was not found This also may mean that there will be no mail on the latest commits. In any case I will send a separate message on my last commit. On the

CVS domivogt: * Fixed FvwmProxy compile error (Variable declaration after code).

2002-12-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/12/12 05:24:05 Modified files: modules: ChangeLog modules/FvwmProxy: FvwmProxy.c Log message: * Fixed FvwmProxy compile error (Variable declaration after code). -- Visit the official

Re: aclocal returns with error

2002-11-29 Thread Olivier Chapuis
gt; > > aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in > > > library > > > > > > > Is better now? > > No, still the same error. > Now I think it is ok. Olivier -- Visit the official FVWM web page at http://www.fvwm.org/>.

Re: aclocal returns with error

2002-11-29 Thread Olivier Chapuis
gt; > > aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in > > > library > > > > > > > Is better now? > > No, still the same error. > Ah yes, I see, this will be fixed soon. Sorry, Olivier -- Visit the official FVWM web page

Re: aclocal returns with error

2002-11-29 Thread Dominik Vogt
aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in > > library > > aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in > > library > > aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in > > library > >

Re: aclocal returns with error

2002-11-29 Thread Olivier Chapuis
On Fri, Nov 29, 2002 at 01:48:13PM +0100, Dominik Vogt wrote: > I wanted to look at the binding.c build problem, but I can not > even run aclocal: > > $ aclocal > aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in > library > aclocal: configure.in: : macro `AM_PATH_PROG_W

aclocal returns with error

2002-11-29 Thread Dominik Vogt
I wanted to look at the binding.c build problem, but I can not even run aclocal: $ aclocal aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_PATH_P

Re: GCC 3.2 compilation error for CVS version (patch)

2002-11-17 Thread dominik . vogt
On Sun, Nov 17, 2002 at 06:19:14AM +0300, [EMAIL PROTECTED] wrote: > Hello > > With GCC 3.2 latest CVS version gives the following error: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libs -I/usr/include > -I/usr/include/freetype2 -I/usr/include -I/usr/X11R6/include

Re: GCC 3.2 compilation error for CVS version (patch)

2002-11-17 Thread Mikhael Goikhman
On 17 Nov 2002 06:19:14 +0300, [EMAIL PROTECTED] wrote: > > With GCC 3.2 latest CVS version gives the following error: Well, this seems to be ppc dependent, not (just) GCC 3.2, so you should probably send a bug report to gcc mac porters. > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib

GCC 3.2 compilation error for CVS version (patch)

2002-11-16 Thread vvired
Hello With GCC 3.2 latest CVS version gives the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libs -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include -DFVWM_MODULEDIR=\"/home/lazy/local//libexec/fvwm/

CVS domivogt: * Cleaned up fvwm options chaos and reworked usage and error messages.

2002-11-10 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/11/10 16:09:26 Modified files: . : ChangeLog fvwm : fvwm.1.in fvwm.c Log message: * Cleaned up fvwm options chaos and reworked usage and error messages. -- Visit the

Re: perllib compile error

2002-10-25 Thread Mikhael Goikhman
> ./config.status > creating perllib/FVWM/Module.pm > make[4]: *** No rule to make target `EventNames.pm', needed by `all-am'. > Stop. > make[4]: Leaving directory `/home/tf/download/fvwm-snap-20021025/perllib/FVWM' > make[3]: *** [all-recursive] Error 1 > make[

perllib compile error

2002-10-25 Thread Tim Freedom
get `EventNames.pm', needed by `all-am'. Stop. make[4]: Leaving directory `/home/tf/download/fvwm-snap-20021025/perllib/FVWM' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/tf/download/fvwm-snap-20021025/perllib/FVWM' make[2]: *** [all-recursive] Error

CVS domivogt: * Fixed a compilation and a linkage error.

2002-10-13 Thread FVWM CVS
compilation and a linkage error. -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]

Re: locale error messages

2002-09-23 Thread Dominik Vogt
On Sat, Sep 21, 2002 at 07:04:39AM +0200, Olivier Chapuis wrote: > On Fri, Sep 20, 2002 at 04:12:22PM +0200, Dominik Vogt wrote: > > What do these error messages try to tell me: > > > > -- > > [FvwmButtons][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please

Re: locale error messages

2002-09-23 Thread Dominik Vogt
On Fri, Sep 20, 2002 at 08:33:34PM -0400, Bruce M Beach wrote: > On Fri, 20 Sep 2002, Dominik Vogt wrote: > > > What do these error messages try to tell me: > > > > -- > > [FvwmButtons][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please > > check you

Re: locale error messages

2002-09-21 Thread Olivier Chapuis
On Fri, Sep 20, 2002 at 04:12:22PM +0200, Dominik Vogt wrote: > What do these error messages try to tell me: > > -- > [FvwmButtons][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please > check your $LC_CTYPE or $LANG. > [FvwmPager][FlocaleSetlocaleForX]: ERROR -- Cannot

Re: locale error messages

2002-09-20 Thread Bruce M Beach
On Fri, 20 Sep 2002, Dominik Vogt wrote: > What do these error messages try to tell me: > > -- > [FvwmButtons][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please > check your $LC_CTYPE or $LANG. > [FvwmPager][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please >

locale error messages

2002-09-20 Thread Dominik Vogt
What do these error messages try to tell me: -- [FvwmButtons][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please check your $LC_CTYPE or $LANG. [FvwmPager][FlocaleSetlocaleForX]: ERROR -- Cannot set locale. Please check your $LC_CTYPE or $LANG. Warning: locale not supported by C library

CVS domivogt: * Configure throws an error if run with CFLAGS set.

2002-09-16 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/09/16 10:58:37 Modified files: . : ChangeLog configure.in fvwm : schedule.c libs : PictureUtils.c Log message: * Configure throws an error if run

Re: main branch cvs iconv compile error

2002-08-31 Thread Olivier Chapuis
On Sat, Aug 31, 2002 at 06:08:02PM +0100, Nuno Morgadinho wrote: > > Hello, > > I've downloaded the latest cvs main branch code and tryed to compile it on > OpenBSD 3.1 -release with no sucess and with the following errors in > attachment. > Fixed. Regards, Olivier -- Visit the official FVWM

main branch cvs iconv compile error

2002-08-31 Thread Nuno Morgadinho
Hello, I've downloaded the latest cvs main branch code and tryed to compile it on OpenBSD 3.1 -release with no sucess and with the following errors in attachment. I'am using 'gmake'. Seems an iconv() problem although I have libiconv installed. Thanks, __

CVS domivogt: * Corrected spelling in error message.

2002-08-11 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/08/11 09:48:40 Modified files: fvwm : ewmh.c Log message: * Corrected spelling in error message. -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the l

Re: HTML doc error

2002-08-10 Thread Mikhael Goikhman
On 10 Aug 2002 00:35:30 -0500, [EMAIL PROTECTED] wrote: > > Subject: HTML doc error > Full_Name: wang yin > Version: 2.5.2 > > > There is something wrong with the HTML format man page of fvwm2. > The description of Maximize is wrong. Which should be > > Maximiz

CVS domivogt: * Fixed a compile error.

2002-08-09 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/08/09 06:57:55 Modified files: . : ChangeLog fvwm : add_window.c Log message: * Fixed a compile error. -- Visit the official FVWM web page at http://www.fvwm.org/>.

CVS domivogt: * Enable error message when png or xpm test compilation fails.

2002-08-04 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/08/04 20:32:11 Modified files: . : ChangeLog configure.in Log message: * Enable error message when png or xpm test compilation fails. -- Visit the official FVWM web page at http

CVS migo: * fvwm-menu-headlines: fix for a bad httpd responce, new option --icon-error

2002-06-09 Thread FVWM CVS
responce, new option --icon-error -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]

CVS migo: * fvwm-menu-headlines: fix for a bad httpd responce, new option --icon-error

2002-06-09 Thread FVWM CVS
tests : ChangeLog tests/perl : module-example Log message: * fvwm-menu-headlines: fix for a bad httpd responce, new option --icon-error * perllib: check for a closed connection before writting and disconnecting * improved a perl module example and documented all steps

Re: error :)

2002-06-03 Thread Mikhael Goikhman
On 03 Jun 2002 18:30:16 +0200, Dominik Vogt wrote: > > On Fri, May 31, 2002 at 02:29:58PM +0200, [EMAIL PROTECTED] wrote: > > hi ;) i was just writing a mail and saw that message in my xconsole: > > [FVWM][GetWindowSizeHints]: <> Authorization Dialog window > > 0x2a0032c has broken (max_height) si

Re: error :)

2002-06-03 Thread Dominik Vogt
On Fri, May 31, 2002 at 02:29:58PM +0200, [EMAIL PROTECTED] wrote: > hi ;) i was just writing a mail and saw that message in my xconsole: > [FVWM][GetWindowSizeHints]: <> Authorization Dialog window > 0x2a0032c has broken (max_height) size hints > Please report this to fvwm-workers@fvwm.org > dunno

CVS migo: * Replaced an error "Illegal mouse button" with a descriptive warning

2002-06-02 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: migo02/06/02 22:25:25 Modified files: . : ChangeLog fvwm : bindings.c Log message: * Replaced an error "Illegal mouse button" with a descriptive warning _ when a button

error :)

2002-05-31 Thread sven
hi ;) i was just writing a mail and saw that message in my xconsole: [FVWM][GetWindowSizeHints]: <> Authorization Dialog window 0x2a0032c has broken (max_height) size hints Please report this to fvwm-workers@fvwm.org dunno if it helps ya, but i hope so :) cya schwensche -- Visit the official FVWM w

CVS migo: * Flocale.c: corrected several error reporting problems

2002-04-25 Thread FVWM CVS
: make_fvwmdist.sh Log message: * Flocale.c: corrected several error reporting problems * Documented State condition * updated fvwm.spec, still no French translation -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscr

bidi linkage error

2002-04-24 Thread Dominik Vogt
luthien/src/fvwm/fvwm/session.c:158: the use of `tempnam' is dangerous, better use `mkstemp' ../libs/libfvwm.a(Flocale.o): In function `FlocaleDrawString': /home/luthien/src/fvwm/libs/Flocale.c:736: undefined reference to `FlocaleGetBidiCharset' collect2: ld returned

another bidi compile error

2002-04-24 Thread Dominik Vogt
make[2]: Entering directory `/net/lifelux/lifeshare/home/luthien/src/fvwm/libs' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/X11R6/include -g -O2 -Wall -Wno-implicit-int -c Flocale.c Flocale.c:739: macro `FBidiConvert' used with only 3 args (with bidi disables and --disable-multibyte). Bye

Re: Flocale error message

2002-03-07 Thread Dominik Vogt
On Thu, Mar 07, 2002 at 08:59:37AM +0100, Olivier Chapuis wrote: > > > > > On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: > > > > Here at home I don't get the message at all, not with 2.4.6 and > > not with 2.5.1 (same setup). :-P > > > > I hope that now you will not have the messa

Re: Flocale error message

2002-03-07 Thread Alexander Kotelnikov
> On Wed, 6 Mar 2002 14:35:01 +0100 > "Dominik" == Dominik Vogt wrote: Dominik> Dominik> On Wed, Mar 06, 2002 at 01:41:19PM +0100, Olivier Chapuis wrote: >> On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: >> > What does this message mean: >> > >> > [FVWM][FInitCharset]: W

Re: Flocale error message

2002-03-07 Thread Olivier Chapuis
> > > > On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: > > Here at home I don't get the message at all, not with 2.4.6 and > not with 2.5.1 (same setup). :-P > I hope that now you will not have the message at work too. Olivier -- Visit the official FVWM web page at http://www.fvwm

Re: Flocale error message

2002-03-06 Thread Dominik Vogt
On Wed, Mar 06, 2002 at 02:51:18PM +0100, Olivier Chapuis wrote: > On Wed, Mar 06, 2002 at 02:35:01PM +0100, Dominik Vogt wrote: > > On Wed, Mar 06, 2002 at 01:41:19PM +0100, Olivier Chapuis wrote: > > > On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: > > > > What does this message me

Re: Flocale error message

2002-03-06 Thread Olivier Chapuis
On Wed, Mar 06, 2002 at 02:35:01PM +0100, Dominik Vogt wrote: > On Wed, Mar 06, 2002 at 01:41:19PM +0100, Olivier Chapuis wrote: > > On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: > > > What does this message mean: > > > > > > [FVWM][FInitCharset]: WARNNING -- Cannot set locale >

Re: Flocale error message

2002-03-06 Thread Dominik Vogt
On Wed, Mar 06, 2002 at 01:41:19PM +0100, Olivier Chapuis wrote: > On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: > > What does this message mean: > > > > [FVWM][FInitCharset]: WARNNING -- Cannot set locale > > 1796553776 > > > > It means that your 'echo $LC_CTYPE' locale is n

Re: Flocale error message

2002-03-06 Thread Olivier Chapuis
On Wed, Mar 06, 2002 at 11:01:36AM +0100, Dominik Vogt wrote: > What does this message mean: > > [FVWM][FInitCharset]: WARNNING -- Cannot set locale > 1796553776 > It means that your 'echo $LC_CTYPE' locale is not supported by your libc I think. Do you have a similar message with 2.4.6 (reco

Flocale error message

2002-03-06 Thread Dominik Vogt
What does this message mean: [FVWM][FInitCharset]: WARNNING -- Cannot set locale 1796553776 Bye Dominik ^_^ ^_^ -- Dominik Vogt, email: [EMAIL PROTECTED] LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20 -- Visit the offic

CVS domivogt: * Suppress error message when using xbm icons.

2002-02-07 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/02/07 04:05:54 Modified files: . : Tag: branch-2_4 ChangeLog NEWS fvwm : Tag: branch-2_4 icons.c Log message: * Suppress error message when using xbm icons. -- Visit

CVS olicha: * Fixed a miss print in an error msg

2002-01-30 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: olicha 02/01/30 16:05:13 Modified files: . : ChangeLog libs : Flocale.c Log message: * Fixed a miss print in an error msg -- Visit the official FVWM web page at http://www.fvwm.org

Re: UTF8 error messages

2001-12-20 Thread Dominik Vogt
> WIth the ewmh patches, I get lots of these messages > > > > > > > > [FVWM][convert_charsets]: <> Error during conversion from > > > > ANSI_X3.4-1968 to UTF8 > > > > > > > > Where exactly does this come from? > > >

Re: UTF8 error messages

2001-12-19 Thread Olivier Chapuis
> > [FVWM][convert_charsets]: <> Error during conversion from > > > ANSI_X3.4-1968 to UTF8 > > > > > > Where exactly does this come from? > > > > The error message mean that iconv is unable to convert a string > > encoded using the ANSI_X3.4-196

CVS olicha: * More precise error messages during UTF8 conversion

2001-12-19 Thread FVWM CVS
: * More precise error messages during UTF8 conversion * A few man page formatting fixes * Be more safe in the SendMsgAndGet FvwmScript Function -- Visit the official FVWM web page at http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a mess

Re: UTF8 error messages

2001-12-18 Thread Dominik Vogt
On Tue, Dec 18, 2001 at 01:04:47AM +0100, Olivier Chapuis wrote: > On Mon, Dec 17, 2001 at 08:28:01PM +0100, Dominik Vogt wrote: > > WIth the ewmh patches, I get lots of these messages > > > > [FVWM][convert_charsets]: <> Error during conversion from > > ANS

Re: UTF8 error messages

2001-12-17 Thread Olivier Chapuis
On Mon, Dec 17, 2001 at 08:28:01PM +0100, Dominik Vogt wrote: > WIth the ewmh patches, I get lots of these messages > > [FVWM][convert_charsets]: <> Error during conversion from > ANSI_X3.4-1968 to UTF8 > > Where exactly does this come from? > The error message m

UTF8 error messages

2001-12-17 Thread Dominik Vogt
WIth the ewmh patches, I get lots of these messages [FVWM][convert_charsets]: <> Error during conversion from ANSI_X3.4-1968 to UTF8 Where exactly does this come from? Bye Dominik ^_^ ^_^ -- Dominik Vogt, email: [EMAIL PROTECTED] LifeBits Aktiengesellschaft, Albrechtstr. 9, D

Re: Compilation error

2001-11-27 Thread Giuseppe Della Ricca
Dear Olivier, yes, this is fixed for me. Thanks a lot ! Cheers, Giuseppe. On Mon, 26 Nov 2001, Olivier Chapuis wrote: > On Mon, Nov 26, 2001 at 02:47:00PM +0100, Giuseppe Della Ricca wrote: > > > > I have an error during the link now ... > > > > The configure

Re: Compilation error

2001-11-26 Thread Olivier Chapuis
On Mon, Nov 26, 2001 at 02:47:00PM +0100, Giuseppe Della Ricca wrote: > > I have an error during the link now ... > > The configure correctly finds /usr/local/include/iconv.h and > /usr/local/lib/libiconv.so , but '-liconv' is not added to the linking > phase of fvw

Re: Compilation error

2001-11-26 Thread Giuseppe Della Ricca
>I've removed this non standard macro. >Olivier Thanks a lot !! I have an error during the link now ... The configure correctly finds /usr/local/include/iconv.h and /usr/local/lib/libiconv.so , but '-liconv' is not added to the linking phase of fvwm2. Doing 'gmake

  1   2   >