Thank you for answer Henning
Everything compiles fine until the showed error the were errors about the libconfuse which I fixed stating the path to the library, yes lib confuse is installed I am using the same one I installed for the kamailio 1.4.3.
Omar
On Jun 20, 2011, at 5:11 AM, Henning Westerholt henning.westerholt@1und1.de 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