RE: Trouble building on Slackware64-15.0

2023-10-15 Thread kb3orr
Hi Tom, Thank you for the information! I am good now! -Brian, KB3ORR

Re: Trouble building on Slackware64-15.0

2023-10-15 Thread Thomas Beierlein
Hi Brian, Hamlib changed the name of the macro around hamlib-4.3 od 4.4. You have to replace FILPATHLEN by HAMLIB_FILPATHLEN. Afterwards tlf-1.4.1 should compile fine. But better have a look at https://github.com/Tlf/tlf and pick up the actual development version. There is quite a lot of new fea

Trouble building on Slackware64-15.0

2023-10-15 Thread kb3orr
Hello, I am attempting to build tlf-1.4.1 on Slackware64-15.0 with Hamlib 4.5.4 and get the below error: CC sendqrg.o sendqrg.c: In function ‘init_tlf_rig’: sendqrg.c:103:13: error: ‘FILPATHLEN’ undeclared (first use in this function) 103 | FILPATHLEN - 1); |