<div dir="ltr"><div style>I was making test case for VoronoiDiagramBuilder [1] , but got this following exception:  </div><div>   group: geos::triangulate::Voronoi, test: test<1></div><div>   problem: unexpected exception</div>
<div>   exception typeid: N4geos2io14ParseExceptionE</div><div>   message: "ParseException: Expected number but encountered ','"</div><div><br></div><div style>Is it not able to parse the string data that i have passed? Or the error in the implementation of VoronoiDiagram? If its not in the VoronoiDiagram code, then how do i fix it?</div>
<div style><br></div><div style>Also, i was trying to use the C++ wrapper, directly in order to test my code, in some "file.cpp", and after including the necessary header files, i am getting errors like:</div><div style>
<br></div><div style>- mytest.cpp:(.text+0xf): undefined reference to `geos::io::WKTReader::WKTReader()' </div><div><br></div><div>- mytest.cpp:(.text+0x58): undefined reference to `geos::io::WKTReader::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'<br>
</div><div><br></div><div style>I think this might be some linkage problem or something like that. How do i directly use the header files that are defined.</div><div><br></div><div>Thanks in advanced,<br></div><div><br></div>
<div>[1] <a href="https://github.com/vishaltiwari/libgeos/blob/svn-trunk/tests/unit/triangulate/VoronoiTest.cpp">https://github.com/vishaltiwari/libgeos/blob/svn-trunk/tests/unit/triangulate/VoronoiTest.cpp</a></div><div>
<br></div><div style>--vishal</div>
</div>