unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30346: lcms.c doesn't compile when lcms.h isn't in default search path
@ 2018-02-04 14:15 Rainer Orth
  2018-02-05  1:54 ` Noam Postavsky
  0 siblings, 1 reply; 8+ messages in thread
From: Rainer Orth @ 2018-02-04 14:15 UTC (permalink / raw)
  To: 30346

I just tried to compile emacs 26.0.91 on Solaris 11.4 Beta.  This failed
building lcms.o:

  CC       lcms.o
/vol/gnu/src/emacs/emacs-26.0.91/src/lcms.c:23:19: fatal error: lcms2.h: No such file or directory

lcms.h lives in /usr/include/lcms/lcms.h and lcms2.pc correctly adds a
matching -I to Cflags.  However, configure.ac just does a link test for
cmsCreateTransform, which succeeds.  I can work around this by adding a
matching -I option to CPPFLAGS at configure time, but it seems silly
having to do so if the information can be derived automatically.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University





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

end of thread, other threads:[~2018-02-17 14:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 14:15 bug#30346: lcms.c doesn't compile when lcms.h isn't in default search path Rainer Orth
2018-02-05  1:54 ` Noam Postavsky
2018-02-05 17:21   ` Eli Zaretskii
2018-02-05 19:37     ` Noam Postavsky
2018-02-06 10:18       ` Rainer Orth
2018-02-06 18:51         ` Eli Zaretskii
2018-02-06 18:53           ` Rainer Orth
2018-02-17 14:12             ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).