<br><div class="gmail_quote"><div> Hi!</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
<br>
</div>Please submit a bug report for that, with full copy&paste of the errors<br>
found.<br>
<div class="im"><br></div></blockquote><div><br></div><div>I'll reproduce the steps and report the problem, ok </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
> 3. Then I switch to 32bit "normal" Visual Studio 2010 projects. Everything<br>
> compiled apparently correctly (wel done guys! :D ). I built directly the<br>
> Release mode<br>
>     Is the Release mode the final binary mode or is the small size mode the<br>
> final one?<br>
<br>
</div>That is up to you to decide.<br>
<div class="im"><br></div></blockquote><div>Yes but I meant : if a binary installer was produced for clang, wich version would be distributed? Both?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
clang support for Windows is flaky at best. It is being improved,<br>
though. clang support for C++0X is lacking wrt other compilers. This<br>
creates problems when using VS2010 headers, which enable C++0X features<br>
by default, and recent libstdc++ when you enable C++0X support on clang.<br>
<div class="im"><br></div></blockquote><div>Do you mean that activating C++0x automatically forces libstdc++ as std library? If that's so, I think I'll simply do that on all platforms. </div><div>(And I'll try a bit of the EASTL bits that are out now - the full release might happen soon : <a href="http://www.ogre3d.org/forums/viewtopic.php?f=16&t=60885">http://www.ogre3d.org/forums/viewtopic.php?f=16&t=60885</a></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
>     a. I might have not looked at the right documentation but I couldn't<br>
> find a way to try activate C++0x features in CLang. I know there should be<br>
> only minor support for this at the moment, but is there such a command line<br>
> parametter?<br>
<br>
</div>Yes, the same as g++: -std=XXX (where XXX is c++0x, for instance.)<br>
<br></blockquote><div><br></div><div>Thanks, I'm not really familiar with g++ for the moment (learning on spare time at the moment) so I didn't guess. </div><div> </div></div>