Opened 13 years ago

Closed 5 years ago

#4051 closed defect (wontfix)

SDE - Need SDE64 for x86_64 builds?

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: SDE
Cc:

Description

Based on the following from ArcSDE-10.0/include/sg.h (and runtime experience) it seems that we ought to be defining SDE64 for SDE builds on x86_64 platforms.

#if defined(AXPOSF) || defined(SDE64)
#define LONG    int
#define ULONG   unsigned int
#else
#define LONG    long
#define ULONG   unsigned long
#endif

Change History (2)

comment:1 by warmerdam, 13 years ago

Status: newassigned

I have added a patch in trunk to sde SDE64 if architecture is x86_64 (r22254).

Then I discovered the SDE raster driver assumed LONG==long in many places. Fixed in trunk but not tested other than building it (r22255).

I am currently hesitating to backport into 1.8 branch without being able to test the raster changes.

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: assignedclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.