views:

41

answers:

0

I am using STLPort version 5-1.0 on windows , visual studio 2005. i get comepile errors in http://maniadminplugin.googlecode.com/svn/trunk/stlport/include/stlport/stl/_cstdlib.h

errors are as follows. they basically complain about not finding types/functions under std. Any clue as to why?

Error 1 error C2039: 'div_t' : is not a member of 'std' c:\ET_Repository\fo_eT_NY\ECNGateways\DealerwebAutoRecTC\DealerwebAutoRecTCLib\Junctions\Includes\fo_fid_3rdParty\STLport-5.1.0\stlport\stl_cstdlib.h 52
Error 2 error C2868: 'div_t' : illegal syntax for using-declaration; expected qualified-name c:\ET_Repository\fo_eT_NY\ECNGateways\DealerwebAutoRecTC\DealerwebAutoRecTCLib\Junctions\Includes\fo_fid_3rdParty\STLport-5.1.0\stlport\stl_cstdlib.h 52
Error 3 error C2039: 'ldiv_t' : is not a member of 'std' c:\ET_Repository\fo_eT_NY\ECNGateways\DealerwebAutoRecTC\DealerwebAutoRecTCLib\Junctions\Includes\fo_fid_3rdParty\STLport-5.1.0\stlport\stl_cstdlib.h 53
Error 4 error C2868: 'ldiv_t' : illegal syntax for using-declaration; expected qualified-name c:\ET_Repository\fo_eT_NY\ECNGateways\DealerwebAutoRecTC\DealerwebAutoRecTCLib\Junctions\Includes\fo_fid_3rdParty\STLport-5.1.0\stlport\stl_cstdlib.h 53
Error 5 error C2039: 'abort' : is not a member of 'std' c:\ET_Repository\fo_eT_NY\ECNGateways\DealerwebAutoRecTC\DealerwebAutoRecTCLib\Junctions\Includes\fo_fid_3rdParty\STLport-5.1.0\stlport\stl_cstdlib.h 59
Error 6 error C2873: 'abort' : symbol cannot be used in a using-declaration c:\ET_Repository\fo_eT_NY\ECNGateways\DealerwebAutoRecTC\DealerwebAutoRecTCLib\Junctions\Includes\fo_fid_3rdParty\STLport-5.1.0\stlport\stl_cstdlib.h 59