Hello Viktor, On Apr 22, 2010, at 12:15 PM, Viktor Szakáts wrote:
> Hi All, > > I'm getting this on OS X: > --- > /Developer/usr/bin/clang -I. -I../../../../../include -fno-common -O3 > -DHB_LEGACY_TYPES_OFF -DHB_HAS_ZLIB -I/usr/include -o ioapi.o -c > ../../../ioapi.c > ../../../ioapi.c:122:14: warning: incompatible integer to pointer conversion > assigning 'int', expected 'FILE *' > file = fopen64((const char*)filename, mode_fopen); > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1 diagnostic generated. > --- > > fopen64() seems to be missing on OS X. What is the best way to fix this? What about to simply use fopen instead of fopen64 ? best regards, Teo _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour