* 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

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

Reply via email to