Closed fdegros closed 5 months ago
Thanks for the issue report. Is it possible for you to make a patch for this as I am currently not able to look into this build problem.
so, is anyone working on a patch for this? trying to avoid the possibility of duplicating work here
I leave this to the pros.
Looking at the UnRAR source code usually provides enough details to complete the small extension(s) in rar2fs. The extensions are simply variants of already existing functions.
It looks like the field
FileHeader::RedirName
has changed its type fromwchar_t*
tostd::wstring
, which prevents the compilation ofrar2fs
withunrar
7.0.7:See https://bugs.gentoo.org/931078
The constant
NM
seems to have been removed as well:See https://bugs.gentoo.org/930341