Jump to content

So I am running ubuntu 14.04 in a VM and I am compiling Cataclysm, curses not Graphical, and ever time I try to compile it outputs this

 

g++  -DGIT_VERSION -DLOCALIZE -ffast-math -Og -Wall -Wextra -g -D_GLIB

CXX_DEBUG  --std=c++11 -MMD -I/usr/include/ncursesw -c src/action.cpp 

-o obj/action.o

In file included from src/color.h:4:0,

                 from src/output.h:4,

                 from src/action.cpp:2:

src/cursesdef.h:10:20: fatal error: curses.h: No such file or director

y

 #include <curses.h>

                    ^

compilation terminated.

make: *** [obj/action.o] Error 1

 

If any one could help me that would be great, I am something of a n00b, but bear with me here 

Link to comment
https://linustechtips.com/topic/554137-cataclysm-compiling-conundrum/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×