Hi,<br><br><div class="gmail_quote">On Thu, Sep 29, 2011 at 11:19 PM, Shailendra Sinha <span dir="ltr"><<a href="mailto:og.tech79@gmail.com">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><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><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><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">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/~rohityadav/+archive/vlmc">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>Rohit<br></div></div>