RE: [taste-users] Linkage error mixing C and Ada components |
[ Thread Index | Date Index | More lists.tuxfamily.org/taste-users Archives ]
Dear Maxime,
Thanks for your mail. I have updated the TASTE framework and now I am not able to compile the GUI. Please, find attached the error that is prompted when compiling the GUI.
Kind regards,
From: Maxime Perrotin [mailto:Maxime.Perrotin@xxxxxxx]
Dear Francisco,
Can you make sure that your VM is up to date (Update-TASTE.sh) ?
Your log indicates that a flag might be missing in the build command (-gnarl) - which we added a few months ago.
Please confirm.
Best regards, Maxime
On Mon, 03 Sep 2012 14:11:52 +0200, Francisco Ferrero Mateos <fferrero@xxxxxxx> wrote:
-- ESA - European Space Agency
Maxime Perrotin TASTE Project manager PROBA V - PROBA 3 Software engineer
System, Software and Technology Department
ESTEC Keplerlaan 1, PO Box 299 NL-2200 AG Noordiwjk, The Netherlands +31 (0)71 565 4923 | Fax +31 (0)71 565 5420
This message and any attachments are intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is not permitted. If you received this message in error, please notify the sender and delete it from your system. Emails can be altered and their integrity cannot be guaranteed by the sender. Please consider the environment before printing this email. P Please consider the environment before printing this e-mail.
|
if [ ! -f "dataview-uniq.acn" ] ; then mono /opt/DMT-ToolsAndManual-Linux-120830/asn1scc/asn1.exe -ACND -o . dataview-uniq.asn ; fi mono /opt/DMT-ToolsAndManual-Linux-120830/asn1scc/asn1.exe -ACN -c -uPER -equal -wordSize 8 -o . dataview-uniq.asn dataview-uniq.acn gcc -g -fPIC -c `python-config --includes` -o dataview-uniq.o dataview-uniq.c gcc -g -fPIC -c `python-config --includes` -o asn1crt.o asn1crt.c gcc -g -fPIC -c `python-config --includes` -o real.o real.c gcc -g -fPIC -c `python-config --includes` -o acn.o acn.c gcc -g -fPIC -c `python-config --includes` -o ber.o ber.c gcc -g -fPIC -c `python-config --includes` -o xer.o xer.c swig -includeall -outdir . -python ./DV.i gcc -g -fPIC -c `python-config --includes` -o DV_wrap.o DV_wrap.c DV_wrap.c: In function '_wrap_KeyDataType_T_IsConstraintValid': DV_wrap.c:16019: warning: passing argument 1 of 'KeyDataType_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:190: note: expected 'const enum KeyDataType_T *' but argument is of type 'const enum KeyDataType_T *' DV_wrap.c: In function '_wrap_KeyDataType_T_Equal': DV_wrap.c:16050: warning: passing argument 1 of 'KeyDataType_T_Equal' from incompatible pointer type dataview-uniq.h:191: note: expected 'const enum KeyDataType_T *' but argument is of type 'const enum KeyDataType_T *' DV_wrap.c:16050: warning: passing argument 2 of 'KeyDataType_T_Equal' from incompatible pointer type dataview-uniq.h:191: note: expected 'const enum KeyDataType_T *' but argument is of type 'const enum KeyDataType_T *' DV_wrap.c: In function '_wrap_KeyDataType_T_ACN_Encode': DV_wrap.c:16099: warning: passing argument 1 of 'KeyDataType_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:191: note: expected 'const enum KeyDataType_T *' but argument is of type 'const enum KeyDataType_T *' DV_wrap.c: In function '_wrap_KeyDataType_T_Encode': DV_wrap.c:16188: warning: passing argument 1 of 'KeyDataType_T_Encode' from incompatible pointer type dataview-uniq.h:193: note: expected 'const enum KeyDataType_T *' but argument is of type 'const enum KeyDataType_T *' DV_wrap.c: In function '_wrap_ControlStatus_T_IsConstraintValid': DV_wrap.c:19896: warning: passing argument 1 of 'ControlStatus_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:469: note: expected 'const enum ControlStatus_T *' but argument is of type 'const enum ControlStatus_T *' DV_wrap.c: In function '_wrap_ControlStatus_T_Equal': DV_wrap.c:19927: warning: passing argument 1 of 'ControlStatus_T_Equal' from incompatible pointer type dataview-uniq.h:470: note: expected 'const enum ControlStatus_T *' but argument is of type 'const enum ControlStatus_T *' DV_wrap.c:19927: warning: passing argument 2 of 'ControlStatus_T_Equal' from incompatible pointer type dataview-uniq.h:470: note: expected 'const enum ControlStatus_T *' but argument is of type 'const enum ControlStatus_T *' DV_wrap.c: In function '_wrap_ControlStatus_T_ACN_Encode': DV_wrap.c:19976: warning: passing argument 1 of 'ControlStatus_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:470: note: expected 'const enum ControlStatus_T *' but argument is of type 'const enum ControlStatus_T *' DV_wrap.c: In function '_wrap_ControlStatus_T_Encode': DV_wrap.c:20065: warning: passing argument 1 of 'ControlStatus_T_Encode' from incompatible pointer type dataview-uniq.h:472: note: expected 'const enum ControlStatus_T *' but argument is of type 'const enum ControlStatus_T *' DV_wrap.c: In function '_wrap_IfStandard_T_IsConstraintValid': DV_wrap.c:20157: warning: passing argument 1 of 'IfStandard_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:493: note: expected 'const enum IfStandard_T *' but argument is of type 'const enum IfStandard_T *' DV_wrap.c: In function '_wrap_IfStandard_T_Equal': DV_wrap.c:20188: warning: passing argument 1 of 'IfStandard_T_Equal' from incompatible pointer type dataview-uniq.h:494: note: expected 'const enum IfStandard_T *' but argument is of type 'const enum IfStandard_T *' DV_wrap.c:20188: warning: passing argument 2 of 'IfStandard_T_Equal' from incompatible pointer type dataview-uniq.h:494: note: expected 'const enum IfStandard_T *' but argument is of type 'const enum IfStandard_T *' DV_wrap.c: In function '_wrap_IfStandard_T_ACN_Encode': DV_wrap.c:20237: warning: passing argument 1 of 'IfStandard_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:494: note: expected 'const enum IfStandard_T *' but argument is of type 'const enum IfStandard_T *' DV_wrap.c: In function '_wrap_IfStandard_T_Encode': DV_wrap.c:20326: warning: passing argument 1 of 'IfStandard_T_Encode' from incompatible pointer type dataview-uniq.h:496: note: expected 'const enum IfStandard_T *' but argument is of type 'const enum IfStandard_T *' DV_wrap.c: In function '_wrap_TcFactoryStatus_T_IsConstraintValid': DV_wrap.c:20418: warning: passing argument 1 of 'TcFactoryStatus_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:518: note: expected 'const enum TcFactoryStatus_T *' but argument is of type 'const enum TcFactoryStatus_T *' DV_wrap.c: In function '_wrap_TcFactoryStatus_T_Equal': DV_wrap.c:20449: warning: passing argument 1 of 'TcFactoryStatus_T_Equal' from incompatible pointer type dataview-uniq.h:519: note: expected 'const enum TcFactoryStatus_T *' but argument is of type 'const enum TcFactoryStatus_T *' DV_wrap.c:20449: warning: passing argument 2 of 'TcFactoryStatus_T_Equal' from incompatible pointer type dataview-uniq.h:519: note: expected 'const enum TcFactoryStatus_T *' but argument is of type 'const enum TcFactoryStatus_T *' DV_wrap.c: In function '_wrap_TcFactoryStatus_T_ACN_Encode': DV_wrap.c:20498: warning: passing argument 1 of 'TcFactoryStatus_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:519: note: expected 'const enum TcFactoryStatus_T *' but argument is of type 'const enum TcFactoryStatus_T *' DV_wrap.c: In function '_wrap_TcFactoryStatus_T_Encode': DV_wrap.c:20587: warning: passing argument 1 of 'TcFactoryStatus_T_Encode' from incompatible pointer type dataview-uniq.h:521: note: expected 'const enum TcFactoryStatus_T *' but argument is of type 'const enum TcFactoryStatus_T *' DV_wrap.c: In function '_wrap_OperationResult_T_IsConstraintValid': DV_wrap.c:20679: warning: passing argument 1 of 'OperationResult_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:542: note: expected 'const enum OperationResult_T *' but argument is of type 'const enum OperationResult_T *' DV_wrap.c: In function '_wrap_OperationResult_T_Equal': DV_wrap.c:20710: warning: passing argument 1 of 'OperationResult_T_Equal' from incompatible pointer type dataview-uniq.h:543: note: expected 'const enum OperationResult_T *' but argument is of type 'const enum OperationResult_T *' DV_wrap.c:20710: warning: passing argument 2 of 'OperationResult_T_Equal' from incompatible pointer type dataview-uniq.h:543: note: expected 'const enum OperationResult_T *' but argument is of type 'const enum OperationResult_T *' DV_wrap.c: In function '_wrap_OperationResult_T_ACN_Encode': DV_wrap.c:20759: warning: passing argument 1 of 'OperationResult_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:543: note: expected 'const enum OperationResult_T *' but argument is of type 'const enum OperationResult_T *' DV_wrap.c: In function '_wrap_OperationResult_T_Encode': DV_wrap.c:20848: warning: passing argument 1 of 'OperationResult_T_Encode' from incompatible pointer type dataview-uniq.h:545: note: expected 'const enum OperationResult_T *' but argument is of type 'const enum OperationResult_T *' DV_wrap.c: In function '_wrap_VerificationResult_T_IsConstraintValid': DV_wrap.c:20940: warning: passing argument 1 of 'VerificationResult_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:566: note: expected 'const enum VerificationResult_T *' but argument is of type 'const enum VerificationResult_T *' DV_wrap.c: In function '_wrap_VerificationResult_T_Equal': DV_wrap.c:20971: warning: passing argument 1 of 'VerificationResult_T_Equal' from incompatible pointer type dataview-uniq.h:567: note: expected 'const enum VerificationResult_T *' but argument is of type 'const enum VerificationResult_T *' DV_wrap.c:20971: warning: passing argument 2 of 'VerificationResult_T_Equal' from incompatible pointer type dataview-uniq.h:567: note: expected 'const enum VerificationResult_T *' but argument is of type 'const enum VerificationResult_T *' DV_wrap.c: In function '_wrap_VerificationResult_T_ACN_Encode': DV_wrap.c:21020: warning: passing argument 1 of 'VerificationResult_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:567: note: expected 'const enum VerificationResult_T *' but argument is of type 'const enum VerificationResult_T *' DV_wrap.c: In function '_wrap_VerificationResult_T_Encode': DV_wrap.c:21109: warning: passing argument 1 of 'VerificationResult_T_Encode' from incompatible pointer type dataview-uniq.h:569: note: expected 'const enum VerificationResult_T *' but argument is of type 'const enum VerificationResult_T *' DV_wrap.c: In function '_wrap_ErrorSeverity_T_IsConstraintValid': DV_wrap.c:21201: warning: passing argument 1 of 'ErrorSeverity_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:592: note: expected 'const enum ErrorSeverity_T *' but argument is of type 'const enum ErrorSeverity_T *' DV_wrap.c: In function '_wrap_ErrorSeverity_T_Equal': DV_wrap.c:21232: warning: passing argument 1 of 'ErrorSeverity_T_Equal' from incompatible pointer type dataview-uniq.h:593: note: expected 'const enum ErrorSeverity_T *' but argument is of type 'const enum ErrorSeverity_T *' DV_wrap.c:21232: warning: passing argument 2 of 'ErrorSeverity_T_Equal' from incompatible pointer type dataview-uniq.h:593: note: expected 'const enum ErrorSeverity_T *' but argument is of type 'const enum ErrorSeverity_T *' DV_wrap.c: In function '_wrap_ErrorSeverity_T_ACN_Encode': DV_wrap.c:21281: warning: passing argument 1 of 'ErrorSeverity_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:593: note: expected 'const enum ErrorSeverity_T *' but argument is of type 'const enum ErrorSeverity_T *' DV_wrap.c: In function '_wrap_ErrorSeverity_T_Encode': DV_wrap.c:21370: warning: passing argument 1 of 'ErrorSeverity_T_Encode' from incompatible pointer type dataview-uniq.h:595: note: expected 'const enum ErrorSeverity_T *' but argument is of type 'const enum ErrorSeverity_T *' DV_wrap.c: In function '_wrap_ErrorTypes_T_IsConstraintValid': DV_wrap.c:21462: warning: passing argument 1 of 'ErrorTypes_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:713: note: expected 'const enum ErrorTypes_T *' but argument is of type 'const enum ErrorTypes_T *' DV_wrap.c: In function '_wrap_ErrorTypes_T_Equal': DV_wrap.c:21493: warning: passing argument 1 of 'ErrorTypes_T_Equal' from incompatible pointer type dataview-uniq.h:714: note: expected 'const enum ErrorTypes_T *' but argument is of type 'const enum ErrorTypes_T *' DV_wrap.c:21493: warning: passing argument 2 of 'ErrorTypes_T_Equal' from incompatible pointer type dataview-uniq.h:714: note: expected 'const enum ErrorTypes_T *' but argument is of type 'const enum ErrorTypes_T *' DV_wrap.c: In function '_wrap_ErrorTypes_T_ACN_Encode': DV_wrap.c:21542: warning: passing argument 1 of 'ErrorTypes_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:714: note: expected 'const enum ErrorTypes_T *' but argument is of type 'const enum ErrorTypes_T *' DV_wrap.c: In function '_wrap_ErrorTypes_T_Encode': DV_wrap.c:21631: warning: passing argument 1 of 'ErrorTypes_T_Encode' from incompatible pointer type dataview-uniq.h:716: note: expected 'const enum ErrorTypes_T *' but argument is of type 'const enum ErrorTypes_T *' DV_wrap.c: In function '_wrap_ExecutionStatus_T_IsConstraintValid': DV_wrap.c:22129: warning: passing argument 1 of 'ExecutionStatus_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:763: note: expected 'const enum ExecutionStatus_T *' but argument is of type 'const enum ExecutionStatus_T *' DV_wrap.c: In function '_wrap_ExecutionStatus_T_Equal': DV_wrap.c:22160: warning: passing argument 1 of 'ExecutionStatus_T_Equal' from incompatible pointer type dataview-uniq.h:764: note: expected 'const enum ExecutionStatus_T *' but argument is of type 'const enum ExecutionStatus_T *' DV_wrap.c:22160: warning: passing argument 2 of 'ExecutionStatus_T_Equal' from incompatible pointer type dataview-uniq.h:764: note: expected 'const enum ExecutionStatus_T *' but argument is of type 'const enum ExecutionStatus_T *' DV_wrap.c: In function '_wrap_ExecutionStatus_T_ACN_Encode': DV_wrap.c:22209: warning: passing argument 1 of 'ExecutionStatus_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:764: note: expected 'const enum ExecutionStatus_T *' but argument is of type 'const enum ExecutionStatus_T *' DV_wrap.c: In function '_wrap_ExecutionStatus_T_Encode': DV_wrap.c:22298: warning: passing argument 1 of 'ExecutionStatus_T_Encode' from incompatible pointer type dataview-uniq.h:766: note: expected 'const enum ExecutionStatus_T *' but argument is of type 'const enum ExecutionStatus_T *' DV_wrap.c: In function '_wrap_TCServices_T_IsConstraintValid': DV_wrap.c:22963: warning: passing argument 1 of 'TCServices_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:839: note: expected 'const enum TCServices_T *' but argument is of type 'const enum TCServices_T *' DV_wrap.c: In function '_wrap_TCServices_T_Equal': DV_wrap.c:22994: warning: passing argument 1 of 'TCServices_T_Equal' from incompatible pointer type dataview-uniq.h:840: note: expected 'const enum TCServices_T *' but argument is of type 'const enum TCServices_T *' DV_wrap.c:22994: warning: passing argument 2 of 'TCServices_T_Equal' from incompatible pointer type dataview-uniq.h:840: note: expected 'const enum TCServices_T *' but argument is of type 'const enum TCServices_T *' DV_wrap.c: In function '_wrap_TCServices_T_ACN_Encode': DV_wrap.c:23043: warning: passing argument 1 of 'TCServices_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:840: note: expected 'const enum TCServices_T *' but argument is of type 'const enum TCServices_T *' DV_wrap.c: In function '_wrap_TCServices_T_Encode': DV_wrap.c:23132: warning: passing argument 1 of 'TCServices_T_Encode' from incompatible pointer type dataview-uniq.h:842: note: expected 'const enum TCServices_T *' but argument is of type 'const enum TCServices_T *' DV_wrap.c: In function '_wrap_TCSubServices_T_IsConstraintValid': DV_wrap.c:23224: warning: passing argument 1 of 'TCSubServices_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:872: note: expected 'const enum TCSubServices_T *' but argument is of type 'const enum TCSubServices_T *' DV_wrap.c: In function '_wrap_TCSubServices_T_Equal': DV_wrap.c:23255: warning: passing argument 1 of 'TCSubServices_T_Equal' from incompatible pointer type dataview-uniq.h:873: note: expected 'const enum TCSubServices_T *' but argument is of type 'const enum TCSubServices_T *' DV_wrap.c:23255: warning: passing argument 2 of 'TCSubServices_T_Equal' from incompatible pointer type dataview-uniq.h:873: note: expected 'const enum TCSubServices_T *' but argument is of type 'const enum TCSubServices_T *' DV_wrap.c: In function '_wrap_TCSubServices_T_ACN_Encode': DV_wrap.c:23304: warning: passing argument 1 of 'TCSubServices_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:873: note: expected 'const enum TCSubServices_T *' but argument is of type 'const enum TCSubServices_T *' DV_wrap.c: In function '_wrap_TCSubServices_T_Encode': DV_wrap.c:23393: warning: passing argument 1 of 'TCSubServices_T_Encode' from incompatible pointer type dataview-uniq.h:875: note: expected 'const enum TCSubServices_T *' but argument is of type 'const enum TCSubServices_T *' DV_wrap.c: In function '_wrap_SID_T_IsConstraintValid': DV_wrap.c:23485: warning: passing argument 1 of 'SID_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:895: note: expected 'const enum SID_T *' but argument is of type 'const enum SID_T *' DV_wrap.c: In function '_wrap_SID_T_Equal': DV_wrap.c:23516: warning: passing argument 1 of 'SID_T_Equal' from incompatible pointer type dataview-uniq.h:896: note: expected 'const enum SID_T *' but argument is of type 'const enum SID_T *' DV_wrap.c:23516: warning: passing argument 2 of 'SID_T_Equal' from incompatible pointer type dataview-uniq.h:896: note: expected 'const enum SID_T *' but argument is of type 'const enum SID_T *' DV_wrap.c: In function '_wrap_SID_T_ACN_Encode': DV_wrap.c:23565: warning: passing argument 1 of 'SID_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:896: note: expected 'const enum SID_T *' but argument is of type 'const enum SID_T *' DV_wrap.c: In function '_wrap_SID_T_Encode': DV_wrap.c:23654: warning: passing argument 1 of 'SID_T_Encode' from incompatible pointer type dataview-uniq.h:898: note: expected 'const enum SID_T *' but argument is of type 'const enum SID_T *' DV_wrap.c: In function '_wrap_HousekeepingAttributeInstances_T_IsConstraintValid': DV_wrap.c:24159: warning: passing argument 1 of 'HousekeepingAttributeInstances_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:944: note: expected 'const enum HousekeepingAttributeInstances_T *' but argument is of type 'const enum HousekeepingAttributeInstances_T *' DV_wrap.c: In function '_wrap_HousekeepingAttributeInstances_T_Equal': DV_wrap.c:24190: warning: passing argument 1 of 'HousekeepingAttributeInstances_T_Equal' from incompatible pointer type dataview-uniq.h:945: note: expected 'const enum HousekeepingAttributeInstances_T *' but argument is of type 'const enum HousekeepingAttributeInstances_T *' DV_wrap.c:24190: warning: passing argument 2 of 'HousekeepingAttributeInstances_T_Equal' from incompatible pointer type dataview-uniq.h:945: note: expected 'const enum HousekeepingAttributeInstances_T *' but argument is of type 'const enum HousekeepingAttributeInstances_T *' DV_wrap.c: In function '_wrap_HousekeepingAttributeInstances_T_ACN_Encode': DV_wrap.c:24239: warning: passing argument 1 of 'HousekeepingAttributeInstances_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:945: note: expected 'const enum HousekeepingAttributeInstances_T *' but argument is of type 'const enum HousekeepingAttributeInstances_T *' DV_wrap.c: In function '_wrap_HousekeepingAttributeInstances_T_Encode': DV_wrap.c:24328: warning: passing argument 1 of 'HousekeepingAttributeInstances_T_Encode' from incompatible pointer type dataview-uniq.h:947: note: expected 'const enum HousekeepingAttributeInstances_T *' but argument is of type 'const enum HousekeepingAttributeInstances_T *' DV_wrap.c: In function '_wrap_ReportingType_T_IsConstraintValid': DV_wrap.c:24681: warning: passing argument 1 of 'ReportingType_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:982: note: expected 'const enum ReportingType_T *' but argument is of type 'const enum ReportingType_T *' DV_wrap.c: In function '_wrap_ReportingType_T_Equal': DV_wrap.c:24712: warning: passing argument 1 of 'ReportingType_T_Equal' from incompatible pointer type dataview-uniq.h:983: note: expected 'const enum ReportingType_T *' but argument is of type 'const enum ReportingType_T *' DV_wrap.c:24712: warning: passing argument 2 of 'ReportingType_T_Equal' from incompatible pointer type dataview-uniq.h:983: note: expected 'const enum ReportingType_T *' but argument is of type 'const enum ReportingType_T *' DV_wrap.c: In function '_wrap_ReportingType_T_ACN_Encode': DV_wrap.c:24761: warning: passing argument 1 of 'ReportingType_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:983: note: expected 'const enum ReportingType_T *' but argument is of type 'const enum ReportingType_T *' DV_wrap.c: In function '_wrap_ReportingType_T_Encode': DV_wrap.c:24850: warning: passing argument 1 of 'ReportingType_T_Encode' from incompatible pointer type dataview-uniq.h:985: note: expected 'const enum ReportingType_T *' but argument is of type 'const enum ReportingType_T *' DV_wrap.c: In function '_wrap_MonitoringAttributeInstances_T_IsConstraintValid': DV_wrap.c:32273: warning: passing argument 1 of 'MonitoringAttributeInstances_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:1439: note: expected 'const enum MonitoringAttributeInstances_T *' but argument is of type 'const enum MonitoringAttributeInstances_T *' DV_wrap.c: In function '_wrap_MonitoringAttributeInstances_T_Equal': DV_wrap.c:32304: warning: passing argument 1 of 'MonitoringAttributeInstances_T_Equal' from incompatible pointer type dataview-uniq.h:1440: note: expected 'const enum MonitoringAttributeInstances_T *' but argument is of type 'const enum MonitoringAttributeInstances_T *' DV_wrap.c:32304: warning: passing argument 2 of 'MonitoringAttributeInstances_T_Equal' from incompatible pointer type dataview-uniq.h:1440: note: expected 'const enum MonitoringAttributeInstances_T *' but argument is of type 'const enum MonitoringAttributeInstances_T *' DV_wrap.c: In function '_wrap_MonitoringAttributeInstances_T_ACN_Encode': DV_wrap.c:32353: warning: passing argument 1 of 'MonitoringAttributeInstances_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:1440: note: expected 'const enum MonitoringAttributeInstances_T *' but argument is of type 'const enum MonitoringAttributeInstances_T *' DV_wrap.c: In function '_wrap_MonitoringAttributeInstances_T_Encode': DV_wrap.c:32442: warning: passing argument 1 of 'MonitoringAttributeInstances_T_Encode' from incompatible pointer type dataview-uniq.h:1442: note: expected 'const enum MonitoringAttributeInstances_T *' but argument is of type 'const enum MonitoringAttributeInstances_T *' DV_wrap.c: In function '_wrap_MonitoringInstance_T_IsConstraintValid': DV_wrap.c:32534: warning: passing argument 1 of 'MonitoringInstance_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:1460: note: expected 'const enum MonitoringInstance_T *' but argument is of type 'const enum MonitoringInstance_T *' DV_wrap.c: In function '_wrap_MonitoringInstance_T_Equal': DV_wrap.c:32565: warning: passing argument 1 of 'MonitoringInstance_T_Equal' from incompatible pointer type dataview-uniq.h:1461: note: expected 'const enum MonitoringInstance_T *' but argument is of type 'const enum MonitoringInstance_T *' DV_wrap.c:32565: warning: passing argument 2 of 'MonitoringInstance_T_Equal' from incompatible pointer type dataview-uniq.h:1461: note: expected 'const enum MonitoringInstance_T *' but argument is of type 'const enum MonitoringInstance_T *' DV_wrap.c: In function '_wrap_MonitoringInstance_T_ACN_Encode': DV_wrap.c:32614: warning: passing argument 1 of 'MonitoringInstance_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:1461: note: expected 'const enum MonitoringInstance_T *' but argument is of type 'const enum MonitoringInstance_T *' DV_wrap.c: In function '_wrap_MonitoringInstance_T_Encode': DV_wrap.c:32703: warning: passing argument 1 of 'MonitoringInstance_T_Encode' from incompatible pointer type dataview-uniq.h:1463: note: expected 'const enum MonitoringInstance_T *' but argument is of type 'const enum MonitoringInstance_T *' DV_wrap.c: In function '_wrap_Event_T_IsConstraintValid': DV_wrap.c:33681: warning: passing argument 1 of 'Event_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:1545: note: expected 'const enum Event_T *' but argument is of type 'const enum Event_T *' DV_wrap.c: In function '_wrap_Event_T_Equal': DV_wrap.c:33712: warning: passing argument 1 of 'Event_T_Equal' from incompatible pointer type dataview-uniq.h:1546: note: expected 'const enum Event_T *' but argument is of type 'const enum Event_T *' DV_wrap.c:33712: warning: passing argument 2 of 'Event_T_Equal' from incompatible pointer type dataview-uniq.h:1546: note: expected 'const enum Event_T *' but argument is of type 'const enum Event_T *' DV_wrap.c: In function '_wrap_Event_T_ACN_Encode': DV_wrap.c:33761: warning: passing argument 1 of 'Event_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:1546: note: expected 'const enum Event_T *' but argument is of type 'const enum Event_T *' DV_wrap.c: In function '_wrap_Event_T_Encode': DV_wrap.c:33850: warning: passing argument 1 of 'Event_T_Encode' from incompatible pointer type dataview-uniq.h:1548: note: expected 'const enum Event_T *' but argument is of type 'const enum Event_T *' DV_wrap.c: In function '_wrap_OutOfRangeTypes_T_IsConstraintValid': DV_wrap.c:36253: warning: passing argument 1 of 'OutOfRangeTypes_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:1865: note: expected 'const enum OutOfRangeTypes_T *' but argument is of type 'const enum OutOfRangeTypes_T *' DV_wrap.c: In function '_wrap_OutOfRangeTypes_T_Equal': DV_wrap.c:36284: warning: passing argument 1 of 'OutOfRangeTypes_T_Equal' from incompatible pointer type dataview-uniq.h:1866: note: expected 'const enum OutOfRangeTypes_T *' but argument is of type 'const enum OutOfRangeTypes_T *' DV_wrap.c:36284: warning: passing argument 2 of 'OutOfRangeTypes_T_Equal' from incompatible pointer type dataview-uniq.h:1866: note: expected 'const enum OutOfRangeTypes_T *' but argument is of type 'const enum OutOfRangeTypes_T *' DV_wrap.c: In function '_wrap_OutOfRangeTypes_T_ACN_Encode': DV_wrap.c:36333: warning: passing argument 1 of 'OutOfRangeTypes_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:1866: note: expected 'const enum OutOfRangeTypes_T *' but argument is of type 'const enum OutOfRangeTypes_T *' DV_wrap.c: In function '_wrap_OutOfRangeTypes_T_Encode': DV_wrap.c:36422: warning: passing argument 1 of 'OutOfRangeTypes_T_Encode' from incompatible pointer type dataview-uniq.h:1868: note: expected 'const enum OutOfRangeTypes_T *' but argument is of type 'const enum OutOfRangeTypes_T *' DV_wrap.c: In function '_wrap_CommandOperations_T_IsConstraintValid': DV_wrap.c:38374: warning: passing argument 1 of 'CommandOperations_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:2121: note: expected 'const enum CommandOperations_T *' but argument is of type 'const enum CommandOperations_T *' DV_wrap.c: In function '_wrap_CommandOperations_T_Equal': DV_wrap.c:38405: warning: passing argument 1 of 'CommandOperations_T_Equal' from incompatible pointer type dataview-uniq.h:2122: note: expected 'const enum CommandOperations_T *' but argument is of type 'const enum CommandOperations_T *' DV_wrap.c:38405: warning: passing argument 2 of 'CommandOperations_T_Equal' from incompatible pointer type dataview-uniq.h:2122: note: expected 'const enum CommandOperations_T *' but argument is of type 'const enum CommandOperations_T *' DV_wrap.c: In function '_wrap_CommandOperations_T_ACN_Encode': DV_wrap.c:38454: warning: passing argument 1 of 'CommandOperations_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:2122: note: expected 'const enum CommandOperations_T *' but argument is of type 'const enum CommandOperations_T *' DV_wrap.c: In function '_wrap_CommandOperations_T_Encode': DV_wrap.c:38543: warning: passing argument 1 of 'CommandOperations_T_Encode' from incompatible pointer type dataview-uniq.h:2124: note: expected 'const enum CommandOperations_T *' but argument is of type 'const enum CommandOperations_T *' DV_wrap.c: In function '_wrap_ConcurrencyKindDescriptor_T_IsConstraintValid': DV_wrap.c:39041: warning: passing argument 1 of 'ConcurrencyKindDescriptor_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:2170: note: expected 'const enum ConcurrencyKindDescriptor_T *' but argument is of type 'const enum ConcurrencyKindDescriptor_T *' DV_wrap.c: In function '_wrap_ConcurrencyKindDescriptor_T_Equal': DV_wrap.c:39072: warning: passing argument 1 of 'ConcurrencyKindDescriptor_T_Equal' from incompatible pointer type dataview-uniq.h:2171: note: expected 'const enum ConcurrencyKindDescriptor_T *' but argument is of type 'const enum ConcurrencyKindDescriptor_T *' DV_wrap.c:39072: warning: passing argument 2 of 'ConcurrencyKindDescriptor_T_Equal' from incompatible pointer type dataview-uniq.h:2171: note: expected 'const enum ConcurrencyKindDescriptor_T *' but argument is of type 'const enum ConcurrencyKindDescriptor_T *' DV_wrap.c: In function '_wrap_ConcurrencyKindDescriptor_T_ACN_Encode': DV_wrap.c:39121: warning: passing argument 1 of 'ConcurrencyKindDescriptor_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:2171: note: expected 'const enum ConcurrencyKindDescriptor_T *' but argument is of type 'const enum ConcurrencyKindDescriptor_T *' DV_wrap.c: In function '_wrap_ConcurrencyKindDescriptor_T_Encode': DV_wrap.c:39210: warning: passing argument 1 of 'ConcurrencyKindDescriptor_T_Encode' from incompatible pointer type dataview-uniq.h:2173: note: expected 'const enum ConcurrencyKindDescriptor_T *' but argument is of type 'const enum ConcurrencyKindDescriptor_T *' DV_wrap.c: In function '_wrap_TIME_RATE_T_IsConstraintValid': DV_wrap.c:40114: warning: passing argument 1 of 'TIME_RATE_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:2250: note: expected 'const enum TIME_RATE_T *' but argument is of type 'const enum TIME_RATE_T *' DV_wrap.c: In function '_wrap_TIME_RATE_T_Equal': DV_wrap.c:40145: warning: passing argument 1 of 'TIME_RATE_T_Equal' from incompatible pointer type dataview-uniq.h:2251: note: expected 'const enum TIME_RATE_T *' but argument is of type 'const enum TIME_RATE_T *' DV_wrap.c:40145: warning: passing argument 2 of 'TIME_RATE_T_Equal' from incompatible pointer type dataview-uniq.h:2251: note: expected 'const enum TIME_RATE_T *' but argument is of type 'const enum TIME_RATE_T *' DV_wrap.c: In function '_wrap_TIME_RATE_T_ACN_Encode': DV_wrap.c:40194: warning: passing argument 1 of 'TIME_RATE_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:2251: note: expected 'const enum TIME_RATE_T *' but argument is of type 'const enum TIME_RATE_T *' DV_wrap.c: In function '_wrap_TIME_RATE_T_Encode': DV_wrap.c:40283: warning: passing argument 1 of 'TIME_RATE_T_Encode' from incompatible pointer type dataview-uniq.h:2253: note: expected 'const enum TIME_RATE_T *' but argument is of type 'const enum TIME_RATE_T *' DV_wrap.c: In function '_wrap_APID_T_Gui_IsConstraintValid': DV_wrap.c:66909: warning: passing argument 1 of 'APID_T_Gui_IsConstraintValid' from incompatible pointer type dataview-uniq.h:4179: note: expected 'const enum APID_T_Gui *' but argument is of type 'const enum APID_T_Gui *' DV_wrap.c: In function '_wrap_APID_T_Gui_Equal': DV_wrap.c:66940: warning: passing argument 1 of 'APID_T_Gui_Equal' from incompatible pointer type dataview-uniq.h:4180: note: expected 'const enum APID_T_Gui *' but argument is of type 'const enum APID_T_Gui *' DV_wrap.c:66940: warning: passing argument 2 of 'APID_T_Gui_Equal' from incompatible pointer type dataview-uniq.h:4180: note: expected 'const enum APID_T_Gui *' but argument is of type 'const enum APID_T_Gui *' DV_wrap.c: In function '_wrap_APID_T_Gui_ACN_Encode': DV_wrap.c:66989: warning: passing argument 1 of 'APID_T_Gui_ACN_Encode' from incompatible pointer type dataview-uniq.h:4180: note: expected 'const enum APID_T_Gui *' but argument is of type 'const enum APID_T_Gui *' DV_wrap.c: In function '_wrap_APID_T_Gui_Encode': DV_wrap.c:67078: warning: passing argument 1 of 'APID_T_Gui_Encode' from incompatible pointer type dataview-uniq.h:4182: note: expected 'const enum APID_T_Gui *' but argument is of type 'const enum APID_T_Gui *' DV_wrap.c: In function '_wrap_MonitoringOperation_T_IsConstraintValid': DV_wrap.c:68450: warning: passing argument 1 of 'MonitoringOperation_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:4295: note: expected 'const enum MonitoringOperation_T *' but argument is of type 'const enum MonitoringOperation_T *' DV_wrap.c: In function '_wrap_MonitoringOperation_T_Equal': DV_wrap.c:68481: warning: passing argument 1 of 'MonitoringOperation_T_Equal' from incompatible pointer type dataview-uniq.h:4296: note: expected 'const enum MonitoringOperation_T *' but argument is of type 'const enum MonitoringOperation_T *' DV_wrap.c:68481: warning: passing argument 2 of 'MonitoringOperation_T_Equal' from incompatible pointer type dataview-uniq.h:4296: note: expected 'const enum MonitoringOperation_T *' but argument is of type 'const enum MonitoringOperation_T *' DV_wrap.c: In function '_wrap_MonitoringOperation_T_ACN_Encode': DV_wrap.c:68530: warning: passing argument 1 of 'MonitoringOperation_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:4296: note: expected 'const enum MonitoringOperation_T *' but argument is of type 'const enum MonitoringOperation_T *' DV_wrap.c: In function '_wrap_MonitoringOperation_T_Encode': DV_wrap.c:68619: warning: passing argument 1 of 'MonitoringOperation_T_Encode' from incompatible pointer type dataview-uniq.h:4298: note: expected 'const enum MonitoringOperation_T *' but argument is of type 'const enum MonitoringOperation_T *' DV_wrap.c: In function '_wrap_CODE_ACC_T_IsConstraintValid': DV_wrap.c:69117: warning: passing argument 1 of 'CODE_ACC_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:4353: note: expected 'const enum CODE_ACC_T *' but argument is of type 'const enum CODE_ACC_T *' DV_wrap.c: In function '_wrap_CODE_ACC_T_Equal': DV_wrap.c:69148: warning: passing argument 1 of 'CODE_ACC_T_Equal' from incompatible pointer type dataview-uniq.h:4354: note: expected 'const enum CODE_ACC_T *' but argument is of type 'const enum CODE_ACC_T *' DV_wrap.c:69148: warning: passing argument 2 of 'CODE_ACC_T_Equal' from incompatible pointer type dataview-uniq.h:4354: note: expected 'const enum CODE_ACC_T *' but argument is of type 'const enum CODE_ACC_T *' DV_wrap.c: In function '_wrap_CODE_ACC_T_ACN_Encode': DV_wrap.c:69197: warning: passing argument 1 of 'CODE_ACC_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:4354: note: expected 'const enum CODE_ACC_T *' but argument is of type 'const enum CODE_ACC_T *' DV_wrap.c: In function '_wrap_CODE_ACC_T_Encode': DV_wrap.c:69286: warning: passing argument 1 of 'CODE_ACC_T_Encode' from incompatible pointer type dataview-uniq.h:4356: note: expected 'const enum CODE_ACC_T *' but argument is of type 'const enum CODE_ACC_T *' DV_wrap.c: In function '_wrap_TMID_T_IsConstraintValid': DV_wrap.c:70044: warning: passing argument 1 of 'TMID_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:4438: note: expected 'const enum TMID_T *' but argument is of type 'const enum TMID_T *' DV_wrap.c: In function '_wrap_TMID_T_Equal': DV_wrap.c:70075: warning: passing argument 1 of 'TMID_T_Equal' from incompatible pointer type dataview-uniq.h:4439: note: expected 'const enum TMID_T *' but argument is of type 'const enum TMID_T *' DV_wrap.c:70075: warning: passing argument 2 of 'TMID_T_Equal' from incompatible pointer type dataview-uniq.h:4439: note: expected 'const enum TMID_T *' but argument is of type 'const enum TMID_T *' DV_wrap.c: In function '_wrap_TMID_T_ACN_Encode': DV_wrap.c:70124: warning: passing argument 1 of 'TMID_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:4439: note: expected 'const enum TMID_T *' but argument is of type 'const enum TMID_T *' DV_wrap.c: In function '_wrap_TMID_T_Encode': DV_wrap.c:70213: warning: passing argument 1 of 'TMID_T_Encode' from incompatible pointer type dataview-uniq.h:4441: note: expected 'const enum TMID_T *' but argument is of type 'const enum TMID_T *' DV_wrap.c: In function '_wrap_OBCP_Status_T_IsConstraintValid': DV_wrap.c:76466: warning: passing argument 1 of 'OBCP_Status_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:4824: note: expected 'const enum OBCP_Status_T *' but argument is of type 'const enum OBCP_Status_T *' DV_wrap.c: In function '_wrap_OBCP_Status_T_Equal': DV_wrap.c:76497: warning: passing argument 1 of 'OBCP_Status_T_Equal' from incompatible pointer type dataview-uniq.h:4825: note: expected 'const enum OBCP_Status_T *' but argument is of type 'const enum OBCP_Status_T *' DV_wrap.c:76497: warning: passing argument 2 of 'OBCP_Status_T_Equal' from incompatible pointer type dataview-uniq.h:4825: note: expected 'const enum OBCP_Status_T *' but argument is of type 'const enum OBCP_Status_T *' DV_wrap.c: In function '_wrap_OBCP_Status_T_ACN_Encode': DV_wrap.c:76546: warning: passing argument 1 of 'OBCP_Status_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:4825: note: expected 'const enum OBCP_Status_T *' but argument is of type 'const enum OBCP_Status_T *' DV_wrap.c: In function '_wrap_OBCP_Status_T_Encode': DV_wrap.c:76635: warning: passing argument 1 of 'OBCP_Status_T_Encode' from incompatible pointer type dataview-uniq.h:4827: note: expected 'const enum OBCP_Status_T *' but argument is of type 'const enum OBCP_Status_T *' DV_wrap.c: In function '_wrap_Drivers_T_IsConstraintValid': DV_wrap.c:79799: warning: passing argument 1 of 'Drivers_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5068: note: expected 'const enum Drivers_T *' but argument is of type 'const enum Drivers_T *' DV_wrap.c: In function '_wrap_Drivers_T_Equal': DV_wrap.c:79830: warning: passing argument 1 of 'Drivers_T_Equal' from incompatible pointer type dataview-uniq.h:5069: note: expected 'const enum Drivers_T *' but argument is of type 'const enum Drivers_T *' DV_wrap.c:79830: warning: passing argument 2 of 'Drivers_T_Equal' from incompatible pointer type dataview-uniq.h:5069: note: expected 'const enum Drivers_T *' but argument is of type 'const enum Drivers_T *' DV_wrap.c: In function '_wrap_Drivers_T_ACN_Encode': DV_wrap.c:79879: warning: passing argument 1 of 'Drivers_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5069: note: expected 'const enum Drivers_T *' but argument is of type 'const enum Drivers_T *' DV_wrap.c: In function '_wrap_Drivers_T_Encode': DV_wrap.c:79968: warning: passing argument 1 of 'Drivers_T_Encode' from incompatible pointer type dataview-uniq.h:5071: note: expected 'const enum Drivers_T *' but argument is of type 'const enum Drivers_T *' DV_wrap.c: In function '_wrap_DestinationID_T_IsConstraintValid': DV_wrap.c:80060: warning: passing argument 1 of 'DestinationID_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5090: note: expected 'const enum DestinationID_T *' but argument is of type 'const enum DestinationID_T *' DV_wrap.c: In function '_wrap_DestinationID_T_Equal': DV_wrap.c:80091: warning: passing argument 1 of 'DestinationID_T_Equal' from incompatible pointer type dataview-uniq.h:5091: note: expected 'const enum DestinationID_T *' but argument is of type 'const enum DestinationID_T *' DV_wrap.c:80091: warning: passing argument 2 of 'DestinationID_T_Equal' from incompatible pointer type dataview-uniq.h:5091: note: expected 'const enum DestinationID_T *' but argument is of type 'const enum DestinationID_T *' DV_wrap.c: In function '_wrap_DestinationID_T_ACN_Encode': DV_wrap.c:80140: warning: passing argument 1 of 'DestinationID_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5091: note: expected 'const enum DestinationID_T *' but argument is of type 'const enum DestinationID_T *' DV_wrap.c: In function '_wrap_DestinationID_T_Encode': DV_wrap.c:80229: warning: passing argument 1 of 'DestinationID_T_Encode' from incompatible pointer type dataview-uniq.h:5093: note: expected 'const enum DestinationID_T *' but argument is of type 'const enum DestinationID_T *' DV_wrap.c: In function '_wrap_OBCP_Msg_Kind_T_IsConstraintValid': DV_wrap.c:82487: warning: passing argument 1 of 'OBCP_Msg_Kind_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5241: note: expected 'const enum OBCP_Msg_Kind_T *' but argument is of type 'const enum OBCP_Msg_Kind_T *' DV_wrap.c: In function '_wrap_OBCP_Msg_Kind_T_Equal': DV_wrap.c:82518: warning: passing argument 1 of 'OBCP_Msg_Kind_T_Equal' from incompatible pointer type dataview-uniq.h:5242: note: expected 'const enum OBCP_Msg_Kind_T *' but argument is of type 'const enum OBCP_Msg_Kind_T *' DV_wrap.c:82518: warning: passing argument 2 of 'OBCP_Msg_Kind_T_Equal' from incompatible pointer type dataview-uniq.h:5242: note: expected 'const enum OBCP_Msg_Kind_T *' but argument is of type 'const enum OBCP_Msg_Kind_T *' DV_wrap.c: In function '_wrap_OBCP_Msg_Kind_T_ACN_Encode': DV_wrap.c:82567: warning: passing argument 1 of 'OBCP_Msg_Kind_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5242: note: expected 'const enum OBCP_Msg_Kind_T *' but argument is of type 'const enum OBCP_Msg_Kind_T *' DV_wrap.c: In function '_wrap_OBCP_Msg_Kind_T_Encode': DV_wrap.c:82656: warning: passing argument 1 of 'OBCP_Msg_Kind_T_Encode' from incompatible pointer type dataview-uniq.h:5244: note: expected 'const enum OBCP_Msg_Kind_T *' but argument is of type 'const enum OBCP_Msg_Kind_T *' DV_wrap.c: In function '_wrap_AOCS_Internal_State_T_IsConstraintValid': DV_wrap.c:84077: warning: passing argument 1 of 'AOCS_Internal_State_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5351: note: expected 'const enum AOCS_Internal_State_T *' but argument is of type 'const enum AOCS_Internal_State_T *' DV_wrap.c: In function '_wrap_AOCS_Internal_State_T_Equal': DV_wrap.c:84108: warning: passing argument 1 of 'AOCS_Internal_State_T_Equal' from incompatible pointer type dataview-uniq.h:5352: note: expected 'const enum AOCS_Internal_State_T *' but argument is of type 'const enum AOCS_Internal_State_T *' DV_wrap.c:84108: warning: passing argument 2 of 'AOCS_Internal_State_T_Equal' from incompatible pointer type dataview-uniq.h:5352: note: expected 'const enum AOCS_Internal_State_T *' but argument is of type 'const enum AOCS_Internal_State_T *' DV_wrap.c: In function '_wrap_AOCS_Internal_State_T_ACN_Encode': DV_wrap.c:84157: warning: passing argument 1 of 'AOCS_Internal_State_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5352: note: expected 'const enum AOCS_Internal_State_T *' but argument is of type 'const enum AOCS_Internal_State_T *' DV_wrap.c: In function '_wrap_AOCS_Internal_State_T_Encode': DV_wrap.c:84246: warning: passing argument 1 of 'AOCS_Internal_State_T_Encode' from incompatible pointer type dataview-uniq.h:5354: note: expected 'const enum AOCS_Internal_State_T *' but argument is of type 'const enum AOCS_Internal_State_T *' DV_wrap.c: In function '_wrap_OBCP_Type_T_IsConstraintValid': DV_wrap.c:84338: warning: passing argument 1 of 'OBCP_Type_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5375: note: expected 'const enum OBCP_Type_T *' but argument is of type 'const enum OBCP_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Type_T_Equal': DV_wrap.c:84369: warning: passing argument 1 of 'OBCP_Type_T_Equal' from incompatible pointer type dataview-uniq.h:5376: note: expected 'const enum OBCP_Type_T *' but argument is of type 'const enum OBCP_Type_T *' DV_wrap.c:84369: warning: passing argument 2 of 'OBCP_Type_T_Equal' from incompatible pointer type dataview-uniq.h:5376: note: expected 'const enum OBCP_Type_T *' but argument is of type 'const enum OBCP_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Type_T_ACN_Encode': DV_wrap.c:84418: warning: passing argument 1 of 'OBCP_Type_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5376: note: expected 'const enum OBCP_Type_T *' but argument is of type 'const enum OBCP_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Type_T_Encode': DV_wrap.c:84507: warning: passing argument 1 of 'OBCP_Type_T_Encode' from incompatible pointer type dataview-uniq.h:5378: note: expected 'const enum OBCP_Type_T *' but argument is of type 'const enum OBCP_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Numeric_Identifier_T_IsConstraintValid': DV_wrap.c:84599: warning: passing argument 1 of 'OBCP_Numeric_Identifier_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5400: note: expected 'const enum OBCP_Numeric_Identifier_T *' but argument is of type 'const enum OBCP_Numeric_Identifier_T *' DV_wrap.c: In function '_wrap_OBCP_Numeric_Identifier_T_Equal': DV_wrap.c:84630: warning: passing argument 1 of 'OBCP_Numeric_Identifier_T_Equal' from incompatible pointer type dataview-uniq.h:5401: note: expected 'const enum OBCP_Numeric_Identifier_T *' but argument is of type 'const enum OBCP_Numeric_Identifier_T *' DV_wrap.c:84630: warning: passing argument 2 of 'OBCP_Numeric_Identifier_T_Equal' from incompatible pointer type dataview-uniq.h:5401: note: expected 'const enum OBCP_Numeric_Identifier_T *' but argument is of type 'const enum OBCP_Numeric_Identifier_T *' DV_wrap.c: In function '_wrap_OBCP_Numeric_Identifier_T_ACN_Encode': DV_wrap.c:84679: warning: passing argument 1 of 'OBCP_Numeric_Identifier_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5401: note: expected 'const enum OBCP_Numeric_Identifier_T *' but argument is of type 'const enum OBCP_Numeric_Identifier_T *' DV_wrap.c: In function '_wrap_OBCP_Numeric_Identifier_T_Encode': DV_wrap.c:84768: warning: passing argument 1 of 'OBCP_Numeric_Identifier_T_Encode' from incompatible pointer type dataview-uniq.h:5403: note: expected 'const enum OBCP_Numeric_Identifier_T *' but argument is of type 'const enum OBCP_Numeric_Identifier_T *' DV_wrap.c: In function '_wrap_OBCP_Transition_Type_T_IsConstraintValid': DV_wrap.c:84860: warning: passing argument 1 of 'OBCP_Transition_Type_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5427: note: expected 'const enum OBCP_Transition_Type_T *' but argument is of type 'const enum OBCP_Transition_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Transition_Type_T_Equal': DV_wrap.c:84891: warning: passing argument 1 of 'OBCP_Transition_Type_T_Equal' from incompatible pointer type dataview-uniq.h:5428: note: expected 'const enum OBCP_Transition_Type_T *' but argument is of type 'const enum OBCP_Transition_Type_T *' DV_wrap.c:84891: warning: passing argument 2 of 'OBCP_Transition_Type_T_Equal' from incompatible pointer type dataview-uniq.h:5428: note: expected 'const enum OBCP_Transition_Type_T *' but argument is of type 'const enum OBCP_Transition_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Transition_Type_T_ACN_Encode': DV_wrap.c:84940: warning: passing argument 1 of 'OBCP_Transition_Type_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5428: note: expected 'const enum OBCP_Transition_Type_T *' but argument is of type 'const enum OBCP_Transition_Type_T *' DV_wrap.c: In function '_wrap_OBCP_Transition_Type_T_Encode': DV_wrap.c:85029: warning: passing argument 1 of 'OBCP_Transition_Type_T_Encode' from incompatible pointer type dataview-uniq.h:5430: note: expected 'const enum OBCP_Transition_Type_T *' but argument is of type 'const enum OBCP_Transition_Type_T *' DV_wrap.c: In function '_wrap_OBCP_State_Type_T_IsConstraintValid': DV_wrap.c:85121: warning: passing argument 1 of 'OBCP_State_Type_T_IsConstraintValid' from incompatible pointer type dataview-uniq.h:5452: note: expected 'const enum OBCP_State_Type_T *' but argument is of type 'const enum OBCP_State_Type_T *' DV_wrap.c: In function '_wrap_OBCP_State_Type_T_Equal': DV_wrap.c:85152: warning: passing argument 1 of 'OBCP_State_Type_T_Equal' from incompatible pointer type dataview-uniq.h:5453: note: expected 'const enum OBCP_State_Type_T *' but argument is of type 'const enum OBCP_State_Type_T *' DV_wrap.c:85152: warning: passing argument 2 of 'OBCP_State_Type_T_Equal' from incompatible pointer type dataview-uniq.h:5453: note: expected 'const enum OBCP_State_Type_T *' but argument is of type 'const enum OBCP_State_Type_T *' DV_wrap.c: In function '_wrap_OBCP_State_Type_T_ACN_Encode': DV_wrap.c:85201: warning: passing argument 1 of 'OBCP_State_Type_T_ACN_Encode' from incompatible pointer type dataview-uniq.h:5453: note: expected 'const enum OBCP_State_Type_T *' but argument is of type 'const enum OBCP_State_Type_T *' DV_wrap.c: In function '_wrap_OBCP_State_Type_T_Encode': DV_wrap.c:85290: warning: passing argument 1 of 'OBCP_State_Type_T_Encode' from incompatible pointer type dataview-uniq.h:5455: note: expected 'const enum OBCP_State_Type_T *' but argument is of type 'const enum OBCP_State_Type_T *' gcc -g -fPIC -c `python-config --includes` -o dataview_uniq_getset.o dataview_uniq_getset.c gcc -g -fPIC -shared `python-config --ldflags` -o _DV.so dataview-uniq.o asn1crt.o real.o acn.o ber.o xer.o DV_wrap.o dataview_uniq_getset.o cp `taste-config --prefix`/share//asn1-editor/InterfaceEnum.i . swig -includeall -outdir . -python ./InterfaceEnum.i && gcc -g -shared -fPIC `python-config --includes` -o _InterfaceEnum.so InterfaceEnum_wrap.c ./InterfaceEnum.i:7: Error: Unable to find 'interface_enum.h' make: *** [ExtraSwigGate] Error 1 Exception in user code: ------------------------------------------------------------ File "/opt/ocarina-2.0w-suite-x86-linux-2010.svn/bin/assert-builder-ocarina.py", line 2227, in <module> main() File "/opt/ocarina-2.0w-suite-x86-linux-2010.svn/bin/assert-builder-ocarina.py", line 2196, in main BuildPythonStubs(pythonSubsystems, asn1Grammar) File "/opt/ocarina-2.0w-suite-x86-linux-2010.svn/bin/assert-builder-ocarina.py", line 727, in BuildPythonStubs mysystem("make -f Makefile.python") File "/opt/ocarina-2.0w-suite-x86-linux-2010.svn/bin/assert-builder-ocarina.py", line 128, in mysystem traceback.print_stack() ------------------------------------------------------------ Failed while executing: make -f Makefile.python From this directory: /home/assert/workspace/obcp_project/src/binary/GlueAndBuild/gluegroundgui/python/asn2dataModel Failed to compile...
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |