Compiling error ‘fseeko64’

Hey guys,

I am using cygwin on my windows XP machine and I keep getting an error when I use the make command. I get the line “‘fseeko64’ was not declared in this scope”.

Please, any HELP will be appreciated.

Cheers

Try to define the preprocessor macro PLB_MAC_OS_X (set the corresponding line in the Makefile to compileFlags= -DPLB_MAC_OS_X).

Cheers

Thanks, but I stil get the same error. ‘fseeko64’ was not declared in this scope

Problem solved!

Many thanks, Dimitris

Hello,
I also ran into this problem, from the file multiBlockReader2D.cpp:360. How did you solve it?

Cheers,

François

How did you fix this error?