<div dir="ltr">Thanks for your answer Mark.<div>We fixed lsb_release and it&#39;s working now.<br></div><div style><br></div><div style>Regards,</div><div style><br></div><div style>Víctor.</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/7/5 Mark Stijnman <span dir="ltr">&lt;<a href="mailto:mark.stijnman@gmail.com" target="_blank">mark.stijnman@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Jul 3, 2013 at 3:42 PM, Víctor MV &lt;<a href="mailto:v.mayoralv@gmail.com">v.mayoralv@gmail.com</a>&gt; wrote:<br>
&gt; Using Angstrom and running cmake 2.8.8 version we&#39;re encountering an error<br>
&gt; when parsing the CMakeCache.txt.<br>
&gt;<br>
</div>[snip]<br>
<div class="im">&gt; CMake Error: Parse error in cache file<br>
&gt; /home/root/catkin_ws/build/CMakeCache.txt. Offending entry: &quot;USAGE:<br>
&gt; LSB_RELEASE [OPTIONS]<br>
&gt; CMake Error: Parse error in cache file<br>
</div>[snip]<br>
<div class="im"><br>
&gt; Has anybody seen something like this before. Could it be related to the<br>
&gt; 2.8.8 version?<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt;<br>
&gt; Víctor.<br>
&gt;<br>
<br>
</div>Yes, I&#39;ve had something similar. It&#39;s likely caused by line breaks in<br>
the strings you stored in the cache. The cache doesn&#39;t seem to be able<br>
to deal with that. See if removing the line breaks helps. If you<br>
absolutely need the line breaks, you can always replace all line break<br>
characters &quot;\n&quot; by &quot;\\n&quot;, and replace them the other way around before<br>
you use the values.<br>
<br>
regards Mark<br>
</blockquote></div><br></div>