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: Nate Bargmann
Subject: Re: [Tlf-devel] Problem to compile TLF.
Date: Sun, 6 Dec 2015 11:29:34 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

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

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

73, Nate

-- 

"The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true."

Ham radio, Linux, bikes, and more: http://www.n0nb.us



reply via email to

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