Re: [Tlf-devel] TLF-1.3.1 release

2018-10-31 Thread Nate Bargmann
Hi Tom.

One thing you might consider is adding an MD5SUM file and a SHA1SUM file
with those respective signatures in each.  Optionally, you can sign all
the files with your GPG key as well.  Doing so just provides a bit of
extra assurance that you're indeed to the source of the files and that
they've not been tampered with even though I think a ham radio logger is
a rather low attack vector, but...

73, Nate

-- 

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

Web: http://www.n0nb.us  GPG key: D55A8819  GitHub: N0NB


signature.asc
Description: PGP signature
___
Tlf-devel mailing list
Tlf-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tlf-devel


Re: [Tlf-devel] TLF-1.3.1 release

2018-10-16 Thread SP3RXO

Hi Ervin,

Obviously you are right.
Before autoreconf I tried with both source and both went wrong. Today's 
morning I made new clean install and this time compile ran perfect.


Thanks again for new tlf to all contributors and your help.


W dniu 16.10.2018 o 08:46, Ervin Hegedüs pisze:

Hi Slav,


On Mon, Oct 15, 2018 at 11:55:30PM +0100, SP3RXO wrote:

Hi Ervin,
Not sure why, but it looks that I got it solved by 'sudo autoreconf'.
I will check tomorrow if tlf compiled in this way is fully working.


thought I propose to run "autoreconf", but I don't see the reason
of using "sudo" - it must be to work as regular user.

Try to make a new and clean install (eg. start to grab the source
again as regular user from here:
http://www.hs-mittweida.de/tb/tlf-1.3.1.tar.gz, ./configure, make
as regular user too, and finally use "sudo make install").


73, Ervin




--
Slav, SP3RXO



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


Re: [Tlf-devel] TLF-1.3.1 release

2018-10-15 Thread Nate Bargmann
* On 2018 15 Oct 18:13 -0500, SP3RXO wrote:
> Hi Ervin,
> Not sure why, but it looks that I got it solved by 'sudo autoreconf'.
> I will check tomorrow if tlf compiled in this way is fully working.

That looks like the correct fix for you as that macro name string should
not be in the configure script.  I just downloaded the Tlf 1.3.1 release
and after installing pkg-config, libglib2.0-dev, and libncurses-dev on a
new installation of Debian Buster, configure ran without error and make
completed with some usual compiler warnings.

73, Nate

-- 

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

Web: http://www.n0nb.us  GPG key: D55A8819  GitHub: N0NB


signature.asc
Description: PGP signature
___
Tlf-devel mailing list
Tlf-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tlf-devel


Re: [Tlf-devel] TLF-1.3.1 release

2018-10-15 Thread SP3RXO

Sorry, checked again ./configure and I found:

checking pkg-config is at least version 0.16... yes
./configure: line 5137: AM_PATH_GLIB_2_0: command not found

Slav

W dniu 15.10.2018 o 22:19, SP3RXO pisze:

Hi Ervin,
Thanks for quick answwer :)

Output "dpkg -l libglib2.0-dev":
ii  libglib2.0-dev:amd6 2.56.2-0ubuntu amd64  Development files 
for the GLib library


If I trying apt install libglib2.0-dev:
libglib2.0-dev is already the newest version (2.56.2-0ubuntu0.18.04.2).

Slav


W dniu 15.10.2018 o 22:06, Ervin Hegedüs pisze:

Hi Slav,

On Mon, Oct 15, 2018 at 09:28:32PM +0100, SP3RXO wrote:

Big TU for new TLF.

But I have problem with compile new TLF on Ubuntu 18.04

./configure passed without any errors, but make generating these:


it's interesting,


...
  CC   addarea.o
gcc: error: GLIB_CFLAGS@: No such file or directory
Makefile:577: recipe for target 'addarea.o' failed
make[2]: *** [addarea.o] Error 1


are you sure you have installed the libglib2.0-dev package?

What is the output of "dpkg -l libglib2.0-dev" command?

The configure script needs to report, if you don't have it,
that's why I wrote above it's interesting...



Thanks / 73,


Ervin
HA2OS







--
Slav, SP3RXO



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


Re: [Tlf-devel] TLF-1.3.1 release

2018-10-15 Thread Ervin Hegedüs
Hi Slav,

On Mon, Oct 15, 2018 at 09:28:32PM +0100, SP3RXO wrote:
> Big TU for new TLF.
> 
> But I have problem with compile new TLF on Ubuntu 18.04
> 
> ./configure passed without any errors, but make generating these:

it's interesting,

> ...
>  CC   addarea.o
> gcc: error: GLIB_CFLAGS@: No such file or directory
> Makefile:577: recipe for target 'addarea.o' failed
> make[2]: *** [addarea.o] Error 1

are you sure you have installed the libglib2.0-dev package?

What is the output of "dpkg -l libglib2.0-dev" command?

The configure script needs to report, if you don't have it,
that's why I wrote above it's interesting...



Thanks / 73,


Ervin
HA2OS



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


Re: [Tlf-devel] TLF-1.3.1 release

2018-10-15 Thread Nate Bargmann
Congrats, Tom.

Thanks to all for their continuing contributions.

73, Nate

-- 

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

Web: http://www.n0nb.us  GPG key: D55A8819  GitHub: N0NB


signature.asc
Description: PGP signature
___
Tlf-devel mailing list
Tlf-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tlf-devel


[Tlf-devel] TLF-1.3.1 release

2018-10-14 Thread Thomas Beierlein
After a lot of work by all people contributing to TLF I would like to
announce the release of the new TLF-1.3.1 version.

You can find it at 

http://www.hs-mittweida.de/tb/tlf-1.3.1.tar.gz or at
https://github.com/Tlf/tlf/releases/download/tlf-1.3.1/tlf-1.3.1.tar.gz


Besides some fixed bugs and a lot of internal improvements it provides 
some new features:

- Added keyword KEYER_BACKSPACE to allow use of backspace in 
  the keyer window.

- Added Tesla memorial contest rule and cabrillo format 

- Use $SHELL environment setting when opening a shell using '!'

- Tlf can now reread its own cabrillo files and reconstruct a
  contest log from it. Tnx HA2OS

- Using fldigi for DIGI mode allows you to pick up call and exchange from
  the fldigi program - see doc/README.RTTY. Tnx HA2OS

- Tlf supports nanoIO FSK/CW interface (https://github.com/w1hkj/nanoIO). 
  Tnx HA2OS

- You can now use the CT9 format for cty.dat files. As a main point
  it supports full callsigns with '=' prefix. For more information
  see https://www.country-files.com/cty-dat-format/
  Tnx Stephen K6BSD

Bug fixes:
- Resend report and qso nr with at least 3 digits
- WAE: when QTC was set up as BOTH directions the CABRILLO file was
  created with wrong format
- Fix parsing of QTC= keyword 
- Fix zones display. Old code blinks display in 2s intervalls. 
  Tnx Fred DH5FS.
- Fix a bug during sending a longer series of unanswered CQ's. 
  The cursor sometimes jumped to the exchange field. Tnx Zoltan HA5CQZ
- Fix bug in BMAUTOGRAB and BMAUTOADD
- Do not fallback to 'rxvt' TERM value if tmerinal setting is 
  not recognized. xterm-256color should now work. TnX K6BSD

Thanks to all contributors and testers.

For a more detailed discussion of the new features please read the
NEWS file and the man page. 

As always reports about problems (or success) are welcome.


73 es gd DX,  de Tom DL1JBE.

-- 
"Do what is needful!"
Ursula LeGuin: Earthsea
--


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