<?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 - Ubuntu  - Comments</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/Ubuntu/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>MacBook install: triple boot: linux, windows, Mac OS - Yossia</title>
    <link>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS#c1469</link>
    <guid isPermaLink="false">urn:md5:3a6a68dd11af99a61fd90b3b27cd574a</guid>
    <pubDate>Sun, 27 Feb 2011 10:30:42 +0100</pubDate>
    <dc:creator>Yossia</dc:creator>
    
    <description>&lt;p&gt;i already had Mac OS X 10.6 and Win XP (Boot Camp) installed on my laptop, so i started from the Resize stage&lt;br /&gt;
&lt;br /&gt;
Resize&lt;/p&gt;


&lt;p&gt;* Go to Applications/Utils and launch Disk Tool&lt;/p&gt;


&lt;p&gt;* Split and resize the main partition in order to have a new partition that you name Linux and format in HFS. (16GB here)&lt;/p&gt;


&lt;p&gt;* Check everything.&lt;/p&gt;


&lt;p&gt;before installing   Ubuntu, i wounded to check the rebooting to the Mac and Win-XP OP, but unfortunately i couldn't  boot the  WIn XP anymore. &lt;img src=&quot;/blog/themes/jbkempf/smilies/sad.png&quot; alt=&quot;:(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;from the Mac i can see the BOOTCAMP partition and disk and all the files on it.&lt;/p&gt;


&lt;p&gt;Do i missed a stage after the resizing that i need to do so the Win-XP can be rebooted ?&lt;/p&gt;


&lt;p&gt;Thank You for your help and for making this procedure available&lt;br /&gt;
Best Wishes&lt;br /&gt;
Yossi&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>Build VLC media player under Ubuntu Hardy (8.04) - mirc</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#c1003</link>
    <guid isPermaLink="false">urn:md5:942e70da839970542e85e7e24a299aa9</guid>
    <pubDate>Mon, 23 Aug 2010 02:41:03 +0200</pubDate>
    <dc:creator>mirc</dc:creator>
    
    <description>&lt;p&gt;I think dosent work guys ,, can u check pls ? thanx ..&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>MacBook install: triple boot: linux, windows, Mac OS - BENQ battery charger</title>
    <link>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS#c899</link>
    <guid isPermaLink="false">urn:md5:3ab2094b4107cfcde790952f18474114</guid>
    <pubDate>Thu, 08 Jul 2010 08:11:50 +0200</pubDate>
    <dc:creator>BENQ battery charger</dc:creator>
    
    <description>&lt;p&gt;The big one is about LANGUAGE_CODE: that is the default locale used to display messages in. &amp;quot;utf-8&amp;quot; is not a locale. You will set LANGUAGE_CODE to something like &amp;quot;en&amp;quot; or &amp;quot;de&amp;quot;, etc. Since Django doesn&amp;#8217;t ship with &amp;quot;en-au&amp;quot; or &amp;quot;en-us&amp;quot; variants, leaving LANGUAGE_CODE alone will give you default English messages (as if it were set to &amp;quot;en&amp;quot;), which isn&amp;#8217;t a terrible default.&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>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>MacBook install: triple boot: linux, windows, Mac OS - trouble2316</title>
    <link>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS#c826</link>
    <guid isPermaLink="false">urn:md5:02da9abf97f012167d29cf6931d1ed28</guid>
    <pubDate>Thu, 10 Jun 2010 17:06:03 +0200</pubDate>
    <dc:creator>trouble2316</dc:creator>
    
    <description>&lt;p&gt;so i got ubuntu and win 7 on my macbook.and now the sound dont work in win 7.but thay do in lunix .got a older white macbook with 10.4&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Andreas_HB</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#c736</link>
    <guid isPermaLink="false">urn:md5:dda28cbdfc8df63775fef932957900e8</guid>
    <pubDate>Sat, 10 Apr 2010 15:39:10 +0200</pubDate>
    <dc:creator>Andreas_HB</dc:creator>
    
    <description>&lt;p&gt;Hello J.B.&lt;/p&gt;


