Gnokii 0.6.14 na Mac OS X

[pl]normalnie dziala !!!

musialem dorzucic

#include

do kilku plikow:

gnokii/gnokii-calendar.c
gnokii/gnokii-calendar.c
gnokii/gnokii-phonebook.c
gnokii/gnokii-sms.c
gnokii/gnokii-todo.c
gnokii/gnokii-utils.c

i dodac CPPFLAGS przy configure zeby widzialo plik libintl.h (ktorego normalnie nie widzi), libintl.h pochodzi z finka i jak sama nazwa wskazuje biblioteki libintl:

CPPFLAGS=”${CPPFLAGS} -I/sw/include” LDFLAGS=”${LDFLAGS} -L/sw/lib” ./configure –prefix=/tmp/gnokii_test

potem konfiguracja w .gnokiirc
port=macadress telefonu
connection=bluetooth

i gotowe, wszystko dziala jak zloto.

[/pl]

[en]

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.
[/en]

Leave a Reply