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
The following issue has been SUBMITTED.
==
http://www.cmake.org/Bug/view.php?id=14232
==
Reported By:Schamschula
Assigned To:
The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=14231
==
Reported By:Andy Bauer
Assigned To:
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
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