Hopson97 / Balic

Bad And Lossy Image Compressor: The perfect compressor (which doesn't actually compress, just lowers image quality giving the impression of compression) for all your lossy needs, created using C++ and SFML
GNU General Public License v3.0
4 stars 2 forks source link

Cannot compile #3

Closed jorgegomzar closed 9 months ago

jorgegomzar commented 5 years ago

Hello again and sorry for the second issue, Using cmake . , it returns the following error:

CMake Error at CMakeLists.txt:16 (add_executable): CXX_STANDARD is set to invalid value '17'

This same error appeared to me in your Pixelator repository but fixed it changing that value manually to 11 since the Ubuntu compiler reported me that, loved that one btw! So, after doing the same thing I try to compile with make but returns this: screenshot Surely changing the standard to 11 has to be related with the problem, but I still don't know what else to do to finally compile the project.

Thanks for your time.

Hopson97 commented 5 years ago

This requires C++17 to build. only thing I can think of is you need a newer version of CMake