#963 closed defect (fixed)
Get SHP provider functional on 64-bit Linux
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | SHP Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description (last modified by )
The reason the SHP provider still does not work on 64-bit Linux is due to the ShpSpatialIndex component.
A cursory glance at the code reveals heavy usage of long
and unsigned long
data types which are different sizes on 64-bit Linux.
Also the test suite in general is in a state of disrepair with many false positives test failures on both Windows and Linux.
Change History (3)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|---|
Summary: | ShpSpatialIndex not functional on 64-bit Linux → Get SHP provider functional on 64-bit Linux |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 7811: