[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build problem on Debian Etch for the may 7th snapshot
- To: hobbit (at) hswn.dk
- Subject: Build problem on Debian Etch for the may 7th snapshot
- From: "Yvan Laverdière" <yvan.laverdiere (at) cegepat.qc.ca>
- Date: Wed, 7 May 2008 16:16:14 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=e7wEZddo3lWHaW7BukQBE7nL+DjUBp5WIYcicR5gCn4=; b=sn8kvO1SClQn48xyLbMk+MgsRlQM3bgZkvnf31ViF/np0htH58TKzF471FbHgMs8SNQlJAa09GbcZB5e4QgC4K+HdcQ7+u0kH9hcNXYft2i4qLCxJizTamj7SPQPaxPuForih97ETqbUIcTyh3AxZRU/D1gqTUZZw8ftSsrpAjU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=kfskIa6aBYqxj8BQU8K4B7zll74yqypkxhA5keN8kgsv8UucENYu/F8sEcDyiV2LNA7FuZfMBjYIPCdKDklDQUDY+mIzvpk0M/+b16sqD+iL3aCHPvk4ilLlVT58ytB7PijU6y2tyM+X0fMp64MrgaggwB7gKJtEG4UH4TNq/Gg=
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