On Wed, 13 Sep 2006, Thomas Dickey wrote:
> On Wed, 13 Sep 2006, Pavel Tsekov wrote:
>
>> I do build and test MC not only on linux but also on Solaris and Cygwin and
>> not so often on some other systems too. None of them use gpm.
>
> I'm curious how you are using the mouse on Solaris then...
$ uname -a
SunOS sole 5.10 Generic_118833-18 sun4u sparc SUNW,Sun-Blade-1000
I configure MC as following:
CXX=CC CC="cc -I/opt/sfw/include -L/opt/sfw/lib" MAKE=gmake
CFLAGS="${MY_CFLAGS}" LDFLAGS="${MY_LDFLAGS}" \
${srcdir}/autogen.sh \
--srcdir=${srcdir} \
--prefix=${prefix} \
--exec-prefix=${prefix} \
--sysconfdir=${sysconfdir} \
--libdir=${prefix}/lib \
--localstatedir=/home/ptsekov/mc-test/var \
--datadir='${prefix}/share' \
--enable-nls \
--with-colorer=$HOME/Colorer-take5 \
--with-x \
--with-screen=ncurses \
--with-ext2undel=no \
--with-subshell=optional \
--disable-charset
$ ldd mc
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0
libncurses.so.5 => /opt/sfw/lib/libncurses.so.5
libnsl.so.1 => /lib/libnsl.so.1
libsocket.so.1 => /lib/libsocket.so.1
libc.so.1 => /lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd5.so.1 => /lib/libmd5.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,Sun-Blade-1000/lib/libc_psr.so.1
/platform/SUNW,Sun-Blade-1000/lib/libmd5_psr.so.1
I an using PuTTY 0.56 as well as rxvt (native Cygwin) to connect to
the Solaris host. The mouse events are recognized and processed
as expected,
I'll test with your settings tommorow.
_______________________________________________
Mc mailing list
http://mail.gnome.org/mailman/listinfo/mc