Cute-Test / Issues

The official issue tracker for CUTE.
0 stars 0 forks source link

Installing CUTE Plugin from Eclipse marketplace doesn´t work #11

Open GerdHirsch opened 3 years ago

GerdHirsch commented 3 years ago

easy to install

install 5.10 from marketplace

Actual Behavior

install 5.9.0.202002141512

after installing and creating a new CUTE Project and compiling:

the cute options dialog was empty see attachment

then compiler error

D:\DevProjects\Cpp\Multithreading\SimplePeriodicTimerCute\cute/cute_to_string.h:89:51: error: 'std::byte' has not been declared CUTEOptions

Versions

Eclipse CDT Version: Oxygen.3a Release (4.7.3a) , Windows and Compiler Cygwin gcc 7.4.0

PeterSommerlad commented 3 years ago

I recommend that you use CUTE from within Cevelop. However, getting a compile error that refers to std::byte seems that you are using a compiler that pretends to be C++17 compliant (and use the corresponding compiler settings) but that actually doesn't implement std::byte. For further diagnosis, it would be better to see the whole compiler call with its complete diagnostics output. Can you compile a hello world project with your setup.