emacs-devel
[Top][All Lists]
Advanced

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

Re: [platform-testers] Emacs 26.2 RC1 is out!


From: Eli Zaretskii
Subject: Re: [platform-testers] Emacs 26.2 RC1 is out!
Date: Fri, 22 Mar 2019 15:29:21 +0200

> Date: Fri, 22 Mar 2019 06:54:04 -0600
> From: "Nelson H. F. Beebe" <address@hidden>
> Cc: address@hidden, "Nelson H. F. Beebe" <address@hidden>,
>         address@hidden
> 
> The file
> 
>       /usr/gnu/lib/pkgconfig/lcms2.pc
> 
> is supplied by Oracle in Solaris 11.4, and the command reports
> 
>       % pkg-config --cflags lcms2
>       -I/usr/include/lcms
> 
> So, it seems to be a reasonable solution to have configure.ac
> use pkg-config to find the needed -I option.

Would you mind filing a bug report about this?  I believe using
pkg-config is the right solution here.

> I tried a similar build of emacs-26.1 on Solaris 11.4 with
> 
>       set path= ( /opt/developerstudio12.6/bin /bin )
>       env CC=cc ./configure --prefix=$prefix --with-gnutls=no --with-pop 
> --with-gif=no && gmake all check
> 
> It too fails with
> 
>         CC       lcms.o
>       "lcms.c", line 23: cannot find include file: <lcms2.h>
> 
> I ran
> 
>       gmake CFLAGS="-I${prefix}/include -I/usr/include/lcms"
> 
> and got a build and installation to complete.

Thanks, as expected.



reply via email to

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