[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnokii with 6600
From: |
Hasse Hagen Johansen |
Subject: |
Re: Gnokii with 6600 |
Date: |
Sun, 21 Nov 2004 00:58:29 +0100 |
User-agent: |
Mozilla Thunderbird 0.9 (X11/20041119) |
Pawel Kot wrote:
On Thu, 18 Nov 2004, Hasse Hagen Johansen wrote:
I have troubles getting gnokii to talk with my phone. I am using version
0.6.3 from the official debian package. I have installed gnapplet.sis
file on the phone.
I Does anyone have a working gnokiirc file for such a phone?
And what's your config?
port = <the phones bluetooth address>
model = series60
connection = bluephonet
I cannot get the CVS version compiled. It says I should copy put some m4
macros in aclocal.m4 but how? And then ignore that it fails on
autoheader/autoconf
What are the errors?
I get this:
autoheader: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced,
see the
autoheader: WARNING: documentation.
configure.in:655: error: `po/Makefile.in' is already registered with
AC_CONFIG_FILES.
autoconf/status.m4:848: AC_CONFIG_FILES is expanded from...
configure.in:655: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
But I think it has something to do with what gettextize is writing to
me. I just don't know what to do about it. it writes:
Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
to look for an external libintl.
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4
inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4
lib-ld.m4
lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4
printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4
ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4
from the /usr/share/aclocal directory to your aclocal.m4 file.
You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure
--disable-nls
option.
pkot