<?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: 64 bit Flash for Firefox using Swfdec</title>
	<atom:link href="http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/</link>
	<description>Studies and thoughts, usually in coherent fashion.</description>
	<lastBuildDate>Mon, 30 May 2011 09:30:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: christopher.warner</title>
		<link>http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/comment-page-1/#comment-79</link>
		<dc:creator>christopher.warner</dc:creator>
		<pubDate>Wed, 20 Jun 2007 05:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/2007/05/16/64-bit-flash-for-firefox-using-swfdec/#comment-79</guid>
		<description>Updated a couple of things above..</description>
		<content:encoded><![CDATA[<p>Updated a couple of things above..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christopher.warner</title>
		<link>http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/comment-page-1/#comment-78</link>
		<dc:creator>christopher.warner</dc:creator>
		<pubDate>Wed, 20 Jun 2007 05:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/2007/05/16/64-bit-flash-for-firefox-using-swfdec/#comment-78</guid>
		<description>sudo apt-get install automake and now that i&#039;m thinking about it sudo apt-get install gcc  and sudo apt-get install g++

I&#039;ll update the above</description>
		<content:encoded><![CDATA[<p>sudo apt-get install automake and now that i&#8217;m thinking about it sudo apt-get install gcc  and sudo apt-get install g++</p>
<p>I&#8217;ll update the above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Das Goat</title>
		<link>http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/comment-page-1/#comment-77</link>
		<dc:creator>Das Goat</dc:creator>
		<pubDate>Wed, 20 Jun 2007 05:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/2007/05/16/64-bit-flash-for-firefox-using-swfdec/#comment-77</guid>
		<description>Ok, I found the last error. A typo in the pasted command some where. entered it manually and it seemed like it worked. Now my problem is:

dasgoat@dasgoat-laptop:~/swfdec-0.4.4$ ls
aclocal.m4  compile       configure     doc           libswfdec      Makefile.am  player            swfdec.spec
AUTHORS     config.guess  configure.ac  gtk-doc.make  libswfdec-gtk  Makefile.in  README            swfdec.spec.in
autogen.sh  config.h.in   COPYING       INSTALL       ltmain.sh      missing      swfdec-gtk.pc.in  test
ChangeLog   config.sub    depcomp       install-sh    m4             NEWS         swfdec.pc.in
dasgoat@dasgoat-laptop:~/swfdec-0.4.4$ sudo ./autogen.sh Ã¢â‚¬â€œprefix=/usr; make -j4; make install
Can&#039;t exec &quot;aclocal&quot;: No such file or directory at /usr/bin/autoreconf line 182.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 182.
Can&#039;t exec &quot;automake&quot;: No such file or directory at /usr/bin/autoreconf line 183.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 183.
Can&#039;t exec &quot;aclocal&quot;: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 290.
autoreconf: failed to run aclocal: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install&#039;.  Stop.

can&#039;t exec &quot;aclocal&quot;? Isn&#039;t the file right there in the ls?</description>
		<content:encoded><![CDATA[<p>Ok, I found the last error. A typo in the pasted command some where. entered it manually and it seemed like it worked. Now my problem is:</p>
<p>dasgoat@dasgoat-laptop:~/swfdec-0.4.4$ ls<br />
aclocal.m4  compile       configure     doc           libswfdec      Makefile.am  player            swfdec.spec<br />
AUTHORS     config.guess  configure.ac  gtk-doc.make  libswfdec-gtk  Makefile.in  README            swfdec.spec.in<br />
autogen.sh  config.h.in   COPYING       INSTALL       ltmain.sh      missing      swfdec-gtk.pc.in  test<br />
ChangeLog   config.sub    depcomp       install-sh    m4             NEWS         swfdec.pc.in<br />
dasgoat@dasgoat-laptop:~/swfdec-0.4.4$ sudo ./autogen.sh Ã¢â‚¬â€œprefix=/usr; make -j4; make install<br />
Can&#8217;t exec &#8220;aclocal&#8221;: No such file or directory at /usr/bin/autoreconf line 182.<br />
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 182.<br />
Can&#8217;t exec &#8220;automake&#8221;: No such file or directory at /usr/bin/autoreconf line 183.<br />
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 183.<br />
Can&#8217;t exec &#8220;aclocal&#8221;: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 290.<br />
autoreconf: failed to run aclocal: No such file or directory<br />
make: *** No targets specified and no makefile found.  Stop.<br />
make: *** No rule to make target `install&#8217;.  Stop.</p>
<p>can&#8217;t exec &#8220;aclocal&#8221;? Isn&#8217;t the file right there in the ls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Das Goat</title>
		<link>http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/comment-page-1/#comment-76</link>
		<dc:creator>Das Goat</dc:creator>
		<pubDate>Wed, 20 Jun 2007 04:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/2007/05/16/64-bit-flash-for-firefox-using-swfdec/#comment-76</guid>
		<description>dasgoat@dasgoat-laptop:~$ wget http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz
--19:45:10--  http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz
           =&gt; `swfdec-mozilla-0.4.4.tar.gz.1&#039;
Resolving swfdec.freedesktop.org... 131.252.210.176
Connecting to swfdec.freedesktop.org&#124;131.252.210.176&#124;:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 341,293 (333K) [application/x-tar]

100%[======================================================================================&gt;] 341,293      330.10K/s             

19:45:11 (329.01 KB/s) - `swfdec-mozilla-0.4.4.tar.gz.1&#039; saved [341293/341293]

dasgoat@dasgoat-laptop:~$ tar -xvzf swfdec-mozilla.0.4.4.tar.gz
tar: swfdec-mozilla.0.4.4.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
dasgoat@dasgoat-laptop:~$ tar -xvzf swfdec-mozilla.0.4.4.tar.gz.1
tar: swfdec-mozilla.0.4.4.tar.gz.1: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors


Still missing something. Can I have another hint please?</description>
		<content:encoded><![CDATA[<p>dasgoat@dasgoat-laptop:~$ wget <a href="http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz" rel="nofollow">http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz</a><br />
&#8211;19:45:10&#8211;  <a href="http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz" rel="nofollow">http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/swfdec-mozilla-0.4.4.tar.gz</a><br />
           =&gt; `swfdec-mozilla-0.4.4.tar.gz.1&#8242;<br />
Resolving swfdec.freedesktop.org&#8230; 131.252.210.176<br />
Connecting to swfdec.freedesktop.org|131.252.210.176|:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 341,293 (333K) [application/x-tar]</p>
<p>100%[======================================================================================&gt;] 341,293      330.10K/s             </p>
<p>19:45:11 (329.01 KB/s) &#8211; `swfdec-mozilla-0.4.4.tar.gz.1&#8242; saved [341293/341293]</p>
<p>dasgoat@dasgoat-laptop:~$ tar -xvzf swfdec-mozilla.0.4.4.tar.gz<br />
tar: swfdec-mozilla.0.4.4.tar.gz: Cannot open: No such file or directory<br />
tar: Error is not recoverable: exiting now<br />
tar: Child returned status 2<br />
tar: Error exit delayed from previous errors<br />
dasgoat@dasgoat-laptop:~$ tar -xvzf swfdec-mozilla.0.4.4.tar.gz.1<br />
tar: swfdec-mozilla.0.4.4.tar.gz.1: Cannot open: No such file or directory<br />
tar: Error is not recoverable: exiting now<br />
tar: Child returned status 2<br />
tar: Error exit delayed from previous errors</p>
<p>Still missing something. Can I have another hint please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christopher.warner</title>
		<link>http://weblog.kernelcode.com/2007/05/16/64-bit-flash-for-firefox-using-swfdec/comment-page-1/#comment-30</link>
		<dc:creator>christopher.warner</dc:creator>
		<pubDate>Sun, 27 May 2007 22:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/2007/05/16/64-bit-flash-for-firefox-using-swfdec/#comment-30</guid>
		<description>sudo apt-get install autoconf I&#039;ll update the above.</description>
		<content:encoded><![CDATA[<p>sudo apt-get install autoconf I&#8217;ll update the above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

