dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

Issue with CMake #33

Open WeffreyJu opened 4 years ago

WeffreyJu commented 4 years ago

When I run CMake .. Basically everything seems to be running fine until I get to:

... Performing Test COMPILER_SUPPORTS_CXX11 Performing Test COMPILER_SUPPORTS_CXX11 - Failed Performing Test COMPILER_SUPPORTS_CXX0X Performing Test COMPILER_SUPPORTS_CXX0X - Failed CMake Error at CMakeLists.txt:223 (message): The compiler C:/Program Files (x86)/Microsoft Visual Studio/.........../cl.exe has no C++11 support. Please use a different C++ compiler.

I've tried a few solutions but everything that I've tried seems to do less progress, so I would love to know what's going on! Thanks

yftzz commented 4 years ago

An alternative way to work on Windows is docker… Def worth a try if you can’t solve it anyways.

On Jan 16, 2020, at 1:00 AM, WeffreyJu notifications@github.com wrote:

When I run CMake .. Basically everything seems to be running fine until I get to:

... Performing Test COMPILER_SUPPORTS_CXX11 Performing Test COMPILER_SUPPORTS_CXX11 - Failed Performing Test COMPILER_SUPPORTS_CXX0X Performing Test COMPILER_SUPPORTS_CXX0X - Failed CMake Error at CMakeLists.txt:223 (message): The compiler C:/Program Files (x86)/Microsoft Visual Studio/.........../cl.exe has no C++11 support. Please use a different C++ compiler.

I've tried a few solutions but everything that I've tried seems to do less progress, so I would love to know what's going on! Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dilevin/computer-graphics-raster-images/issues/33?email_source=notifications&email_token=AIOKPRGK52SU3UVACNMVSILQ57ZZLA5CNFSM4KHOO6FKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGRMCOQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOKPRFWVDXH6OTVKRIJTH3Q57ZZLANCNFSM4KHOO6FA.

WeffreyJu commented 4 years ago

An alternative way to work on Windows is docker… Def worth a try if you can’t solve it anyways.

I looked at Docker and it's only compatible with Windows 10 Pro or Enterprise, not Windows 10 Home