Am Sun, 6 Dec 2015 11:29:34 -0600
schrieb Nate Bargmann <n...@n0nb.us>:

> * On 2015 06 Dec 11:07 -0600, Thomas Beierlein wrote:
> > Hi David and Nate,
> > 
> > I just checked in a OpenSUSE vm. There is no /usr/include/panel.h
> > just a /usr/include/ncurses/panel.h in OpenSUSE. As an additionla
> > problem there is also no *.pc file which you could consult.
> > 
> > So you need to tell 'configure' about that additional search path.
> > Please do it as follows:
> > 
> > CFLAGS=-I/usr/include/ncurses ./configure ....
> > make clean
> > make
> > 
> > That should fix the problem.
> 
> I think we should consider a check for the panel.h using
> AC_CHECK_HEADER (I think, I need to revisit the docs) in
> configure.ac.  We can then use the values that *should* appear in
> config.h to find the proper panel.h file.
> 
Right. I was just thinking about similar solutions. At the moment we do
only a check for the library but not for the header.

> I've got a pretty good handle on the Autotools, so I can open an issue
> and assign to myself to fix.

Very well. Thnaks for taking care.

73, de Tom



-- 
"Do what is needful!"
Ursula LeGuin: Earthsea
--


_______________________________________________
Tlf-devel mailing list
Tlf-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tlf-devel

Reply via email to