unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <peter_dyballa@freenet.de>
To: Alan Third <alan@idiocy.org>
Cc: 23753@debbugs.gnu.org, "Charles A. Roelli" <charles@aurox.ch>
Subject: bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8
Date: Sun, 10 Dec 2017 15:58:47 +0100	[thread overview]
Message-ID: <1DE3EC83-C172-406A-AED6-88BCCA1961CE@freenet.de> (raw)
In-Reply-To: <20171210102035.GA45904@breton.holly.idiocy.org>

Hello!

I tried your patch on Snow Leopard, Mac OS X 10.6.8, and GCC 6.4 managed to compile the Objective-C++ files. (But the built temacs crashes.)

Clang 3.7 and later can build GNU Emacs 25.0.95 *with* these patches, but Apple's/Xcode's Clang 3.0 fails here:

	fns.c:1903:16: error: read-only variable is not assignable
	          *dest++ = *a++;
	                     ~^

See bug#18743.

> 
> -- 
> Alan Third
> <0001-Remove-ObjC-blocks-Bug-23753.patch>

For a dual-compiler version of the Objective-C++ files one could use any of the #defines as guards:

	#define __llvm__ 1
	#define __clang__ 1
	#define __clang_major__ 4
	#define __clang_minor__ 0
	#define __clang_patchlevel__ 1


--
Greetings

  Pete

A child of five could understand this!  Fetch me a child of five.






  reply	other threads:[~2017-12-10 14:58 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-12 12:23 bug#23753: 25.0.95; configuration of X client fails to include graphics libraries on Mac OS X 10.6.8 Peter Dyballa
2016-06-12 12:43 ` Peter Dyballa
2017-12-09 19:16   ` Charles A. Roelli
2017-12-09 20:49     ` Glenn Morris
2017-12-10 10:20       ` Alan Third
2017-12-10 14:58         ` Peter Dyballa [this message]
2017-12-10 22:44           ` Alan Third
2017-12-11  0:24             ` Peter Dyballa
2017-12-10 21:44       ` Richard Stallman
2017-12-10 22:42         ` Alan Third
2017-12-11 19:16           ` Charles A. Roelli
2017-12-11 21:01             ` Alan Third
2017-12-12  1:31               ` YAMAMOTO Mitsuharu
2017-12-12 17:18                 ` Alan Third
2017-12-12 17:46                   ` Glenn Morris
2017-12-12 19:07                     ` Alan Third
2017-12-12 19:17                       ` Eli Zaretskii
2017-12-12 20:39                         ` Alan Third
2017-12-11 22:35           ` Richard Stallman
2017-12-18 21:16           ` Richard Stallman
2017-12-18 21:21             ` Alan Third
2017-12-19 23:03               ` Richard Stallman
2017-12-10 23:49         ` Glenn Morris
2017-12-10 21:44     ` Richard Stallman
2016-06-13 17:28 ` Glenn Morris
2017-12-08 18:37 ` Glenn Morris

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=1DE3EC83-C172-406A-AED6-88BCCA1961CE@freenet.de \
    --to=peter_dyballa@freenet.de \
    --cc=23753@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=charles@aurox.ch \
    /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).