Opened 7 years ago
Closed 7 years ago
#561 closed defect (fixed)
laszip2 clashes with laszip3
Reported by: | hobu | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description
laszip2 isn't separated from laszip3, and it needs to be.
Attachments (1)
Change History (6)
by , 7 years ago
comment:1 by , 7 years ago
comment:4 by , 7 years ago
I have updated the laszip package to output laszip3.dll
and updated PDAL's package to use it. It is possible the include files from the laszip2 package would step on things. I think the real solution here is to statically compile libLAS against LASzip (making the libLAS in OSGeo4W LGPL2) and removing the old package.
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It's not clear if PDAL's package needs to be dependent explicitly on laszip3, but having laszip.dll in both packages is a problem. One or the other DLL needs to be renamed, and either libLAS or PDAL's linkage needs to be updated to point to it.