Re: [java-gnome-hackers] more build problems!
Brought to you by:
afcowie
From: Ray A. <ra...@do...> - 2004-03-09 15:11:49
|
On Tue, 2004-03-09 at 09:46, Ray Auge wrote: > I've gotten jhbuild environment going (I've logged into gnome2.6), I've > downloaded j-g from cvs. And I still get this error after several > attempts to figure out the problem: > > ]$ cd <j-g_source_root> > ]$ jhbuild run bash > ]$ ./genConfigure.in [ok] > ]$ ./genMakefile.in [ok] > ]$ ./configure [ok] > ]$ make > ... > > ../../gdk/src/jni/org_gnu_gdk_Display.c: In function > `Java_org_gnu_gdk_Display_gdk_1display_1get_1window_1at_1pointer': > ../../gdk/src/jni/org_gnu_gdk_Display.c:275: invalid lvalue in unary `&' > ../../gdk/src/jni/org_gnu_gdk_Display.c:275: invalid lvalue in unary `&' > make[2]: *** [../../gdk/src/jni/org_gnu_gdk_Display.o] Error 1 > make[2]: Leaving directory > `/home/Development/java-gnome/java-gnome-cvs/java-gnome/gtk/src' > make[1]: *** [distro] Error 2 > make[1]: Leaving directory > `/home/Development/java-gnome/java-gnome-cvs/java-gnome/gtk' > make: *** [all] Error 1 > > Any thoughts? > In fact the return looks like this: return (jint)gdk_display_get_window_at_pointer( (GdkDisplay*)display,&(gint)x, &(gint)y); Are those "gint"s supposed to be "jint"s??? > > Ray Auge <ra...@do...> :) > --------------------------------- > > "Anything is more stable than Windows. Even a relationship based purely > on sex." - Pamela Auge > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers Ray Auge <ra...@do...> :) --------------------------------- "Anything is more stable than Windows. Even a relationship based purely on sex." - Pamela Auge |