all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34946: proposed configure.ac change for emacs-26.2
@ 2019-03-22 14:09 Nelson H. F. Beebe
  2019-03-22 15:22 ` Alan Third
  0 siblings, 1 reply; 3+ messages in thread
From: Nelson H. F. Beebe @ 2019-03-22 14:09 UTC (permalink / raw)
  To: 34946; +Cc: beebe

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/ -
-------------------------------------------------------------------------------





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

end of thread, other threads:[~2019-03-22 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22 14:09 bug#34946: proposed configure.ac change for emacs-26.2 Nelson H. F. Beebe
2019-03-22 15:22 ` Alan Third
2019-03-22 15:49   ` Eli Zaretskii

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.