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: Thanx a lot steve . Problem has been solved after trying out your solution . Thanx for encouraging us by replying back with solution.......
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: Thanx a lot steve . Problem has been solved after trying out your solution . Thanx for encouraging us by replying back with solution.......