[gdal-dev] Building ECW on Mc OSX

jluis at ualg.pt jluis at ualg.pt
Sat May 31 11:02:11 EDT 2008


Hi,

For the record.
I built the ecw 3.3 library on OSX but I had to change line 191 of  
NCSSocket.cpp

#       ifdef MACOSX
         //int tempSize = sizeof(struct sockaddr);          <== THIS
         socklen_t tempSize = sizeof(struct sockaddr);      <== TO THIS
#       else
         socklen_t tempSize = sizeof(struct sockaddr);
#       endif


Joaquim Luis

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the gdal-dev mailing list