FYI
I did give up, after everything compiled i was trying to install i got an error kamailio.o unable to create kamailio.o.
for the records this is trying to compile in a Sparc 64 bits, and i did actually force to use the 64 bit libraries.
so far anything above the Kamailio 1.4.3 i was unable to compile for solaris Sparc64.
O
On Jun 20, 2011, at 5:11 AM, Henning Westerholt wrote:
On Saturday 18 June 2011, Omar wrote:
I am Using Solaris 10 and GCC 4.2, i do have libconfuse
everything goes fine until this error comes up.
carrierroute.c:54: error: 'MODULE_INTERFACE_VER' undeclared here (not in a function) carrierroute.c:87: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cmds' carrierroute.c:132: error: variable 'exports' has initializer but incomplete type carrierroute.c:133: warning: excess elements in struct initializer carrierroute.c:133: warning: (near initialization for 'exports') carrierroute.c:134: warning: excess elements in struct initializer carrierroute.c:134: warning: (near initialization for 'exports') [..]
Hi Omar,
the error messages looks not really related to carrierroute module dependencies for me - but its worth to check anyway: Do you've also the libconfuse development headers installed? Other modules compile just fine?
Best regards,
Henning