I am having trouble compiling vavoom in Linux (Debian potato)<br><br>I am using GNU Make version 3.79.1 and gcc version 2.95.2<br><br>I have followed the instructions in docs/vavoom.txt but I get the following error immediately when I run make<br><br><br><br>[root:/usr/local/src/vavoom]make<br>gcc -c -W -Wall -mpentiumpro -ffast-math -O3 -fomit-frame-pointer -o obj/cd_linux.o source/cd_linux.cpp<br>In file included from /usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/iostream.h:31,<br> from source/gamedefs.h:42,<br> from source/cd_linux.cpp:37:<br>/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h: In method `struct streampos streambuf::pubseekoff(long long int, ios::seek_dir, int = 3)':<br>/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h:362: conversion from `__off64_t' to non-scalar type `streampos' requested<br>/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h: In method `struct streampos streambuf::pubseekpos(_G_fpos64_t, int = 3)':<br>/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h:364: `struct streampos' used where a `long long int' was expected<br>/usr/lib/gcc-lib/i386-linux/2.95.2/../../../../include/g++-3/streambuf.h:364: warning: control reaches end of non-void function `streambuf::pubseekpos(_G_fpos64_t, int)'<br>make: *** [obj/cd_linux.o] Error 1<br><br>