unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* xterm.c compile error (May 29th)
@ 2006-05-29  4:28 djh
  2006-05-29  6:32 ` Jan Djärv
  0 siblings, 1 reply; 3+ messages in thread
From: djh @ 2006-05-29  4:28 UTC (permalink / raw)




I just downloaded from cvs a new clean source to work with.

Platform: cygwin 5.19

During make bootstrap the folllowing occured:


gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/cygdrive/c/emacs/cvs/emacs/src -I/usr/X11R6/include/X11 -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -g -O2  xterm.c


xterm.c: In function `x_term_init':
xterm.c:10364: error: dereferencing pointer to incomplete type
make[2]: *** [xterm.o] Error 1


>From file xterm.c near line # 10364

				#ifdef HAVE_XRMSETDATABASE
				    XrmSetDatabase (dpyinfo->display, xrdb);
				#else
Line # 10364       dpyinfo->display->db = xrdb;
                #endif


I have not run into this error before.  
Have any changes been made within the last several days that might have caused this?


Darel henman

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-29  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29  4:28 xterm.c compile error (May 29th) djh
2006-05-29  6:32 ` Jan Djärv
2006-05-29  7:40   ` xterm.c compile error (my mistake) djh

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).