<?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: How to Build LPub</title>
	<atom:link href="http://anoved.net/2009/05/how-to-build-lpub/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net/2009/05/how-to-build-lpub/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 23:45:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jim</title>
		<link>http://anoved.net/2009/05/how-to-build-lpub/#comment-609</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://anoved.net/?p=869#comment-609</guid>
		<description>To build LPub on Mac OS X 10.6 with the Qt 4.6 SDK requires some additional changes. Recreate the Makefile with the following command:

&lt;pre&gt;/usr/bin/qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++42 -macx -o
Makefile LPub.pro&lt;/pre&gt;

Make the following changes:

&lt;ul&gt;&lt;li&gt;lpub.h:592 - Change &lt;code&gt;Gui::getBOMParts&lt;/code&gt; to &lt;code&gt;getBOMParts&lt;/code&gt;&lt;/li&gt;&lt;li&gt;pligobals.cpp:44 - Change &lt;code&gt;bool &amp;_bom&lt;/code&gt; to &lt;code&gt;bool _bom&lt;/code&gt;&lt;/li&gt;&lt;li&gt;pointeritem.h:150 - Change &lt;code&gt;CalloutPointerItem::mousePressEvent&lt;/code&gt; to &lt;code&gt;mousePressEvent&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;

Then open lpub.xcodeproj and click &quot;Build &amp; Go&quot; to compile lpub.app!</description>
		<content:encoded><![CDATA[<p>To build LPub on Mac OS X 10.6 with the Qt 4.6 SDK requires some additional changes. Recreate the Makefile with the following command:</p>
<pre>/usr/bin/qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++42 -macx -o
Makefile LPub.pro</pre>
<p>Make the following changes:</p>
<ul>
<li>lpub.h:592 &#8211; Change <code>Gui::getBOMParts</code> to <code>getBOMParts</code></li>
<li>pligobals.cpp:44 &#8211; Change <code>bool &#038;_bom</code> to <code>bool _bom</code></li>
<li>pointeritem.h:150 &#8211; Change <code>CalloutPointerItem::mousePressEvent</code> to <code>mousePressEvent</code></li>
</ul>
<p>Then open lpub.xcodeproj and click &#8220;Build &#038; Go&#8221; to compile lpub.app!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

