code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

fseeko64/ftello64 not available on osx #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the following patch was necessary to get the current trunk compiling on osx 
(gcc version 4.2.1 (Apple Inc. build 5666))"

sed -i -e s/ftello64/ftell/g 
trunk/common/libBuffer/src/CommonFWriteBufferFlusher.cpp
sed -i -e s/fseeko64/fseek/g 
trunk/common/libBuffer/src/CommonFWriteBufferFlusher.cpp

Original issue reported on code.google.com by simon.ha...@gmail.com on 23 Oct 2011 at 10:11

GoogleCodeExporter commented 9 years ago
this was on the latest osx snow leopard, i should add

Original comment by simon.ha...@gmail.com on 24 Oct 2011 at 3:00