Closed Kreijstal closed 1 week ago
https://discord.com/channels/792780131906617355/792780132398006315/1308098798735589447 https://github.com/Doublonmousse/poppler-patch/issues/1
Clone https://github.com/Kreijstal/tdf and change poppler-rs to use https://github.com/Doublonmousse/poppler-patch instead
try to compile with cargo
It should compile
It attempts to find some poppler symbols which are private, for some reason, on linux this error never gets triggered despite the symbols being private, what is going on?
MINGW64_NT-10.0-22631
If I manage to understand.
Reported https://gitlab.gnome.org/World/Rust/poppler-rs/-/issues/4 here, I hope it goes ok
Description / Steps to reproduce the issue
https://discord.com/channels/792780131906617355/792780132398006315/1308098798735589447 https://github.com/Doublonmousse/poppler-patch/issues/1
Clone https://github.com/Kreijstal/tdf and change poppler-rs to use https://github.com/Doublonmousse/poppler-patch instead
try to compile with cargo
Expected behavior
It should compile
Actual behavior
It attempts to find some poppler symbols which are private, for some reason, on linux this error never gets triggered despite the symbols being private, what is going on?
Verification
Windows Version
MINGW64_NT-10.0-22631
MINGW environments affected
Are you willing to submit a PR?
If I manage to understand.