Great! Problem resolved.<br><br>It was source code problem , clone link provided by Rohit and  build perfectly fine.<br>All set on my machine now.<br><br>Thanks<br>Shailendra<br><br><div class="gmail_quote">On Thu, Sep 29, 2011 at 12:09 PM, Rohit Yadav <span dir="ltr"><<a href="mailto:rohityadav89@gmail.com">rohityadav89@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br><br><div class="gmail_quote"><div class="im">On Thu, Sep 29, 2011 at 11:19 PM, Shailendra Sinha <span dir="ltr"><<a href="mailto:og.tech79@gmail.com" target="_blank">og.tech79@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks for response.<br>I have all libraries in place.<br></blockquote></div><div><br>Also check for qt4 dev tools: qt4-dev-tools qt4-qmake<br>(Your cmake failed to translate and moc, it should print a line like this:<br>
-- Translations: ca;cs;de;es;fr;gl;it;ja;nl;pl;pt;ro;ru;si;sk;sv;ta;tr;uk;zh)<br>

<br>It looks like you use Ubuntu, so get your system updated... do a: apt-get update && apt-get upgrade<br><br></div><div class="im"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">


Please have a look at error log , I am attaching logs and hope it will give clue why source is not compiling.<br></blockquote></div><div><br>From the log, it looks like:<br>- You have the old source code, clone latest... <a href="http://git.videolan.org/?p=vlmc.git;a=summary" target="_blank">http://git.videolan.org/?p=vlmc.git;a=summary</a><br>


- Your cmake is old, version 2.6.0+ is fine, 2.8.0-2.8.2 has bugs, so I won't recommend it... I use cmake 2.8.3 and recommend the same...<br><br>There are some VLMC PPAs managed by other people. If you simply want to install and use VLMC on Ubuntu, this is the one I manage:<br>


<a href="https://launchpad.net/%7Erohityadav/+archive/vlmc" target="_blank">https://launchpad.net/~rohityadav/+archive/vlmc</a><br><br>For Ubuntu (10.10+) users, here's how you install VLMC from my PPA:<br>sudo add-apt-repository ppa:rohityadav/vlmc<br>


sudo apt-get update<br>sudo apt-get install vlmc<br><br>If it still fails for you to build, in the CMakeLists.txt, line 68, change:<br>SET(CMAKE_VERBOSE_MAKEFILE OFF)<br>to<br>SET(CMAKE_VERBOSE_MAKEFILE ON)<br><br>and do a clean build (rm -fr *; cmake ..; make) and send us the log and outputs of these commands: lsb_release -a; uname -a<br>


<br>
Hope this helps,<br><font color="#888888">Rohit<br></font></div></div>
<br>_______________________________________________<br>
Vlmc-devel mailing list<br>
<a href="mailto:Vlmc-devel@videolan.org">Vlmc-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/vlmc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlmc-devel</a><br>
<br></blockquote></div><br>