[geos-devel] [GEOS] #831: error LNK2019: unresolved external symbol "double __cdecl geos::util::java_math_round(double)"
GEOS
geos-trac at osgeo.org
Tue Apr 25 01:36:49 PDT 2017
#831: error LNK2019: unresolved external symbol "double __cdecl
geos::util::java_math_round(double)"
------------------------+---------------------------
Reporter: strk | Owner: geos-devel@…
Type: defect | Status: closed
Priority: major | Milestone:
Component: Default | Version: svn-trunk
Severity: Unassigned | Resolution: fixed
Keywords: appveyor |
------------------------+---------------------------
Comment (by Mateusz Łoskot <mateusz@…>):
In [changeset:"05ae13d4391082df9b6e2252d77848577d6f1697/git" 05ae13d/git]:
{{{
#!CommitTicketReference repository="git"
revision="05ae13d4391082df9b6e2252d77848577d6f1697"
Avoid use of internal geos/util/math.h
Copy java_math_round geos/util/math.cpp to xmltester.cpp.
Declared functions are internal to the library
and not included in GEOS shared library exports.
Fixes #831
}}}
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/831#comment:3>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list