[postgis-devel] [PostGIS] #1555: [raster] testapi.c fails on OSX line 1682

PostGIS trac at osgeo.org
Wed Feb 8 09:24:48 PST 2012


#1555: [raster] testapi.c fails on OSX line 1682
----------------------+-----------------------------------------------------
 Reporter:  pramsey   |       Owner:  dustymugs    
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.0.0
Component:  raster    |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------
 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));
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1555>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list