Kannel 1.5.0 compilation
"Nikos Balkanas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <D0CAD1C383A14ABB8F6854EDEC8FFC6A@drwho> |
Hi,
I am getting this trying to build latest kannel svn in Solaris:
gwlib/log.c:155: error: syntax error before "CODE"
gwlib/log.c:155:
/*
* Decode the syslog name to its int value
*/
static int decode(char *name, CODE *facilities)
{
register CODE *c;
Where is this CODE defined? Couldn't find it anywhere in kannel sources and
is not a C primitive type. Is it a Linux thingie?
BR,
Nikos