Can you tell me what's causing this while running "make install" from
fvwm?
<...>
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/openwin/include
-g -O2 -c `test -f 'FvwmCommandS.c' || echo './'`FvwmCommandS.c
gcc -g -O2 -o FvwmCommandS FvwmCommandS.o -L../../libs -lfvwm
if test -n "/router/bin/perl" -a -x "/router/bin/perl"; then \
/router/bin/perl ./findcmd.pl /users/jtg/bin -sh \
< ../../fvwm/functions.c > FvwmCommand.sh; \ else echo '# Did
not find perl during FVWM install' > FvwmCommand.sh; fi syntax error in
file ./findcmd.pl at line 32, next 2 tokens "my("
Substitution pattern not terminated in file ./findcmd.pl at line 36,
next char ^?
syntax error in file ./findcmd.pl at line 36, next 2 tokens
"s/.*CMD_ENTRY[^,]*,\s*CMD_([^,]+).*/\1/s;
"
syntax error in file ./findcmd.pl at line 39, next 2 tokens "push @cmd"
Substitution pattern not terminated in file ./findcmd.pl at line 42,
next char ^?
syntax error in file ./findcmd.pl at line 42, next 2 tokens
"s/(.*)CMD_ENTRY.*/\1/s; "
syntax error in file ./findcmd.pl at line 48, next 2 tokens "my("
syntax error in file ./findcmd.pl at line 52, next 2 tokens "getcmd("
syntax error in file ./findcmd.pl at line 92, next 2 tokens "create_pm("
Execution of ./findcmd.pl aborted due to compilation errors.
make[3]: *** [FvwmCommand.sh] Error 255
make[3]: Leaving directory
`/users/jtg/fvwm_files/fvwm-2.4.19/modules/FvwmCommand'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/users/jtg/fvwm_files/fvwm-2.4.19/modules/FvwmCommand'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/users/jtg/fvwm_files/fvwm-2.4.19/modules'
make: *** [install-recursive] Error 1
Let me know what other info you need.
Thanks,
Jeff Gardner