'fseeko64' error?

Hey guys,

I am using a Mac with Lion OS and I keep getting an error when I use the make command. I get the line “‘fseeko64’ was not declared in this scope”.

Has anybody else seen this?

In the Makefile, at the “compileFlags” variable add “-DPLB_MAC_OS_X” as shown next:

compileFlags = -Wall -DPLB_MAC_OS_X

Hope it works,
Dimitris

I had the same error. Ended up using an older version (0.7?). Please let me know if Dimitris’ fix worked.

the fix worked, thanks Dimitris!