slang-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Fwd: SLgtk 0.5.9 and Vwhere 1.2.2 released


On Tue, Jun 22, 2004 at 10:58:49AM -0400, Michael Noble wrote:
> 
> Version 0.5.9 of SLgtk is now available at
> 
> 	http://space.mit.edu/CXC/software/slang/modules/slgtk
> 

Is it supposed to work with gtk 2.0?  In README.deps it says

,----
| Note that SLgtk should build with "stock" Gtk 2.0 distributions that are 
`----

but in the configure script it says

,----
| if $PKG_CONFIG --exists $gtk_major_ver '<' 2.2 ; then
|     have=`$PKG_CONFIG --modversion $gtk_major_ver`
|     { { echo "$as_me:$LINENO: error:
|     Gtk version 2.2 or higher is required.  You have Gtk ${have}." >&5
| echo "$as_me: error:
|     Gtk version 2.2 or higher is required.  You have Gtk ${have}." >&2;}
|    { (exit 1); exit 1; }; }
| fi
`----

I commented this out (I have gtk 2.0.2), it built OK.  The demos don't work
out of the box, there are some missing functions.

I've been trying to use this module with the prerelease of JED
0.99-17.  See <http://jedmodes.sf.net/mode/jedgtk>.  It seems there is no
way to interact with JED's window while it's displaying a GTK window -
that is, I can press buttons in the GTK window that call functions that
act on JED's window, but I can't continue editing in JED with a GTK window
in the background?  Also in xjed the screen redrawing seems to be affected
somehow, see the jedgtk_search script.

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]