Re: [Hamlib-developer] CVS make problem.
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f8...@fr...> - 2003-02-13 23:00:13
|
On Thu, Feb 13, 2003, Orv Beach wrote: > I checked out the latest hamlib CVS files (thanks for the guidance, > Nate!), ran autogen.sh, then ran make. I got the following error: > > make[1]: Entering directory `/tmp/hamlib/lib' > make[1]: *** No rule to make target `@LTLIBOBJS@', needed by `libmisc.la'. > Stop. > make[1]: Leaving directory `/tmp/hamlib/lib' > make: *** [all-recursive] Error 1 your cvs checkout looks fine. I would bet the wrong autoconf/automake version has been used. Make sure you have at least the following versions: * autoconf 2.54 # autoconf --version * automake 1.5 # automake --version and update them/modify autogen.sh accordingly. All that is explained in the README.developer file. Note about GUI for rotators: you can write your own in C or C++ using gtk, kde, ... Or easier, a simple tcl/tk script would do the trick! Cheers, Stephane |