all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* master broken on macOS
@ 2024-01-24 15:03 Filipp Gunbin
  2024-01-25 21:25 ` Rudolf Adamkovič
  0 siblings, 1 reply; 3+ messages in thread
From: Filipp Gunbin @ 2024-01-24 15:03 UTC (permalink / raw)
  To: emacs-devel; +Cc: eggert

Since df7c6211cb9:

--8<---------------cut here---------------start------------->8---
  CC       dispnew.o
In file included from dispnew.c:27:
./lisp.h:1176:10: error: expected expression
  return TAG_PTR (Lisp_Symbol, symoffset);
         ^
./lisp.h:936:3: note: expanded from macro 'TAG_PTR'
  LISP_INITIALLY ((Lisp_Word) ((uintptr_t) (ptr) + LISP_WORD_TAG (tag)))
  ^
./lisp.h:615:28: note: expanded from macro 'LISP_INITIALLY'
# define LISP_INITIALLY(w) {w}
                           ^
1 error generated.
--8<---------------cut here---------------end--------------->8---

Thanks.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master broken on macOS
  2024-01-24 15:03 master broken on macOS Filipp Gunbin
@ 2024-01-25 21:25 ` Rudolf Adamkovič
  2024-01-26  2:27   ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Rudolf Adamkovič @ 2024-01-25 21:25 UTC (permalink / raw)
  To: Filipp Gunbin, emacs-devel; +Cc: eggert

Filipp Gunbin <fgunbin@fastmail.fm> writes:

> Since df7c6211cb9: [...]

FYI, I have just compiled 'b5d36efa577' with

true \
    && make distclean \
    && ./configure \
           --with-json \
           --with-tree-sitter \
           --with-xwidgets \
           --with-sqlite3 \
           --with-native-compilation=aot \
    && make bootstrap --jobs 8 \
    && make install

with no issues on macOS 14.2.1 (23C71).

Rudy
-- 
"'Contrariwise,' continued Tweedledee, 'if it was so, it might be; and
if it were so, it would be; but as it isn't, it ain't.  That's logic.'"
--- Lewis Carroll, Through the Looking Glass, 1871/1872

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master broken on macOS
  2024-01-25 21:25 ` Rudolf Adamkovič
@ 2024-01-26  2:27   ` Paul Eggert
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggert @ 2024-01-26  2:27 UTC (permalink / raw)
  To: Rudolf Adamkovič, Filipp Gunbin, emacs-devel

On 1/25/24 13:25, Rudolf Adamkovič wrote:
> Filipp Gunbin<fgunbin@fastmail.fm>  writes:
> 
>> Since df7c6211cb9: [...]
> FYI, I have just compiled 'b5d36efa577' with

Yes, it should work now due to Stefan's recent fix in 
c9705037e98a398d0e6e145f16e0ce8cdd4a8973, needed when 
CHECK_LISP_OBJECT_TYPE is set.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-26  2:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 15:03 master broken on macOS Filipp Gunbin
2024-01-25 21:25 ` Rudolf Adamkovič
2024-01-26  2:27   ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.