Xprt unable to find transport: tcp
Alan Coopersmith
Alan.Coopersmith at Sun.COM
Wed Sep 14 09:09:57 PDT 2005
Drew Parsons wrote:
> I've got a hint where this is happening. In xorg/include/dix-config.h
> (which is #included in xorg/os/xstrans.c) both UNIXCONN and TCPCONN are
> left undefined.
>
> In my previous attempt they were both defined. The difference is in
> xorg/configure.ac. Previously there had been definitions for UNIXCONN
> and TCPCONN:
> AC_ARG_ENABLE(unix-transport,[ --disable-unix-transport ], [UNIXCONN=$enableval], [UNIXCONN=yes])
> AC_ARG_ENABLE(tcp-transport, [ --disable-tcp-transport ], [TCPCONN=$enableval], [TCPCONN=yes])
>
> Currently these definitions are absent from configure.ac.
>
> I also get a warning during configure:
>
> ./configure: line 24378: XTRANS_CONNECTION_FLAGS: command not found
>
> Certainly related, no?
Yes, the XTRANS_CONNECTION_FLAGS macro should be setting these.
> I can see XTRANS_CONNECTION_FLAGS (along with --enable-unix-transport
> and the CONNs) defined in xtrans.m4 in lib/xtrans. I installed this
> module, and can see that xtrans.m4 has gone
> into /opt/xorg-modular/share/aclocal. Why isn't configure finding it?
> I've been using ./autogen.sh --prefix=/opt/xorg-modular/.
ACLOCAL="aclocal -I /opt/xorg-modular/share/aclocal"
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
More information about the xorg-modular
mailing list