-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error adding symbols: Malformed archive #311
Comments
I do not know about C source code. Generating C source output to 'C:\Users\jmcqu\AppData\Local\Temp\hbmk_tcnvbz.dir\harupdf.c'... Done. |
I copy src/3rd/png from 3.4 to 3.2 and all ok. |
@JoseQuintas src/3rd/png has been updated in this repo, please report if the issue is still valid. |
It is already made. |
I was wrong. There are changes but problem is not solved. |
problem occurs when png is before anothers libraries
but libs=png is on hbwin.hbc, and hbwin do not use it
correct is include it on hbhpdf.hbc, because harupdf need png.
if it is for windows only, this can be indicated using {win}libs=png
This will reduce problems.
On my recent test:
hbmk2 test gtwvg.hbc -> ok
hbmk2 gtwvg.hbc test -> error
because gtwvg.hbc have hbwin.hbc, and hbwin.hbc have libs=png
The text was updated successfully, but these errors were encountered: