Hi Thomas,

my distribution does not have locate. But here they are commands to locate panel.h:

ct1drb@linux-3e3c:~> cd /usr/include/
ct1drb@linux-3e3c:/usr/include> ls -l panel.h
ls: impossível aceder a panel.h: No such file or directory
ct1drb@linux-3e3c:/usr/include> cd ncurses
ct1drb@linux-3e3c:/usr/include/ncurses> ls -l panel.h
-rw-r--r-- 1 root root 4070 Out 25 05:45 panel.h
ct1drb@linux-3e3c:/usr/include/ncurses> cd ..
ct1drb@linux-3e3c:/usr/include> cd ncursesw/
ct1drb@linux-3e3c:/usr/include/ncursesw> ls -l panel.h
-rw-r--r-- 1 root root 4071 Out 25 05:46 panel.h
ct1drb@linux-3e3c:/usr/include/ncursesw>

So, aparently, only /usr/include/ does not have panel.h file, others directories have it. I can do a ln -s to /usr/include from /usr/include/ncurses/panel.h.

Best 73.

CT1DRB
David Quental


Às 16:50 de 06-12-2015, Nate Bargmann escreveu:
* On 2015 06 Dec 10:05 -0600, David Quental wrote:
Hi Thomas,

tks for your email.

I removed the tlf directory, then installed it again.

In fact the 2 lines are here when I type './configure'. However, it does not
compile yet:

keyer.c:31:19: fatal error: panel.h: No such file or directory
  #include <panel.h>
                    ^
compilation terminated.
Makefile:547: recipe for target 'keyer.o' failed
make[2]: *** [keyer.o] Error 1
David, if you use the command:

locate panel.h

do you get anything?  I have the mlocate Debian package installed that
provides a handy database to find files quickly using the 'locate'
command.  Here is what I get:

$ locate panel.h
/usr/include/panel.h
/usr/include/ncursesw/panel.h
/usr/share/doc/python2.7/html/library/curses.panel.html
/usr/src/linux-headers-3.16.0-4-amd64/include/config/input/apanel.h
/usr/src/linux-headers-3.16.0-4-common/include/drm/drm_panel.h

The first two are the ones used by the C preprocessor.

Perhaps you need an additional package installed that provides panel.h?

73, Nate



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

Reply via email to