[JDEV] Problems building msn-transport

Brad brad at the-zoo.net
Thu Dec 27 17:03:28 CST 2001


I've been trying to build the msn-transport(from CVS sometime last week) and am having problems with it knowing where the pth headers reside.  I have the pth package under the jabber-1.4.1/jabberd directory and jabber builds without a hitch.

I ran configure --with-jabberd=my/path/to/jabberd and it finds the jabber.h header without a problem.  How do I tell it where to find the pth.h header that jabber.h needs?  Here is the beginning of my compilation errors indicating it can't find pth.h.

Making all in src
make[1]: Entering directory `/home/whitted/development/jabber/jabber-1.4.1/msn-transport/src'
gcc3 -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -I../include -I. -I/home/whitted/development/jabber/jabber-1.4.1/jabberd -fPIC -shared    -Wall -g -O2 -Wno-unused -c init.c
In file included from ../include/msntrans.h:29,
                 from ../include/session.h:28,
                 from init.c:25:
/home/whitted/development/jabber/jabber-1.4.1/jabberd/jabberd.h:31:17: pth.h: No such file or directory
In file included from ../include/msntrans.h:29,
                 from ../include/session.h:28,
                 from init.c:25:
/home/whitted/development/jabber/jabber-1.4.1/jabberd/jabberd.h:129: parse error before "pth_cond_t"

Brad




More information about the JDev mailing list