[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tlf-devel] Re: TLF compilation problem
From: |
rein couperus PA0R |
Subject: |
Re: [Tlf-devel] Re: TLF compilation problem |
Date: |
Wed, 29 Oct 2003 23:36:41 +0100 |
Yes, the parameters should be in src/parse_logcfg.c... just add it to the list
of commands (it will get nr. 126 :-).
The rig control routines sit in sendqrg.c, and the globals in main.c...
Please use the latest snapshot (tlf-0.9.5) for a patch, I just uploaded it.
73,
Rein PA0R
On Wednesday 29 October 2003 23:16, you wrote:
> > > Configure was O.K. but compilation failed on first file befause I had
> > > no libncurses5-dev installed. I think the detecting of ncurses is a job
> > > for configure script.
>
> Why not turning the following line in configure.in
> AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/ioctl.h unistd.h])
>
> to something like:
>
> AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/ioctl.h unistd.h
> curses.h],,AC_MSG_ERROR([Missing mandatory header(s)! ABORTED]))
>
>
>
> BTW, I'd like to add a new entry in the logcfg.dat. The option name
> would be RIGCONF, and the value would be a comma separated list of
> configuration settings passed to rig_set_conf (to be called in-between
> the call to rig_init and rig_open). Here is what it would look like:
>
> RIGCONF=civaddr=0x40,retry=3,rig_pathname=/dev/ttyS0
>
> Can you tell me how to add that RIGCONF option?
> Is it in src/parse_logcfg.c?
>
>
> 73
--
Email: address@hidden or address@hidden
http://www.couperus.com, http://savannah.nongnu.org/projects/tlf