View Single Post
Old 10-10-2021, 12:09 PM   #30
GerReader
Connoisseur
GerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of itGerReader has read War And Peace ... all of it
 
Posts: 52
Karma: 66200
Join Date: Oct 2020
Location: Germany, Rhein-Main
Device: PocketBook Touch HD 3
Quote:
Originally Posted by Skeeve View Post
But I think this is due to issues with the frontend(?) source code.

If so, I'm more than willing to provide the dockerfile I used. This might allow others to easily get a development container up and running.
Looks that this is a problem with linking. It cannot find the icons (pbres is compiling them into icons.c, which is then directly compiled & linked into the app).

Furthermore, I miss the call to pbres right at the start when running make. The very first step there should be to generate icons.c. Perhaps the present icons.c is outdated or is empty/corrupted from your first failed try, and a simple "make clean" could resolve this issue.

Would be interesting to get your dockerfile. Should be possible to post here via code block, and could allow to check what is going wrong with your app build process.
GerReader is offline   Reply With Quote