I am trying to compile the cppUnit1.9.11 under vc7 and repeatedly facing the problem with the following error:
Has any one faced this problem before ?
Thanks for any any help.
Aravind
cppunit error PRJ0019: A tool returned an error code: "Copying target to lib/"
cppunit_dll error PRJ0019: A tool returned an error code: "Copying target to lib/"
TestPlugInRunner error PRJ0019: A tool returned an error code: "Updating c:\documents and settings\aravindatm\desktop\testdesign\autotesttool\cppunit\cppunit-1.9.11-portability-test4.tar\cppunit-1.9.11\lib\cppunitd_dll.dll"
TestRunner fatal error LNK1104: cannot open file '..\..\..\lib\cppunitd.lib'
DllPlugInTester fatal error LNK1181: cannot open input file 'cppunitd_dll.lib'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found I had problems like that. I moved the code to "D:\3rd_party\" and compiled there. I think it falls over due to the exceptionally long filenames that are used in documents. After it had finished compiling I moved the entire directory to C:\Program Files\CppUnit-1.9.11.
HTH.
G.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to compile the cppUnit1.9.11 under vc7 and repeatedly facing the problem with the following error:
Has any one faced this problem before ?
Thanks for any any help.
Aravind
cppunit error PRJ0019: A tool returned an error code: "Copying target to lib/"
cppunit_dll error PRJ0019: A tool returned an error code: "Copying target to lib/"
TestPlugInRunner error PRJ0019: A tool returned an error code: "Updating c:\documents and settings\aravindatm\desktop\testdesign\autotesttool\cppunit\cppunit-1.9.11-portability-test4.tar\cppunit-1.9.11\lib\cppunitd_dll.dll"
TestRunner fatal error LNK1104: cannot open file '..\..\..\lib\cppunitd.lib'
DllPlugInTester fatal error LNK1181: cannot open input file 'cppunitd_dll.lib'
I found I had problems like that. I moved the code to "D:\3rd_party\" and compiled there. I think it falls over due to the exceptionally long filenames that are used in documents. After it had finished compiling I moved the entire directory to C:\Program Files\CppUnit-1.9.11.
HTH.
G.