1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5<meta http-equiv="X-UA-Compatible" content="IE=9"/> 6<meta name="generator" content="Doxygen 1.8.6"/> 7<title>Boost.Locale: Tested Compilers and Platforms</title> 8<link href="tabs.css" rel="stylesheet" type="text/css"/> 9<script type="text/javascript" src="jquery.js"></script> 10<script type="text/javascript" src="dynsections.js"></script> 11<link href="navtree.css" rel="stylesheet" type="text/css"/> 12<script type="text/javascript" src="resize.js"></script> 13<script type="text/javascript" src="navtree.js"></script> 14<script type="text/javascript"> 15 $(document).ready(initResizable); 16 $(window).load(resizeHeight); 17</script> 18<link href="doxygen.css" rel="stylesheet" type="text/css" /> 19</head> 20<body> 21<div id="top"><!-- do not remove this div, it is closed by doxygen! --> 22<div id="titlearea"> 23<table cellspacing="0" cellpadding="0"> 24 <tbody> 25 <tr style="height: 56px;"> 26 <td id="projectlogo"><img alt="Logo" src="boost-small.png"/></td> 27 <td style="padding-left: 0.5em;"> 28 <div id="projectname">Boost.Locale 29 </div> 30 </td> 31 </tr> 32 </tbody> 33</table> 34</div> 35<!-- end header part --> 36<!-- Generated by Doxygen 1.8.6 --> 37 <div id="navrow1" class="tabs"> 38 <ul class="tablist"> 39 <li><a href="index.html"><span>Main Page</span></a></li> 40 <li class="current"><a href="pages.html"><span>Related Pages</span></a></li> 41 <li><a href="modules.html"><span>Modules</span></a></li> 42 <li><a href="namespaces.html"><span>Namespaces</span></a></li> 43 <li><a href="annotated.html"><span>Classes</span></a></li> 44 <li><a href="files.html"><span>Files</span></a></li> 45 <li><a href="examples.html"><span>Examples</span></a></li> 46 </ul> 47 </div> 48</div><!-- top --> 49<div id="side-nav" class="ui-resizable side-nav-resizable"> 50 <div id="nav-tree"> 51 <div id="nav-tree-contents"> 52 <div id="nav-sync" class="sync"></div> 53 </div> 54 </div> 55 <div id="splitbar" style="-moz-user-select:none;" 56 class="ui-resizable-handle"> 57 </div> 58</div> 59<script type="text/javascript"> 60$(document).ready(function(){initNavTree('tested_compilers_and_paltforms.html','');}); 61</script> 62<div id="doc-content"> 63<div class="header"> 64 <div class="headertitle"> 65<div class="title">Tested Compilers and Platforms </div> </div> 66</div><!--header--> 67<div class="contents"> 68<div class="textblock"><p>Following compilers are tested and known to work with Boost.Locale</p> 69<ul> 70<li>GCC 3.4 to 4.6</li> 71<li>Microsoft Visual Studio 2005 to 2010</li> 72<li>Intel 10 to 12</li> 73<li>Clang 2.8</li> 74<li>Path Scale 4</li> 75<li>Visual Age 10.1</li> 76</ul> 77<p>Following operating systems are tested with Boost.Locale</p> 78<ul> 79<li>Linux</li> 80<li>Windows</li> 81<li>FreeBSD</li> 82<li>Solaris</li> 83<li>Darwin</li> 84<li>Cygwin</li> 85<li>AIX</li> 86</ul> 87<h1><a class="anchor" id="tested_compilers_and_paltforms_issues"></a> 88Known Issues</h1> 89<ul> 90<li>Path Scale and MSVC 9 with STLPort has some test faults regarding invalid UTF-8 sequences in wide file I/O.</li> 91<li>The native iconv library on AIX platform does not support required character encodings, thus either ICU or GNU iconv library should be used.</li> 92<li>Mingw/GCC version 4.5 and above is required to support shared builds of Boost.Locale - versions that allow dynamic link with libstdc++ and libgcc. There is no problems with Cygwin's gcc-4.3 that provides shared versions of runtime libraries.</li> 93<li>In some cases the build system fails to link with iconv library on Darwin system, in such cases explicit path to the location of iconv library should be given using -sICONV_PATH build option. </li> 94</ul> 95</div></div><!-- contents --> 96</div><!-- doc-content --> 97 98 <li class="footer"> 99© Copyright 2009-2012 Artyom Beilis, Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>, Version 1.0. 100 </li> 101 </ul> 102 </div> 103</body> 104</html> 105