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?

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to