[JDEV] trouble compiling dpsm

Benoit Orihuela borihuela at idealx.com
Mon May 14 07:38:45 CDT 2001


> What's the deal? Am I doing something wrong, or more likely, stupid? If
> I can get this compiled and working I'll rework temas' README into an
> INSTALL. Fair trade. ;-)
In order to make dpsm work with jabber 1.4, you must replace, in dpsm.h :
   #include <libxode.h>
   #include <jabber/jabber.h>
by
   #include <jabberd.h>

You also need to make modifications to the Makefile. I've added
-I../jabberd in the CFLAGS sections. I've also had to remove
connection.o from the objects list and add client.o

After that, dpsm should compile well ...

Regards,

Benoit.
 
-- 
Benoit Orihuela		
IDEALX S.A.S.



More information about the JDev mailing list