Changes between Initial Version and Version 1 of Ticket #2278


Ignore:
Timestamp:
Mar 15, 2008, 9:26:12 AM (16 years ago)
Author:
warmerdam
Comment:

Even,

I think this is yours? I see the same problem on my system.

I think you may need to cast a pointer to a long, and then int if you really need it as int.

I'll take care of this if you aren't able to fix it conveniently in the next couple hours.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2278

    • Property Cc warmerdam added
    • Property Owner changed from warmerdam to roualt
    • Property Component defaultConfigBuild
  • Ticket #2278 – Description

    initial v1  
    11I was able to successfully configure and compile 64-bit gdal as a framework for OS X 10.5.2 using svn revision 14012. When I try to install, the script moves into the 'port' directory, begins compiling, and fails. Here is the output from the 'sudo make install' command.
    2 
     2{{{
    33(cd port; make)
    44/bin/sh /Users/jctull/sources/gdal/libtool --mode=compile --tag=CXX g++ -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -g -O2  -Wall  -DOGR_ENABLED -I/Users/jctull/sources/gdal/port     -DHAVE_CURL  -c -o cpl_hash_set.o cpl_hash_set.cpp
     
    88make[1]: *** [cpl_hash_set.o] Error 1
    99make: *** [port-target] Error 2
     10}}}