emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xterm.c compile error (May 29th)


From: djh
Subject: xterm.c compile error (May 29th)
Date: Mon, 29 May 2006 13:28:02 +0900


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]