Cevelop / Issues

The official issue tracker for Cevelop.
9 stars 1 forks source link

Cevelop doesn't ship with Cute headers ( No Puns not intended ) #29

Closed codecnotsupported closed 7 years ago

codecnotsupported commented 7 years ago

Expected Behavior

Include cute headers without issues.

Actual Behavior

Can't find cute headers

Cevelop Version, Operating System and Compiler

Cevelop 1.7.1 with beta plugins. On Linux 4.10.0-21-generic. gcc version 7.0.1 20170407

Temporary fix:

Reinstall Cute.

fmorgner commented 7 years ago

How did you create your Project? Cevelop provides the CUTE headers when creating a new CUTE Project.

codecnotsupported commented 7 years ago

There wasn't a option to create a CUTE project, only a cute suite.

But to make sure I shall do a clean install and recheck. [ ]

PeterSommerlad commented 7 years ago

Try: File-->New C++ Project -> Wizard opens select first folder CUTE -> CUTE project

Sorry for the confusion. We might make a CUTE project entry more prominent in the top-level menu in a future release.

codecnotsupported commented 7 years ago

I just rechecked, it did seem to be a problem with my specific configuration. ( I just ran a fresh install ) Also @PeterSommerlad, in my honest opinion it's not confusing. But somehow I managed to remove the cute project preset.

Also thanks for your input @fmorgner, @PeterSommerlad.