How to include ncurses in CodeLite

General questions regarding the usage of CodeLite
Frank.Pradel
CodeLite Curious
Posts: 2
Joined: Fri Jan 04, 2019 9:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to include ncurses in CodeLite

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to include ncurses in CodeLite

Post by eranif »

You need to add the path to the *.h files in the project settings->compile->include paths
Make sure you have read the HOW TO POST thread
Frank.Pradel
CodeLite Curious
Posts: 2
Joined: Fri Jan 04, 2019 9:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to include ncurses in CodeLite

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to include ncurses in CodeLite

Post by eranif »

Sorry, I must have missed that.
Do you have this file installed?
Make sure you have read the HOW TO POST thread
Post Reply