mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
error while building ccextractor #125
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 @vinayakathavale on GitHub (Mar 6, 2016).
There is an error while executing make link
there seems to be an error while importing file "zvbi_decoder.h"
output of cmake link
I am using cmake version 3.3.2
@anshul1912 commented on GitHub (Mar 6, 2016):
I think better solution would be to change makefile instead of source code, that change makes the position of file fix,
@vinayakathavale commented on GitHub (Mar 6, 2016):
I made this change but it does not fix the issue make still fails
@vinayakathavale commented on GitHub (Mar 7, 2016):
issue resolved by pull request #296