bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42860: 28.0.50; Build on OpenBSD fails in jansson.h


From: Lars Ingebrigtsen
Subject: bug#42860: 28.0.50; Build on OpenBSD fails in jansson.h
Date: Sun, 16 Aug 2020 20:52:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hm...  I wonder whether this is an OpenBSD packaging issue.  The jansson
package brings in headers with this:

/* If __atomic builtins are available they will be used to manage
   reference counts of json_t. */
#define JSON_HAVE_ATOMIC_BUILTINS 1

But the pkg_add-ed gcc doesn't have those builtins, so when it loads the
jansson.h file, we get an error.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

[Prev in Thread] Current Thread [Next in Thread]