lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Error reported when creating dump file using XML #131

Open learnerV opened 1 month ago

learnerV commented 1 month ago

I want to use xml to create dump,such as

xxx /usr/include /usr/lib64/xxx

abi-compliance-checker -lib all -dump v1.xml -dump-path ./ABI-1.dump ERROR: some errors occurred when compiling headers ERROR: see log for details: /root/abi-compliance-checker-master/logs/xxx/log.txt ERROR: can't compile header(s)

there ars some errors: error: decimal floating-point not supported for this target error: #error "Never use <bits/in.h> directly; include <netinet/in.h> instead." error: #error Missing definition

learnerV commented 1 month ago

There is another case: ERROR: some errors occurred when compiling headers ERROR: see log for details: /root/abi-compliance-checker-master/logs/xxx/log.txt

Creating library ABI dump ... Dump path: ./ABI-10.dump