Re: [CMake] 2.8.11-rc3 generator expression error

2013-04-25 Thread Paul Smith
On Thu, 2013-04-25 at 17:02 +0200, Stephen Kelly wrote: > I've pushed the fix-multi-config-tll-include-dirs branch to my clone. Thanks for your efforts on this guys. I've backed up to 2.8.10.2 with the two patches cherry-picked via git for the generate.stamp issue. So far I haven't seen that pro

Re: [CMake] 2.8.11-rc3 generator expression error

2013-04-25 Thread Stephen Kelly
Brad King wrote: > On 04/25/2013 03:34 AM, Stephen Kelly wrote: >> I haven't had time to investigate fully, but this patch should 'fix' the >> problem: > [snip] >> I'll investigate later to see if it's the right fix and why. > > Great! I've turned that patch into this commit: > > http://cmake.

Re: [CMake] 2.8.11-rc3 generator expression error

2013-04-25 Thread Brad King
On 04/25/2013 03:34 AM, Stephen Kelly wrote: > I haven't had time to investigate fully, but this patch should 'fix' the > problem: [snip] > I'll investigate later to see if it's the right fix and why. Great! I've turned that patch into this commit: http://cmake.org/gitweb?p=cmake.git;a=commitd

Re: [CMake] 2.8.11-rc3 generator expression error

2013-04-25 Thread Stephen Kelly
Brad King wrote: > $ cmake .. -G"Xcode" > ... > CMake Error at CMakeLists.txt:5 (target_link_libraries): > Error evaluating generator expression: > > $:A>,INTERFACE_INCLUDE_DIRECTORIES> > > $ expression requires a non-empty target name. > ... I haven't had time to investigate fully, but

Re: [CMake] 2.8.11-rc3 generator expression error

2013-04-24 Thread Brad King
Stephen, I am able to reproduce this with the simple test case shown below in any multi-config generator (VS IDE and Xcode). On 04/24/2013 11:27 AM, Brad King wrote: > On 04/24/2013 09:11 AM, Paul Smith wrote: >> The package I'm trying to build is here, FWIW: >> >> https://github.com/nuodb/nuodb-

Re: [CMake] 2.8.11-rc3 generator expression error (was: "Cannot restore timestamp" error on Windows)

2013-04-24 Thread John Drescher
> The purpose of -rc releases is for people to try them and report back > any regressions for building their projects. John, did you report > this anywhere earlier that we missed? > I did not. Sorry. I wanted to try to better track down the cause. I initially thought it was based on having more t

Re: [CMake] 2.8.11-rc3 generator expression error (was: "Cannot restore timestamp" error on Windows)

2013-04-24 Thread Paul Smith
On Wed, 2013-04-24 at 17:50 +0200, Stephen Kelly wrote: > I'm not clear on whether this is intermittent or does it occur for you every > time you run cmake for the project? Every time, but I'm using the Windows Visual Studio 9 generator (32bit). That's required for the PHP version I'm using. I

Re: [CMake] 2.8.11-rc3 generator expression error (was: "Cannot restore timestamp" error on Windows)

2013-04-24 Thread Stephen Kelly
Brad King wrote: > On 04/24/2013 09:11 AM, Paul Smith wrote: >> On Wed, 2013-04-24 at 09:02 -0400, John Drescher wrote: I installed it and it ran one time and I didn't see the error, but it's intermittent so that's not definitive. Unfortunately one of my cmake files failed (later o

Re: [CMake] 2.8.11-rc3 generator expression error (was: "Cannot restore timestamp" error on Windows)

2013-04-24 Thread Brad King
On 04/24/2013 09:11 AM, Paul Smith wrote: > On Wed, 2013-04-24 at 09:02 -0400, John Drescher wrote: >>> I installed it and it ran one time and I didn't see the error, but it's >>> intermittent so that's not definitive. Unfortunately one of my cmake >>> files failed (later on; this is a cmake file