<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt; color: rgb(0, 0, 0);"><div>Hello all,<br><br><span>I am temporarily ruining ZOO-project in OSGeoLive on Virtual Box installed in WinXP. I am trying install Web Service following this link <a target="_blank" href="http://zoo-project.org/trac/wiki/ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices#TestingtheServiceusingExecuteRequest">http://zoo-project.org/trac/wiki/ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices#TestingtheServiceusingExecuteRequest</a></span><br><br>I got errors when I have run this command <br><br> root@truong-desktop:/home/user/zoows/sources/zoo-services/ws_sp# g++ $CFLAGS -shared -fpic -o cgi-env/ServicesProvider.zo ./service.c $LDFLAGS ./service.c $LDFLAGS<br><br> I got errors <br><br>g++ $CFLAGS -shared -fpic -o cgi-env/ServicesProvider.zo ./service.c $LDFLAGS ./service.c $LDFLAGS<br>./service.c:1:64: error:
 CGAL/Exact_predicates_inexact_constructions_kernel.h: No such file or directory<br>./service.c:2:54: error:
 CGAL/Triangulation_euclidean_traits_xy_3.h: No such file or directory<br>./service.c:3:43: error: CGAL/Delaunay_triangulation_2.h: No such file or directory<br>./service.c:4:55: error: CGAL/Constrained_Delaunay_triangulation_2.h: No such file or directory<br>./service.c:5:44: error: CGAL/Triangulation_conformer_2.h: No such file or directory<br>./service.c:6:44: error: CGAL/Triangulation_face_base_2.h: No such file or directory<br>./service.c:10:25: error: cpl_minixml.h: No such file or directory<br>./service.c:11:21: error: ogr_api.h: No such file or directory<br>./service.c:12:25: error: ogrsf_frmts.h: No such file or directory<br>./service.c:13:21: error: service.h: No such file or directory<br>./service.c:34:25: error: libxml/tree.h: No such file or directory<br>./service.c:35:27: error: libxml/parser.h: No such file or directory<br>./service.c:36:26: error: libxml/xpath.h: No such file or directory<br>./service.c:37:35: error:
 libxml/xpathInternals.h: No such file or directory<br>./service.c:15: error: ‘CGAL’ has not been declared<br>./service.c:15: error: expected initializer before ‘K’<br>./service.c:17: error: ‘CGAL’ has not been declared<br>./service.c:17: error: expected initializer before ‘<’ token<br>./service.c:18: error: ‘Triangulation’ has not been declared<br>./service.c:18: error: expected initializer before ‘Edge_iterator’<br>./service.c:19: error: ‘Triangulation’ has not been declared<br>./service.c:19: error: expected initializer before ‘Point’<br>./service.c:21: error: ‘CGAL’ has not been declared<br>./service.c:21: error: expected initializer before ‘<’ token<br>./service.c:22: error: ‘CDT’ has not been declared<br>./service.c:22: error: expected initializer before ‘Point’<br>./service.c:23: error: ‘CDT’ has not been declared<br>./service.c:23: error: expected initializer before
 ‘Vertex_handle’<br>./service.c:25: error: ‘CGAL’ has not been declared<br>./service.c:25: error: expected initializer before ‘K’<br>./service.c:26: error: ‘CGAL’ has not been declared<br>./service.c:26: error: expected initializer before ‘<’ token<br>./service.c:27: error: ‘CGAL’ has not been declared<br>./service.c:27: error: expected initializer before ‘<’ token<br>./service.c:29: error: ‘Triangulation’ has not been declared<br>./service.c:29: error: expected initializer before ‘Vertex_circulator’<br>./service.c:31: error: ‘K’ has not been declared<br>./service.c:31: error: expected initializer before ‘Point1’<br>./service.c:45: error: expected constructor, destructor, or type conversion before ‘*’ token<br>./service.c:46: error: variable or field ‘printExceptionReportResponse’ declared void<br>./service.c:46: error: ‘maps’ was not declared in this scope<br>./service.c:46: error: expected
 primary-expression before ‘,’ token<br>./service.c:46: error: ‘map’ was not declared in this scope<br>./service.c:46: error: expected primary-expression before ‘)’ token<br>./service.c: In function ‘char* base64(const unsigned char*, int)’:<br>./service.c:60: error: ‘memcpy’ was not declared in this scope<br>./service.c: At global scope:<br>./service.c:68: error: ‘OGRGeometryH’ does not name a type<br>.......<br>......<br><br> How could I fix  errors, I think my directory are wrong in this case.   <br>My Service Provider directory as below <br>/home/user/zoows/sources/zoo-services/<br>     / zoo-kernel<br>           main.cfg  service.h  service_internal.c  service_internal.h  zoo_loader.cgi<br>   /zoo-service<br>           cgal   ws_sp<br>   
                 /ws_sp <br>                           Boundary.zcfg  cgi   cgi-env   service.c <br><br><br>Thanks!!<br><br>Regards,<br>T.X.Quang<br><br></div>
</div></div><br>

      </body></html>