From: Pawel K. <gn...@gm...> - 2006-08-09 17:22:37
|
Hi, On 8/9/06, Morgan Read <ms...@re...> wrote: > gnokii-sync fails to make for me - configure seems to go fine. Below is > my output from go to woe. I guess there's some things I need to add to > gnokii-sync/src/gnokii_contact_format.c? Any pointers? This is opensync question, not gnokii question. But looking at the logs below it seems that you don't have gnokii installed (or gnokii dev packages). [...] > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/libxml2 -Wall -Werror -O2 -I/usr/include/opensync-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/libxml2 -g -O2 -MT gnokii_contact_format.lo -MD -MP -MF > .deps/gnokii_contact_format.Tpo -c gnokii_contact_format.c -fPIC -DPIC > -o .libs/gnokii_contact_format.o > gnokii_contact_format.c: In function 'conv_gnokii_contact_to_xml': > gnokii_contact_format.c:60: error: 'GN_PHONEBOOK_GROUP_None' undeclared > (first use in this function) > gnokii_contact_format.c:60: error: (Each undeclared identifier is > reported only once > gnokii_contact_format.c:60: error: for each function it appears in.) > gnokii_contact_format.c:64: error: 'GN_PHONEBOOK_GROUP_Family' > undeclared (first use in this function) > gnokii_contact_format.c:67: error: 'GN_PHONEBOOK_GROUP_Vips' undeclared > (first use in this function) > gnokii_contact_format.c:70: error: 'GN_PHONEBOOK_GROUP_Friends' > undeclared (first use in this function) > gnokii_contact_format.c:73: error: 'GN_PHONEBOOK_GROUP_Work' undeclared > (first use in this function) > gnokii_contact_format.c:76: error: 'GN_PHONEBOOK_GROUP_Others' > undeclared (first use in this function) > gnokii_contact_format.c: In function 'conv_xml_contact_to_gnokii': > gnokii_contact_format.c:318: error: 'GN_PHONEBOOK_GROUP_None' undeclared > (first use in this function) > gnokii_contact_format.c:324: error: 'GN_PHONEBOOK_GROUP_Family' > undeclared (first use in this function) > gnokii_contact_format.c:326: error: 'GN_PHONEBOOK_GROUP_Vips' undeclared > (first use in this function) > gnokii_contact_format.c:328: error: 'GN_PHONEBOOK_GROUP_Friends' > undeclared (first use in this function) > gnokii_contact_format.c:330: error: 'GN_PHONEBOOK_GROUP_Work' undeclared > (first use in this function) > gnokii_contact_format.c:332: error: 'GN_PHONEBOOK_GROUP_Others' > undeclared (first use in this function) > make[2]: *** [gnokii_contact_format.lo] Error 1 > make[2]: Leaving directory > `/usr/local/repo/OpenSync/gnokii/SVN/gnokii-sync/src'make[1]: *** > [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/repo/OpenSync/gnokii/SVN/gnokii-sync' > make: *** [all] Error 2 > [root@morgansmachine gnokii-sync]# pkot -- Pawel Kot |
From: Daniel G. <dg...@su...> - 2006-08-09 19:38:04
|
On Wednesday 09 August 2006 19:22, Pawel Kot wrote: > Hi, > > On 8/9/06, Morgan Read <ms...@re...> wrote: > > gnokii-sync fails to make for me - configure seems to go fine. Below is > > my output from go to woe. I guess there's some things I need to add to > > gnokii-sync/src/gnokii_contact_format.c? Any pointers? You don't have gnokii >= 0.6.13 - right? I updated the configure template of gnokii-sync to check if gnokii is >= 0.6.13 to prevent configure to pass the gnokii check with a "wrong" version. > > This is opensync question, not gnokii question. But looking at the > logs below it seems that you don't have gnokii installed (or gnokii > dev packages). Thanks ;) best regards, Daniel |
From: Morgan R. <ms...@re...> - 2006-08-10 09:16:42
Attachments:
signature.asc
|
Daniel Gollub wrote: > On Wednesday 09 August 2006 19:22, Pawel Kot wrote: >> Hi, >> >> On 8/9/06, Morgan Read <ms...@re...> wrote: >>> gnokii-sync fails to make for me - configure seems to go fine. Below= is >>> my output from go to woe. I guess there's some things I need to add = to >>> gnokii-sync/src/gnokii_contact_format.c? Any pointers? > You don't have gnokii >=3D 0.6.13 - right? > =20 > I updated the configure template of gnokii-sync to check if gnokii is >= =3D=20 > 0.6.13 to prevent configure to pass the gnokii check with a "wrong" ver= sion. Oops, didn't see the cross post from gnokii ml, stray msg gone that way. [morgan@morgansmachine ~]$ rpm -q gnokii gnokii-0.6.12-4.fc5 [morgan@morgansmachine ~]$ rpm -q gnokii-devel gnokii-devel-0.6.12-4.fc5 [morgan@morgansmachine ~]$ I guess that's the answer to both your and Pawel's question. I was just following gnokii-sync/INSTALL. Are there any options to over-ride this? I'd rather stick to the distro if possible. Many thanks, M. --=20 Morgan Read NEW ZEALAND <mailto:mstuffATreadDOTorgDOTnz> fedora: Freedom Forever! http://fedoraproject.org/wiki/Overview |
From: Daniel G. <dg...@su...> - 2006-08-10 10:27:39
|
On Thursday 10 August 2006 11:16, Morgan Read wrote: > I was just > following gnokii-sync/INSTALL. =A0Are there any options to over-ride this? > =A0I'd rather stick to the distro if possible. I also updated gnokii-sync/INSTALL.=20 gnokii 0.6.13 is required maybe there is somewhere a repo with gnokii 0.6.1= 3=20 package for fc5.=20 (I will try to get gnokii 0.6.13 building in the openSUSE buildeservice for= =20 fedora core 5.) |
From: Morgan R. <ms...@re...> - 2006-08-11 08:30:21
Attachments:
signature.asc
|
Daniel Gollub wrote: > On Thursday 10 August 2006 11:16, Morgan Read wrote: >> I was just >> following gnokii-sync/INSTALL. Are there any options to over-ride thi= s? >> I'd rather stick to the distro if possible. >=20 > I also updated gnokii-sync/INSTALL. Oops. > gnokii 0.6.13 is required maybe there is somewhere a repo with gnokii 0= =2E6.13=20 > package for fc5.=20 >=20 > (I will try to get gnokii 0.6.13 building in the openSUSE buildeservice= for=20 > fedora core 5.) That's very generous:) I filed a bug here <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=3D202000> and it seems there's some reservations pushing to fc5 because of apparent API changes(?). But, likely it'll be pushed to fc devel (rawhide). Thanks for your help. Regards, M. --=20 Morgan Read NEW ZEALAND <mailto:mstuffATreadDOTorgDOTnz> fedora: Freedom Forever! http://fedoraproject.org/wiki/Overview |