sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

[QUESTION] CentOS 8 build error #574

Closed Purushoth24051999 closed 4 months ago

Purushoth24051999 commented 5 months ago

I have followed the installation procedure for Hiredis and it got installed but when i proceeded to install redis++ when i run make command ith throws bellow error Screenshot from 2024-06-21 21-38-09

sewenew commented 4 months ago

Looks like this is a compiler bug? Can you try another compiler?

Regards

Purushoth24051999 commented 4 months ago

Looks like this is a compiler bug? Can you try another compiler?

Regards

This issue has been solved by upgrading my c++ compiler to latest version. It works fine now. Thanks for your response