On 21 Jun 2005 19:34:58 +0200, Marc Schlienger wrote:
> 
> I have got a problem with the functions
> 
> DestroyFunc .
> AddToFunc .
> + I SendToModule FvwmPerl preprocess -c -- $*
> 
> and
> 
> DestroyFunc GoToPreviousPage
> AddToFunc GoToPreviousPage
> + I . GotoPage %{$[page.nx] == 0 ? $[desk.pagesx]-1:$[page.nx]-1}% \
>   %{$[page.nx] > 0 ? $[page.ny]:$[page.ny] > 0 ? $[page.ny]-1:\
>   $[desk.pagesy]-1}%
> + I TestRc (Match) Next (CurrentPage, AcceptsFocus,   !Iconified) \
>   WarpToWindow -100p 8p
> 
> on my amd64 machine. Only the second command in "GoToPreviousPage" is
> executed. It's strange because on my laptop (Pentium M) and on my old desktop
> (Pentium 4) it works without any problems. On all the mentioned machines I run
> Gentoo and Fvwm 2.5.12 with the perl-use-flag enabled.
> 
> Any suggestions?

I suppose you started FvwmPerl earlier in the configuration.
You may see whether FvwmPerl runs using unix "ps". Then open FvwmConsole
and type something like ". Exec xcalc", and check the X errors file.

Sorry, fvwm-perllib is totally untested on 64-bit platforms, and should
most probably not work. I don't have access to such platforms. Any debug
info or patches are welcome. To debug the problem, you may try any
perl-based module, for example "FvwmDebug --debug 3" or FvwmGtkDebug
(and see where they fail).

Regards,
Mikhael.

Reply via email to