vlm / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
1.04k stars 558 forks source link

RRC SIB1 error: redefinition of with -fcompound-names #38

Open tetru opened 10 years ago

tetru commented 10 years ago

I am getting an "error redefinition of" though I am using -fcompound-names when compiling the asn sources: In file included from messages/SystemInformation.h:15:0, from messages/BCCH-DL-SCH-MessageType.h:15, from messages/BCCH-DL-SCH-Message.h:15, from SIBTest.cpp:2: messages/SystemInformation-r8-IEs.h:66:3: error: redefinition of ‘struct SystemInformation_r8_IEs::SystemInformation_r8_IEssib_TypeAndInfo::::SystemInformation_r8_IEs__sib_TypeAndInfoMember’ messages/SystemInformation-r8-IEs.h:66:3: error: previous definition of ‘struct SystemInformation_r8_IEs::SystemInformation_r8_IEssib_TypeAndInfo::::SystemInformation_r8_IEs__sib_TypeAndInfoMember

enesunal commented 8 years ago

Getting same errors, did you somehow resolve the issue @tetru ?