Guys,
I've just updated sip_router from CVS. Cant compile eval module no more. It says,
eval.c:33:23: error: uuid/uuid.h: No such file or directory eval.c: In function 'sel_gen_uuid': eval.c:1975: error: 'uuid_t' undeclared (first use in this function) eval.c:1975: error: (Each undeclared identifier is reported only once eval.c:1975: error: for each function it appears in.) eval.c:1975: error: expected ';' before 'u' eval.c:1976: warning: implicit declaration of function 'uuid_generate' eval.c:1976: error: 'u' undeclared (first use in this function) eval.c:1977: warning: implicit declaration of function 'uuid_unparse' make[1]: *** [eval.o] Error 1 make[1]: Leaving directory `/home/andrey/sip_router/modules/eval' make: *** [modules] Error 1
Plz, help :))
Andrey.
Posted too soon. If i exclude eval module, group_radius does not get compiled too. Just says
# radius dictionary touch /usr/local/etc/ser//dictionary.ser install -m 644 etc/dictionary.ser /usr/local/etc/ser/ touch /usr/local/sbin//ser install -m 755 ser /usr/local/sbin/ ERROR: module modules/group_radius/group_radius.so not compiled make: *** [install-modules] Error 1
Regards,
Andrey.
On 3/2/07, Andrey Kuprianov andrey.kouprianov@gmail.com wrote:
Guys,
I've just updated sip_router from CVS. Cant compile eval module no more. It says,
eval.c:33:23: error: uuid/uuid.h: No such file or directory eval.c: In function 'sel_gen_uuid': eval.c:1975: error: 'uuid_t' undeclared (first use in this function) eval.c:1975: error: (Each undeclared identifier is reported only once eval.c:1975: error: for each function it appears in.) eval.c:1975: error: expected ';' before 'u' eval.c:1976: warning: implicit declaration of function 'uuid_generate' eval.c:1976: error: 'u' undeclared (first use in this function) eval.c:1977: warning: implicit declaration of function 'uuid_unparse' make[1]: *** [eval.o] Error 1 make[1]: Leaving directory `/home/andrey/sip_router/modules/eval' make: *** [modules] Error 1
Plz, help :))
Andrey.
Well, for compiling eval module I had to install uuid-dev package in debian. Then it compiles fine.
Lada
Andrey Kuprianov wrote:
Guys,
I've just updated sip_router from CVS. Cant compile eval module no more. It says,
eval.c:33:23: error: uuid/uuid.h: No such file or directory eval.c: In function 'sel_gen_uuid': eval.c:1975: error: 'uuid_t' undeclared (first use in this function) eval.c:1975: error: (Each undeclared identifier is reported only once eval.c:1975: error: for each function it appears in.) eval.c:1975: error: expected ';' before 'u' eval.c:1976: warning: implicit declaration of function 'uuid_generate' eval.c:1976: error: 'u' undeclared (first use in this function) eval.c:1977: warning: implicit declaration of function 'uuid_unparse' make[1]: *** [eval.o] Error 1 make[1]: Leaving directory `/home/andrey/sip_router/modules/eval' make: *** [modules] Error 1
Plz, help :))
Andrey. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
thanks guys, FYI: http://tracker.iptel.org/browse/SER-241
Ladislav Andel wrote:
Well, for compiling eval module I had to install uuid-dev package in debian. Then it compiles fine.
Lada
Andrey Kuprianov wrote:
Guys,
I've just updated sip_router from CVS. Cant compile eval module no more. It says,
eval.c:33:23: error: uuid/uuid.h: No such file or directory eval.c: In function 'sel_gen_uuid': eval.c:1975: error: 'uuid_t' undeclared (first use in this function) eval.c:1975: error: (Each undeclared identifier is reported only once eval.c:1975: error: for each function it appears in.) eval.c:1975: error: expected ';' before 'u' eval.c:1976: warning: implicit declaration of function 'uuid_generate' eval.c:1976: error: 'u' undeclared (first use in this function) eval.c:1977: warning: implicit declaration of function 'uuid_unparse' make[1]: *** [eval.o] Error 1 make[1]: Leaving directory `/home/andrey/sip_router/modules/eval' make: *** [modules] Error 1
Plz, help :))
Andrey. _______________________________________________ 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