hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
272 stars 25 forks source link

Additional fixes for UnRAR 7.x #189

Closed BSDKaffee closed 2 weeks ago

BSDKaffee commented 2 weeks ago

Fix build with UnRAR 7.x, at least with LLVM 18.

Thanks to @krvi for adding support for UnRAR 7.x in (#188), but I am still seeing build issues at least with LLVM. This seeks to fix those issues.

Build and run tested with UnRAR 7.0.9 and with 6.2.12 for backwards compat QA.

hasse69 commented 2 weeks ago

Thanks for the PR, will merge to master.