Re: [java-gnome-hackers] ZvtWidget
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2002-11-08 22:58:05
|
Currently both of my systems fail during configure. I do not have libzvt-2.0 on my installations. I do have libzvt on the system but not -2.0. My suggestion is to place the java file in its own package and conditionally include it in the jar based on the discovery of the appropriate library. What does everybody think? -Jeff On Fri, 2002-11-08 at 16:33, Sergio Rubio wrote: > I'm not sure to understand well the questions, sorry. Anyway, Here is > what i did to include the widget. >=20 > 1. I checked in the ZvtTerm.java file. > 2. I checked in the org_gnu_gnome_ZvtTerm.c > 3. Modified the configure.in to check for the libzvt-2.0 package. > 4. I generated a new configure file using autoconf. The native > org_gnu_gnome_ZvtTerm.o is now linked to the libGNOMEJava.so and the > ZvtTerm class makes a system call to load this library. >=20 > I included the binding in the gnome package because I thought it was > there in the las release version of the bindings. If you decide to move > it to its own package I will commit the changes as soon as I can, but I > would need help to tweak the makefiles and the related stuff. >=20 > Thanks in advance. >=20 > El vie, 08-11-2002 a las 20:54, Jeffrey Morgan escribi=C3=B3: > > I have a couple of questions for the group. Since the ZvtTerm > > widget has been moved into it's own shared object do we need=20 > > to provide checks for its existence and conditional compilation? > > Also, should this widget be placed in the gnome package or > > should it be placed in a package of its own? > >=20 > > On Fri, 2002-11-08 at 10:43, Sergio Rubio wrote: > > > I've started the work in the zvt widget. I've implemented a native > > > method that builds the widget and launch an shell inside it. The code= is > > > based in the zvtterm 1.x documentation, but it seems to work well wit= h > > > the newest version of the widget. I would like to hear you opinion. > > >=20 > > > Thanks.=20 > > > --=20 > > > :: Rubio Jr. :: > > > ser...@hi... > > > http://rubiojr.dragon-lance.net > > >=20 > > > :: GrULLA :: > > > http://grulla.hispalinux.es > > >=20 > > >=20 > > > " The number 1 tip for GTK+ programming is: =20 > > >=20 > > > - Don't use C; In my opinion, C is a library programming language > > > not an app programming language. " > > > =09 > > > Owen Taylor. > > >=20 > > > =20 > > >=20 > > >=20 > > >=20 > > > ------------------------------------------------------- > > > This sf.net email is sponsored by: See the NEW Palm=20 > > > Tungsten T handheld. Power & Color in a compact size! > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > > > _______________________________________________ > > > java-gnome-hackers mailing list > > > jav...@li... > > > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > > >=20 > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This sf.net email is sponsored by: See the NEW Palm=20 > > Tungsten T handheld. Power & Color in a compact size! > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > > _______________________________________________ > > java-gnome-hackers mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > --=20 > :: Rubio Jr. :: > ser...@hi... > http://rubiojr.dragon-lance.net >=20 > :: GrULLA :: > http://grulla.hispalinux.es >=20 >=20 > " The number 1 tip for GTK+ programming is: =20 >=20 > - Don't use C; In my opinion, C is a library programming language > not an app programming language. " > =09 > Owen Taylor. >=20 > =20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm=20 > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers >=20 |