gnokii-users
[Top][All Lists]
Advanced

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

Re: Trying to connect to a 6250


From: Ian Stuart
Subject: Re: Trying to connect to a 6250
Date: 30 Oct 2002 09:44:04 +0000

On Wed, 2002-10-30 at 09:07, Pawel Kot wrote:
> Simply ignore this. It should be harmless. I'll prepare this for the
> 0.5.0 release
> but for now it should not matter.
The build is failing....

Here is my build:

address@hidden tmp]# rm -rf gnokii-20021029

address@hidden tmp]# tar xzf gnokii-current.tar.gz 

address@hidden tmp]# cp -v config.* gnokii-20021029/
`config.guess' -> `gnokii-20021029/config.guess'
`config.sub' -> `gnokii-20021029/config.sub'

address@hidden tmp]# cd gnokii-20021029/

address@hidden gnokii-20021029]# gettextize
Creating intl/ subdirectory
Symlinking file ABOUT-NLS
Symlinking file intl/bindtextdom.c
Symlinking file intl/ChangeLog
Symlinking file intl/config.charset
Symlinking file intl/dcgettext.c
Symlinking file intl/dcigettext.c
Symlinking file intl/dcngettext.c
Symlinking file intl/dgettext.c
Symlinking file intl/dngettext.c
Symlinking file intl/explodename.c
Symlinking file intl/finddomain.c
Symlinking file intl/gettext.c
Symlinking file intl/gettext.h
Symlinking file intl/gettextP.h
Symlinking file intl/hash-string.h
Symlinking file intl/intl-compat.c
Symlinking file intl/l10nflist.c
Symlinking file intl/libgettext.h
Symlinking file intl/libgnuintl.h
Symlinking file intl/loadinfo.h
Symlinking file intl/loadmsgcat.c
Symlinking file intl/localcharset.c
Symlinking file intl/locale.alias
Symlinking file intl/localealias.c
Symlinking file intl/Makefile.in
Symlinking file intl/ngettext.c
Copying file intl/plural.c
Symlinking file intl/plural.y
Symlinking file intl/ref-add.sin
Symlinking file intl/ref-del.sin
Symlinking file intl/textdomain.c
Symlinking file intl/VERSION
Symlinking file po/Makefile.in.in
Creating po/ChangeLog

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

address@hidden gnokii-20021029]# autoconf
configure.in:29: error: possibly undefined macro: AM_GNU_GETTEXT

address@hidden gnokii-20021029]# autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `include/config.h.in' is created

address@hidden gnokii-20021029]# ./configure --enable-debug --enable-xdebug
--with-x --enable-security
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for rm... /bin/rm
checking for find... /usr/bin/find
checking for gmake... gmake
checking for a BSD-compatible install... /usr/bin/install -c
./configure: AM_GNU_GETTEXT: command not found
checking for include/config.h.in... yes
checking for pthread_attr_init in -lpthread... yes
checking for tm_gmtoff in struct tm... yes
checking for timer operations... yes
checking for cfsetspeed in termios.h... yes
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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking linux/irda.h usability... no
checking linux/irda.h presence... yes
configure: WARNING: linux/irda.h: present but cannot be compiled
configure: WARNING: linux/irda.h: check for missing prerequisite
headers?
configure: WARNING: linux/irda.h: proceeding with the preprocessor's
result
checking for linux/irda.h... yes
checking for the bluetooth support... 
checking for the struct sockaddr_rc in <bluetooth/rfcomm.h>... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmWriteFileFromXpmImage in -lXpm... yes
checking for gtk-config... /usr/bin/gtk-config
checking for socket in -lsocket... no
checking for grantpt... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for long long... yes
checking for long double... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for mktime... yes
checking for gettimeofday... yes
checking for select... yes
checking for poll... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtok... yes
checking for strsep... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for ISO C99 compliant snprintf... yes
checking for ISO C99 compliant vsnprintf... yes
configure: creating ./config.status
config.status: creating Makefile.global
config.status: creating po/Makefile.in
config.status: creating packaging/RedHat/gnokii.spec
config.status: creating packaging/Slackware/SlackBuild
config.status: creating include/config.h


  G N O K I I

  A Linux/Unix toolset and driver for Nokia mobile phones.

  Copyright (C) 1999-2002  The Gnokii Development Team.

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  See file COPYING for more details.

    Host system:        linux-gnu
    Gnokii version:     0.5.0pre
    Xgnokii version:    20010323
    X (GTK) support:    yes
    Debug:              yes
    XDebug:             yes
    RLPDebug:           no
    NLS:                
    IrDA:               yes
    Bluetooth:          
    Security:           yes
    Build Shared Lib:   yes
    Win32:              
    Prefix:             /usr/local

  Type 'gmake' for compilation and then 'gmake install',
  'gmake install-suid', 'gmake install-strip' or 'gmake install-ss' to
  install gnokii. If you wish to install gnokii sgid gnokii
(install-suid or
  install-ss) be sure to have 'gnokii' group in your system.

