Opened 13 years ago
Closed 13 years ago
#1555 closed defect (invalid)
[raster] testapi.c fails on OSX line 1682
Reported by: | pramsey | Owned by: | Bborie Park |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Platform, OSX 10.6, 64bit build.
Testing rt_raster_intersects Check failed on line 1682 make: *** [check] Error 1
Printing out the relevant values from the test harness:
intersects 0 rtn 1
Which is consistent, I guess, since the test is looking for intersects == 1.
rtn = rt_raster_intersects( rast1, 0, rast2, 0, &intersects ); CHECK((rtn != 0)); CHECK((intersects == 1));
Note:
See TracTickets
for help on using tickets.
Building and installing a clean GDAL 1.9.0 has made this problem disappear...