[OGo-XML-RPC] Compile error in XmlRpcAPI/Daemon
Christoph Moeller <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi again, I fetched the recent CVS sources including the XMLRPC API. Trying to compile XMLRPC (after having successfully compiled everything else up to the DocAPI, before WebUI - followed the build instructions as usual) gives me this error: make[1]: *** No rule to make target `shared_obj/ix86/linux-gnu/gnu-fd-nil/xmlrpcd_SUBPROJECTS', needed by `shared_obj/ix86/linux-gnu/gnu-fd-nil/xmlrpcd'. Stop. make: *** [xmlrpcd.all.tool.variables] Error 2 What's wrong here? Makefile not complete? Sorry, not too much into C, so please give me a hint. BTW: Alternatively, SandStorm won't compile either, it fails with Making all in SkyIDL... make: *** SkyIDL: No such file or directory. Stop. make: *** [internal-all] Error 2 After symlinking SkyIDL to OGoIDL (ln -s OGoIDL/ SkyIDL) it starts compiling and fails here: Making all in SkyIDL... Making all for library libOGoIDL... SkyIDLInterface.m:26: XmlSchema/XmlSchema.h: No such file or directory SkyIDLInterface.m: In function `-[SkyIDLInterface(SkyIDLSaxBuilder) prepareInterface]': SkyIDLInterface.m:181: warning: cannot find method. SkyIDLInterface.m:181: warning: return type for `registerSchemaAtPath:' defaults to id make[2]: *** [shared_debug_obj/ix86/linux-gnu/gnu-fd-nil/SkyIDLInterface.o] Error 1 make[1]: *** [libOGoIDL.all.library.variables] Error 2 make: *** [internal-all] Error 2 Did a find for XmlSchema but didn't get any results. CVS sources are of this morning at ~11 a.m. Thanks, Chris