[CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-09-30 Thread Mathieu Malaterre
On Tue, Sep 29, 2009 at 11:34 PM, Brad King wrote: > Mathieu Malaterre wrote: >> On Fri, Sep 25, 2009 at 10:07 PM, Bill Hoffman >> wrote: >>> I am happy to announce that CMake 2.8.0 has entered the beta stage! You >>> can find the source and binaries here: http://www.cmake.org/files/v2.8/. >>> >

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-09-30 Thread Brad King
Mathieu Malaterre wrote: >> /opt/ibmcmp/vacpp/9.0/bin/cc -DHAVE_GETHOSTBYNAME_R_5 -o >> CMakeFiles/cmTryCompileExec.dir/CurlTests.c.o -c >> "/home/mmalater/Dashboards/My >> Tests/CMakeXLC/Utilities/cmcurl/CMake/CurlTests.c" > "/home/mmalater/Dashboards/My > Tests/CMakeXLC/Utilities/cmcurl/

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-10-01 Thread Mathieu Malaterre
On Wed, Sep 30, 2009 at 3:39 PM, Brad King wrote: > Mathieu Malaterre wrote: >>> /opt/ibmcmp/vacpp/9.0/bin/cc   -DHAVE_GETHOSTBYNAME_R_5   -o >>> CMakeFiles/cmTryCompileExec.dir/CurlTests.c.o   -c >>> "/home/mmalater/Dashboards/My >>> Tests/CMakeXLC/Utilities/cmcurl/CMake/CurlTests.c" >> "/home

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-10-01 Thread Brad King
Mathieu Malaterre wrote: > The 32bits xlC is now perfectly clean, congrats ! Great! > A couple of warnings that's all: > http://www.cdash.org/CDash/viewBuildError.php?type=1&buildid=439244 Warnings in system headers are always a pain. Can you please investigate options to turn them off? > Howe

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-10-01 Thread Mathieu Malaterre
On Thu, Oct 1, 2009 at 2:31 PM, Brad King wrote: >> A couple of warnings that's all: >> http://www.cdash.org/CDash/viewBuildError.php?type=1&buildid=439244 > > Warnings in system headers are always a pain.  Can you please > investigate options to turn them off? I am thinking that I do not have th

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-10-01 Thread Brad King
Mathieu Malaterre wrote: Are they linking to the right one in the first place? I do not understand the question... :( My bad. For some reason I was thinking it was linking but failing to locate the library it linked at runtime. In fact it is just picking the wrong library and cannot link to

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-10-01 Thread Mathieu Malaterre
On Thu, Oct 1, 2009 at 5:36 PM, Brad King wrote: <...> > Mathieu, what distro is this? Linux OpenSuse 10.2 ppc64 >  Does the FIND_LIBRARY_USE_LIB64_PATHS > global property get enabled in CMake projects on it? Looking at CMake/Modules/Platform/Linux.cmake, I would be tempted to say FIND_LIBRARY

Re: [CMake] xlC / HAVE_GETHOSTBYNAME_R_6 (Was Re: CMake 2.8.0 RC 1 ready for testing!)

2009-10-01 Thread Brad King
Mathieu Malaterre wrote: > But since no other tests fails I would think discovery of 64bits libs > is working (I am guessing at least a test would fails). This looks > like just an issue in the findqt module. > > However I do not understand what I need to do to fix > Modules/FindQt3.cmake, simply