tlf-devel
[Top][All Lists]
Advanced

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

Re: [Tlf-devel] Problem to compile TLF.


From: Thomas Beierlein
Subject: Re: [Tlf-devel] Problem to compile TLF.
Date: Sun, 6 Dec 2015 19:29:03 +0100

Am Sun, 6 Dec 2015 11:29:34 -0600
schrieb Nate Bargmann <address@hidden>:

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




reply via email to

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