<html><head><base href="x-msg://85/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Quang,<div>please, can you give us more details about the values set </div><div>for both CFLAGS and LDFLAGS environment variables ?</div><div><br></div><div>Indeed, it seems that almost alll included headers was not </div><div>found when you use your CFLAGS settings, this correspond </div><div>to all the messages you get containing "No such file or </div><div>directory".</div><div><br></div><div>Somes are easy to solve, the service.h is located in</div><div>../../zoo-kernel from your ws_sp directory. So you can add </div><div>to your CFLAGS this value : -I../../zoo-kernel. For others</div><div>it depend on your install, you can use xml2-config tool to </div><div>resolve the header location of libxml2 which your service </div><div>provider seems to depend on.</div><div><br></div><div>Note another thing that I do not understand in your </div><div>compilation command is that you get two time service.c </div><div>where you should get it only once (same for LDFLAGS).</div><div><br></div><div>Hope this answer can help you a bit and you can give us </div><div>feedbacks and more details about your settings,</div><div>Best regards,</div><div><br></div><div>I hope this answer can help </div><div><br><div><div>Le 8 févr. 2011 ŕ 18:41, truongxuan quang a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; color: rgb(0, 0, 0); "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">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<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><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.  <span class="Apple-converted-space"> </span><br>My Service Provider directory as below<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><br>                           Boundary.zcfg  cgi   cgi-env   service.c<span class="Apple-converted-space"> </span><br><br><br>Thanks!!<br><br>Regards,<br>T.X.Quang<br><br></div></div></div><br>_______________________________________________<br>Zoo-discuss mailing list<br><a href="mailto:Zoo-discuss@gisws.media.osaka-cu.ac.jp">Zoo-discuss@gisws.media.osaka-cu.ac.jp</a><br><a href="http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss">http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss</a><br></div></span></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div><span class="Apple-style-span" style="font-size: 12px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-style-span" style="font-size: medium; ">Djay</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-style-span" style="font-size: medium; ">ZOO-PSC Chair</span></div><div><span class="Apple-style-span" style="font-size: medium; "><a href="mailto:gerald.fenoy@geolabs.fr">gerald.fenoy@geolabs.fr</a></span></div></span></div></span></div></div></span>
</div>

<br></div></body></html>