Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-22 Thread Alan W. Irwin
On 2012-10-19 13:39-0400 Bill Hoffman wrote: On 10/19/2012 1:24 PM, Alan W. Irwin wrote: So far this morning there have been no takers, but I hope that changes since I am really stumped by CMake _intermittently_ not issuing the correct link command for libraries with no consistent pattern I

[cmake-developers] Generator expressisons in target properties (was Re: conditionals in generator expressions)

2012-10-22 Thread Stephen Kelly
Stephen Kelly steveire@... writes: Brad King wrote: The only option I see that might work is to extend the undefined behavior documentation of the LOCATION* properties to cover use of generator expressions with link libraries, and then try to refactor/copy the code out of cmTarget to

Re: [cmake-developers] Incomplete gfortran library link command sometimes mysteriously occurs with MinGW/MSYS on Wine-1.5.15 platform

2012-10-22 Thread Bill Hoffman
On 10/22/2012 3:34 AM, Alan W. Irwin wrote: The diff between them shows a lot of noise Can you send the CMakeFiles/* files? I suspect that it is detecting the compiler or platform different somehow. Also, send the CMakeCache.txt from both builds. You can send it directly to me to avoid

Re: [cmake-developers] Generator expressisons in target properties (was Re: conditionals in generator expressions)

2012-10-22 Thread Brad King
On 10/22/2012 01:24 PM, Stephen Kelly wrote: That's in the use-generator-target-2 branch in my clone. git://gitorious.org/~steveire/cmake/steveires-cmake.git I'll rebase and submit the contents of it in several parallel branches when 2.8.11 opens. I'll also fix the style issues in the

Re: [cmake-developers] Generator expressisons in target properties (was Re: conditionals in generator expressions)

2012-10-22 Thread Stephen Kelly
Brad King wrote: On 10/22/2012 01:24 PM, Stephen Kelly wrote: That's in the use-generator-target-2 branch in my clone. git://gitorious.org/~steveire/cmake/steveires-cmake.git I'll rebase and submit the contents of it in several parallel branches when 2.8.11 opens. I'll also fix the style