Notes |
|
(0021834)
|
Bill Hoffman
|
2010-08-19 09:03
|
|
Can you provide a small test full example of this? |
|
|
(0021959)
|
RolandSchulz
|
2010-08-25 13:24
|
|
I haven't written the Cmake Nasm rules myself and I'm a Cmake novice. Thus I don't know how to reduce it to a small test.
The source is public available by:
git clone git://git.gromacs.org/gromacs.git [^]
And it doesn't have any dependencies. Thus it should be easy to test with the full example. Sorry for not being able to help more. Let me know if there is something I can help even as Cmake novice. Thanks. |
|
|
(0022450)
|
RolandSchulz
|
2010-10-07 20:52
|
|
A work-around is to remove the <ItemGroup> <None ...> ... </ItemGroup> from the vcxproj file using an text editor. Than VC compile can open it and can compile correctly. |
|
|
(0024165)
|
David Cole
|
2010-12-15 11:40
|
|
Does this still happen with CMake 2.8.3? There were a lot of VS 10 fixes put into 2.8.3 just before it was released...
Thanks for checking. |
|
|
(0024175)
|
RolandSchulz
|
2010-12-15 12:21
|
|
Just tested it with 2.8.3. The error persists. |
|
|
(0024178)
|
David Cole
|
2010-12-15 12:30
|
|
|
|
(0024583)
|
David Cole
|
2011-01-11 10:27
|
|
This symptom should be fixed by this commit:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=13caaa3eb74a11dbf067409ea129321718d34dfe [^]
Specifically, a missing "else" was added on the line that now reads:
else if(strcmp(lang, "RC") == 0)
This commit is presently in CMake 'next' branch in git. If you want to build a CMake from there, and try it out today, and verify that it's fixed for me, that would be great.
Otherwise, unless something unexpected occurs, this change should be merged to 'master' later today, and we'll be producing the first release candidate for CMake 2.8.4 tomorrow. So... if you can't build it and try it out today, please, at least do try the CMake 2.8.4-rc1 release to verify that this is fixed.
Thanks! |
|
|
(0024584)
|
David Cole
|
2011-01-11 10:28
|
|
|
|
(0024676)
|
RolandSchulz
|
2011-01-14 09:27
|
|
Is it supposed to be resolved in 2.8.3.20110113? Because I just tested that version and still have the ItemGroup None. |
|
|
(0024901)
|
David Cole
|
2011-01-18 18:08
|
|
I'm treying to reproduce this to get it fixed. Running CMake on the gromacs source tree with VS10 gives me this error about not finding FFTW3F:
CMake Error at C:/Users/davidcole/Dashboards/My Tests/CMake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could not find FFTW3F. Provide the fftw3 install directory in the
FFTW3F_ROOT_DIR environment variable. (missing: FFTW3F_LIBRARIES
FFTW3F_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Users/davidcole/Dashboards/My Tests/CMake/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
cmake/FindFFTW3F.cmake:31 (find_package_handle_standard_args)
CMakeLists.txt:649 (find_package)
I'm going to try to comment out this find_package to get to the point where I am reproducing the issue... |
|
|
(0024987)
|
Robert Lenhardt
|
2011-01-21 03:25
(edited on: 2011-01-21 03:26) |
|
|
|
(0024994)
|
David Cole
|
2011-01-21 12:25
|
|
|
|
(0025012)
|
David Cole
|
2011-01-21 18:11
|
|
The inspriration for the fix for this issue came from the related issue, 0011459 |
|
|
(0026385)
|
David Cole
|
2011-05-02 14:47
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|