Skip to content
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

This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #86

Open
jpsarda opened this issue Jan 10, 2021 · 1 comment

Comments

@jpsarda
Copy link

jpsarda commented Jan 10, 2021

I've tried to compile on Debian 10. I folloed the tutorial on the home page of the project, andI guet this error :

/tmp/VobSub2SRT-master# make
make -C build
make[1]: Entering directory '/tmp/VobSub2SRT-master/build'
make[2]: Entering directory '/tmp/VobSub2SRT-master/build'
make[3]: Entering directory '/tmp/VobSub2SRT-master/build'
make[3]: Leaving directory '/tmp/VobSub2SRT-master/build'
[ 50%] Built target mplayer
make[3]: Entering directory '/tmp/VobSub2SRT-master/build'
make[3]: Leaving directory '/tmp/VobSub2SRT-master/build'
make[3]: Entering directory '/tmp/VobSub2SRT-master/build'
[ 60%] Building CXX object src/CMakeFiles/vobsub2srt.dir/vobsub2srt.c++.o
In file included from /usr/include/c++/8/cinttypes:35,
                 from /usr/include/tesseract/host.h:30,
                 from /usr/include/tesseract/serialis.h:26,
                 from /usr/include/tesseract/baseapi.h:32,
                 from /tmp/VobSub2SRT-master/src/vobsub2srt.c++:27:
/usr/include/c++/8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \

There are much more errors after this, I only pasted the first one.

@epilys
Copy link

epilys commented Jan 29, 2021

See #67 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants