Hi,
I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called :
root@ubuntu:/home/srinivas# g++ p1.cpp
p1.cpp:2:26: fatal error: http_client.h: No such file or directory
#include <http_client.h>
^
compilation terminated.
Wanted some help regarding same .....
To compile any program we have to just use g++ filename.cpp right ?? I have only one source file .
I have attached the code file below for reference .
Comments: Glad to hear! Let us know if you have any questions or issues. Closing this issue since there is no bug here.
I have followed all the steps that has been provided for build and running test fo casablanca under linux . But, when i write a program and compile it it gives me error called :
root@ubuntu:/home/srinivas# g++ p1.cpp
p1.cpp:2:26: fatal error: http_client.h: No such file or directory
#include <http_client.h>
^
compilation terminated.
Wanted some help regarding same .....
To compile any program we have to just use g++ filename.cpp right ?? I have only one source file .
I have attached the code file below for reference .
Comments: Glad to hear! Let us know if you have any questions or issues. Closing this issue since there is no bug here.