It just works almost OOB !!!
i had only to throw in some
#include
to these files:
gnokii/gnokii-calendar.c
gnokii/gnokii-calendar.c
gnokii/gnokii-phonebook.c
gnokii/gnokii-sms.c
gnokii/gnokii-todo.c
gnokii/gnokii-utils.c
and add CPPGLAGS while running configure to make it see file libintl.h (whis was surprisingly not seen), libintl was taken from fink repository:
CPPFLAGS=”${CPPFLAGS} -I/sw/include” LDFLAGS=”${LDFLAGS} -L/sw/lib” ./configure –prefix=/tmp/gnokii_test
then simple configuration in .gnokiirc
port = bdaddress of the phone
connection = bluetooth
and everything is done, works fine.
