mammo0
mammo0
Hello, I also stumbled across this problem. The issue is at Pyinstaller, that is used to create the binaries. See https://github.com/pyinstaller/pyinstaller/issues/4569 But there's already a PR that fixes this issue:...
Hello @vfosterm, can you share, how you exactly build the application? The normal and the compatibility build? Because I tried it with Pyinstaller and it worked on my local machine,...
> The normal version is compiled on an up to date arch machine ... Ok, this is why it worked out of the box for me, because I'm also using...
@rougier: I ran into the problem which is described in #123. I wanted to use an emoji font with freetype. But to get this working libpng and zlib is required....
> @mammo0 Hmm, I think building with Jam has been dropped years ago. For unix and mingw builds, the export symbol list is generated by this sub-makefile (if you build...
Ok, now I've rebased this PR to the current master branch. @HinTak regarding the problem with the re-export of symbols from included libraries: **I found out that this problem was...
Oh, you're right. Zlib is still there... Sorry about that, but it was a long debugging session yesterday. At first I globally used `-Wl,--exclude-libs,ALL`, but that flat is not available...
Ok, I already found some time today. I tested your suggested syntax with e.g. `-Wl,--exclude-libs,png`. But this does not work. Afterwards the libpng symbols are re-exported. Only if I use...
I agree, some tests are never a mistake. I can add a test. But before the CI integration should be done by a maintainer.
@rougier merged it ;)