Anope IRC Services

Anope Development => Modules => Topic started by: MicroLord on February 24, 2006, 02:41:31 AM

Title: xmlrpc error
Post by: MicroLord on February 24, 2006, 02:41:31 AM
i'm not sure if i make something wrong or it's a bug


In file included from group_nick.c:8:
rpc.h:8:27: xmlrpc_server.h: Datei oder Verzeichnis nicht gefunden
rpc.h:9:33: xmlrpc_server_abyss.h: Datei oder Verzeichnis nicht gefunden
rpc.h:10:26: xmlrpc_abyss.h: Datei oder Verzeichnis nicht gefunden
make[2]: *** [group_nick.o] Fehler 1
Title:
Post by: Dave Robson on February 24, 2006, 10:38:13 AM
I;'ve no idea what that error even says, pretty much all i can cay about the xmlrpc module is that it compiles and runs just fine for me.
Title:
Post by: FiXato on February 24, 2006, 04:27:46 PM
Datei oder Verzeichnis nicht gefunden = Data or file not found.
Fehler 1 = Error 1

Have you compiled the module Microlord?
Title:
Post by: MicroLord on February 24, 2006, 07:38:31 PM
This error is an Compil-error... therefore... i have try to Compile, then come the error

(Dieser fehler ist ein Kompilierungsfehler, also, es passierte beim Compilieren)
Title:
Post by: Trystan Scott Lee on February 25, 2006, 06:03:43 AM
make sure that you have xml-rpc lib installed on the system

http://xmlrpc-c.sourceforge.net/

its only draw back to not using a custom coded xmlrpc like is Denora is that you need to depend on other libs to handle this..

maybe I should port my xmlrpc to anope module
Title:
Post by: MicroLord on February 26, 2006, 02:03:56 AM
i have installed xmlrpc-c lib on the system, but a old version.
Therefore i have updatedt xmlrpc to the new version.
But the error comes too

here is the "english" error

Code: [Select]

In file included from group_nick.c:8:
rpc.h:8:27: xmlrpc_server.h: No such file or directory
rpc.h:9:33: xmlrpc_server_abyss.h: No such file or directory
rpc.h:10:26: xmlrpc_abyss.h: No such file or directory
make[2]: *** [group_nick.o] Error 1
make[2]: Leaving directory `/home/b/***.net/services/anope-src/src/modules/xmlrpc'
make[1]: *** [subs] Error 2
make[1]: Leaving directory `/home/b/***.net/services/anope-src/src/modules'
make: *** [modules] Error 2


The server didn't found 3 h files...