[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: divert problem with 5110
From: |
Tobie Kerridge |
Subject: |
Re: divert problem with 5110 |
Date: |
Wed, 11 Jun 2003 13:01:55 +0100 |
What's the problem with this?
Here's what happens when I build with debug. i do this:
tobie% sudo sh autogen.sh --disable-shared --disable-nls --enable-debug
then run make, and get immediate errors. I've put the end of the
printout below:
......
See file COPYING for more details.
Host system: darwin6.6
Gnokii version: 0.5.1
Xgnokii version: 20030104
X (GTK) support: no
Debug: yes
XDebug: no
RLPDebug: no
NLS: no
IrDA: no
Bluetooth: no
Security: no
Build Shared Lib: no
Win32:
Prefix: /usr/local
Type 'make' for compilation and then 'make install',
'make install-suid', 'make install-strip' or 'make 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.
[CRD:gnokii-0.5.1] tobie% sudo make
make -C common/phones
gcc -ggdb3 -Wall -I../getopt -I../../include -I/usr/X11R6/include -c
-o generic.o generic.c
In file included from ../../include/gnokii-internal.h:35,
from generic.c:35:
../../include/compat.h:146: conflicting types for `gettimeofday'
/usr/include/sys/time.h:183: previous declaration of `gettimeofday'
make[1]: *** [generic.o] Error 1
make: *** [common/phones] Error 2