Re: [cmake-developers] Peculiar issue for "NMake Makefiles JOM" (GOT IT TO WORK)

2013-06-19 Thread Alan W. Irwin
Thanks to off-list help from Bill, I now have the following (subject to mail wrapping issues) working with my build_projects project on Wine: bash.exe-3.1$ cmake -G"NMake Makefiles JOM" -DCMAKE_C_COMPILER:FILEPATH=/z/home/wine/newstart/MinGW-4.7.2/bin/gcc.exe -DCMAKE_RC_COMPILER:FILEPATH=/z/hom

[cmake-developers] [CMake 0014232]: cmake can't find X11 (XQuartz)

2013-06-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14232 == Reported By:Schamschula Assigned To:

[cmake-developers] [CMake 0014231]: external project doesn't pass CMAKE_Fortran_COMPILER to subprojects

2013-06-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14231 == Reported By:Andy Bauer Assigned To:

Re: [cmake-developers] Add a manifest file to the created jar

2013-06-19 Thread Brad King
On 6/17/2013 12:51 PM, Matthew Woehlke wrote: > I pushed document-add_jar-compat-shims to stage to make this more > explicit. Brad/Andreas/Nicolas, can you please verify that it looks > reasonable? Yes, merged to next, thanks. -Brad -- Powered by www.kitware.com Visit other Kitware open-sourc

Re: [cmake-developers] Cross-compiling with clang

2013-06-19 Thread Brad King
On 6/13/2013 11:39 AM, Stephen Kelly wrote: > However, even when LDFLAGS is set, the ABI compiler test fails, and the > triple is not automatically determined, or the implicit link dirs etc. Only > the patch to the CMakeDetermineCompilerABI.cmake file I posted helps with > that. Is that expected