Page 1 of 1

How to include ncurses in CodeLite

Posted: Fri Jan 04, 2019 9:55 pm
by Frank.Pradel
Hi,
I am using CodeLite under Microsoft Windows 10.
I am trying to create a program using "ncurses" for Windows 64Bit.
In the Compiler Options I added the folder to ncurses.h, in the Linker Options I added the folder to the *.a files.
Nevertheless I get the attached errormessages.
Can someone advise how to include the needed fies?
Thanks in advance
Screenshot.jpg

Re: How to include ncurses in CodeLite

Posted: Sat Jan 05, 2019 1:01 am
by eranif
You need to add the path to the *.h files in the project settings->compile->include paths

Re: How to include ncurses in CodeLite

Posted: Mon Jan 07, 2019 9:19 pm
by Frank.Pradel
Thanks, but as I wrote:
"In the Compiler Options I added the folder to ncurses.h, in the Linker Options I added the folder to the *.a files."
So there is something else to do, but what?

Re: How to include ncurses in CodeLite

Posted: Tue Jan 08, 2019 2:08 am
by eranif
Sorry, I must have missed that.
Do you have this file installed?