[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build problem on Debian Etch for the may 7th snapshot



Hi,

There seems to be a problem with the current snapshot (
http://www.hswn.dk/beta/hobbit-snapshot.tar.gz) and I can't get Hobbit to
compile. Here's the error :

eventlog.c:308: error: too many arguments to function sendmessage
make[1]: *** [eventlog.o] Error 1
make[1]: Leaving directory `/temp/snapshot/lib'
make: *** [lib-build] Error 2

From the prototype in sendmsg.c, there is, apparently, a different number of
arguments passed to the function.

From lib/eventlog.c :

sendmessage("hobbitdboard fields=hostname,testname,color,lastchange", NULL,
NULL, &bdata, 1, BBTALK_TIMEOUT)

From lib/sendmsg.c :

sendresult_t sendmessage(char *msg, char *recipient, int timeout,
sendreturn_t *reponse)


I don't mind hacking the functions to make it work but is there something
I'm missing here ?

Regards,

Yvan Laverdiere