Re: [OpenSIPS-Devel] [opensips] Backporting filename in runtime error messages to 1.11 (#372)

2014-10-24 Thread Walter Doekes
@@ -142,6 +142,7 @@ struct action{ int type; /* forward, drop, log, send ...*/ action_elem_t elem[MAX_ACTION_ELEMS]; int line; + char *file; Shouln't this be `const char *` ? It's not like someone is allowed to alter it along the way, right? --- Reply to this email

[OpenSIPS-Devel] [opensips] complie in gentoo (#373)

2014-10-24 Thread transtone
Linking opensips gcc: error: main.o: No such file or directory Makefile.rules:38: recipe for target 'opensips' failed make: *** [opensips] Error 1 make: *** Waiting for unfinished jobs what's wrong with the compile? --- Reply to this email directly or view it on GitHub: