> ~/build/config.h:245:5: error: missing binary operator before token "1"
>
> ############
> line 245 is this line
> #if HAVE_EXTENDED_PRECISION_REGISTERS
>
> Si I am perplexed   where this  '1' came from or indeed which '1' is being
> referred to

You probably have named your CMake variable this way, too. CMake replaced
the name of the variable in the template with the value of the variable.

You should go read about @ONLY and #cmakedefine to get your config.h.in
safe for these type of errors.

Eike
_______________________________________________
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