[Spuc-users] problem with test_filters.cpp
Brought to you by:
spuc
|
From: Bernard L. <la...@wp...> - 2008-04-12 13:58:07
|
Hello.
I need a piece of advice.
I've got SPUC 2.3.1.
I want to compile test_filters.cpp.
When I compile, I get error:
c:\program files\microsoft visual studio 8\vc\include\fstream(704) :
error C2872: 'std' : ambiguous symbol
could be 'std'
or 'SPUC::std'
And when I comment the "for" loop in the main function, I get:
c:\program files\microsoft visual studio 8\vc\include\streambuf(44) :
error C2872: 'std' : ambiguous symbol
could be 'std'
or 'SPUC::std'
c:\program files\microsoft visual studio
8\vc\include\streambuf(43) : while compiling class template member
function 'std::basic_streambuf<_Elem,_Traits>::~basic_streambuf(void)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
c:\program files\microsoft visual studio
8\vc\include\streambuf(436) : see reference to class template
instantiation 'std::basic_streambuf<_Elem,_Traits>' being compiled
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
I read about this error, but it didn't help me much more. Me and my
friend have no idea what to do.
I compiled this project under MS Visual 6.0, 7.0 and 8.0, and I always
got the same problem.
I'll be grateful to You for help
Bernard
|