Changes between Initial Version and Version 1 of Ticket #3460


Ignore:
Timestamp:
Mar 5, 2010, 11:19:17 AM (14 years ago)
Author:
warmerdam
Comment:

Even,

I think you implemented the hash set? I do not believe it is a safe assumption that a long and a pointer are the same size. It would be somewhat safer to assume a GIntBig is big enough to hold a pointer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3460

    • Property Keywords hash added
    • Property Owner changed from warmerdam to Even Rouault
    • Property Component defaultConfigBuild
  • Ticket #3460 – Description

    initial v1  
    11Using the MinGW_w64 gcc compiler (based on gcc version 4.4.4), I get the following when I try to build GDAL:
    2 
     2{{{
    33...
    44libtool: compile:  x86_64-w64-mingw32-g++ -g -O2 -Wall -DOGR_ENABLED
     
    1111make[1]: Leaving directory `/home/JamesCTilton/Downloads/gdal-1.7.1/port'
    1212make: *** [port-target] Error 2
    13 
     13}}}
    1414How can I get around this problem?  Thanks!
    1515