[Hamlib-developer] stuck ...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Ernest S. <ds...@td...> - 2002-09-28 03:53:06
|
Hello all! I need a bit of help... I'm using RH 7.3 for this test of the current CVS. It has: aclocal-1.5 (default is 1.4) automake-1.5 (default is 1.4p5) autoheader-2.53=20 autoconf-2.53 (default is 2.13) libtool-1.4.2=20 --------------------------------------- Following Stephane's advice I have run: $ aclocal-1.5 aclocal: both `configure.ac' and `configure.in' present: ignoring=20 `configure.in' $ autoheader-2.53 autoheader-2.53: warning: `configure.ac' and `configure.in' both present. at /usr/bin/autoheader-2.53 line 110 autoheader-2.53: warning: proceeding with `configure.ac'. at /usr/bin/autoheader-2.53 line 110 configure.ac:6: warning: do not use m4_patsubst: use patsubst or m4_bpats= ubst configure.ac:360: warning: do not use m4_regexp: use regexp or m4_bregexp autoheader-2.53: `include/config.h.in' is unchanged $ automake-1.5 -a automake-1.5: both `configure.ac' and `configure.in' present: ignoring=20 `configure.in' $ autoconf-2.53 autoconf-2.53: warning: both `configure.ac' and `configure.in' are presen= t. autoconf-2.53: warning: proceeding with `configure.ac'. $ ./configure;make As noted, I get a few errors with each step, but it generally proceeds OK= =20 until a bit into make, where everything stops with the following tail err= or: ----------------------------------------- (lots of make messages)... creating testcpp make[1]: Leaving directory `/home/ernie/CVS/hamlib-1.1.4cvs/c++' Making all in bindings make[1]: Entering directory `/home/ernie/CVS/hamlib-1.1.4cvs/bindings' swig -perl5 -shadow -I../include -I../src -I../lib -o hamlibperl_wrap.c=20 hamlib.swg Generating wrappers for Perl 5 hamlib.swg : Line 40. Syntax error in input. hamlib.swg : Line 54. Syntax error in input. hamlib.swg : Line 79. Missing semicolon. Reached end of input. make[1]: *** [hamlibperl_wrap.c] Error 1 make[1]: Leaving directory `/home/ernie/CVS/hamlib-1.1.4cvs/bindings' make: *** [all-recursive] Error 1 Any ideas? Thanks, Ernie kg9ni |