-
TL;DR Here are the instructions I followed verbatim - https://pimylifeup.com/raspberry-pi-x86/ I'm a beginner to Linux and (especially) to Raspberry Pi and have no idea what to do here. I've tried Googling but have not turned up anything actionable on "Error: PltReolver: Symbol FcNameRegisterObjectTypes not found". What does it mean and how do I fix this? TIA for any assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
You can't, that function handling needs to be added in box86 itself. I have done it, you need to update box86 and try again. |
Beta Was this translation helpful? Give feedback.
-
Ok, this one is added too. Hopefully there will not be a ton of missing symbols... |
Beta Was this translation helpful? Give feedback.
-
Yes, there are a few, but many are already wrapped. Look there https://github.com/ptitSeb/box86/blob/master/src/wrapped/wrappedfontconfig_private.h , everything not starting by Also, I have pushed that new one. |
Beta Was this translation helpful? Give feedback.
-
Ah good ! (there is a "Sponsor" button on the box86 repo on github) |
Beta Was this translation helpful? Give feedback.
Yes, there are a few, but many are already wrapped. Look there https://github.com/ptitSeb/box86/blob/master/src/wrapped/wrappedfontconfig_private.h , everything not starting by
//
is done.Also, I have pushed that new one.