mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] ccextractor HEAD do not link anymore (missing python_extract_g608_grid) #326
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 @fredericgermain on GitHub (Sep 7, 2017).
it seems python_extract_g608_grid is a recent addition
make errors I have on my fedora 25 :
[100%] Linking C executable ccextractor
lib_ccx/libccx.a(ccx_encoders_python.c.o): In function
pass_cc_buffer_to_python': /home/fred/workspaces/langues/subtitle_detect/ccextractor/src/lib_ccx/ccx_encoders_python.c:32: undefined reference topython_extract_g608_grid'/home/fred/workspaces/langues/subtitle_detect/ccextractor/src/lib_ccx/ccx_encoders_python.c:36: undefined reference to
python_extract_g608_grid' /home/fred/workspaces/langues/subtitle_detect/ccextractor/src/lib_ccx/ccx_encoders_python.c:39: undefined reference topython_extract_g608_grid'/home/fred/workspaces/langues/subtitle_detect/ccextractor/src/lib_ccx/ccx_encoders_python.c:42: undefined reference to
python_extract_g608_grid' /home/fred/workspaces/langues/subtitle_detect/ccextractor/src/lib_ccx/ccx_encoders_python.c:45: undefined reference topython_extract_g608_grid'collect2: error: ld returned 1 exit status
CMakeFiles/ccextractor.dir/build.make:251: recipe for target 'ccextractor' failed
In raising this issue, I confirm the following (please check boxes, eg [X]):
My familiarity with the project is as follows (check one, eg [X]):
Necessary information
-autoprogramVideo links
Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository.
Do not upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it.
Additional information
{issue content here, replace this line with your issue content}
PS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.
@saurabhshri commented on GitHub (Oct 2, 2017):
@cfsmp3 fixed through #781 !