[cmake-developers] [PATCH] Added very basic Windows CE Makefile support

David Cole david.cole at kitware.com
Sat Jul 21 09:30:58 EDT 2012


On Sat, Jul 21, 2012 at 8:16 AM, Patrick Gansterer <paroga at paroga.com> wrote:
> Hi,
>
>
> On Sat, 21 Jul 2012 08:08:43 -0400, David Cole wrote:
>>
>> Do you have a local branch that has all 6 patches one on top of the other?
>>
>>
>> On Sat, Jul 21, 2012 at 7:49 AM, Patrick Gansterer <paroga at paroga.com>
>> wrote:
>>>
>>> Hi,
>>>
>>>
>>> On Sat, 21 Jul 2012 07:44:33 -0400, David Cole wrote:
>>>>
>>>>
>>>> What branch did you base these on?
>>>>
>>>> They don't apply cleanly on top of master today.
>>>
>>>
>>>
>>> If I made no mistake the basic revision was the master branch of last
>>> weekend:
>>> 21b45ce16f88172eac3386f002fe112014053a36
>>>
>>> -- Patrick
>
>
> I pushed it as "ce" to https://gitorious.org/~paroga/cmake/parogas-cmake
> (git://gitorious.org/~paroga/cmake/parogas-cmake.git)
>
> BTW: Are there any plans to use gerrit for CMake too?
>
> -- Patrick


(cc'ing the CMake Developers list back in...)


OK, finally got it. Whew. Sometimes I could throw git straight out the window...

It merges to 'next' cleanly, and builds ok on my machine with Visual
Studio 9, but then one test fails... Looks like MSVC71 is somehow
getting defined for my msvc 9 build:


C:\...>ctest -j 8 -C Release --output-on-failure -R
CheckCompilerRelatedVariables


Test project C:/Users/davidcole/Dashboards/My Tests/CMake Win32-vs9-Release
    Start 128: CheckCompilerRelatedVariables
1/1 Test #128: CheckCompilerRelatedVariables ....***Failed    0.07 sec
Internal cmake changing into directory:
C:/Users/davidcole/Dashboards/My Tests/CMake
Win32-vs9-Release/Tests/CheckCompilerRelatedVariables
Error: cmake execution failed
MSVC='1' is defined
MSVC60='' is NOT defined
MSVC70='' is NOT defined
MSVC71='1' is defined
MSVC80='' is NOT defined
MSVC90='1' is defined
MSVC10='' is NOT defined
MSVC11='' is NOT defined
CMake Error at CMakeLists.txt:61 (message):
  error: 2 MSVC** variables are defined -- exactly 1 expected


Configuring
Configuring incomplete, errors occurred!



0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.20 sec

The following tests FAILED:
        128 - CheckCompilerRelatedVariables (Failed)
Errors while running CTest


I'll continue following up on this on Monday, (looking more closely at
the changes and trying to fix the failing test if you don't beat me to
it) -- but for now I have some other deadlines I have to meet.

Did you make any progress towards setting up a dashboard for this,
that demonstrates actually building some WinCE stuff with a toolchain
file?


Thanks,
David



More information about the cmake-developers mailing list