Tuesday, May 27, 2014

Kannel [gwlib/log.o] Error 1

When compiling kannel to my Raspberry pi, I got this error during my "make" command.

Error:
Makefile:229: recipe for target 'gwlib/log.o' failed
make: *** [gwlib/log.o] Error 1

Solution: 

1.Edit log.c file /usr/local/src/gateway-1.4.3/gwlib

gwlib/log.c:434
     if (arg == NULL)   //orig
     if (&args == NULL) {  //corrected

2.Then recompile kannel from source

That's it!

No comments: