Hi, I just wanted to mention that the MSN Transport won't compile as-is with jabberd v1.4.2. "make" whines because it can't find pth.h, which has apparently been moved into the jabberd/pth-1.4.0 directory in recent versions of jabberd.
To make the MSN transport compile, a quick change needs to be made to src/Makefile.in before running configure. Line 66 is currently: INCLUDES = -I$(includedir) -I$(top_builddir)/include -I. $(JABBERD_INC) -fPIC -shared But in order to compile with jabberd, it should read: INCLUDES = -I$(includedir) -I$(top_builddir)/include -I. $(JABBERD_INC) $(JABBERD_INC)/pth-1.4.0 -fPIC -shared I know the MSN transport has no active developer, but I was hoping that this message would eventually find someone who could address this small issue. :) Best regards, Steve Blinch _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
