Hi! I'm getting the following compiler error:
In file included from /usr/include/c++/4.0.0/bits/ostream.tcc:45,
from /usr/include/c++/4.0.0/ostream:544,
from /usr/include/c++/4.0.0/iostream:44,
from /usr/local/include/vtk-5.0/vtkIOStream.h:35,
from /usr/local/include/vtk-5.0/vtkSystemIncludes.h:40,
from /usr/local/include/vtk-5.0/vtkIndent.h:24,
from /usr/local/include/vtk-5.0/vtkObjectBase.h:43,
from /usr/local/include/vtk-5.0/vtkObject.h:41,
from /usr/local/include/vtk-5.0/vtkDataObject.h:35,
from /usr/local/include/vtk-5.0/vtkDataSet.h:40,
from /usr/local/include/vtk-5.0/vtkPointSet.h:29,
from /usr/local/include/vtk-5.0/vtkPolyData.h:57,
from ../../code/wxCats/CatsDataIO.h:14,
from test_CatsDataIO.cpp:2:
/usr/bin/locale:1: error: stray '\202' in program
etc.
I googled stray '\202' in program and found a site indicating that this error crops up when the file in question isn't ascii. Sure enough, less says the file /usr/bin/locale is binary. What gives?