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);
| ^~~~~~~~~~
sendqrg.c:103:13: note: each undeclared identifier is reported only once for
each function it appears in
make[2]: *** [Makefile:647: sendqrg.o] Error 1
I believe I have all of the dependencies installed:
autoconf-2.69
glib2-2.70.3
hamlib-4.5.4
ncurses-6.3 (libtinfo)
xmlrpc-c-1.33.16
I installed Debian 12 in VM and can build successfully so I am trying to figure
out what I am missing on Slackware64-15.0. Debian 12 has some newer versions
of the autoconf, glib2, and ncurses packages than Slackware64-15.0.
Thank you for any assistance that can be provided to resolve the compile issue!
-Brian, KB3ORR