Hi Henning, Hi Cameron,

I just made a fixup on devel and 1.2.0 regarding the include path - please update from SVN and see if the problem is solved.

regards,
bogdan

Henning Westerholt wrote:
On Monday 16 April 2007 06:44, kjcsb wrote:
I am trying to make openser-1.2.0-notls and get the following error:
In file included from mi_xmlrpc.c:38:
mi_xmlrpc.h:35:20: error: xmlrpc.h: No such file or directory
[..]
find -name xmlrpc.h
./usr/include/xmlrpc-c/xmlrpc.h

Hello Cameron,

the path to the include file on your system is different to the path on debian based systems. So this should be the reason that the file could not be found. At least on my system the necessary include is in "/usr/include".

If you add the path "xmlrpc-c" to the include in line 35 of the mi_xmlrpc.h file, it should compile. Alternativly you could add the path "/usr/include/xmlrpc-c" to the "DEFS" include definition in the module Makefile.

Cheers,

Henning

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users



_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to