[CMake] Problems with CMake on 64-bit Vista
Barry Hathaway
bhathaw1 at nycap.rr.com
Sun Jul 26 19:37:49 EDT 2009
Just a quick update to others on the list. Bill, was correct my VS2008
installation is messed up.
Somehow the Microsoft C++ debug DLLs got deleted from winsxs which are
needed by TRY_RUN.
I guess I'll have to bite the bullet and reinstall VS2008. Under XP you
could just copy the dlls; however,
in Vista you need a trusted installer. Thanks Bill.
Barry
Bill Hoffman wrote:
> Barry Hathaway wrote:
>> I'm having a couple of problems using CMake on a 64-bit Vista system.
>> The first is using the 32-bit binary download of CMake to build vxl.
>> The vxl build tries a number of times to use TRY_RUN. The try (compile)
>> part works, but the run part always fails with message complaining
>> about a
>> bad side-by-side configuration:
>>
>>
>
> We also build CMake on 64 bit systems, although you do not need it, it
> should work. I would need to see the errors. It sounds like you
> might have a mis-installed compiler or something else odd about your
> environment.
>
>
> -Bill
>
>
More information about the CMake
mailing list