Hi there, The way it is currently configured is that it expects to find pth installed on the system. pth.h is a part of the pth library, not jabberd specific, hence why its a part of the pth library included. The other way of solving this is to install the pth library onto the system - "make install" in the pth-1.4.0 dir should do it. Note: only do this if you've not got pth already installed system-wide.
Regards, David On Fri, Mar 07, 2003 at 03:17:49AM -0800, Steve Blinch wrote: > 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 -- David Sutton Email: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
