tm module is fixed, thanks.
Jan.
On 11-04 14:28, Yang Xiang wrote:
Yes, I've seen that there are many changes in parser. So I have downloaded the newst snapshot. While compiling the module "tm" a new error appeared:
dlg.c: In function `print_dlg': dlg.c:736: warning: passing arg 1 of `print_rr' from incompatible pointer type dlg.c:736: too few arguments to function `print_rr'
In the file dlg.c: print_rr(_d->route_set);
And in file parse_rr.h: void print_rr(FILE* _o, rr_t* _r);
Obviously in the file dlg.c the parameter "_o" is missing. Further in module "vm" there are some similar or same errors.
----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Yang Xiang" yang.xiang@iitb.fraunhofer.de Cc: "Jiri Kuthan" jiri@iptel.org; serusers@lists.iptel.org Sent: Friday, April 11, 2003 12:21 PM Subject: Re: [Serusers] problem with compiling module rr