Thanks for your answer Mark.
We fixed lsb_release and it's working now.

Regards,

Víctor.


2013/7/5 Mark Stijnman <[email protected]>

> On Wed, Jul 3, 2013 at 3:42 PM, Víctor MV <[email protected]> wrote:
> > Using Angstrom and running cmake 2.8.8 version we're encountering an
> error
> > when parsing the CMakeCache.txt.
> >
> [snip]
> > CMake Error: Parse error in cache file
> > /home/root/catkin_ws/build/CMakeCache.txt. Offending entry: "USAGE:
> > LSB_RELEASE [OPTIONS]
> > CMake Error: Parse error in cache file
> [snip]
>
> > Has anybody seen something like this before. Could it be related to the
> > 2.8.8 version?
> >
> > Thanks in advance,
> >
> > Víctor.
> >
>
> Yes, I've had something similar. It's likely caused by line breaks in
> the strings you stored in the cache. The cache doesn't seem to be able
> to deal with that. See if removing the line breaks helps. If you
> absolutely need the line breaks, you can always replace all line break
> characters "\n" by "\\n", and replace them the other way around before
> you use the values.
>
> regards Mark
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to