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