&lt;p&gt;It seems you are one of the best involved VLC developers and I  have to say,  Vidolan especially VLC-Player is a great project.&lt;/p&gt;


&lt;p&gt;I thought it is a good Idea to participare in the developement but I have to say I am a Newbie in working within so large software projects.&lt;/p&gt;


&lt;p&gt;So what I have done first, was to to try to build VLC following exactly the howto&amp;#8217;s on the Videolan site in three ways:&lt;/p&gt;


&lt;p&gt;1. Win XP 32 with MinGW/Msys&lt;br /&gt;
2. Win XP 32 with Cygwin&lt;br /&gt;
3. Ubuntu Linux (9.04)&lt;/p&gt;


&lt;p&gt;meanwhile after solving some issues in all I&amp;#8217;ll get through bootstrap and configure in all three ways&lt;/p&gt;


&lt;p&gt;-&amp;gt; For everyody who get also already stucked at bootstrap: take care of the line endings in Win (CR,LF) and Ix (LF).  Some GNU autotools are very sensitive about that, so bootsprap only worked after some corrections I did with Notepad2 (google about) in a few makro files (error message: expecting line feed&amp;#8230;).&lt;/p&gt;


&lt;p&gt;With Msys I &amp;#8216;ve got still a warning about AUTOOPTS. I don&amp;#8217;t know if this is the right way, but I deleted all .m4 files before doing again the update steps regarding the GNU autotools and loading the VLC project as in the howto. Then I went through without warnings.&lt;/p&gt;


&lt;p&gt;But - and there comes my QUESTION: - when I proceed to make, I get so many compiler warnings regarding deprecated definitions of variables, comparison between signed and unsigned and so on. Can ignore the warnings for a stable version&amp;#160;?&lt;/p&gt;


&lt;p&gt;Till now I havn&amp;#8217;t got a self compiled working VLC like it can be downloaded as install from the Videolan site. I wonder how it was made. Do you or anybody else know?&lt;/p&gt;


&lt;p&gt;With MinGW and also Cygwin the make stucks with errors in the last steps (exact message follows)  and with Linux I am still working on finding or  upgrading all the needed Librarys which are warned about.&lt;/p&gt;


&lt;p&gt;I&amp;#8217;ll keep you informed or do you have any help to go faster&amp;#160;?&lt;/p&gt;


&lt;p&gt;regards&lt;br /&gt;
Andreas_HB&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>MacBook install: triple boot: linux, windows, Mac OS - Peter Johnson</title>
    <link>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS#c715</link>
    <guid isPermaLink="false">urn:md5:081fa3b781a7db0bf2f02f2b330a2c9d</guid>
    <pubDate>Mon, 22 Feb 2010 07:13:18 +0100</pubDate>
    <dc:creator>Peter Johnson</dc:creator>
    
    <description>&lt;p&gt;I have been trying got weeks to be able to triple boot my macbook 5,2 with snow leopard win 7, and ubuntu 9.1. I have osx and win7 working, and after alot of work, I was able to finally install ubuntu, but now after I select it thru refit, it says grub loading, then I have an option to select what I want to run, I choose linux. After this, I get a curser and then a black screen. Nothing happens.&lt;br /&gt;
I would appreciate any help or advise. Thank you.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Facebook</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#c698</link>
    <guid isPermaLink="false">urn:md5:3af6fbf081a6c6f83ba0e350ada1bf69</guid>
    <pubDate>Wed, 13 Jan 2010 01:40:39 +0100</pubDate>
    <dc:creator>Facebook</dc:creator>
    
    <description>&lt;p&gt;Hey, git is terribly slow getting like 1-3kbps average.&lt;/p&gt;


&lt;p&gt;Is there an alternative mirror i can download from&amp;#160;?&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://bosdefter.com&quot; title=&quot;http://bosdefter.com&quot; rel=&quot;nofollow&quot;&gt;http://bosdefter.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>
