Thread: [java-gnome-hackers] ZvtWidget
Brought to you by:
afcowie
From: Sergio R. <ser...@hi...> - 2002-11-08 15:33:03
|
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 with the newest version of the widget. I would like to hear you opinion. Thanks. -- :: Rubio Jr. :: ser...@hi... http://rubiojr.dragon-lance.net :: GrULLA :: http://grulla.hispalinux.es " The number 1 tip for GTK+ programming is: - Don't use C; In my opinion, C is a library programming language not an app programming language. " Owen Taylor. |
From: Jeffrey M. <ku...@zo...> - 2002-11-08 19:53:44
|
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 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? 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 with > the newest version of the widget. I would like to hear you opinion. > > Thanks. > -- > :: Rubio Jr. :: > ser...@hi... > http://rubiojr.dragon-lance.net > > :: GrULLA :: > http://grulla.hispalinux.es > > > " The number 1 tip for GTK+ programming is: > > - Don't use C; In my opinion, C is a library programming language > not an app programming language. " > > Owen Taylor. > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm > 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 > |
From: Sergio R. <ser...@hi...> - 2002-11-08 21:23:02
|
I'm not sure to understand well the questions, sorry. Anyway, Here is what i did to include the widget. 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. 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. Thanks in advance. El vie, 08-11-2002 a las 20:54, Jeffrey Morgan escribi=F3: > 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 i= s > > based in the zvtterm 1.x documentation, but it seems to work well with > > 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 :: GrULLA :: http://grulla.hispalinux.es " The number 1 tip for GTK+ programming is: =20 - Don't use C; In my opinion, C is a library programming language not an app programming language. " =09 Owen Taylor. =20 |
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 |
From: Philip A. C. <pch...@pc...> - 2002-11-08 23:12:01
|
On Fri, 2002-11-08 at 16:59, Jeffrey Morgan wrote: > 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? >=20 > -Jeff If ZvtWidget is not planned to be included in gnome proper, then I think that a seperate package with conditional compile is fine. Maybe org.gnu.gnome.zvt? --=20 Philip A. Chapman Application Development: Java, Visual Basic, VB for Applications, PostgreSQL, MySQL, MSSQL Linux, Windows 9x, Windows NT, Windows 2000, Windows XP |
From: Sergio R. <ser...@hi...> - 2002-11-08 23:34:59
|
Ummm, I thought that pkg-config would solve this kinds of issues. Anyway, I agree with both of you. Tom? El s=E1b, 09-11-2002 a las 00:12, Philip A. Chapman escribi=F3: > On Fri, 2002-11-08 at 16:59, Jeffrey Morgan wrote: > > 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? > >=20 > > -Jeff >=20 > If ZvtWidget is not planned to be included in gnome proper, then I think > that a seperate package with conditional compile is fine. Maybe > org.gnu.gnome.zvt? >=20 > --=20 > Philip A. Chapman >=20 > Application Development: > Java, Visual Basic, VB for Applications, PostgreSQL, MySQL, MSSQL > Linux, Windows 9x, Windows NT, Windows 2000, Windows XP --=20 :: Rubio Jr. :: ser...@hi... http://rubiojr.dragon-lance.net :: GrULLA :: http://grulla.hispalinux.es " The number 1 tip for GTK+ programming is: =20 - Don't use C; In my opinion, C is a library programming language not an app programming language. " =09 Owen Taylor. =20 |
From: Tom B. <Tom...@Su...> - 2002-11-11 19:40:00
|
What I don't understand is why configure works on my system, as I don't seem to have libzvt-2.0, either. What I do have is: /usr/lib/libzvt.a /usr/lib/libzvt.so.2 /usr/lib/libzvt.so /usr/lib/libzvt.so.2.2.10 These are installed by the gnome-libs-1.4.1.2.90-22 package, so if libzvt.so.2 is good enough, won't anyone running GNOME have libzvt installed? Is my installation out of date? Tom On Fri, 2002-11-08 at 15:45, Sergio Rubio wrote: > Ummm, I thought that pkg-config would solve this kinds of issues. > Anyway, I agree with both of you. Tom? >=20 > El s=E1b, 09-11-2002 a las 00:12, Philip A. Chapman escribi=F3: > > On Fri, 2002-11-08 at 16:59, Jeffrey Morgan wrote: > > > 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? > > >=20 > > > -Jeff > >=20 > > If ZvtWidget is not planned to be included in gnome proper, then I thin= k > > that a seperate package with conditional compile is fine. Maybe > > org.gnu.gnome.zvt? > >=20 > > --=20 > > Philip A. Chapman > >=20 > > Application Development: > > Java, Visual Basic, VB for Applications, PostgreSQL, MySQL, MSSQL > > Linux, Windows 9x, Windows NT, Windows 2000, Windows XP > --=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 > 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 |