|
Notes |
|
|
(0013803)
|
|
Bill Hoffman
|
|
2008-10-09 13:14
|
|
|
Is this still an issue, do you still use vs6? |
|
|
|
(0013827)
|
|
stuart.herring
|
|
2008-10-09 18:14
|
|
Yes, we still use VS6 - mostly because the project is pure C (not C++), and Microsoft haven't made any improvements to their C implementation in ten years, but the build times are much slower in the newer versions.
We've worked around it, so I'm not sure if it's still an issue in 2.6 - I'll retest. |
|
|
|
(0014750)
|
|
Leo Breebaart
|
|
2009-02-02 13:12
|
|
I am encountering the same problem: in my CMakeLists.txt I have sourcefiles dir1/foo.c and dir2/foo.c. On Linux, or when using nmake files on Windows, this is absolutely no problem, but the generated VS 6 project file will just put all *.lib files in e.g. 'Debug/' -- so the builds fail for the targets that need the separate foo.obj files.
I would already be very much helped if the workaround for this problem was documented. One thing a colleague came up with is manually adding /Fo flags to the compiler command line, but I do not know if that is the best solution. |
|
|
|
(0027801)
|
|
Kovarththanan Rajaratnam
|
|
2011-11-15 04:57
|
|
|
Yes, I still see this issue with 2.8.6 |
|
|
|
(0041359)
|
|
Kitware Robot
|
|
2016-06-10 14:27
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|