libyal / libewf

Libewf is a library to access the Expert Witness Compression Format (EWF)
GNU Lesser General Public License v3.0
263 stars 76 forks source link

Changed synclibs.ps1 for name prefix of libodraw #201

Closed herosi closed 3 months ago

herosi commented 3 months ago

Recently, libodraw has been changed that it includes the project name as a prefix for function and variable names. However, synclibs.ps1 still removes the project name prefix before WinFlex is executed. Therefore, the compilation process of libodraw and ewfacquire failed. So I commented out the line for removing the prefix.

joachimmetz commented 3 months ago

@herosi can you provide me with more information where this is failing and what the build configuration is. CI tests seems to be running without issues.

joachimmetz commented 3 months ago

Tested manually and libodraw is compiling fine for me without the proposed changes. Will close this PR given it is not clear what issue it is claiming to solve.

herosi commented 3 months ago

Sorry about that. When I checked it again, it was successful. Sorry to bother you.