CppUnit 1.12.1 compile error
-
Hi, I'm trying to compile CppUnit 1.12.1 on Windows XP. I have VS 2005 (V> 8.0). I'm getting the following error: (Only one error) error PRJ0019: A tool returned an error code from "Updating c:\Documents and Settings\sreedevi\My Documents\cppunit-1.12.1\lib\cppunitd_dll.dll" TestPlugInRunner In the Debug htm file, it says : Updating c:\Documents and Settings\sreedevi\My Documents\cppunit-1.12.1\lib\cppunitd_dll.dll The system cannot find the file specified. Project : error PRJ0019: A tool returned an error code from "Updating c:\Documents and Settings\sreedevi\My Documents\cppunit-1.12.1\lib\cppunitd_dll.dll" I excluded the VC6 plugins, commented out the code, and solved the other errors by including the correct version numbers in the libid import statements. Any idea how I can solve this? Please help, I've been at it for a whole day now. Thanks, Sreedevi Jagannath.
-
Hi, I'm trying to compile CppUnit 1.12.1 on Windows XP. I have VS 2005 (V> 8.0). I'm getting the following error: (Only one error) error PRJ0019: A tool returned an error code from "Updating c:\Documents and Settings\sreedevi\My Documents\cppunit-1.12.1\lib\cppunitd_dll.dll" TestPlugInRunner In the Debug htm file, it says : Updating c:\Documents and Settings\sreedevi\My Documents\cppunit-1.12.1\lib\cppunitd_dll.dll The system cannot find the file specified. Project : error PRJ0019: A tool returned an error code from "Updating c:\Documents and Settings\sreedevi\My Documents\cppunit-1.12.1\lib\cppunitd_dll.dll" I excluded the VC6 plugins, commented out the code, and solved the other errors by including the correct version numbers in the libid import statements. Any idea how I can solve this? Please help, I've been at it for a whole day now. Thanks, Sreedevi Jagannath.
Hello Sreedevi, The same problem happened to me. Hopefully you have found the solution by now as it is August, but in case you have not, be sure that your post build activities (moving a file from the target path to the /lib path) do not have any spaces in the path.