[cmake-developers] CMake build error on Haiku

2013-01-08 Thread Rolf Eike Beer
Recent CMake versions fail to build at Haiku: [ 0%] Building C object Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_ABI_C.c.o In file included from /boot/home/cmake/Utilities/KWIML/test/test_ABI_C.c:13: /boot/home/build/cmake/Utilities/cmIML/ABI.h:261: #error Existence of 'long long'

Re: [cmake-developers] CMake build error on Haiku

2013-01-08 Thread Rolf Eike Beer
Bill Hoffman wrote: On 1/8/2013 1:43 PM, Rolf Eike Beer wrote: Recent CMake versions fail to build at Haiku: Can you or someone run a dashboard for this? Without one we are doomed to have this fail again and again. I can't, and I don't really care about Haiku. I was just testing out some

Re: [cmake-developers] CMake build error on Haiku

2013-01-08 Thread Brad King
On 01/08/2013 01:43 PM, Rolf Eike Beer wrote: I have not submitted it to the next branch because I assume this is another Kitware magic upstream tree: It is. diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in index 7f4772a..a336a80 100644 --- a/Utilities/KWIML/ABI.h.in +++

Re: [cmake-developers] CMake build error on Haiku

2013-01-08 Thread Rolf Eike Beer
Am , schrieb Brad King: On 01/08/2013 01:43 PM, Rolf Eike Beer wrote: I have not submitted it to the next branch because I assume this is another Kitware magic upstream tree: It is. diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in index 7f4772a..a336a80 100644 ---

Re: [cmake-developers] CMake build error on Haiku

2013-01-08 Thread Brad King
On 01/08/2013 03:08 PM, Rolf Eike Beer wrote: Am , schrieb Brad King: +# elif defined(__GNUC__) __GNUC__ == 2 +# define @KWIML@_ABI_SIZEOF_LONG_LONG 8 I don't know when this SIZEOF_LONG_LONG was introduced. If it is present it is used before anyway. I just fear there are early 3.x

Re: [cmake-developers] CMake build error on Haiku

2013-01-08 Thread Brad King
On 01/08/2013 03:28 PM, Brad King wrote: On 01/08/2013 03:08 PM, Rolf Eike Beer wrote: Am , schrieb Brad King: +# elif defined(__GNUC__) __GNUC__ == 2 +# define @KWIML@_ABI_SIZEOF_LONG_LONG 8 I don't know when this SIZEOF_LONG_LONG was introduced. If it is present it is used before