Index: src/Output.cc =================================================================== --- src/Output.cc (revision 327) +++ src/Output.cc (working copy) @@ -105,10 +105,12 @@ DiffOut dout_filebuf(false); DiffOut uerr_filebuf(true); +#ifndef HAVE_ANDROID ostream CIN(&cin_filebuf); ostream COUT(&dout_filebuf); ostream CERR(cerr_filebuf.use()); ostream UERR(&uerr_filebuf); +#endif extern ostream & get_CERR(); ostream & get_CERR()