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
Hi Tomasz,
A few comments: * You are probably beyond that now, but for others: In general, you should start out with standard modules and then add the dependencies. If not, you end up with having to resolve all the dependencies at once * I have replicated the unixsock compile error. There seems to be an issue there, could you please post it to the bugtracker? http://tracker.iptel.org/browse/SER You have probably found out, but adding exclude_modules="unixsock" will remove the unixsock module from the list of modules to compile * In trying to replicate you problem, I discovered a bug in the group_include logic resulting in a non-intuitive set of modules as target for build. I have just commited the fix to cvs * I also added three new target groups that can be of help: mysql, radius, presence. Thus, you can build a standard ser with mysql using make group_include="standard mysql" all
g-)
tzieleniewski wrote:
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
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello
Srry to bother you but i have the exact same problem:
output quote:" 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] Error 1" /output quote
Did you find a solution? - I'm trying to compile "ser-2.1.0+cvs20070306"
I know i can skip that module but is there a more graceful solution...
Branimir
Greger V. Teigre wrote:
Hi Tomasz,
A few comments:
- You are probably beyond that now, but for others: In general, you
should start out with standard modules and then add the dependencies. If not, you end up with having to resolve all the dependencies at once
- I have replicated the unixsock compile error. There seems to be an
issue there, could you please post it to the bugtracker? http://tracker.iptel.org/browse/SER You have probably found out, but adding exclude_modules="unixsock" will remove the unixsock module from the list of modules to compile
- In trying to replicate you problem, I discovered a bug in the
group_include logic resulting in a non-intuitive set of modules as target for build. I have just commited the fix to cvs
- I also added three new target groups that can be of help: mysql,
radius, presence. Thus, you can build a standard ser with mysql using make group_include="standard mysql" all
g-)
tzieleniewski wrote:
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
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers