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

make error #8

Open
yangfan21-zz opened this issue Jan 27, 2018 · 1 comment
Open

make error #8

yangfan21-zz opened this issue Jan 27, 2018 · 1 comment

Comments

@yangfan21-zz
Copy link

vagrant centos7 make crtmpserver error:

error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
WARN("Unable to set IP_TTL: %"PRIu8"; error was (%d) %s", ttl, err, strerror(err));

@RanceJen
Copy link

RanceJen commented Mar 18, 2019

Build on ubuntu 16.04 with g++ 5.4.0 is success
Or it can be ignore by add -Wno-literal-suffix to CMakeLists.txt

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