From: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: emacs-devel@gnu.org
Subject: Re: xterm.c compile error (May 29th)
Date: Mon, 29 May 2006 08:32:48 +0200 [thread overview]
Message-ID: <447A9590.5020209@swipnet.se> (raw)
In-Reply-To: <20060529132802.3548@henman-np.b-eng.it.to-be.co.jp>
djh skrev:
> 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?
>
Your configure run probably doesn't find XrmSetDatabase for som reason, check
config.log. There is most likely an error in the compilation or something.
Nothing regarding this has changed recently.
Jan D.
next prev parent reply other threads:[~2006-05-29 6:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-29 4:28 xterm.c compile error (May 29th) djh
2006-05-29 6:32 ` Jan Djärv [this message]
2006-05-29 7:40 ` xterm.c compile error (my mistake) djh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=447A9590.5020209@swipnet.se \
--to=jan.h.d@swipnet.se \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).