On Wed, Aug 4, 2010 at 11:47 AM, Alan Coopersmith <[email protected]> wrote: > Jonathan Blanchard wrote: >> On Wed, Aug 4, 2010 at 11:17 AM, Adam Jackson <[email protected]> wrote: >>> On Wed, 2010-08-04 at 09:30 -0300, Jonathan Blanchard wrote: >>>> I got this rather puzzling problem with a self-built libICE, GUI >>>> applications linked with it emit the following "warning" at startup : >>>> >>>> _IceTransNAMEDOpenClient: Cannot open /tmp/.ICE-unix/854 for NAMED >>>> connection >>>> _IceTransOpen: transport open failed for local/loki:/tmp/.ICE-unix/854 >>>> >>>> I'm using libICE 1.0.6 with all transports enabled at build time on >>>> OpenSolaris(x86). >>> Presumably because whatever the ICE server is that you're trying to >>> connect to is linked against a libICE that doesn't include named pipe >>> transports. >>> >>> - ajax >>> >> >> Any way to mimic that behavior when building libICE? > > The libICE delivered in OpenSolaris is built with the configure flag > --disable-local-transport (I don't know why off hand). > > -- > -Alan Coopersmith- [email protected] > Oracle Solaris Platform Engineering: X Window System > >
Yep that fixed it thanks a lot. Makes sense I was wondering why it was trying to connect to a named pipe instead of a socket. I assume it's disabled in OSOL for compatibility with Solaris 10. Cheers, Jonathan Blanchard _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
