Open RhanTegoth opened 1 year ago
hello ,May I ask if the respondent has resolved it? How to avoid it。
I never managed to resolve the issue. I ended up using a Linux system to run the abi checker.
I never managed to resolve the issue. I ended up using a Linux system to run the abi checker.
Thank you
Could some who managed to use this tool with Windows explain how to do it? If i run abi-compliance-checker.pl -lib NAME -old V1.xml -new V2.xml (with my actual libname inserted) i get an error that looks like i might have an incompatible version for perl or mingw?
So far i have installed StrawberryPerl (I think the paths got added automatically). I have downloaded mingw and added it's path to the environment. But I think it is not used up to the point of the error, since I get the same result if I don't have it in path. Visual Studio is installed too. I have not installed sigcheck, info-zip or ctags yets. Reason 1: I was currious in which order these tools work and install them step by step as the errors occure. Reason 2: I have no idea if i need to build ctags or if the source code is build when needed. Reason 3: I have no idea which of the programs i can find on https://infozip.sourceforge.net/ to download or if this is even the right website.
Though the error I receive seems to be an incompatiblity with Perl or MinGW. Is there some sort of maximum Version one may use? Or perhaps a specific one beside StrawberryPerl?