Re: [Harbour] osx and fopen64()

2010-04-23 Thread Viktor Szakáts
>> fopen64() is not present on OS X. After above >> warning (which is not pacified), it results in >> link time failure with this symbol missing. > > It was pacified and still is in GCC builds on all platforms. > Anyhow please check feature set macros in MacOSX and how > to enable 64bit file off

Re: [Harbour] osx and fopen64()

2010-04-23 Thread Przemysław Czerpak
On Fri, 23 Apr 2010, Szak�ts Viktor wrote: Hi, > fopen64() is not present on OS X. After above > warning (which is not pacified), it results in > link time failure with this symbol missing. It was pacified and still is in GCC builds on all platforms. Anyhow please check feature set macros in M

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Viktor Szakáts
>> 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 'i

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Szak�ts Viktor wrote: Hi, > 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 int

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Viktor Szakáts
Hi Teo, > 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 >> ../../../ioa

Re: [Harbour] osx and fopen64()

2010-04-22 Thread Teo Fonrouge
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:1

[Harbour] osx and fopen64()

2010-04-22 Thread Viktor Szakáts
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', expecte