unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Fran <flitterio@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Patch to get clean compile on SLES11 Linux
Date: Thu, 15 Jul 2010 19:38:43 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100715T213504-2@post.gmane.org> (raw)
In-Reply-To: loom.20100715T212354-750@post.gmane.org

BTW, the compiler error was complaining about a type mismatch between the
declaration of xmenu_show() at src/menu.h:45:

  extern Lisp_Object xmenu_show (FRAME_PTR, int, int, int, int,
                                 Lisp_Object, char **, EMACS_UINT);

and the definition at src/xmenu.c:2278:

  Lisp_Object
  xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, Lisp_Object
title, char **error, unsigned int timestamp)

I don't know why EMACS_UINT was not the same as "unsigned int" on my system.
--
Fran





  reply	other threads:[~2010-07-15 19:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 19:26 Patch to get clean compile on SLES11 Linux Fran
2010-07-15 19:38 ` Fran [this message]
2010-07-15 21:27   ` Jan Djärv
2010-07-15 21:36     ` Fran Litterio

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=loom.20100715T213504-2@post.gmane.org \
    --to=flitterio@gmail.com \
    --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).