<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst][boost]locale compilieren?]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es einen Trick um die boost::locale mit icu zu compilieren? Ich benutze VisualStudio und beim Aufruf von 'bjam' wird angezeigt '... icu : no'<br />
mein Aufruf:</p>
<p>im boost Hauptverzeichnis bzw. auch im 'locale' Unterverzeichnis:</p>
<blockquote>
<p>bjam --with-locale -sICU_PATH=g:\source\icu -sICU_LINK=g:\source\icu\lib stage</p>
</blockquote>
<p>Vielen Dank im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/295700/gelöst-boost-locale-compilieren</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 08:00:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/295700.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Nov 2011 14:05:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst][boost]locale compilieren? on Mon, 21 Nov 2011 06:46:59 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es einen Trick um die boost::locale mit icu zu compilieren? Ich benutze VisualStudio und beim Aufruf von 'bjam' wird angezeigt '... icu : no'<br />
mein Aufruf:</p>
<p>im boost Hauptverzeichnis bzw. auch im 'locale' Unterverzeichnis:</p>
<blockquote>
<p>bjam --with-locale -sICU_PATH=g:\source\icu -sICU_LINK=g:\source\icu\lib stage</p>
</blockquote>
<p>Vielen Dank im voraus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2146334</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2146334</guid><dc:creator><![CDATA[leftshift]]></dc:creator><pubDate>Mon, 21 Nov 2011 06:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst][boost]locale compilieren? on Sat, 19 Nov 2011 14:22:51 GMT]]></title><description><![CDATA[<p>Dokumentation lesen:<br />
<a href="http://www.boost.org/doc/libs/1_48_0/libs/locale/doc/html/building_boost_locale.html" rel="nofollow">http://www.boost.org/doc/libs/1_48_0/libs/locale/doc/html/building_boost_locale.html</a></p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2146341</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2146341</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Sat, 19 Nov 2011 14:22:51 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst][boost]locale compilieren? on Sun, 20 Nov 2011 13:38:24 GMT]]></title><description><![CDATA[<p>Wieder einer der 'RTFM'-Jünger! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> Was meinst Du denn woher ich die Option '-sICU_PATH' habe? Aus dem Kaffesatz? Naja, egal hier ist mal meine komplette Befehlszeile und die Ausgabe von 'bjam' dazu:</p>
<pre><code>E:\sources\boost&gt;bjam boost.locale.winapi=off boost.locale.std=off boost.locale.
icu=on boost.locale.iconv=off boost.locale.posix=off -sICU_PATH=g:\source\icu -s
ICU_LINK=g:\source\icu\lib --with-locale stage
Performing configuration checks

    - icu                      : no
    - icu (lib64)              : no

Component configuration:

    - chrono                   : not building
    - date_time                : not building
    - exception                : not building
    - filesystem               : not building
    - graph                    : not building
    - graph_parallel           : not building
    - iostreams                : not building
    - locale                   : building
    - math                     : not building
    - mpi                      : not building
    - program_options          : not building
    - python                   : not building
    - random                   : not building
   ...
</code></pre>
<p>Schon Irgendie seltsam. Aber egal, ich habe momentan keine Zeit mehr zum<br />
Probieren.</p>
<p>Schönen Sonntag.</p>
<p>leftshift</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2146590</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2146590</guid><dc:creator><![CDATA[leftshift]]></dc:creator><pubDate>Sun, 20 Nov 2011 13:38:24 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst][boost]locale compilieren? on Sun, 20 Nov 2011 15:21:18 GMT]]></title><description><![CDATA[<p>Ups, da habe ich wohl nicht genau genug gelesen.</p>
<p>Hast du die Binaries direkt von der ICU Seite runtergeladen? Dann könnte es nämlich daran liegen. Um sie mit Boost.Locale verwenden zu können, musst du die ICU Bibliothek selber bauen, damit auch die Debug-Libraries erstellt werden. Denn nach diesen sucht bjam ebenfalls und wenn sie nicht vorhanden sind, erkennt er die ICU Bibliothek nicht.</p>
<p>Zumindest funktioniert es so bei mir (MSVC 2010). Das Gleiche Problem hat man mit Boost.Reqex.</p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2146629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2146629</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Sun, 20 Nov 2011 15:21:18 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst][boost]locale compilieren? on Mon, 21 Nov 2011 06:51:57 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ja das war es. Ich hatte von ICU nur die Releaseversionen. Ist aber von der Boost-Seite schlecht gelöst. Sollte wenigstens ein Hinweis kommen, daß ihm was fehlt.<br />
Hier ist mal meine Befehlszeile zum Erstellen der DLL-Version:</p>
<pre><code>bjam boost.locale.winapi=off --with-locale -sICU_PATH=g:\source\icu link=shared stage
</code></pre>
<p>Schönen Tag noch.</p>
<p>leftshift</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2146839</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2146839</guid><dc:creator><![CDATA[leftshift]]></dc:creator><pubDate>Mon, 21 Nov 2011 06:51:57 GMT</pubDate></item></channel></rss>