I've made some updates to my GitHub repo:
https://github.com/wattoc/AROS-vpdfI do have a mostly working VPDF on x64 ABI v1 at this point, but there are still issues with some select files. There's a problem with fonts for some PDF files where it'll crash AROS. If you open another PDF first (eg. the test one that checks the fonts) it'll actually then load that problem file OK. I think this is down to FontConfig/TT.lib in AROS itself rather than something within VPDF, perhaps something being accessed before it should be and only specific files can trigger it. The problem file has embedded fonts. I did add a bunch of logging to try to track it down but I'm coming up a bit short. For what it's worth I think I had to statically link some libraries in AROSPDF for the exact same issue.
I've been working on this sporadically but to be honest it doesn't especially interest me right now, and I'll probably have to move on to something else as it's just too much fiddling around to get things going - I don't find the whole dev environment especially productive, it's just not a great set up for someone trying to develop actual applications for a system although I'm sure others will tell me I'm wrong there. MUI isn't really my forte either and someone who knows it better should probably try to improve the UI a bit.
Someone else should probably look to pick this up but I may spin it up again for a look now and then, if I'm feeling a bit masochistic.