Re: [Hamlib-developer] libhamlibtcl.so
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f4...@fr...> - 2002-01-06 17:44:27
|
Hi Ellis! I'm very pleased you've been successful with Hamlib on your Ic706MkIIG. Isn't it an interresting rig? On Thu, Jan 03, 2002, Ellis Workman wrote: > I am interested in using the libhamlibtcl.so > to write an interface with Tk. tclsh > is unable to load libhamlibtcl.so complaining > of an unknown symbol "hamlib_version". It > would appear that it's not finding or linking > to libhamlib.so. So far, hamlibtcl is just a proof-of-concept. Development hasn't gone further because nobody was interrested in. But it's going to change if I'm not mistaken ;-) Running the "tcl/tcltest.tcl" script gave me the exact error as yours. And you're right, the libhamlib.so dependancy was missing in the Makefile.am! It's fixed now, commited to cvs and it works. Right now, hamlibtcl has only support for set_freq and get_strength (the idea was to do a quick and dirty band scope). But the other commands can be added quite easily (who said wrappers are boring to develop? :) Lex and copy/paste from rigctl may help. Anyway, let me know if you can test the latest cvs version, and how it goes with wish. 73, Stephane F8CFE |