std:ambiguous symbol

claude monthe <[email protected]> Tue, 22 Feb 2005 20:02:21 +0100 (CET)
Newsgroups gmane.comp.lib.vovida.vocal
Message-ID <[email protected]>
Hi all

i have "std:ambiguous symbol" problem while compiling
sip-1.5.0 on windows

If someone have already resolved this problem, please
help me. I want to know how to continue.

Any informations would help me


I send to you files (line and what we have on this
line) i'm getting problems caused by this error: 


c:\sip-1.5.0\util\FifoBase.h(91): error C2872: 'std' :
ambiguous symbol.
using std::list;

C:\sip-1.5.0\util\HostMatch.hxx(63): error C2872:
'std' : ambiguous symbol.
bool hostsEqual(const std::string& first, const
std::string& second);

C:\sip-1.5.0\util\HostMatch.hxx(69): error C2872:
'std' : ambiguous symbol.
int hostsCompare(const std::string& first, const
std::string& second);
	
C:\sip-1.5.0\util\HostMatch.hxx(74): error C2872:
'std' : ambiguous symbol.
bool hostsIntersect(const std::string& first, const
std::string& second);

c:\sip-1.5.0\sip\sipstack\SipParameterList.hxx(117):
error C2872: 'std' : ambiguous symbol.
class SipParameterList : public std::map <Data, Data>

c:\sip-1.5.0\sip\sipstack\SipRawHeaderContainer.hxx(80):
error C2872: 'std' : ambiguous symbol.	
class SipRawHeaderContainer : public std::vector <
Sptr<SipRawHeader> >

c:\sip-1.5.0\sip\sipstack\SipRawHeaderContainer.hxx(114):
error C2872: 'std' : ambiguous symbol.
void mask(std::set <SipHeaderType>& mask );

c:\sip-1.5.0\util\FifoBase.h(91): error C2872: 'std' :
ambiguous symbol.
using std::list;

c:\sip-1.5.0\util\Data2.hxx(71): error C2872: 'std' :
symbole ambigu.
Data( const std::string& str);

c:\sip-1.5.0\util\Data2.hxx(213): error C2872: 'std' :
ambiguous symbol.
std::string convertString() const;

c:\sip-1.5.0\util\Data2.hxx(272): error C2872: 'std' :
ambiguous symbol.
friend std::ostream& operator<<(std::ostream& s, const
Data& data);

c:\sip-1.5.0\util\TimerContainer.hxx(171): error
C2039: 'multiset' : n'est pas membre de
'Vocal::TimeAndDate::std'.
typedef std::multiset< TimerEntry<Msg> > TimerSet;

c:\sip-1.5.0\util\TimerContainer.hxx(171): error
C2039: 'multiset' : n'est pas membre de
'Vocal::TimeAndDate::std'.
std::map<TimerEntryId, TimerEntry<Msg> > _idToTimer;

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\vector(294): error C2872: 'std' :
symbole ambigu.
typedef std::reverse_iterator<iterator>
reverse_iterator;

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\vector(295): error C2872: 'std' :
symbole ambigu.
typedef std::reverse_iterator<const_iterator>
const_reverse_iterator;

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\vector(959): error C2872: 'std' :
symbole ambigu.
typedef std::vector<_Vbase,

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\vector(962): error C2872: 'std' :
symbole ambigu.
typedef std::vector<_Bool, _Alloc> _Myt;

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\vector(1286): error C2872: 'std' :
symbole ambigu.
typedef std::reverse_iterator<iterator>
reverse_iterator;

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\vector(1287): error C2872: 'std' :
symbole ambigu.
typedef std::reverse_iterator<const_iterator>
const_reverse_iterator;

		
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\xtree(352): error C2872: 'std' :
symbole ambigu.
typedef std::reverse_iterator<iterator>
reverse_iterator;

C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\xtree(353): error C2872: 'std' :
symbole ambigu.
typedef std::reverse_iterator<const_iterator>
const_reverse_iterator;

Thanks in advance
Claude


	

	
		
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/

_______________________________________________
vocal mailing list
[email protected]
To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal