[Cppunit-devel] Compiling Cppunit with Visual Studio 2003
Brought to you by:
blep
From: Adam S <spy...@gm...> - 2005-09-29 06:46:54
|
I can't get this to work. I get the following errors: TestRunner fatal error LNK1181: cannot open input file '..\..\..\lib\cppunit.lib' TestRunner fatal error LNK1181: cannot open input file '..\..\..\lib\cppunitd.lib' TestRunner fatal error LNK1181: cannot open input file '..\..\..\lib\cppunitd.lib' TestRunner fatal error LNK1181: cannot open input file '..\..\..\lib\cppunit.lib' cppunit_dll warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification DllPlugInTester fatal error LNK1181: cannot open input file 'cppunitd.lib' DllPlugInTester fatal error LNK1181: cannot open input file 'cppunit.lib' DllPlugInTester fatal error LNK1181: cannot open input file 'cppunit.lib' DllPlugInTester fatal error LNK1181: cannot open input file 'cppunitd.lib' e:\cppunit\src\msvc6\DSPlugIn\StdAfx.h(21): fatal error C1083: Cannot open include file: 'ObjModel\addauto.h': No such file or directory DSPlugIn error PRJ0019: A tool returned an error code from "duplicating DLL to lib directory" TestPlugInRunner fatal error LNK1181: cannot open input file '\cppunit\src\msvc6\testrunner\Release\TestRunner.lib' TestPlugInRunner fatal error LNK1181: cannot open input file '\cppunit\src\msvc6\testrunner\Debug\testrunnerd.lib' I followed the instructions at http://cppunit.sourceforge.net/doc/lastest/money_example.html. When I start up VS, I get a message saying that it needs to convert the .dsw file for us= e with VS2003. I clicked OK, and otherwise followed the instructions exactly. Please assist. Thanks, Adam |