Opened 12 years ago

Closed 5 years ago

#4810 closed defect (wontfix)

cpl_config.h should go into arch dependent install

Reported by: mrdan221 Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: ConfigBuild Version: 1.9.1
Severity: normal Keywords:
Cc:

Description

I built gdal for 32bit architecture, and again for 64bit architecture. I used:

configure --prefix=... --exec-prefix=... as directed to separate

the architecture dependent and independent build components. After, I compared the 2 'independent' directories and got:

diff -r build/include/cpl_config.h build2/include/cpl_config.h 161c161 < #define SIZEOF_UNSIGNED_LONG 8 ---

#define SIZEOF_UNSIGNED_LONG 4

164c164 < #define SIZEOF_VOIDP 8 ---

#define SIZEOF_VOIDP 4

Change History (2)

comment:1 by Jukka Rahkonen, 9 years ago

Sorry, as a non-programmer who tries to help with solving old tickets I do not understand this one. What is the problem and how do you suggest to solve it? I suppose that real developers appreciate patches.

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

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.