Quote:
Originally Posted by Skeeve
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.