[CMake] problem building CMake with clang's -fcatch-undefined-behavior

2012-09-22 Thread Sean McBride
Hi all, My dashboards used to build CMake with clang's -fcatch-undefined-behavior, but now they've given it more smarts (to catch more bugs) and now one can't build CMake with this flag. Here's the build failure: It seems, near the en

Re: [CMake] Re-active 0010830: Add option to specify output of Visual Studio .pdb files (Debug symbols)

2012-09-22 Thread Loaden
done! 2012/9/22 Loaden > But still failed for SHARED library. > Because can't create the .lib files. -- Best Regards Yuchen loaden-v3-Added-PDB_OUTPUT_DIRECTORY-and-PDB_NAME-as-target-pr.patch Description: Binary data -- Powered by www.kitware.com Visit other Kitware open-source project

Re: [CMake] Re-active 0010830: Add option to specify output of Visual Studio .pdb files (Debug symbols)

2012-09-22 Thread Loaden
Test can passed for STATIC lib. But still failed for SHARED library. Because can't create the .lib files. 2012/9/22 Loaden > Thanks for point this. Sorry for that, will fixed soon. -- Best Regards Yuchen 2-Added-PDB_OUTPUT_DIRECTORY-and-PDB_NAME-as-target-pr.patch Description: Binary data

Re: [CMake] Re-active 0010830: Add option to specify output of Visual Studio .pdb files (Debug symbols)

2012-09-22 Thread Loaden
2012/9/22 Rolf Eike Beer > Just one nitpick: the comment in cmTarget::GetPdbDirectory() looks like a > copy&paste error. > Thanks for point this. Sorry for that, will fixed soon. > > The other thing is the naming "PDB". It's the correct term for MSVC, I > know. > But I still would like to see s

Re: [CMake] Re-active 0010830: Add option to specify output of Visual Studio .pdb files (Debug symbols)

2012-09-22 Thread Rolf Eike Beer
Loaden wrote: > See: http://public.kitware.com/Bug/view.php?id=10830 > Right now the feature request is backlog status. > > After some work, I cleaned up the patch, and seems it works well. > Could any CMake devs has interest to take over it? Just one nitpick: the comment in cmTarget::GetPdbDirec

[CMake] Re-active 0010830: Add option to specify output of Visual Studio .pdb files (Debug symbols)

2012-09-22 Thread Loaden
See: http://public.kitware.com/Bug/view.php?id=10830 Right now the feature request is backlog status. After some work, I cleaned up the patch, and seems it works well. Could any CMake devs has interest to take over it? -- Best Regards Yuchen -- Powered by www.kitware.com Visit other Kitware op