Re: [cmake-developers] Targets for FindGTK2.cmake

2013-10-02 Thread Brad King
On 10/02/2013 06:13 AM, Daniele E. Domenichelli wrote: I tried to add some debug output, because I cannot understand what's going on in the build machines, because the tests are still missing. Unfortunately I get messages like The rest of the test output was removed since it exceeds the

Re: [cmake-developers] CMake 2.8.12-rc4 ready for testing!

2013-10-02 Thread Nicolas Desprès
Hi, I have just download, compile and run the test suite on my Linux machine and I have two failing tests: The following tests FAILED: 25 - FindPackageTest (Failed) 291 - CTestTestMemcheckDummyValgrindInvalidSupFile (Failed) This is probably due to my setup. I have attached the log to this

Re: [cmake-developers] CheckStructHasMember does not support C++ only structs

2013-10-02 Thread Brad King
On 10/02/2013 07:14 AM, Daniele E. Domenichelli wrote: On 25/09/13 18:49, Brad King wrote: On 09/25/2013 12:16 PM, Daniele E. Domenichelli wrote: I updated the CheckStructHasMember_CXX topic. That looks good, though I haven't tested it by hand myself. While at this, please look at adding

Re: [cmake-developers] CheckStructHasMember does not support C++ only structs

2013-10-02 Thread Daniele E. Domenichelli
On 02/10/13 16:23, Brad King wrote: You could also add a RunCMake/CheckModules case to check the error conditions (bad args and bad language). Done! Cheers, Daniele -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [cmake-developers] Perforce patch for CTest

2013-10-02 Thread Rolf Eike Beer
Am Mittwoch, 2. Oktober 2013, 13:10:20 schrieb Pedro Navarro: - It requires an English version of Perforce (use the P4_OPTIONS variable, documented below to pass the -L switch to change the message language if you installation has a different one). It shouldn't be too

Re: [cmake-developers] Perforce patch for CTest

2013-10-02 Thread Pedro Navarro
The issue with the P4LANGUAGE environment variable, as well as the -L switch is that I don't know the language string I need to set it to. Another thing is that Perforce says that it will change the text of the error messages, so it's not clear if the ouput I'm parsing will be affected or not. I

[cmake-developers] [CMake 0014453]: Look into performance of GenerateExportHeader test

2013-10-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14453 == Reported By:Stephen Kelly Assigned To:

[cmake-developers] [CMake 0014456]: Disable the compiler test for hidden_visibility in GenerateExportHeader if possible.

2013-10-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14456 == Reported By:Stephen Kelly Assigned To:

Re: [cmake-developers] Perforce patch for CTest

2013-10-02 Thread Pedro Navarro
Attached is a new patch with Rolf's suggestions (improved regex and usage of size_type to go through the Options vector). I just amended my commit and created a new patch file, instead of doing two smaller ones. Pedro On Wed, Oct 2, 2013 at 2:28 PM, Pedro Navarro pnava...@netflix.com wrote: