Opened 6 years ago
Last modified 6 years ago
#963 closed defect
Get SHP provider functional on 64-bit Linux — at Version 1
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 (1)
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 |
Note:
See TracTickets
for help on using tickets.