<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: C++ Logging and building Boost for iPhone/iPad 3.2 and MacOSX</title>
	<atom:link href="http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/</link>
	<description>Putting the Inc back in Solt since 2005.</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mark Schisler</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-2805</link>
		<dc:creator>Mark Schisler</dc:creator>
		<pubDate>Fri, 08 Jul 2011 15:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-2805</guid>
		<description>In order to get Boost 1.46.1 to compile/link on X-Code 4.01, I had to go through numerous hoops.  See here for a chronicle of my journey:

http://stackoverflow.com/questions/5353779/xcode-3-2-6-and-4-linker-errors-ldbad-codegen-pointer-diff-in-to-global-wea/6626525#6626525</description>
		<content:encoded><![CDATA[<p>In order to get Boost 1.46.1 to compile/link on X-Code 4.01, I had to go through numerous hoops.  See here for a chronicle of my journey:</p>
<p><a href="http://stackoverflow.com/questions/5353779/xcode-3-2-6-and-4-linker-errors-ldbad-codegen-pointer-diff-in-to-global-wea/6626525#6626525" rel="nofollow">http://stackoverflow.com/questions/5353779/xcode-3-2-6-and-4-linker-errors-ldbad-codegen-pointer-diff-in-to-global-wea/6626525#6626525</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1937</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Fri, 19 Nov 2010 05:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1937</guid>
		<description>@Antonio The user-config.jam file was corrupted again from wordpress interpreting my  greater-than and less-than characters. I&#039;ve fixed it in the post, or you can view a previous comment with the code excerpt.</description>
		<content:encoded><![CDATA[<p>@Antonio The user-config.jam file was corrupted again from wordpress interpreting my  greater-than and less-than characters. I&#8217;ve fixed it in the post, or you can view a previous comment with the code excerpt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Bigi</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1933</link>
		<dc:creator>Antonio Bigi</dc:creator>
		<pubDate>Wed, 17 Nov 2010 22:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1933</guid>
		<description>Hi Paul,
I&#039;m following your post, but I get an error at step 6). Do you have an idea on how can I resolve it?

&lt;pre lang=&quot;bash&quot;&gt;$ ./bjam --prefix=/Users/toni/dev/boost/iphone toolset=darwin architecture=arm target-os=iphone macosx-version=iphone-3.2 define=_LITTLE_ENDIAN link=static install
/Users/toni/user-config.jam:10: in modules.load
rule ? unknown in module user-config.
/Development/lib/boost/boost_1_42_0/tools/build/v2/build-system.jam:241: in load-config
/Development/lib/boost/boost_1_42_0/tools/build/v2/build-system.jam:383: in load-configuration-files
/Development/lib/boost/boost_1_42_0/tools/build/v2/build-system.jam:538: in load
/Development/lib/boost/boost_1_42_0/tools/build/v2/kernel/modules.jam:283: in import
/Development/lib/boost/boost_1_42_0/tools/build/v2/kernel/bootstrap.jam:142: in boost-build
/Development/lib/boost/boost_1_42_0/boost-build.jam:17: in module scope&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
I&#8217;m following your post, but I get an error at step 6). Do you have an idea on how can I resolve it?</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ .<span style="color: #000000; font-weight: bold;">/</span>bjam <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>toni<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>iphone <span style="color: #007800;">toolset</span>=darwin <span style="color: #007800;">architecture</span>=arm target-os=iphone macosx-version=iphone-<span style="color: #000000;">3.2</span> <span style="color: #007800;">define</span>=_LITTLE_ENDIAN <span style="color: #007800;">link</span>=static <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #000000; font-weight: bold;">/</span>Users<span style="color: #000000; font-weight: bold;">/</span>toni<span style="color: #000000; font-weight: bold;">/</span>user-config.jam:<span style="color: #000000;">10</span>: <span style="color: #000000; font-weight: bold;">in</span> modules.load
rule ? unknown <span style="color: #000000; font-weight: bold;">in</span> module user-config.
<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>boost_1_42_0<span style="color: #000000; font-weight: bold;">/</span>tools<span style="color: #000000; font-weight: bold;">/</span>build<span style="color: #000000; font-weight: bold;">/</span>v2<span style="color: #000000; font-weight: bold;">/</span>build-system.jam:<span style="color: #000000;">241</span>: <span style="color: #000000; font-weight: bold;">in</span> load-config
<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>boost_1_42_0<span style="color: #000000; font-weight: bold;">/</span>tools<span style="color: #000000; font-weight: bold;">/</span>build<span style="color: #000000; font-weight: bold;">/</span>v2<span style="color: #000000; font-weight: bold;">/</span>build-system.jam:<span style="color: #000000;">383</span>: <span style="color: #000000; font-weight: bold;">in</span> load-configuration-files
<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>boost_1_42_0<span style="color: #000000; font-weight: bold;">/</span>tools<span style="color: #000000; font-weight: bold;">/</span>build<span style="color: #000000; font-weight: bold;">/</span>v2<span style="color: #000000; font-weight: bold;">/</span>build-system.jam:<span style="color: #000000;">538</span>: <span style="color: #000000; font-weight: bold;">in</span> load
<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>boost_1_42_0<span style="color: #000000; font-weight: bold;">/</span>tools<span style="color: #000000; font-weight: bold;">/</span>build<span style="color: #000000; font-weight: bold;">/</span>v2<span style="color: #000000; font-weight: bold;">/</span>kernel<span style="color: #000000; font-weight: bold;">/</span>modules.jam:<span style="color: #000000;">283</span>: <span style="color: #000000; font-weight: bold;">in</span> import
<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>boost_1_42_0<span style="color: #000000; font-weight: bold;">/</span>tools<span style="color: #000000; font-weight: bold;">/</span>build<span style="color: #000000; font-weight: bold;">/</span>v2<span style="color: #000000; font-weight: bold;">/</span>kernel<span style="color: #000000; font-weight: bold;">/</span>bootstrap.jam:<span style="color: #000000;">142</span>: <span style="color: #000000; font-weight: bold;">in</span> boost-build
<span style="color: #000000; font-weight: bold;">/</span>Development<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>boost<span style="color: #000000; font-weight: bold;">/</span>boost_1_42_0<span style="color: #000000; font-weight: bold;">/</span>boost-build.jam:<span style="color: #000000;">17</span>: <span style="color: #000000; font-weight: bold;">in</span> module scope</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1877</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Mon, 08 Nov 2010 08:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1877</guid>
		<description>@Shampa
I&#039;m not sure I understand your problem.
1. Are you having Xcode project issues, or is something not built correctly to run on the device?
2. Did you read the section on using lipo to create universal libraries for the components you need?</description>
		<content:encoded><![CDATA[<p>@Shampa<br />
I&#8217;m not sure I understand your problem.<br />
1. Are you having Xcode project issues, or is something not built correctly to run on the device?<br />
2. Did you read the section on using lipo to create universal libraries for the components you need?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shampa</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1876</link>
		<dc:creator>Shampa</dc:creator>
		<pubDate>Mon, 08 Nov 2010 06:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1876</guid>
		<description>Thanx paul , finally i can compile boost 1.44 for iphoneOS 3.1.3 and iphoneSimulator 3.1.3  .but i cant use the library in xcode project for iphone os, but it works for iphone simulator , can you help me out with a xcode project where you used boost 1.44/boost 1.42  for iphone os (device).</description>
		<content:encoded><![CDATA[<p>Thanx paul , finally i can compile boost 1.44 for iphoneOS 3.1.3 and iphoneSimulator 3.1.3  .but i cant use the library in xcode project for iphone os, but it works for iphone simulator , can you help me out with a xcode project where you used boost 1.44/boost 1.42  for iphone os (device).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1862</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Sat, 09 Oct 2010 23:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1862</guid>
		<description>&lt;a href=&quot;#comment-1860&quot; rel=&quot;nofollow&quot;&gt;@Shampa &lt;/a&gt; 
The whole process of getting it to build can be very flaky and frustrating. Do you need to build Boost 1.44? The instructions in the post should work for 1.42. Unless there are critical bug fixes or feature additions it might not be worth the effort. I have not tried building any newer Boost versions, since my current project doesn&#039;t require it.

I&#039;m not sure what your error message is, can you provide the exact errors you&#039;re seeing?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1860" rel="nofollow">@Shampa </a><br />
The whole process of getting it to build can be very flaky and frustrating. Do you need to build Boost 1.44? The instructions in the post should work for 1.42. Unless there are critical bug fixes or feature additions it might not be worth the effort. I have not tried building any newer Boost versions, since my current project doesn&#8217;t require it.</p>
<p>I&#8217;m not sure what your error message is, can you provide the exact errors you&#8217;re seeing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shampa</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1860</link>
		<dc:creator>Shampa</dc:creator>
		<pubDate>Fri, 08 Oct 2010 10:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1860</guid>
		<description>Kindly can you help  me out with the process for compiling  boost 1.44 for iphoneOS 3.1.3 and iphoneSimulator 3.1.3 . 
I tried the process you described but i have some confusions 
1)If we have to replace the &quot;boost_1_44_0\tools\build\v2\user-config.jam&quot; file with the user-configure.jam file we created?
2)And by using these process when i tried ./bjam ........   this command then an error occurred that  is not legal ,
i tried with &quot;3.1.3&quot;.
it will be very helpful if you can give me any solution .</description>
		<content:encoded><![CDATA[<p>Kindly can you help  me out with the process for compiling  boost 1.44 for iphoneOS 3.1.3 and iphoneSimulator 3.1.3 .<br />
I tried the process you described but i have some confusions<br />
1)If we have to replace the &#8220;boost_1_44_0\tools\build\v2\user-config.jam&#8221; file with the user-configure.jam file we created?<br />
2)And by using these process when i tried ./bjam &#8230;&#8230;..   this command then an error occurred that  is not legal ,<br />
i tried with &#8220;3.1.3&#8243;.<br />
it will be very helpful if you can give me any solution .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eastcowboy2002</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1830</link>
		<dc:creator>eastcowboy2002</dc:creator>
		<pubDate>Tue, 24 Aug 2010 10:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1830</guid>
		<description>I did compile boost 1.44 yesterday.
in the file &quot;tools/build/v2/tools/darwin.jam&quot;, search for &quot;feature macosx-version&quot;, and modify it as follow: (Copied from boost 1.41)

feature macosx-version
    : $(.macosx-versions)
    : propagated link-incompatible symmetric optional
    ;

Other steps are all the same as this article describes.

I&#039;m totally new with the MAC OS X, too. If you have any questions, contact me:
eastcowboy2002@163.com</description>
		<content:encoded><![CDATA[<p>I did compile boost 1.44 yesterday.<br />
in the file &#8220;tools/build/v2/tools/darwin.jam&#8221;, search for &#8220;feature macosx-version&#8221;, and modify it as follow: (Copied from boost 1.41)</p>
<p>feature macosx-version<br />
    : $(.macosx-versions)<br />
    : propagated link-incompatible symmetric optional<br />
    ;</p>
<p>Other steps are all the same as this article describes.</p>
<p>I&#8217;m totally new with the MAC OS X, too. If you have any questions, contact me:<br />
<a href="mailto:eastcowboy2002@163.com">eastcowboy2002@163.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Solt</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1802</link>
		<dc:creator>Paul Solt</dc:creator>
		<pubDate>Wed, 26 May 2010 18:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1802</guid>
		<description>I have not made an attempt to use Boost 1.43. Unless you&#039;re using features from 1.43, I would stick with Boost 1.42.</description>
		<content:encoded><![CDATA[<p>I have not made an attempt to use Boost 1.43. Unless you&#8217;re using features from 1.43, I would stick with Boost 1.42.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foogy</title>
		<link>http://paulsolt.com/2010/04/c-logging-and-building-boost-for-iphoneipad-3-2-and-macosx/comment-page-1/#comment-1801</link>
		<dc:creator>foogy</dc:creator>
		<pubDate>Wed, 26 May 2010 13:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://paulsolt.com/?p=559#comment-1801</guid>
		<description>Did anyone successfully build boost 1.43 for iPhone?
The modifications to .macosx-version in Darwin.jam doesnt seem to apply for 1.43.</description>
		<content:encoded><![CDATA[<p>Did anyone successfully build boost 1.43 for iPhone?<br />
The modifications to .macosx-version in Darwin.jam doesnt seem to apply for 1.43.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

