Issue165

classification
Title Xemacs 21.4.21 failed compile on Fedora 6 system
Type Module
Severity Platform
Keywords
explanation
process
These optional controls are only of interest to committers and tracker administrators.
Status new   Reason
Superseder   Submitted 2007-11-26.04:16:52
Priority   Assigned To
Nosy List  

Created on 2008-01-19.06:43:04 by xemacweb, last changed 2008-01-19.06:43:04 by xemacweb.

Files
File name Uploaded Type Edit Remove
unnamed xemacweb, 2008-01-19.06:43:04 text/html
unnamed xemacweb, 2008-01-19.06:43:04 text/plain
Messages
msg238 [hidden] ([hidden]) Date: 2008-01-19.06:43:04
  Message-ID: <1196050612.8571.6.camel@wkstation1>
Please describe as succinctly as possible:
	- What happened.
	- What you thought should have happened.
	- Precisely what you were doing at the time.

after download of xemacs 21.4.21 source, un-tarred the .gz, ran configure (it completed w/o errors), 
then ran make and got:

--------- last of the make output ----------
...
make[1]: Leaving directory `/root/downloads/xemacs-21.4.21/lib-src'
cd ./lwlib && make  all
make[1]: Entering directory `/root/downloads/xemacs-21.4.21/lwlib'
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow  -I. -DHAVE_CONFIG_H lwlib.c
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow  -I. -DHAVE_CONFIG_H lwlib-utils.c
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow  -I. -DHAVE_CONFIG_H lwlib-config.c
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow  -I. -DHAVE_CONFIG_H lwlib-Xaw.c
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow  -I. -DHAVE_CONFIG_H xlwmenu.c
xlwmenu.c:39:28: error: X11/bitmaps/gray: No such file or directory
xlwmenu.c: In function 'XlwMenuInitialize':
xlwmenu.c:3015: error: 'gray_bits' undeclared (first use in this function)
xlwmenu.c:3015: error: (Each undeclared identifier is reported only once
xlwmenu.c:3015: error: for each function it appears in.)
xlwmenu.c:3016: error: 'gray_width' undeclared (first use in this function)
xlwmenu.c:3016: error: 'gray_height' undeclared (first use in this function)
make[1]: *** [xlwmenu.o] Error 1
make[1]: Leaving directory `/root/downloads/xemacs-21.4.21/lwlib'
make: *** [lwlib] Error 2
---------- end of make run -------------------------

obviously the issue is X11/bitmaps/gray is missing.  Shouldn't configure have reported some missing dependency or something?

My system is a Fedora Core release 6 (Zod).

-keith
History
Date User Action Args
2008-01-19 06:43:04xemacwebcreate