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
How to include ncurses in CodeLite
-
- 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
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to include ncurses in CodeLite
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
-
- 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
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?
"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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to include ncurses in CodeLite
Sorry, I must have missed that.
Do you have this file installed?
Do you have this file installed?
Make sure you have read the HOW TO POST thread