Hi After a long way of trying to compile ser 0.10.99 I am still left some errors: Please help me with those: ser@tomix:~/src/ser-0.10.99$ make group_include="standard standard-dep stable" include_modules="xcap" all > ser.makeall.log make[1]: *** Nie podano obiektów i nie znaleziono makefile. Stop. make[1]: *** Nie podano obiektów i nie znaleziono makefile. Stop. make[1]: *** Nie podano obiektów i nie znaleziono makefile. Stop. unixsock_server.c: In function ‘init_unixsock_children’: unixsock_server.c:274: error: ‘last_process’ undeclared (first use in this function) unixsock_server.c:274: error: (Each undeclared identifier is reported only once unixsock_server.c:274: error: for each function it appears in.) unixsock_server.c:256: warning: unused variable ‘sockfd’ unixsock_server.c:253: warning: unused variable ‘backup’ make[1]: *** [unixsock_server.o] Błąd 1 checks.c: In function ‘generate_avps’: checks.c:89: error: ‘A_SER_ATTRS’ undeclared (first use in this function) checks.c:89: error: (Each undeclared identifier is reported only once checks.c:89: error: for each function it appears in.) checks.c: In function ‘radius_does_uri_exist’: checks.c:146: error: ‘V_CALL_CHECK’ undeclared (first use in this function) make[1]: *** [checks.o] Błąd 1
Errors in the above files correspond to the following lines: unixsock_server.c:274: error: snprintf(pt[last_process].desc, MAX_PT_DESC, "unix domain socket server @ %s", unixsock_name); checks.c:89: error: ‘A_SER_ATTRS’ undeclared (first use in this function) while ((vp = rc_avpair_get(vp, attrs[A_SER_ATTRS].v, 0))) {
Bests Tomasz