Binary compatibility report for the ANN library between 1.1.1 and 1.1.2 versions on x86
Test Info
Library Name | ANN |
Version #1 | 1.1.1 |
Version #2 | 1.1.2 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 72 / 55 |
Verdict | Incompatible (2.78%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
ANNx.h,
libANN.so
annError ( char const* msg, ANNerr level )
[ symbol: _Z8annErrorPKc6ANNerr ]
to the top
Removed Symbols (1)
ANNx.h,
libANN.so
annError ( char* msg, ANNerr level )
[ symbol: _Z8annErrorPc6ANNerr ]
to the top
Problems with Symbols, High Severity (1)
ANNx.h,
libANN.so
[+] annError ( char* msg, ANNerr level ) (1)
changed to:annError ( char const* msg, ANNerr level )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _Z8annErrorPc6ANNerr to _Z8annErrorPKc6ANNerr. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (3)
ANN.h
ANNperf.h
ANNx.h
to the top
Shared Libraries (1)
libANN.so
to the top