You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Farid Zaripov <Fa...@epam.com> on 2007/10/18 19:39:44 UTC

RE: [Fwd: RE: STDCXX-509]

> -----Original Message-----
> From: Martin Sebor [mailto:sebor@roguewave.com] 
> Sent: Thursday, October 18, 2007 7:23 PM
> To: Farid Zaripov
> Subject: [Fwd: RE: STDCXX-509]
> 
> Hi Farid,
> 
> It's important that we all understand what's going on. I 
> haven't seen your response to Travis' post on the list. If 
> you sent it and it never reached the list, can you please 
> resend it? Otherwise, can you please comment at your earliest 
> opportunity? I.e., did both of you follow the same general 
> steps? If yes, any idea what accounts for the discrepancy? If 
> not, what did you do different and why?
> 
> Thanks
> Martin
> 
> -------- Original Message --------
> Subject: RE: STDCXX-509
> Date: Wed, 17 Oct 2007 10:55:33 -0600
> From: Travis Vitek <tv...@roguewave.com>
> Reply-To: stdcxx-dev@incubator.apache.org
> To: <st...@incubator.apache.org>
> References: 
> <CF...@exchmail01.Blue.Roguewave.Com>
> <47...@roguewave.com>
> <7B...@epmsa009.minsk.epam.com>
> 
> 
> Farid,
> 
> Your findings are contrary to what I'm seeing. Just to make 
> sure I did a rebuild. I still see the errors.

  Maybe I did something wrong. I've just repeated the examples checking
and now see
the problems with the following examples:

-------------
running1 codecvt.exe
example output differs from the expected
example failed! Exit code 128
   
running1 ifstream.exe
example output differs from the expected
example failed! Exit code 128
   
running1 limits.exe
example output differs from the expected
example failed! Exit code 128
   
running1 locale.exe
example output differs from the expected
example failed! Exit code 128
   
running1 exceptn.exe
example output differs from the expected
example failed! Exit code 128
-------------

> Just so we're all on the same page, here is what I've done.

  I've done almost the same, but I've not used the build.bat file.
I've loaded vc71.sln solution into IDE and built the all examples first
(selected the examples projects and invoked "Build Selection" command)
and then replaced the stdlibxx.dll with the one from 4.2.0 version and
built
.stdcxx_examples project (which runs the examples and produces the run
log).

Farid.