Hi, I checked out asterisk and asterisk-addon into /usr/src, went to asterisk-addons and did 'make' as usual, but I get common.c:1:29: asterisk/logger.h: No such file or directory common.c: In function `decode_header': I have the zaptel and libpri in the same folder and thy compiled correctly. What did I do wrong ? Thnx.
On Fri, 2005-01-07 at 00:12 +0100, Serge Schumacher wrote:> common.c:1:29: asterisk/logger.h: No such file or directory > common.c: In function `decode_header':You don't seem to have asterisk's header files installed in /usr/include/asterisk. Install asterisk (including the header files) before trying to compile asterisk-addons since it obviously depends on/needs access to asterisk header files. Regards, Patrick