Re: [Java-gnome-developer] Re: make install error
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2003-12-26 16:05:38
|
On Fri, 2003-12-26 at 09:57, Luca De Rugeriis wrote: > Il ven, 2003-12-26 alle 15:27, Luca De Rugeriis ha scritto: > > > It seems it's a bug in the org.gnu.gnome.PasswordDialog class: > > > there is no gnome_password_dialog_set_remember_label_text method in > > > there. There is only gnome_password_dialog_set_remember. > > > Mark, sorry for the ignorance, how can we fetch the 0.8 version from > > > cvs? It needs some debbuging love ;) > > Ok, it was a matter of running > > cvs -z9 -d:ext:pie...@cv...:/cvsroot/java-gnome co -r > > RELEASE_0_8_2 java-gnome > I've compiled 0.8 branch: apart the usual gconf problem, it didn't build > libgnomejava because of the following error: > > jni/org_gnu_gnome_PasswordDialog.c: In function > `Java_org_gnu_gnome_PasswordDialog_gnome_1password_1dialog_1new': > jni/org_gnu_gnome_PasswordDialog.c:57: warning: initialization makes > pointer from integer without a cast > > It's likely to be easy to fix this, but because my lack of C knowledge, > I can't do that. > Could someone commit a fix for it? Grab the cvs head for PasswordDialog and org_gnu_gnome_PasswordDialog.c and it will work. It is currently fixed in dev. -Jeff |