bubonic
bubonic
@extra I had the same exact log as you when I tried to build this on Ubuntu 17.04. The solution was: `sudo apt-get install mono-devel` Which allows you to compile...
> Simply add -std=gnu++11 to CMAKE_CXX_FLAGS in CMakeLists.txt. Had same issue as OP and this worked for me after adding it and doing a `make distclean`
> Can this not be added to the CMakeLists.txt file here, so we don't have to add this manually? There hasn't been an update on this git in several years....
@jefro108 I'm unsure how brew works, as I've never owned an Apple. I just cloned my git repo and compiled from source and everything was working as expected. Glad to...
> @bubonic I'm trying to use your fork but getting > > ``` > $ vobsub2srt --tesseract-oem 0 video > Error: Tesseract (legacy) engine requested, but components are not present...