<div dir="ltr">Hi Ben,<div>Just to add more to this, I cloned the source again and was browsing through the file. The parenthesis is not missing there! Then I might have corrupted the file myself while changing it from COPY_ONLY to COPYONLY. That might be a possibility. <div><br></div><div>If this is what happened, then  the source need not be patched at all, we all are good to go for building PV.</div><div><br></div><div>However, it was needed for me to change COPY_ONLY to COPYONLY to pass the cmake stage for generation of the makefiles. Now I have the makefiles to build PV from source. I will be curious to know about this change.</div><div><br></div><div>Thank you very much for the help.</div><div><br></div><div>Thanks,</div><div>Chiranjib</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 13, 2015 at 11:25 PM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Great! Will this close parenthesis appear as a bug fix? <br>
For the other issue, what the user is supposed to do?<br></p>
<p dir="ltr">Thanks,<br>
Chiranjib<br>
------------<br>
Using handheld, sorry for the typos, if any.</p><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On Oct 13, 2015 11:22 PM, "Ben Boeckel" <<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Oct 13, 2015 at 22:29:19 +0530, Chiranjib Sur wrote:<br>
> Please find the file attached.<br>
<br>
Thanks; I've pointed out this first problem below.<br>
<br>
> FYI, while I was browsing to explore more about the error message (posted<br>
> earlier in the thread), I got the information from one of the mailing list<br>
> posting (<a href="https://cmake.org/pipermail/cmake/2014-November/059193.html" rel="noreferrer" target="_blank">https://cmake.org/pipermail/cmake/2014-November/059193.html</a>) that<br>
> in line 224 of this particular file COPY_ONLY should actually be COPYONLY.<br>
> Is that true?<br>
<br>
Yes, but that's not this error :) .<br>
<br>
>             qt5_make_output_file("${infile}" "" "qrc.depends" out_depends)<br>
>             configure_file("${infile}" "${out_depends}" COPY_ONLY)<br>
>         else(<br>
>             # The .qrc file does not exist (yet). Let's add a dependency and hope<br>
>             # that it will be generated later<br>
>             set(out_depends)<br>
<br>
Problem is right here; else is missing a close parenthesis.<br>
<br>
--Ben<br>
</blockquote></div>
</div></div></blockquote></div><br></div>