address@hidden gnokii-20021029]# gmake
gmake -C common/phones
gmake[1]: Entering directory `/tmp/gnokii-20021029/common/phones'
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o generic.o
generic.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o nokia.o
nokia.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o nk7110.o
nk7110.c
nk7110.c: In function `P7110_Initialise':
nk7110.c:278: warning: `err' might be used uninitialized in this
function
nk7110.c: At top level:
nk7110.c:1424: warning: `P7110_PollSMS' defined but not used
nk7110.c:123: warning: `SMSLoop' defined but not used
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o nk6510.o
nk6510.c
nk6510.c: In function `P6510_Initialise':
nk6510.c:362: warning: `err' might be used uninitialized in this
function
nk6510.c: At top level:
nk6510.c:2590: warning: `P6510_GetAnykeyAnswer' defined but not used
nk6510.c:168: warning: `SMSLoop' defined but not used
nk6510.c:2470: warning: `P6510_GetRingtone' defined but not used
nk6510.c:2902: warning: `P6510_IncomingRadio' defined but not used
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o nk6100.o
nk6100.c
nk6100.c:1040: warning: `PhoneInfo2' defined but not used
nk6100.c:598: warning: `GetPhoneID' defined but not used
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o atgen.o
atgen.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o ateric.o
ateric.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o atnok.o
atnok.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o atsie.o
atsie.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o dc2711.o
dc2711.c
dc2711.c:75: warning: `Terminate' defined but not used
dc2711.c:91: warning: `Request' defined but not used
dc2711.c:163: warning: `Initialise' defined but not used
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o fake.o fake.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o nk6160.o
nk6160.c
gcc -Xlinker -r -nostdlib -nodefaultlibs -o PHONES.o generic.o nokia.o
nk7110.o nk6510.o nk6100.o atgen.o ateric.o atnok.o atsie.o dc2711.o
fake.o nk6160.o
gmake[1]: Leaving directory `/tmp/gnokii-20021029/common/phones'
gmake -C common/links
gmake[1]: Entering directory `/tmp/gnokii-20021029/common/links'
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o fbus.o fbus.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o cbus.o cbus.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o atbus.o
atbus.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o fbus-3110.o
fbus-3110.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o m2bus.o
m2bus.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o utils.o
utils.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o fbus-phonet.o
fbus-phonet.c
gcc -Xlinker -r -nostdlib -nodefaultlibs -o LINKS.o fbus.o cbus.o
atbus.o fbus-3110.o m2bus.o utils.o fbus-phonet.o
gmake[1]: Leaving directory `/tmp/gnokii-20021029/common/links'
gmake -C common/devices
gmake[1]: Entering directory `/tmp/gnokii-20021029/common/devices'
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o tekram.o
tekram.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o unixserial.o
unixserial.c
unixserial.c: In function `device_script_cfgfunc':
unixserial.c:101: warning: implicit declaration of function `asprintf'
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o tcp.o tcp.c
gcc -O2 -Wall  -I../../include -I/usr/X11R6/include  -c -o unixirda.o
unixirda.cgcc -Xlinker -r -nostdlib -nodefaultlibs -o DEVICES.o tekram.o
unixserial.o tcp.o unixirda.o
gmake[1]: Leaving directory `/tmp/gnokii-20021029/common/devices'
gmake -C common/data
gmake[1]: Entering directory `/tmp/gnokii-20021029/common/data'
gcc -O2 -Wall  -I../../include -D_REENTRANT -I/usr/X11R6/include  -c -o
at-emulator.o at-emulator.c
gcc -O2 -Wall  -I../../include -D_REENTRANT -I/usr/X11R6/include  -c -o
datapump.o datapump.c
gcc -O2 -Wall  -I../../include -D_REENTRANT -I/usr/X11R6/include  -c -o
rlp-common.o rlp-common.c
gcc -O2 -Wall  -I../../include -D_REENTRANT -I/usr/X11R6/include  -c -o
rlp-crc24.o rlp-crc24.c
gcc -O2 -Wall  -I../../include -D_REENTRANT -I/usr/X11R6/include  -c -o
virtmodem.o virtmodem.c
gcc -Xlinker -r -nostdlib -nodefaultlibs -o DATA.o at-emulator.o
datapump.o rlp-common.o rlp-crc24.o virtmodem.o
gmake[1]: Leaving directory `/tmp/gnokii-20021029/common/data'
gmake -C po
gmake[1]: Entering directory `/tmp/gnokii-20021029/po'
gmake[1]: *** No targets specified and no makefile found.  Stop.
gmake[1]: Leaving directory `/tmp/gnokii-20021029/po'
gmake: *** [po] Error 2

Any ideas?

-- 
--==++
Ian Stuart: Edinburgh University Data Library.

Information is not knowledge
Knowledge is not wisdom
Wisdom is not truth
Truth is not beauty
Beauty is not love
Love is not music
              -- Mary.

 Personal web site: http://lucas.ucs.ed.ac.uk/ 





reply via email to

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