pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 623 forks source link

Cannot compile on openSUSE, could not find curses header #377

Closed beingPurple closed 4 years ago

beingPurple commented 4 years ago

I am getting an error when trying to compile:

configure: error: could not find curses header, required for the kconfig frontends
make[1]: *** [../Makefile:149: _ct-ng] Error 1
make[1]: Leaving directory '/home/user/esp-open-sdk/crosstool-NG'
make: *** [Makefile:145: crosstool-NG/ct-ng] Error 2

Any help is appreciated! This is my first time posting an issue to an open source project like this, so I apologize in advance if I am out of line.

jcmvbkbc commented 4 years ago

Have you followed this part of the instruction, specifically do you have ncurses development package installed?

beingPurple commented 4 years ago

That was it! It was listed in my repository as ncurses-devel rather than ncurses-dev. Thank you for the help!