Re: [OGo-XML-RPC] Compile error in XmlRpcAPI/Daemon SOLVED
Christoph Moeller <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Christoph Moeller schrieb: > 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 FIXED: edit Daemon/GNUMakefile, remove line 16 After that, edit Daemon/GNUMakefile.preamble, line 3: change "skyxmlrpcd_TOOL_LIBS" to "xmlrpcd_TOOL_LIBS" Will definitely compile successfully after that. Bjoern told on IRC this issue will be shortly fixed in CVS. > 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 not fixed yet. Chris