On Mon, 22 Jan 1996, David Kennedy wrote:
> However I'm getting this error:
>
> making all in ./fvwm...
> gcc -g -Wall -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92 -I. -I/home7/dcjk/lib -I/usr/openwin/include -DSVR4 -DSYSV -c builtins.c
> gcc: language F not recognized
Just a warning about unrecognized -xF option with gcc. Not fatal.
> builtins.c:999: parse error before `/'
In configure.h, put double quotes around the directory name you are
specifying for FVWM_MODULEDIR. For example,
#define FVWM_MODULEDIR "/usr/local/lib/X11/fvwm"
Although this line is commented out in the default configure.h file, I would
suggest that quotes be added to this line in the fvwm distribution.
Also, after I quoted this, it seems like I had problems with the
'install' program on one of my computers---but, I can't remember for
sure!!
> builtins.c: In function `Circulate':
> builtins.c:1465: warning: `return' with no value, in function returning non-void
> builtins.c:1483: warning: `return' with no value, in function returning non-void
> builtins.c: In function `module_zapper':
> builtins.c:1617: warning: implicit declaration of function `KillModuleByName'
More warnings; not fatal.
Hope this helps.
Mike Blatchley
mikeb_at_maxtor.com
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Jan 22 1996 - 17:11:51 GMT