<?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 for mike mcquaid dot com</title> <atom:link href="http://mikemcquaid.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://mikemcquaid.com</link> <description>the internet is leaking</description> <lastBuildDate>Mon, 09 Jan 2012 18:58:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on Deploying Qt applications with DeployQt4 by Mike McQuaid</title><link>http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/comment-page-1/#comment-3082</link> <dc:creator>Mike McQuaid</dc:creator> <pubDate>Mon, 09 Jan 2012 18:58:03 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3350#comment-3082</guid> <description>Hmm. Still not quite obvious what’s gone wrong there. I suggest poking around and adding debug statements into BundleUtilities.cmake as this is seemingly failing in that code rather than mine.If you’ve got this committed to a Subversion repository or Github somewhere I can try and take a look for you.Perhaps better to continue this directly. You can get my contact details from the &lt;a href=&quot;/contact/&quot; rel=&quot;nofollow&quot;&gt;contact page&lt;/a&gt;.</description> <content:encoded><![CDATA[<p>Hmm. Still not quite obvious what’s gone wrong there. I suggest poking around and adding debug statements into BundleUtilities.cmake as this is seemingly failing in that code rather than mine.</p><p>If you’ve got this committed to a Subversion repository or Github somewhere I can try and take a look for you.</p><p>Perhaps better to continue this directly. You can get my contact details from the <a href="/contact/" rel="nofollow">contact page</a>.</p> ]]></content:encoded> </item> <item><title>Comment on Deploying Qt applications with DeployQt4 by Jonatan Liljedahl</title><link>http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/comment-page-1/#comment-3080</link> <dc:creator>Jonatan Liljedahl</dc:creator> <pubDate>Mon, 09 Jan 2012 18:15:12 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3350#comment-3080</guid> <description>I think the dependencies are all right, since I can zip the installed .app directory and run it on another computer without problems.this is the output of cpack --verboseCPack Verbose: fixup_qt4_executable CPack Verbose:   executable=&#039;/Users/lijon/Coding/supercollider/build3.5/_CPack_Packages/Darwin/PackageMaker/SuperCollider-3.5.dev-Darwin/Unspecified/usr/SuperCollider.app&#039; CPack Verbose:   qtplugins=&#039;&#039; CPack Verbose:   libs=&#039;&#039; CPack Verbose:   dirs=&#039;/Library/Frameworks&#039; CPack Verbose:   plugins_dir=&#039;&#039; CPack Verbose:   request_qt_conf=&#039;&#039; CPack Verbose: Writing /Users/lijon/Coding/supercollider/build3.5/_CPack_Packages/Darwin/PackageMaker/SuperCollider-3.5.dev-Darwin/Unspecified/usr/SuperCollider.app/Contents/Resources/qt.conf CPack Verbose: fixup_bundle CPack Verbose:   app=&#039;/Users/lijon/Coding/supercollider/build3.5/_CPack_Packages/Darwin/PackageMaker/SuperCollider-3.5.dev-Darwin/Unspecified/usr/SuperCollider.app&#039; CPack Verbose:   libs=&#039;&#039; CPack Verbose:   dirs=&#039;/Library/Frameworks&#039; CPack Verbose: warning: *NOT* handled - .app directory case... CMake Error at /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/BundleUtilities.cmake:668 (message): error: fixup_bundle: not a valid bundle Call Stack (most recent call first): /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:161 (fixup_bundle) /Users/lijon/Coding/supercollider/build3.5/platform/mac/cmake_install.cmake:117 (FIXUP_QT4_EXECUTABLE) /Users/lijon/Coding/supercollider/build3.5/platform/cmake_install.cmake:32 (INCLUDE) /Users/lijon/Coding/supercollider/build3.5/cmake_install.cmake:75 (INCLUDE)CPack Verbose: fixup_bundle: done CPack Error: Error when generating package: SuperCollider</description> <content:encoded><![CDATA[<p>I think the dependencies are all right, since I can zip the installed .app directory and run it on another computer without problems.</p><p>this is the output of cpack &#8211;verbose</p><p>CPack Verbose: fixup_qt4_executable<br /> CPack Verbose:   executable=&#8217;/Users/lijon/Coding/supercollider/build3.5/_CPack_Packages/Darwin/PackageMaker/SuperCollider-3.5.dev-Darwin/Unspecified/usr/SuperCollider.app&#8217;<br /> CPack Verbose:   qtplugins=&#8221;<br /> CPack Verbose:   libs=&#8221;<br /> CPack Verbose:   dirs=&#8217;/Library/Frameworks&#8217;<br /> CPack Verbose:   plugins_dir=&#8221;<br /> CPack Verbose:   request_qt_conf=&#8221;<br /> CPack Verbose: Writing /Users/lijon/Coding/supercollider/build3.5/_CPack_Packages/Darwin/PackageMaker/SuperCollider-3.5.dev-Darwin/Unspecified/usr/SuperCollider.app/Contents/Resources/qt.conf<br /> CPack Verbose: fixup_bundle<br /> CPack Verbose:   app=&#8217;/Users/lijon/Coding/supercollider/build3.5/_CPack_Packages/Darwin/PackageMaker/SuperCollider-3.5.dev-Darwin/Unspecified/usr/SuperCollider.app&#8217;<br /> CPack Verbose:   libs=&#8221;<br /> CPack Verbose:   dirs=&#8217;/Library/Frameworks&#8217;<br /> CPack Verbose: warning: *NOT* handled &#8211; .app directory case&#8230;<br /> CMake Error at /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/BundleUtilities.cmake:668 (message):<br /> error: fixup_bundle: not a valid bundle<br /> Call Stack (most recent call first):<br /> /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:161 (fixup_bundle)<br /> /Users/lijon/Coding/supercollider/build3.5/platform/mac/cmake_install.cmake:117 (FIXUP_QT4_EXECUTABLE)<br /> /Users/lijon/Coding/supercollider/build3.5/platform/cmake_install.cmake:32 (INCLUDE)<br /> /Users/lijon/Coding/supercollider/build3.5/cmake_install.cmake:75 (INCLUDE)</p><p>CPack Verbose: fixup_bundle: done<br /> CPack Error: Error when generating package: SuperCollider</p> ]]></content:encoded> </item> <item><title>Comment on Deploying Qt applications with DeployQt4 by Mike McQuaid</title><link>http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/comment-page-1/#comment-3079</link> <dc:creator>Mike McQuaid</dc:creator> <pubDate>Mon, 09 Jan 2012 16:37:55 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3350#comment-3079</guid> <description>&quot;Not a valid bundle&quot; basically means that not all the dependencies have been resolved correctly. I recommend finding out more by running &lt;code&gt;cpack --verbose&lt;/code&gt; in the build directory which should print more output.</description> <content:encoded><![CDATA[<p>&#8220;Not a valid bundle&#8221; basically means that not all the dependencies have been resolved correctly. I recommend finding out more by running <code>cpack --verbose</code> in the build directory which should print more output.</p> ]]></content:encoded> </item> <item><title>Comment on Deploying Qt applications with DeployQt4 by Mike McQuaid</title><link>http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/comment-page-1/#comment-3078</link> <dc:creator>Mike McQuaid</dc:creator> <pubDate>Mon, 09 Jan 2012 16:36:28 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3350#comment-3078</guid> <description>Thanks David, a pleasure. Thanks for accepting my work! This is under a &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/scotland/&quot; rel=&quot;nofollow&quot;&gt;CC license&lt;/a&gt; so feel free to reproduce elsewhere.</description> <content:encoded><![CDATA[<p>Thanks David, a pleasure. Thanks for accepting my work! This is under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/scotland/" rel="nofollow">CC license</a> so feel free to reproduce elsewhere.</p> ]]></content:encoded> </item> <item><title>Comment on Deploying Qt applications with DeployQt4 by Jonatan Liljedahl</title><link>http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/comment-page-1/#comment-3077</link> <dc:creator>Jonatan Liljedahl</dc:creator> <pubDate>Mon, 09 Jan 2012 16:28:44 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3350#comment-3077</guid> <description>&quot;make install&quot; works fine and I get a nice fixed up bundle, but I can&#039;t get cpack to work. it fails like this:CPack: Create package using PackageMaker CPack: Install projects CPack: - Run preinstall target for: SuperCollider CPack: - Install project: SuperCollider CPack: -   Install component: Unspecified CMake Error at /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/BundleUtilities.cmake:668 (message): error: fixup_bundle: not a valid bundle Call Stack (most recent call first): /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:161 (fixup_bundle) /Users/lijon/Coding/supercollider/build3.5/platform/mac/cmake_install.cmake:117 (FIXUP_QT4_EXECUTABLE) /Users/lijon/Coding/supercollider/build3.5/platform/cmake_install.cmake:32 (INCLUDE) /Users/lijon/Coding/supercollider/build3.5/cmake_install.cmake:75 (INCLUDE)any advice?</description> <content:encoded><![CDATA[<p>&#8220;make install&#8221; works fine and I get a nice fixed up bundle, but I can&#8217;t get cpack to work. it fails like this:</p><p>CPack: Create package using PackageMaker<br /> CPack: Install projects<br /> CPack: &#8211; Run preinstall target for: SuperCollider<br /> CPack: &#8211; Install project: SuperCollider<br /> CPack: &#8211;   Install component: Unspecified<br /> CMake Error at /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/BundleUtilities.cmake:668 (message):<br /> error: fixup_bundle: not a valid bundle<br /> Call Stack (most recent call first):<br /> /Applications/CMake 2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:161 (fixup_bundle)<br /> /Users/lijon/Coding/supercollider/build3.5/platform/mac/cmake_install.cmake:117 (FIXUP_QT4_EXECUTABLE)<br /> /Users/lijon/Coding/supercollider/build3.5/platform/cmake_install.cmake:32 (INCLUDE)<br /> /Users/lijon/Coding/supercollider/build3.5/cmake_install.cmake:75 (INCLUDE)</p><p>any advice?</p> ]]></content:encoded> </item> <item><title>Comment on Deploying Qt applications with DeployQt4 by David Cole</title><link>http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/comment-page-1/#comment-3076</link> <dc:creator>David Cole</dc:creator> <pubDate>Thu, 05 Jan 2012 19:49:34 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3350#comment-3076</guid> <description>Thanks, Mike for the excellent blog post, and all the links, especially to a public example.And of course, for contributing DeployQt4 for the CMake 2.8.7 release.Cheers!</description> <content:encoded><![CDATA[<p>Thanks, Mike for the excellent blog post, and all the links, especially to a public example.</p><p>And of course, for contributing DeployQt4 for the CMake 2.8.7 release.</p><p>Cheers!</p> ]]></content:encoded> </item> <item><title>Comment on Make Qt use the GTK Style on XFCE or Xubuntu by Mike McQuaid</title><link>http://mikemcquaid.com/2011/12/make-qt-use-the-gtk-style-on-xfce-or-xubuntu/comment-page-1/#comment-3075</link> <dc:creator>Mike McQuaid</dc:creator> <pubDate>Tue, 03 Jan 2012 09:44:57 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3367#comment-3075</guid> <description>Yes, Qt only looks for the Gnome path by default. This guide avoids having to install (large amounts of ) Gnome dependencies to have Qt applications under XFCE look good.</description> <content:encoded><![CDATA[<p>Yes, Qt only looks for the Gnome path by default. This guide avoids having to install (large amounts of ) Gnome dependencies to have Qt applications under XFCE look good.</p> ]]></content:encoded> </item> <item><title>Comment on Make Qt use the GTK Style on XFCE or Xubuntu by abc</title><link>http://mikemcquaid.com/2011/12/make-qt-use-the-gtk-style-on-xfce-or-xubuntu/comment-page-1/#comment-3074</link> <dc:creator>abc</dc:creator> <pubDate>Tue, 03 Jan 2012 04:18:48 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3367#comment-3074</guid> <description>The problem appears because /desktop/gnome/interface is missing in gconf. Installing the package libgnome2-common will fix it.</description> <content:encoded><![CDATA[<p>The problem appears because /desktop/gnome/interface is missing in gconf.<br /> Installing the package libgnome2-common will fix it.</p> ]]></content:encoded> </item> <item><title>Comment on Windows Autologin Lock Screen by Fredrik</title><link>http://mikemcquaid.com/2010/09/windows-autologin-lock-screen/comment-page-1/#comment-3028</link> <dc:creator>Fredrik</dc:creator> <pubDate>Thu, 04 Aug 2011 07:01:55 +0000</pubDate> <guid isPermaLink="false">http://mikearthur.co.uk/?p=390#comment-3028</guid> <description>Thanks!I didn&#039;t get the netlogon method to work so i put the script in the startup folder on the start menu, works for me every time.</description> <content:encoded><![CDATA[<p>Thanks!</p><p>I didn&#8217;t get the netlogon method to work so i put the script in the startup folder on the start menu, works for me every time.</p> ]]></content:encoded> </item> <item><title>Comment on No more Clegg love or: How I Learned to Stop Worrying and Love the SNP by theWeir</title><link>http://mikemcquaid.com/2011/05/no-more-clegg-love-or-how-i-learned-to-stop-worrying-and-love-the-snp/comment-page-1/#comment-2599</link> <dc:creator>theWeir</dc:creator> <pubDate>Mon, 09 May 2011 08:11:18 +0000</pubDate> <guid isPermaLink="false">http://mikemcquaid.com/?p=3254#comment-2599</guid> <description>A great post, Mike.I remember your passion for the cause of the Lib Dems, so it&#039;s not a shock that you felt so utterly betrayed. It&#039;s a reminder that, as you said, power corrupts.While the SNP aren&#039;t perfect, they were the credible voice for the future.I&#039;m glad there&#039;s not a massive majority and really hope that the whip line isn&#039;t too draconian, so MSPs can vote with integrity on issues.A boy can dream!</description> <content:encoded><![CDATA[<p>A great post, Mike.</p><p>I remember your passion for the cause of the Lib Dems, so it&#8217;s not a shock that you felt so utterly betrayed. It&#8217;s a reminder that, as you said, power corrupts.</p><p>While the SNP aren&#8217;t perfect, they were the credible voice for the future.</p><p>I&#8217;m glad there&#8217;s not a massive majority and really hope that the whip line isn&#8217;t too draconian, so MSPs can vote with integrity on issues.</p><p>A boy can dream!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 8/25 queries in 0.014 seconds using disk: basic
Object Caching 394/411 objects using disk: basic

Served from: mikemcquaid.com @ 2012-02-06 16:42:30 -->
