Re: next problem
Re: next problem
- Subject: Re: next problem
- From: Peter Mulholland <email@hidden>
- Date: Wed, 20 Jun 2007 00:21:51 +0100
Hello David,
Wednesday, June 20, 2007, 12:11:23 AM, you wrote:
> 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?
Somewhere along the line, the file has been saved using "high" ascii
characters. \202 is char 0x82, which is a comma in some character
sets.
You should try loading the file into TextEdit and saving it out as
Text to see if that helps.
--
Best regards,
Peter mailto:email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >next problem (From: David Goldsmith <email@hidden>) |