Re: FVWM: check for perl in configure

2012-12-17 Thread Thomas Funk
Dan Espen wrote: > Sorry. Try: > > ftp://ftp.fvwm.org/pub/fvwm/devel/snapshots/fvwm-snap-20121011.tar.gz > > Can't say when I'll create a release. One of these days... Unfortunately bin/fvwm-menu-desktop-config.fpl is missing in the snapshot. I stumbled over that yesterday as I tried to install

Re: FVWM: check for perl in configure

2012-12-16 Thread Dan Espen
Fred writes: > On 17.12.2012 00:30, Dan Espen wrote: >> Fred writes: >>> I'm almost ashamed of reporting this... At $WORK, the version of >>> perl >>> in $PATH is 5.6. This is okay for ./configure, which check for >>> REQUIRED_PERL_VERSION=5.004 (in configure.ac), but fvwm-menu-desktop >>> actua

Re: FVWM: check for perl in configure

2012-12-16 Thread Fred
On 17.12.2012 00:30, Dan Espen wrote: Fred writes: I'm almost ashamed of reporting this... At $WORK, the version of perl in $PATH is 5.6. This is okay for ./configure, which check for REQUIRED_PERL_VERSION=5.004 (in configure.ac), but fvwm-menu-desktop actually require 5.8. Yes I know, the co

Re: FVWM: check for perl in configure

2012-12-16 Thread Dan Espen
Fred writes: > Hi, > > I'm almost ashamed of reporting this... At $WORK, the version of perl > in $PATH is 5.6. This is okay for ./configure, which check for > REQUIRED_PERL_VERSION=5.004 (in configure.ac), but fvwm-menu-desktop > actually require 5.8. > > Yes I know, the correct fix is to provid