all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Nelson H. F. Beebe" <beebe@math.utah.edu>
To: 34946@debbugs.gnu.org
Cc: beebe@math.utah.edu
Subject: bug#34946: proposed configure.ac change for emacs-26.2
Date: Fri, 22 Mar 2019 08:09:17 -0600	[thread overview]
Message-ID: <CMM.0.96.0.1553263757.beebe@gamma.math.utah.edu> (raw)

Testing of the release candidate for emacs-26.2 on Oracle Solaris 11.4
shows that a build fails because lcms2.h is not found in /usr/include.
On that system, and on Hipster, an OpenSolaris relative, that file is
present in /usr/include/lcms.

Discussions with Eli Zaretskii <eliz@gnu.org> suggest that emacs'
configure.ac needs to use pkg-config to identify the correct include
directory for lcms2.h:

	% pkg-config --cflags lcms2
	-I/usr/include/lcms

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe@math.utah.edu  -
- 155 S 1400 E RM 233                       beebe@acm.org  beebe@computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------





             reply	other threads:[~2019-03-22 14:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 14:09 Nelson H. F. Beebe [this message]
2019-03-22 15:22 ` bug#34946: proposed configure.ac change for emacs-26.2 Alan Third
2019-03-22 15:49   ` Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CMM.0.96.0.1553263757.beebe@gamma.math.utah.edu \
    --to=beebe@math.utah.edu \
    --cc=34946@debbugs.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 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.