Thread Closed 
 
Thread Rating:
  • 6 Votes - 4.83 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So I just wrote an atrac3+ frame decode library (2013-06-03)
06-06-2013, 06:05 PM
Post: #178
RE: So I just wrote an atrac3+ frame decode library (2013-06-03)
(06-06-2013 02:41 PM)vit9696 Wrote:  
Quote:Yeah just tried to compile on Mac and it failed. There is still a bit more work to be done to get it to work on other OS's
Really? It should compile with the latest changes.

Ugh.... second patch is missing. Just add

#ifdef __APPLE__
#define lseek64 lseek
#ifndef __NR_ftruncate64
#define __NR_ftruncate64 194
#endif

to Mai_All.h
thanks,it moves now but i get the following error:
in maifile.cc:
struct stat64 mystat:variable has incomplete type 'struct stat64'
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: So I just wrote an atrac3+ frame decode library (2013-06-03) - the avenger - 06-06-2013 06:05 PM

Forum Jump: