[pl]
Wszystko się miesza. Nie wiadomo czy w ogóle pojadę.
[/pl]
[en]
A few matters became complicated, my trip is under a question mark now…
[/en]
[pl]
Wszystko się miesza. Nie wiadomo czy w ogóle pojadę.
[/pl]
[en]
A few matters became complicated, my trip is under a question mark now…
[/en]
[pl]
To znaczy że się nadaję.
Jutro idę z nim do ambasady po wizę.
[/pl]
[en]
It certifies that I’m eligible to receive a visa. Almost there…
[/en]
[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]