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

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

bug#34946: [bug-gnu-emacs] proposed configure.ac change for emacs-26.2


From: Nelson H. F. Beebe
Subject: bug#34946: [bug-gnu-emacs] proposed configure.ac change for emacs-26.2
Date: Fri, 22 Mar 2019 08:09:17 -0600

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 via email to

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