<div dir="ltr">Thanks for your answer Mark.<div>We fixed lsb_release and it'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"><<a href="mailto:mark.stijnman@gmail.com" target="_blank">mark.stijnman@gmail.com</a>></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 <<a href="mailto:v.mayoralv@gmail.com">v.mayoralv@gmail.com</a>> wrote:<br>
> Using Angstrom and running cmake 2.8.8 version we're encountering an error<br>
> when parsing the CMakeCache.txt.<br>
><br>
</div>[snip]<br>
<div class="im">> CMake Error: Parse error in cache file<br>
> /home/root/catkin_ws/build/CMakeCache.txt. Offending entry: "USAGE:<br>
> LSB_RELEASE [OPTIONS]<br>
> CMake Error: Parse error in cache file<br>
</div>[snip]<br>
<div class="im"><br>
> Has anybody seen something like this before. Could it be related to the<br>
> 2.8.8 version?<br>
><br>
> Thanks in advance,<br>
><br>
> Víctor.<br>
><br>
<br>
</div>Yes, I've had something similar. It's likely caused by line breaks in<br>
the strings you stored in the cache. The cache doesn'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 "\n" by "\\n", and replace them the other way around before<br>
you use the values.<br>
<br>
regards Mark<br>
</blockquote></div><br></div>