<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.jbkempf.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Yet another blog for JBKempf - Tag - 1.0.0  - Comments</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/1.0.0/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>This is the blog of Jean-Baptiste Kempf. I will share some info about my life, my works and my VideoLAN work</description>
  <language>en</language>
  <pubDate>Mon, 06 Feb 2012 11:49:19 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - vish</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1593</link>
    <guid isPermaLink="false">urn:md5:0294413a7f94ebcfeeb3f5c8ecc26495</guid>
    <pubDate>Sat, 25 Jun 2011 03:12:08 +0200</pubDate>
    <dc:creator>vish</dc:creator>
    
    <description>&lt;p&gt;autoreconf: Entering directory `.'&lt;br /&gt;
autoreconf: running: true --force&lt;br /&gt;
autoreconf: running: aclocal -I m4 --force -I m4&lt;br /&gt;
configure.ac:442: error: m4_undefine: undefined macro: AC_DEPLIBS_CHECK_METHOD&lt;br /&gt;
configure.ac:442: the top level&lt;br /&gt;
autom4te: /usr/bin/m4 failed with exit status: 1&lt;br /&gt;
aclocal: /usr/bin/autom4te failed with exit status: 1&lt;br /&gt;
autoreconf: aclocal failed with exit status: 1&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - sandeha</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1592</link>
    <guid isPermaLink="false">urn:md5:0cef4b88304fac1162b25835673ca6c4</guid>
    <pubDate>Fri, 24 Jun 2011 23:35:03 +0200</pubDate>
    <dc:creator>sandeha</dc:creator>
    
    <description>&lt;p&gt;For down load I followed as following&lt;/p&gt;


&lt;p&gt;1.git clone git://git.videolan.org/vlc.git&lt;br /&gt;
2.c d vlc &amp;amp;&amp;amp; ./bootstrap&lt;br /&gt;
after ./bootstrap follwoing message is observed&lt;/p&gt;


&lt;p&gt;./bootstrap: 1: autoreconf: not found&lt;br /&gt;
I think because of this I could not following step&lt;br /&gt;
mkdir build &amp;amp;&amp;amp; cd build &amp;amp;&amp;amp; ../configure --disable-nls --enable-qt4&lt;br /&gt;
Any body can help me?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Jean-Baptiste Kempf</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1584</link>
    <guid isPermaLink="false">urn:md5:f9027dee1f67a6765c835ade6217a8a9</guid>
    <pubDate>Wed, 15 Jun 2011 15:57:38 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
    
    <description>&lt;p&gt;@Kathy: simple, take the git version, not the 1.1.10 tag, the fix is straightforward.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - kathy</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1583</link>
    <guid isPermaLink="false">urn:md5:90f06731cc8e851f2c0848b63c4ac916</guid>
    <pubDate>Wed, 15 Jun 2011 09:46:08 +0200</pubDate>
    <dc:creator>kathy</dc:creator>
    
    <description>&lt;p&gt;hello.when i compile the VLC1.1.0,i success.but when i input the command:make,occurs some errors as follow:&lt;br /&gt;
make[4]: Entering directory `/home/vlc-1.1.10/modules/audio_output'&lt;br /&gt;
CC     libpulse_plugin_la-pulse.lo&lt;br /&gt;
pulse.c: In function 'Open':&lt;br /&gt;
pulse.c:276: error: 'p_this' undeclared (first use in this function)&lt;br /&gt;
pulse.c:276: error: (Each undeclared identifier is reported only once&lt;br /&gt;
pulse.c:276: error: for each function it appears in.)&lt;br /&gt;
make[4]: *** [libpulse_plugin_la-pulse.lo] Error 1&lt;br /&gt;
make[4]: Leaving directory `/home/vlc-1.1.10/modules/audio_output'&lt;br /&gt;
make[3]: *** [all] Error 2&lt;br /&gt;
make[3]: Leaving directory `/home/vlc-1.1.10/modules/audio_output'&lt;br /&gt;
make[2]: *** [all-recursive] Error 1&lt;br /&gt;
make[2]: Leaving directory `/home/vlc-1.1.10/modules'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/vlc-1.1.10'&lt;br /&gt;
make: *** [all] Error 2.&lt;br /&gt;
i feel very comfused.please tell how to solve this problem.thank you.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Computer Help Suppor</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1527</link>
    <guid isPermaLink="false">urn:md5:c8c19aa335420ff26be2fe37ffb53d2a</guid>
    <pubDate>Wed, 11 May 2011 08:28:39 +0200</pubDate>
    <dc:creator>Computer Help Suppor</dc:creator>
    
    <description>&lt;p&gt;cd vlc &amp;amp;&amp;amp; ./bootstrap -please explain clearly.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - saglik</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1413</link>
    <guid isPermaLink="false">urn:md5:471919022504383a2f9fc81ccdcbb332</guid>
    <pubDate>Fri, 24 Dec 2010 21:41:40 +0100</pubDate>
    <dc:creator>saglik</dc:creator>
    
    <description>&lt;p&gt;Is there an equivalent &amp;quot;make install&amp;quot; for this. I have tried but it seems to be broken.&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;a href=&quot;http://www.bloghayat.com&quot; title=&quot;http://www.bloghayat.com&quot; rel=&quot;nofollow&quot;&gt;http://www.bloghayat.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>videolan.org stats for 2009: 90 million visits - streaming</title>
    <link>http://www.jbkempf.com/blog/post/2010/01/04/videolan.org-stats-for-2009%3A-90-million-visitors#c1335</link>
    <guid isPermaLink="false">urn:md5:77e4411748d985deb6a9eaa56962c50e</guid>
    <pubDate>Mon, 25 Oct 2010 21:23:20 +0200</pubDate>
    <dc:creator>streaming</dc:creator>
    
    <description>&lt;p&gt;Au-delà de l'évidente originalité de votre blog, je remarque que ce post est une très belle trouvaille.&lt;br /&gt;
Bonne continuation et continuez ainsi !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - kidmose</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c995</link>
    <guid isPermaLink="false">urn:md5:0e18468af55838c6dcf208e5c74bb7df</guid>
    <pubDate>Thu, 19 Aug 2010 16:47:30 +0200</pubDate>
    <dc:creator>kidmose</dc:creator>
    
    <description>&lt;p&gt;thx JBK &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c977</link>
    <guid isPermaLink="false">urn:md5:d950277b9829d943e872b11492c94c67</guid>
    <pubDate>Sun, 15 Aug 2010 11:20:29 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@Kasper: apt-get install lua5.1&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Kasper</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c973</link>
    <guid isPermaLink="false">urn:md5:8668fc2de9ea1ad9d6f8edb4e929269f</guid>
    <pubDate>Sat, 14 Aug 2010 00:46:58 +0200</pubDate>
    <dc:creator>Kasper</dc:creator>
    
    <description>&lt;p&gt;After:&lt;br /&gt;
mkdir build &amp;amp;&amp;amp; cd build &amp;amp;&amp;amp; ../configure --disable-nls --enable-qt4&lt;br /&gt;
I get at the end this:&lt;br /&gt;
checking for LUA... yes&lt;br /&gt;
checking for luac... no&lt;br /&gt;
configure: error: Could not find the LUA byte compiler.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - mekan</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c970</link>
    <guid isPermaLink="false">urn:md5:ea6b6fe306055a87e9645ce7c1ae493b</guid>
    <pubDate>Fri, 13 Aug 2010 03:17:00 +0200</pubDate>
    <dc:creator>mekan</dc:creator>
    
    <description>&lt;p&gt;Yeah ditto on the make install comment. My current (8.10 Ubuntu) vlc version stays at 0.94 while in the build/bin dir the new 1.00 vls exists. Make install does a lot of stuff but doesn't install the new version.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://blogmekan.com&quot; title=&quot;http://blogmekan.com&quot; rel=&quot;nofollow&quot;&gt;http://blogmekan.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Guru</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c897</link>
    <guid isPermaLink="false">urn:md5:7338f4706f25ce5389a60251e5c3d99e</guid>
    <pubDate>Tue, 06 Jul 2010 08:21:40 +0200</pubDate>
    <dc:creator>Guru</dc:creator>
    
    <description>&lt;p&gt;Hey thanks for the nice article! good blog, goodday&amp;#8230;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - pv-gs150 battery</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c896</link>
    <guid isPermaLink="false">urn:md5:a1552669ac1f6e3ed7df832c00994653</guid>
    <pubDate>Tue, 06 Jul 2010 07:56:32 +0200</pubDate>
    <dc:creator>pv-gs150 battery</dc:creator>
    
    <description>&lt;p&gt;Afterwards &amp;#8216;sudo make install&amp;#8217; should finish fine and VLC will be startable from any directory by just typing &amp;#8216;vlc&amp;#8217; into the terminal. It will not be necessary anymore to run ./vlc from the build directory, and actually, the bloated 400MB git-directory can be removed. VLC seems to run fine now and also appears to find everything it needs to run and work, as opposed to installing it without those extra options,&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>VLC 1.0 and VideoLAN for 2009 - affordable reseller hosting</title>
    <link>http://www.jbkempf.com/blog/post/2009/01/09/VLC-1.0-and-VideoLAN-for-2009#c884</link>
    <guid isPermaLink="false">urn:md5:63fdde7948e049e58f4118a0ae48a740</guid>
    <pubDate>Thu, 01 Jul 2010 11:35:16 +0200</pubDate>
    <dc:creator>affordable reseller hosting</dc:creator>
    
    <description>&lt;p&gt;Your page is so fantastic!  You sure do know how to keep your audience entertained.  I am so glad that I took the time to look at this blog, because let me tell you.  Not a lot of people know how to balance knowledge of a subject and content.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>VLC 1.0.3 is out! - bp-511 battery</title>
    <link>http://www.jbkempf.com/blog/post/2009/11/01/VLC-1.0.3-is-out%21#c882</link>
    <guid isPermaLink="false">urn:md5:77cf137768a77e02c3fb5364a01466b8</guid>
    <pubDate>Wed, 30 Jun 2010 09:46:04 +0200</pubDate>
    <dc:creator>bp-511 battery</dc:creator>
    
    <description>&lt;p&gt;A very good year!&lt;br /&gt;
But I have a little problem. I wish work on VLMC, so I must compile both vlc and vlmc.&lt;br /&gt;
I run on ubuntu karmic 9.10&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - NareZ</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c863</link>
    <guid isPermaLink="false">urn:md5:42b7d01b52e4b37d98a618a15ae3d97b</guid>
    <pubDate>Sun, 27 Jun 2010 11:07:15 +0200</pubDate>
    <dc:creator>NareZ</dc:creator>
    
    <description>&lt;p&gt;great tuto, helped me to solve some issues &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>videolan.org stats for 2009: 90 million visits - kikidu</title>
    <link>http://www.jbkempf.com/blog/post/2010/01/04/videolan.org-stats-for-2009%3A-90-million-visitors#c837</link>
    <guid isPermaLink="false">urn:md5:52b4d521accdb6509847e23c8937afa9</guid>
    <pubDate>Mon, 21 Jun 2010 10:39:56 +0200</pubDate>
    <dc:creator>kikidu</dc:creator>
    
    <description>&lt;p&gt;En gros, est ce qu’une personne passe par php pour arriver à une page de votre site ou juste par le serveur web.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>VLC 1.0 and VideoLAN for 2009 - Web conferencing services</title>
    <link>http://www.jbkempf.com/blog/post/2009/01/09/VLC-1.0-and-VideoLAN-for-2009#c783</link>
    <guid isPermaLink="false">urn:md5:6930647d85b7b1bba43c7b1b41c29b61</guid>
    <pubDate>Thu, 20 May 2010 11:38:29 +0200</pubDate>
    <dc:creator>Web conferencing services</dc:creator>
    
    <description>&lt;p&gt;I was looking for this information,&lt;/p&gt;


&lt;p&gt;I am surely going to share this with my friends &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Thank you so much.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>VLC: CDDB on Windows! - Sean</title>
    <link>http://www.jbkempf.com/blog/post/2009/10/27/VLC%3A-CDDB-on-Windows%21#c775</link>
    <guid isPermaLink="false">urn:md5:f8af8ca05341aa9dd6e1357eb0eb5c61</guid>
    <pubDate>Fri, 14 May 2010 07:10:40 +0200</pubDate>
    <dc:creator>Sean</dc:creator>
    
    <description>&lt;p&gt;That&amp;#8217;s great.  It still doesn&amp;#8217;t work.  It didn&amp;#8217;t generate text in 1.0x, doesn&amp;#8217;t do it in 1.1 either.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>videolan.org stats for 2009: 90 million visits - plombier paris</title>
    <link>http://www.jbkempf.com/blog/post/2010/01/04/videolan.org-stats-for-2009%3A-90-million-visitors#c751</link>
    <guid isPermaLink="false">urn:md5:abd0b09810ad3cd1543d77a14034efef</guid>
    <pubDate>Mon, 19 Apr 2010 09:07:33 +0200</pubDate>
    <dc:creator>plombier paris</dc:creator>
    
    <description>&lt;p&gt;Très intéressant comme article.&lt;br /&gt;
J&amp;#8217;ai fais un petit tour et j&amp;#8217;aime beaucoup votre blog, continuez ainsi &lt;img src=&quot;/blog/themes/jbkempf/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>
