Compiling AR Plugin
Emran NameToUpdate Apr 6, 2009 7:57 AMHi There,
Can anyone explain me why i am ending up with the below error when i compile a customized plugin.
Error:
_____
./ar.h:5349: error: previous declaration of 'parent' was here
./ar.h:5374: error: conflicting types for 'children'
./ar.h:5350: error: previous declaration of 'children' was here
./ar.h:5375: error: parse error before "fieldValueList"
./ar.h:5375: warning: data definition has no type or storage class
./ar.h:5377: warning: data definition has no type or storage class
./ar.h:5386: error: parse error before "ARInternalIdList"
./ar.h:5386: warning: no semicolon at end of struct or union
./ar.h:5388: warning: data definition has no type or storage class
./ar.h:5393: error: parse error before "ARValueStruct"
./ar.h:5393: warning: no semicolon at end of struct or union
./ar.h:5395: warning: data definition has no type or storage class
./ar.h:5452: error: parse error before "ARStatusList"
./ar.h:5452: warning: no semicolon at end of struct or union
./ar.h:5453: warning: data definition has no type or storage class
./ar.h:5458: error: parse error before "ARStatusList"
./ar.h:5458: warning: no semicolon at end of struct or union
./ar.h:5459: warning: data definition has no type or storage class
./ar.h:5466: error: parse error before "AREntryReturn"
./ar.h:5466: warning: no semicolon at end of struct or union
./ar.h:5466: warning: no semicolon at end of struct or union
./ar.h:5467: warning: data definition has no type or storage class
./ar.h:5468: error: parse error before "deleteEntryReturn"
./ar.h:5468: warning: data definition has no type or storage class
./ar.h:5469: error: parse error before "mergeEntryReturn"
./ar.h:5469: warning: data definition has no type or storage class
./ar.h:5470: error: parse error before "xmlCreateEntryReturn"
./ar.h:5470: warning: data definition has no type or storage class
./ar.h:5471: error: parse error before "xmlSetEntryReturn"
./ar.h:5471: warning: data definition has no type or storage class
./ar.h:5472: error: parse error before "xmlDeleteEntryReturn"
./ar.h:5472: warning: data definition has no type or storage class
./ar.h:5473: warning: data definition has no type or storage class
./ar.h:5474: error: parse error before '}' token
./ar.h:5474: warning: data definition has no type or storage class
./ar.h:5479: error: parse error before "ARBulkEntryReturn"
./ar.h:5479: warning: no semicolon at end of struct or union
./ar.h:5480: warning: data definition has no type or storage class
In file included from ./arfilterapi.h:5,
from Cpp_Ver_2.c:3:
./arplugin.h:138: error: parse error before "ARStatusList"
./arplugin.h:142: error: parse error before '*' token
./arplugin.h:146: error: parse error before "ARStatusList"
./arplugin.h:151: error: parse error before '*' token
./arplugin.h:154: error: parse error before "ARStatusList"
./arplugin.h:158: error: parse error before "ARStatusList"
./arplugin.h:162: error: parse error before "ARStatusList"
./arplugin.h:168: error: parse error before '*' token
./arplugin.h:173: error: parse error before '*' token
./arplugin.h:178: error: parse error before '*' token
In file included from Cpp_Ver_2.c:3:
Could you please help, any one of you?
Thanks!
Imran