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

Build fails "format.h:76:13: error: expected unqualified-id before ‘!’ token..." & more #1742

Closed
chrispsommers opened this issue Jun 23, 2020 · 2 comments

Comments

@chrispsommers
Copy link

chrispsommers commented Jun 23, 2020

make
[ 1%] Building CXX object CMakeFiles/fmt.dir/src/format.cc.o
In file included from /home/chris/fmt/include/fmt/format-inl.h:20:0,
from /home/chris/fmt/src/format.cc:8:
/home/chris/fmt/include/fmt/format.h:76:13: error: expected unqualified-id before ‘!’ token
&& (!defined(EDG_VERSION) || EDG_VERSION >= 520)
...
...hundreds of lines more of errors

$ g++ --version
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

commit 4e94c64
failed with previous commit too

I can build branch 4.x just fine.

@vitaut
Copy link
Contributor

vitaut commented Jun 23, 2020

Will be fixed in 978521b. Thanks for reporting.

@vitaut vitaut closed this as completed Jun 23, 2020
@chrispsommers
Copy link
Author

I just verified the fix works, thanks for the super-fast response!

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