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

2015-12-06 Thread Nate Bargmann
* On 2015 06 Dec 18:38 -0600, David Quental wrote: > Well, I did not do command git checkout search-for-panel. Instead I did a > mkdir N0NB command, then I did git clone https://github.com/N0NB/tlf.git > inside of the new directory. > > Where do I perform command git checkout search-for-panel ? In

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

2015-12-06 Thread David Quental
Hi Nate, tks for your email. * On 2015 06 Dec 17:44 -0600, David Quental wrote: Hi Nate, tks for your email. Ok, I will send file right now. This doesn't look like the version generated in the search-for-panel branch. Be sure you do: git checkout search-for-panel after you do a new clone

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

2015-12-06 Thread Nate Bargmann
* On 2015 06 Dec 17:44 -0600, David Quental wrote: > Hi Nate, > > tks for your email. > > Ok, I will send file right now. This doesn't look like the version generated in the search-for-panel branch. Be sure you do: git checkout search-for-panel after you do a new clone of my repository: http

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

2015-12-06 Thread David Quental
Hi Nate, tks for your email. Ok, I will send file right now. Best 73. CT1DRB David Quental Às 23:41 de 06-12-2015, Nate Bargmann escreveu: * On 2015 06 Dec 14:06 -0600, David Quental wrote: Hi Nate, tks for your email and patch. Well, it did not work out: keyer.c:31:19: fatal error: pan

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

2015-12-06 Thread Nate Bargmann
* On 2015 06 Dec 14:06 -0600, David Quental wrote: > Hi Nate, > > tks for your email and patch. > > Well, it did not work out: > > keyer.c:31:19: fatal error: panel.h: No such file or directory > #include >^ > compilation terminated. > Makefile:547: recipe for target 'keyer

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

2015-12-06 Thread David Quental
Hi Nate, tks for your email and patch. Well, it did not work out: keyer.c:31:19: fatal error: panel.h: No such file or directory #include ^ compilation terminated. Makefile:547: recipe for target 'keyer.o' failed make[2]: *** [keyer.o] Error 1 Best 73. CT1DRB David Quenta

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

2015-12-06 Thread Nate Bargmann
David, I have committed a patch to the build system that uses two GNU macros to find the needed files. If you can clone my repository: https://github.com/N0NB/tlf.git and switch to the search-for-panel branch and test the build on your system with the symlink you created for panel.h removed (ba

Re: [Tlf-devel] TLF Bug or misconfigure?

2015-12-06 Thread Thomas Beierlein
Hi Larry, there are just two key combinations, maybe you intermixed them: Ctrl-G simply grabs the next spot up/down starting at your actual frequency (a simple scan over the bandmap). It switches direction when you reach the end of the bandmap list. Alt-G grabs the spot starting with the charac

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

2015-12-06 Thread Thomas Beierlein
Am Sun, 6 Dec 2015 17:56:20 + schrieb David Quental : > Hi Thomas, > > tks for your email. > > Yes, it corrected the problem, tks a lot. Glad to help. 73, de Tom. > > Best 73. > > CT1DRB > David Quental > > Às 17:04 de 06-12-2015, Thomas Beierlein escreveu: > > Hi David and Nate, > >

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

2015-12-06 Thread Thomas Beierlein
Am Sun, 6 Dec 2015 11:29:34 -0600 schrieb Nate Bargmann : > * 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 ther

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

2015-12-06 Thread David Quental
Hi Thomas, tks for your email. Yes, it corrected the problem, tks a lot. Best 73. CT1DRB David Quental Às 17:04 de 06-12-2015, Thomas Beierlein escreveu: 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

[Tlf-devel] TLF Bug or misconfigure?

2015-12-06 Thread Larry Levesque
Either I found a bug or I have configured something incorrectly. When using the Telnet Cluster, If I type a partial callsign and CTRL-g, after the initial grab (which works correctly) the only thing CTRL-g does is move to the next call/freq up in the list. >From the docs, this is supposed to QSY

Re: [Tlf-devel] Tlf with ARRL 160m, some thoughts

2015-12-06 Thread Nate Bargmann
* On 2015 06 Dec 11:30 -0600, Ed wrote: > > Dumb question, but here goes anyhow. Did you update the arrlsections > file ? I'm working from the Tlf Git master branch so there was no need to update as the version in the master branch has all current 83 sections. However, looking through the file,

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

2015-12-06 Thread Nate Bargmann
* 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 tel

Re: [Tlf-devel] Tlf with ARRL 160m, some thoughts

2015-12-06 Thread Ed
Dumb question, but here goes anyhow. Did you update the arrlsections file ? Ed W3NR ___ Tlf-devel mailing list Tlf-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tlf-devel

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

2015-12-06 Thread Thomas Beierlein
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 fol

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

2015-12-06 Thread David Quental
Hi Thomas, after did ln -s /usr/include/ncurses/panel.h panel.h tlf compiled just fine. Tks a lot. 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, t

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

2015-12-06 Thread David Quental
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-

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

2015-12-06 Thread Nate Bargmann
* 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

Re: [Tlf-devel] Tlf with ARRL 160m, some thoughts

2015-12-06 Thread Nate Bargmann
* On 2015 06 Dec 09:53 -0600, Thomas Beierlein wrote: > Hi Nate and others, > > let me first congrats to your 160m results. Well done. Thanks, Tom. I was a bit disappointed to not make a complete QSO with C6AUM early this morning. He couldn't quite pull me out this year so I never had a chance

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

2015-12-06 Thread David Quental
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 ^ compilation terminated

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

2015-12-06 Thread Thomas Beierlein
Am Sun, 6 Dec 2015 15:36:16 + schrieb David Quental : > Hi Thomas, > > tks for your answer. > > Well, after I sent my first email I remembered about my linux > version, then it was a bit late. > > I use the development version from github and my linux version is > OpenSuSE Leap 42.1. > Ok

Re: [Tlf-devel] Tlf with ARRL 160m, some thoughts

2015-12-06 Thread Thomas Beierlein
Hi Nate and others, let me first congrats to your 160m results. Well done. Am Sat, 5 Dec 2015 08:31:39 -0600 schrieb Nate Bargmann : > Now a few things I'll put on my TODO list. > > Editing keys. Once characters are in the call field the left arrow > enters edit mode. I'd like the key t

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

2015-12-06 Thread David Quental
Hi Thomas, tks for your answer. Well, after I sent my first email I remembered about my linux version, then it was a bit late. I use the development version from github and my linux version is OpenSuSE Leap 42.1. Best 73. CT1DRB David Quental Às 15:33 de 06-12-2015, Thomas Beierlein escr

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

2015-12-06 Thread Thomas Beierlein
Hi David, what version of tlf do you use - tlf-1.2.2 or the development version from github? And please tell us which linux version you have installed. Am Sun, 6 Dec 2015 13:30:57 + schrieb David Quental : > Hello all, > > I have been having problems to compile TLF: > > make[2]: Entering

[Tlf-devel] Problem to compile TLF.

2015-12-06 Thread David Quental
Hello all, I have been having problems to compile TLF: make[2]: Entering directory '/home/ct1drb/tlf/src' CC keyer.o keyer.c:31:19: fatal error: panel.h: No such file or directory #include ^ compilation terminated. Makefile:547: recipe for target 'keyer.o' failed mak