Opened 9 years ago
Closed 9 years ago
#6354 closed defect (fixed)
Linking problem with VS, Poppler and KML driver
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.3 |
Component: | ConfigBuild | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
VS 2013 / VC 12 has linking problems when building the PDF driver with Poppler support in GDAL dll :
poppler.lib(StructElement.obj) : error LNK2005: "public: __cdecl Attribute::~Attribute(void)" (??1Attribute@@QEAA@XZ) already defined in ogrsf_frmts.lib(kmlnode.obj)
Change History (1)
comment:1 by , 9 years ago
Milestone: | → 2.0.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk r33339, branches/2.0 r33380 "KML driver: put structures of kmlutility.h inside OGRKML namespace to avoid linking conflict with Poppler on Windows that has a Attribute structure too (#6354)"