Cannot open include file: 'readline/readline.h'

Jun 23, 2010 at 3:01am
Hi

I have the following in my code. Except the stdlib.h none of them are getting resolved. Can someone please help me in finding references to the header files. My environment is MS Visual Studio 2010 Professional. I am trying to build a VC++ Windows Console application.

1
2
3
4
5
6
#include <readline/readline.h>
#include <readline/history.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include <sched.h> 


Regards,
Jun 23, 2010 at 3:13am
You are trying to build Unix code on Windows.
Jul 7, 2010 at 2:42pm
Thanks very much in replying, that is correct, I was able to compile it in unix since they were unix header files.

Please mark this as resolved.
Topic archived. No new replies allowed.