unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Matto Fransen <matto@matto.nl>
Cc: emacs-devel@gnu.org
Subject: Re: make bootstrap crashes on incompatible integer to pointer conversion
Date: Tue, 03 Dec 2024 19:01:21 +0200	[thread overview]
Message-ID: <86r06o1z1a.fsf@gnu.org> (raw)
In-Reply-To: <86o71spwfs.fsf@emacsjail.tradesystem.nl> (message from Matto Fransen on Tue, 03 Dec 2024 16:23:35 +0000)

> From: Matto Fransen <matto@matto.nl>
> Date: Tue, 03 Dec 2024 16:23:35 +0000
> 
> I am trying to compile Emacs on FreeBSD 14-2 with the latest source from
> Git.
> 
> These are the first steps:
> 
> git pull
> git clean -dxf
> ./autogen.sh
> ./configure --with-x-toolkit=lucid 
> make bootstrap
> 
> 
> make boostrap crashes on image.c:
> 
> image.c:12358:12: warning: call to undeclared function 'rsvg_handle_get_pixbuf_and_error'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
>  12358 |   pixbuf = rsvg_handle_get_pixbuf_and_error (rsvg_handle, &err);
>        |            ^
> image.c:12358:10: error: incompatible integer to pointer conversion assigning to 'GdkPixbuf *' (aka 'struct _GdkPixbuf *') from 'int' [-Wint-conversion]
>  12358 |   pixbuf = rsvg_handle_get_pixbuf_and_error (rsvg_handle, &err);
> 

Thanks, this has been fixed yesterday on the emacs-30 branch, and will
be fixed in a couple of days on master as well.



      reply	other threads:[~2024-12-03 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-03 16:23 make bootstrap crashes on incompatible integer to pointer conversion Matto Fransen
2024-12-03 17:01 ` Eli Zaretskii [this message]

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=86r06o1z1a.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=matto@matto.nl \
    /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).