Bill Hoffman wrote:

If you run cmake from the command line with --debug-trycompile it will leave the directory around.
Then you can run the test by hand and see what the problem is.

This didn't seem to leave any but one binary.

D:\rei>"C:\Program Files\Programming\CMake 2.4\bin\CMakeSetup.exe" --debug-trmpile

[EMAIL PROTECTED] ~/rei/vtk-5.0.2/VS
$ find . -name "*.exe"

[EMAIL PROTECTED] ~/rei/vtk-5.0.2/VS
$ find . -name "*.exe"
./CMakeTmp/TestExplicitInstantiation/Build/debug/B.exe

Running B.exe said that MSVCR80D.DLL was missing.  A MANIFEST problem.

I also tried adding the /MANIFEST flag via environment variables (and I can see them in there), but that didn't help.

I attached the warning message I get from CMakeSetup.exe.

Thanks,
James

PNG image

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to