gnokii-users
[Top][All Lists]
Advanced

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

gnokiifs


From: Timothy Murphy
Subject: gnokiifs
Date: Mon, 18 Jul 2005 13:58:53 +0100
User-agent: KMail/1.8.1

On Wed 05 Jan 2005 15:28, E. Rosten wrote:

> I have a program which allows you to mount some nokia phones (only tested
> on the 7600 so far) under Linux 2.6. The working features are file
> browsing, creation, deletion, reading and writing. It requires the CVS
> version of gnokii. See the README for more information.
>
> The files can be found at:
>
> http://mi.eng.cam.ac.uk/~er258/code/dist/gnokiifs/
>
> http://mi.eng.cam.ac.uk/~er258/code/dist/gnokiifs-0.1.tar.gz

Has anyone succeeded in compiling gnokiifs
with a recent kernel and gnokii?

I tried yesterday, with gnokii-0.6.7 and linux-2.6.12 under Fedora-4.
There seems to be no version number with gnokiifs
(which I downloaded from www.gnokii.org)
but the main .cpp file is dated 2005,
so I assume it is fairly recent.

When I run gmake (or make) with the following changes in the Makefile
====================================
#GNOKII_LIB=/opt/er258/lib
GNOKII_LIB=/usr/local/lib
#GNOKII_HEADER=/opt/er258/include
GNOKII_HEADER=/usr/local/include
====================================

I get a whole slew of errors (given below)
basically arising from conflicts between various time.h files.

I wonder too if there is some reason why this program relies on coda,
rather than a more familiar file-system?
Is coda particularly well suited to this task?

====================================
address@hidden gnokiifs]$ gmake
g++ -DDEBUG_OPTIONAL  -I/usr/local/include -Wall   -c -o gnokiifs.o 
gnokiifs.cpp
/usr/include/linux/time.h:9: error: redefinition of ‘struct timespec’
/usr/include/time.h:119: error: previous definition of ‘struct timespec’
/usr/include/linux/time.h:17: error: redefinition of ‘struct timeval’
/usr/include/bits/time.h:70: error: previous definition of ‘struct timeval’
/usr/include/linux/time.h:43: error: redefinition of ‘struct itimerspec’
/usr/include/time.h:160: error: previous definition of ‘struct itimerspec’
/usr/include/sys/time.h:56: error: redefinition of ‘struct timezone’
/usr/include/linux/time.h:22: error: previous definition of ‘struct timezone’
/usr/include/sys/time.h:94: error: expected identifier before numeric constant
/usr/include/sys/time.h:94: error: expected `}' before numeric constant
/usr/include/sys/time.h:94: error: expected unqualified-id before numeric 
constant
/usr/include/sys/time.h:107: error: redefinition of ‘struct itimerval’
/usr/include/linux/time.h:48: error: previous definition of ‘struct itimerval’
/usr/local/include/gnokii.h:170: error: expected declaration before ‘}’ token
gmake: *** [gnokiifs.o] Error 1
====================================


-- 
Timothy Murphy  
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland




reply via email to

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