Has anyone been successful building gcbflsh from source? I'm getting errors that are beyond my experience to diagnose.
src/EraseThread.cpp: In member function ‘virtual void EraseThread::run()’:
src/EraseThread.cpp:13:14: warning: variable ‘t0’ set but not used [-Wunused-but-set-variable]
src/Logic.cpp: In static member function ‘static long int Logic::file_size(FILE*)’:
src/Logic.cpp:242:22: error: ‘SEEK_END’ was not declared in this scope
src/Logic.cpp:242:30: error: ‘fseek’ was not declared in this scope
src/Logic.cpp:243:21: error: ‘ftell’ was not declared in this scope
src/Logic.cpp:244:22: error: ‘SEEK_SET’ was not declared in this scope
make: *** [Logic.o] Error 1
This is on Linux Mint 14 64bit and all dependencies are met. I find it hard to believe the source has errors in it too. I really don't feel like installing wine or windows in a vm.