Re: [Java-gnome-developer] Re: make install error
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2003-12-26 19:50:38
|
On Fri, 2003-12-26 at 14:17, Luca De Rugeriis wrote: > Il ven, 2003-12-26 alle 19:25, Jeffrey Morgan ha scritto: > > On Fri, 2003-12-26 at 12:48, Luca De Rugeriis wrote: > > > If everyone agrees, I will commit the new PasswordDialog and > > > org_gnu_gnome_PasswordDialog.c back into 0.8 branch. Let me know. > > > > Yes. Please commit the fix. > I'm sorry but it doesn't fix the problem for me: > the org_gnu_gnome_PasswordDialog.c files are identical (between > versions), the corresponding java class was upgraded with the new one > but it still complains: The files should not be identical. I made a change a few days ago. I removed the method that no longer exists in the 2.5 stream. > > 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 seems to me a C problem only... This is only a warning and shouldn't cause the build to fail. -Jeff |