mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] Autogen Compilation terminates at make #564
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vishwesh-D-kumar on GitHub (Mar 3, 2020).
CCExtractor version: 0.88
In raising this issue, I confirm the following:
Necessary information
Video links
None
Additional information
While running
makeafter running the commands./autogen.shand./configurethere is an error namelyI know that it is not an error in the platform , as I have used
build.shto compile CCextractor correctlyThe platform I'm using :
Ubuntu 18.04 on Docker , on MacOS
Upon comparing and investigating, it seems that png.h does exist in
../src/thirdparty/libpng/Upon searching for this issue, seems that running
sudo apt-get install libpng-devinstalls it correctly andmakeruns perfectly wellThis is not an included library in the Compilation page , for Autogen Scripts .Is there a reason behind this ?