Thread: RE: [java-gnome-hackers] Ready for 2.5.2?
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-01-05 12:26:59
|
> Jeff - I think the date for 2.5.2 is on Monday. Are you ok to make the > tarballs on Monday? I hope to do this around 1:00 PM EST today. This will give me time to finish some work I have in progress now. This will also give other developers time to commit any changes they have for this release. > When you upload the files, could you possibly send an announcement to > jav...@li... please? I think we should > use this for > both stable and developmental releases. We should probably send it to > gno...@li... too (gtkmm does). We also need to update the web site. There still is no mention of the 0.8.2 release or any of the latest happenings with the gnome bindings release. Who can author these items and contact the web site authors? > Please remove the (not yet released) comment from common/NEWS before > making the tarballs (as well as checking that the news file is up to > date). Will do! > Unfortunately I am unable to build java-gnome at the moment - ComboBox > is failing to compile. I think this is probably because I am running > gtk 2.3.0 rather than 2.3.1. I will not be able to upgrade until I get > back to uni next week (not enough bandwidth at home). What error are you getting? I am working on the ComboBox widget now. -Jeff |
From: Jeffrey M. <Jef...@Br...> - 2004-01-05 17:35:49
|
> I'm a little busy at the moment, but if somebody will check > it all into > cvs, I will take over maintenance of the news section of the website, > update these changes and notify the translators. We need to keep the > most up to date info on the site. > > The gnome release set hasn't added us to their website yet - > do you know > who to contact about this? Just made the release. The gconf module is still not building due to the fact that the GCONF_FLAGS are not being set. -Jeff |
From: Luca De R. <pie...@li...> - 2004-01-05 19:29:58
|
Il lun, 2004-01-05 alle 18:35, Jeffrey Morgan ha scritto: > > I'm a little busy at the moment, but if somebody will check > > it all into > > cvs, I will take over maintenance of the news section of the website, > > update these changes and notify the translators. We need to keep the > > most up to date info on the site. > > > > The gnome release set hasn't added us to their website yet - > > do you know > > who to contact about this? > > Just made the release. Great, I'm glad to see so many functions added. > The gconf module is still not building > due to the fact that the GCONF_FLAGS are not being set. I was just getting into this, do you have any ideas about how it can be solved? -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2004-01-05 19:40:36
|
Il lun, 2004-01-05 alle 20:29, Luca De Rugeriis ha scritto: > Il lun, 2004-01-05 alle 18:35, Jeffrey Morgan ha scritto: > > > I'm a little busy at the moment, but if somebody will check > > > it all into > > > cvs, I will take over maintenance of the news section of the website, > > > update these changes and notify the translators. We need to keep the > > > most up to date info on the site. > > > > > > The gnome release set hasn't added us to their website yet - > > > do you know > > > who to contact about this? > > > > Just made the release. > Great, I'm glad to see so many functions added. > > > The gconf module is still not building > > due to the fact that the GCONF_FLAGS are not being set. > I was just getting into this, do you have any ideas about how it can be > solved? I guess we need to set GCONF_LIBS with gconf-config in aclocal.m4, is it correct? -- Luca De Rugeriis <pie...@li...> |
From: Mark H. <mh...@ca...> - 2004-01-06 17:56:13
|
On Mon, Jan 05, 2004 at 08:39:48PM +0100, Luca De Rugeriis wrote: > I guess we need to set GCONF_LIBS with gconf-config in aclocal.m4, is it > correct? I think it's better to let autoconf do it for us. I've added common/configure.in.gconfdeps and modified configure and makefiles. This should work, but I can't test at the moment since I don't have a new enough gtk lib to compile the gtk module. configure seems to check for gconf and prints the correct things, so I'm guessing it's ok. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Luca De R. <pie...@li...> - 2004-01-06 22:29:05
|
Il mar, 2004-01-06 alle 18:56, Mark Howard ha scritto: > On Mon, Jan 05, 2004 at 08:39:48PM +0100, Luca De Rugeriis wrote: > > I guess we need to set GCONF_LIBS with gconf-config in aclocal.m4, is it > > correct? > > I think it's better to let autoconf do it for us. I've added > common/configure.in.gconfdeps and modified configure and makefiles. Great, I had it working locally too and the same error appears: gcc -g -O2 -fPIC -Wall -shared -o ../lib/libgconfjava2.5.so.2.5.3 \ jni/org_gnu_gconf_ConfClient.o jni/org_gnu_gconf_ConfEntry.o jni/org_gnu_gconf_ConfMetaInfo.o jni/org_gnu_gconf_ConfSchema.o jni/org_gnu_gconf_ConfValue.o \ -g -O2 -fPIC -Wall -DORBIT2=1 -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -Wl,--export-dynamic -L/usr/local/lib -lgconf-2 -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lm -lgmodule-2.0 -ldl -lglib-2.0 -I /home/mari/j2sdk_nb/j2sdk1.4.2/include -I /home/mari/j2sdk_nb/j2sdk1.4.2/include/linux -Xlinker --no-undefined jni/org_gnu_gconf_ConfClient.o(.text+0x1203): In function `Java_org_gnu_gconf_ConfClient_gconf_1client_1set_1list': jni/org_gnu_gconf_ConfClient.c:601: undefined reference to `setList' jni/org_gnu_gconf_ConfValue.o(.text+0x116): In function `Java_org_gnu_gconf_ConfValue_gconf_1value_1get_1list': jni/org_gnu_gconf_ConfValue.c:110: undefined reference to `getList' jni/org_gnu_gconf_ConfValue.o(.text+0x30e): In function `Java_org_gnu_gconf_ConfValue_gconf_1value_1set_1list': jni/org_gnu_gconf_ConfValue.c:255: undefined reference to `setList' collect2: ld returned 1 exit status make[2]: *** [../lib/libgconfjava2.5.so.2.5.3] Error 1 I have the latest GConf (2.4.0.1) -- Luca De Rugeriis <pie...@li...> |
From: Mark H. <mh...@ca...> - 2004-01-07 08:24:26
|
On Tue, Jan 06, 2004 at 11:28:25PM +0100, Luca De Rugeriis wrote: > Il mar, 2004-01-06 alle 18:56, Mark Howard ha scritto: > > On Mon, Jan 05, 2004 at 08:39:48PM +0100, Luca De Rugeriis wrote: > > > I guess we need to set GCONF_LIBS with gconf-config in aclocal.m4, is it > > > correct? > > > > I think it's better to let autoconf do it for us. I've added > > common/configure.in.gconfdeps and modified configure and makefiles. > Great, I had it working locally too and the same error appears: did you redo cvs up ./gen* autoconf ./configure ? can you check the output of configure for lines about gconf - should be the last of the long lines -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Jeffrey M. <Jef...@Br...> - 2004-01-05 21:42:37
|
> The gnome release set hasn't added us to their website yet - > do you know > who to contact about this? We are now listed on the site: http://www.gnome.org/start/2.5/bindings/ and http://www.gnome.org/start/2.5/bindings/modules.html -Jeff |
From: Luca De R. <pie...@li...> - 2004-01-05 23:48:10
|
Il lun, 2004-01-05 alle 22:42, Jeffrey Morgan ha scritto: > > The gnome release set hasn't added us to their website yet - > > do you know > > who to contact about this? > > We are now listed on the site: > > http://www.gnome.org/start/2.5/bindings/ > > and > > http://www.gnome.org/start/2.5/bindings/modules.html Good, this will increase java-gnome popularity ;) -- Luca De Rugeriis <pie...@li...> |
From: Mark H. <mh...@ca...> - 2004-01-05 15:12:58
|
On Mon, Jan 05, 2004 at 07:26:58AM -0500, Jeffrey Morgan wrote: > What error are you getting? I am working on the ComboBox widget now. The constructor changed between gtk 2.3.0 and 2.3.1. Your code is most probably correct. I had the same problems when trying to build galeon cvs recently. I will update my garnome on sunday when I'm back at uni. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Mark H. <mh...@ca...> - 2004-01-05 15:16:10
|
On Mon, Jan 05, 2004 at 07:26:58AM -0500, Jeffrey Morgan wrote: > > When you upload the files, could you possibly send an announcement to > > jav...@li... please? I think we should > > use this for > > both stable and developmental releases. We should probably send it to > > gno...@li... too (gtkmm does). > > We also need to update the web site. There still is no mention of the > 0.8.2 release or any of the latest happenings with the gnome bindings > release. Who can author these items and contact the web site authors? I'm a little busy at the moment, but if somebody will check it all into cvs, I will take over maintenance of the news section of the website, update these changes and notify the translators. We need to keep the most up to date info on the site. The gnome release set hasn't added us to their website yet - do you know who to contact about this? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |