<?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: KeePassX 0.3.2 released</title>
	<atom:link href="http://www.keepassx.org/news/2008/07/44/feed" rel="self" type="application/rss+xml" />
	<link>http://www.keepassx.org/news/2008/07/44</link>
	<description>Cross Platform Password Manager</description>
	<lastBuildDate>Wed, 21 Dec 2011 13:26:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kailin</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-39428</link>
		<dc:creator>Kailin</dc:creator>
		<pubDate>Mon, 11 Apr 2011 15:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-39428</guid>
		<description>That&#039;s really thinking out of the box. Thansk!</description>
		<content:encoded><![CDATA[<p>That&#8217;s really thinking out of the box. Thansk!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks about Password</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-20052</link>
		<dc:creator>Bookmarks about Password</dc:creator>
		<pubDate>Fri, 15 Aug 2008 05:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-20052</guid>
		<description>[...] - bookmarked by 1 members originally found by sandman2343 on 2008-07-21  KeePassX 0.3.2 released  http://www.keepassx.org/news/2008/07/44 - bookmarked by 1 members originally found by macroscopic [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 1 members originally found by sandman2343 on 2008-07-21  KeePassX 0.3.2 released  <a href="http://www.keepassx.org/news/2008/07/44" rel="nofollow">http://www.keepassx.org/news/2008/07/44</a> &#8211; bookmarked by 1 members originally found by macroscopic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Wittek</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-20037</link>
		<dc:creator>Thomas Wittek</dc:creator>
		<pubDate>Tue, 12 Aug 2008 19:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-20037</guid>
		<description>Hm, I can&#039;t build it statically on my Mac.
I build Qt like this: ./configure -prefix /Developer/qt4-static -static -no-qt3support -no-phonon -no-webkit -release -fast -no-nis -no-cups -nomake examples,demos  

Then set PATH=/Developer/qt4-static/bin$PATH and compiled with this command:
LINK=static qmake -config release
make

I get some linker warnings and errors:
g++ -headerpad_max_install_names -o ../bin/KeePassX.app/Contents/MacOS/KeePassX ../build/main_macx.o [..] -L/Developer/qt4-static/lib -framework CoreFoundation -lQtXml -lQtGui -lQtCore
[..]
ld: warning QList::free(QListData::Data*)       has different visibility (1) in /Developer/qt4-static/lib/libQtGui.a(qfiledialog.o) and (2) in ../build/main.o
ld: warning QList::~QList() has different visibility (1) in /Developer/qt4-static/lib/libQtGui.a(qfiledialog.o) and (2) in ../build/main.o
[..]
Undefined symbols:
  &quot;_GetWindowBounds&quot;, referenced from:
      QWidgetPrivate::createWindow_sys()       in libQtGui.a(qwidget_mac.o)
      QWidget::mapFromGlobal(QPoint const&amp;) constin libQtGui.a(qwidget_mac.o)
      QWidget::mapToGlobal(QPoint const&amp;) constin libQtGui.a(qwidget_mac.o)
[..]
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [../bin/KeePassX.app/Contents/MacOS/KeePassX] Error 1

How exactly do I have to specify the LINK=static option?
What else could be wrong?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hm, I can&#8217;t build it statically on my Mac.<br />
I build Qt like this: ./configure -prefix /Developer/qt4-static -static -no-qt3support -no-phonon -no-webkit -release -fast -no-nis -no-cups -nomake examples,demos  </p>
<p>Then set PATH=/Developer/qt4-static/bin$PATH and compiled with this command:<br />
LINK=static qmake -config release<br />
make</p>
<p>I get some linker warnings and errors:<br />
g++ -headerpad_max_install_names -o ../bin/KeePassX.app/Contents/MacOS/KeePassX ../build/main_macx.o [..] -L/Developer/qt4-static/lib -framework CoreFoundation -lQtXml -lQtGui -lQtCore<br />
[..]<br />
ld: warning QList::free(QListData::Data*)       has different visibility (1) in /Developer/qt4-static/lib/libQtGui.a(qfiledialog.o) and (2) in ../build/main.o<br />
ld: warning QList::~QList() has different visibility (1) in /Developer/qt4-static/lib/libQtGui.a(qfiledialog.o) and (2) in ../build/main.o<br />
[..]<br />
Undefined symbols:<br />
  &#8220;_GetWindowBounds&#8221;, referenced from:<br />
      QWidgetPrivate::createWindow_sys()       in libQtGui.a(qwidget_mac.o)<br />
      QWidget::mapFromGlobal(QPoint const&amp;) constin libQtGui.a(qwidget_mac.o)<br />
      QWidget::mapToGlobal(QPoint const&amp;) constin libQtGui.a(qwidget_mac.o)<br />
[..]<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status<br />
make[1]: *** [../bin/KeePassX.app/Contents/MacOS/KeePassX] Error 1</p>
<p>How exactly do I have to specify the LINK=static option?<br />
What else could be wrong?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DN</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-20027</link>
		<dc:creator>DN</dc:creator>
		<pubDate>Sat, 09 Aug 2008 07:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-20027</guid>
		<description>What about KeePassX-0.3.2-bin.tar.gz ? Having such bundle on removable drive (flash stick, etc.) is very usefull</description>
		<content:encoded><![CDATA[<p>What about KeePassX-0.3.2-bin.tar.gz ? Having such bundle on removable drive (flash stick, etc.) is very usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keepass 0.32 rilasciato &#171; Noiano&#8217;s Blog</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-20018</link>
		<dc:creator>Keepass 0.32 rilasciato &#171; Noiano&#8217;s Blog</dc:creator>
		<pubDate>Fri, 08 Aug 2008 07:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-20018</guid>
		<description>[...] Aggiornamenti minori, tuttavia utili ai fini dell&#8217;usabilità. Vi rimando al changelog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Aggiornamenti minori, tuttavia utili ai fini dell&#8217;usabilità. Vi rimando al changelog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GZ</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-19969</link>
		<dc:creator>GZ</dc:creator>
		<pubDate>Sun, 03 Aug 2008 15:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-19969</guid>
		<description>Release 0.3.2 for Mac seems to be available from the download page at this time.  You should update your release announcement since it still says the Mac binary is not available yet.</description>
		<content:encoded><![CDATA[<p>Release 0.3.2 for Mac seems to be available from the download page at this time.  You should update your release announcement since it still says the Mac binary is not available yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niles</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-19957</link>
		<dc:creator>Niles</dc:creator>
		<pubDate>Sat, 02 Aug 2008 22:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-19957</guid>
		<description>automatically try to unlock db when global auto-type key has been pressed

Hoorah! hoorah! Hoorah!

That&#039;s been driving me bonkers for months!</description>
		<content:encoded><![CDATA[<p>automatically try to unlock db when global auto-type key has been pressed</p>
<p>Hoorah! hoorah! Hoorah!</p>
<p>That&#8217;s been driving me bonkers for months!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasmin</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-19952</link>
		<dc:creator>Yasmin</dc:creator>
		<pubDate>Sat, 02 Aug 2008 10:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-19952</guid>
		<description>Hi,

what about an iPhone version? Would be great!

Regards,
Yasmin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>what about an iPhone version? Would be great!</p>
<p>Regards,<br />
Yasmin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-19944</link>
		<dc:creator>me</dc:creator>
		<pubDate>Thu, 31 Jul 2008 13:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-19944</guid>
		<description>Thanks, your efforts are really appreciated !</description>
		<content:encoded><![CDATA[<p>Thanks, your efforts are really appreciated !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabry</title>
		<link>http://www.keepassx.org/news/2008/07/44/comment-page-1#comment-19922</link>
		<dc:creator>gabry</dc:creator>
		<pubDate>Tue, 29 Jul 2008 13:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.keepassx.org/?p=44#comment-19922</guid>
		<description>very very good.
thank you for your work</description>
		<content:encoded><![CDATA[<p>very very good.<br />
thank you for your work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.370 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-12-26 16:51:19 -->
<!-- Compression = gzip -->
