tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tlf-devel] new databases added


From: David Quental
Subject: Re: [Tlf-devel] new databases added
Date: Thu, 2 Jun 2005 13:13:47 +0100
User-agent: KMail/1.8

Hello Rein again.
> David,
>
> I tried it, and you are absolutely right. Automake-1.9 will not work, it
> is not compatible with automake-1.4.
Yes, it happens with TLF from CVS, but with TLF-0.9.23 I have no problem, I 
do ./configure, make and make install, as root, as all works fine. Only TLF 
from CVS gives this problem.
I you want can give some infos during ./configure, maybe it will help you.
From TLF-0.9.23:
address@hidden:~/tlf-0.9.23> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for atan in -lm... yes
checking for pthread_create in -lpthread... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for initscr in -lncurses... yes
disabling hamlib support
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether gcc needs -traditional... no
checking for strftime... yes
checking for floor... yes
checking for sqrt... yes
checking for strchr... yes
checking for strcspn... yes
checking for strspn... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating rules/Makefile
config.status: creating scripts/Makefile
config.status: creating share/Makefile
config.status: creating src/Makefile
config.status: creating tlf.1
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

TLF from CVS:

address@hidden:~/tlf> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for atan in -lm... yes
checking for pthread_create in -lpthread... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for initscr in -lncurses... yes
disabling hamlib support
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether gcc needs -traditional... no
checking for strftime... yes
checking for floor... yes
checking for sqrt... yes
checking for strchr... yes
checking for strcspn... yes
checking for strspn... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating rules/Makefile
config.status: creating scripts/Makefile
config.status: creating share/Makefile
config.status: creating src/Makefile
config.status: creating tlf.1
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

Maybe this can help you.

> I did the following:
> - uninstalled automake-1.4 ... automake 1.8
> - installed automake-1.9
> - recompiled tlf
> - DID NOT WORK, keeps asking for automake-1.4
> - reinstalled automake-1.4
> - ran make clean (tlf complained it could not find aclocal-1.4, ignore
> this)
> - ran aclocal (o.k.)
> - ran ./configure --enable-hamlib (now finds aclocal-1.4 o.k.)
> - ran make (comlained it could not write to .deps)
> - ran make again as root (now runs o.k.)
> - ran make install (as root)
> Now everything is o.k. again, tlf-0.9.23 works.
>
> So please reinstall automake-1.4 until I find a solution...
Will wait for your next email.
> I don't know why they broke automake.... anybody have any ideas what I
> have to change to make tlf compatible with automake-1.9 ?? (before I
> have to read the book again..... this takes time off tlf-development :)
>
> 73,
>
> Rein PA0R
> -
Best 73.

CT1DRB
David Quental

> On Thu, 2005-06-02 at 11:00 +0100, David Quental wrote:
> > Hello to all.
> >
> > Rein: Hope that you had a fine WPX CW Contest, here at my side I gave my
> > help to CS5A so I was not in contest.
>
> See http://pa0r.blogspirit.com for a story about the WPX...
>
> > > Hello...
> > >
> > > Done some programming during the WPX :)
> > > I wrote a script (masterconvert.pl) so you can do your own conversion
> > > from master.dta. I added it to the scripts directory in CVS. The script
> > > reads from standard input so use it as:
> > > cat master.dta | ./masterconvert.pl
> > >
> > > I have added new callmaster and cty.dat (march 2005 version)
> > > to /tlf/share in CVS.
> > >
> > > I have updated main.c, tlf.h and searchlog.c to accommodate the larger
> > > list (37.000 calls). Committed to CVS.
> >
> > I got all new that you put on CVS but when I try to compile it gives me
> > an errour:
> > address@hidden:~/tlf> make
> > cd . && /home/ct1drb/tlf/missing aclocal-1.4
> > WARNING: `aclocal-1.4' is needed, and you do not seem to have it handy on
> > your system.  You might have modified some files without having the
> > proper tools for further handling them.  Check the `README' file, it
> > often tells you about the needed prerequirements for installing this
> > package.  You may also peek at any GNU archive site, in case some other
> > package would contain this missing `aclocal-1.4' program. make: ***
> > [aclocal.m4] Error 1
> >
> > I checked and during ./configure it does not find automake-1.4, but I
> > have automake-1.9.5. Now I have, since yesterday, SuSE 9.3.
> >
> > Sorry for work that might I will give you Rein.
> >
> > Best 73 for all.
> >
> > CT1DRB
> > David Quental
> >
> > > 73, Rein PA0R
> > >
> > >
> > >
> > > _______________________________________________
> > > Tlf-devel mailing list
> > > address@hidden
> > > http://lists.nongnu.org/mailman/listinfo/tlf-devel
> >
> > _______________________________________________
> > Tlf-devel mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/tlf-devel
>
> _______________________________________________
> Tlf-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/tlf-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]