[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Project w32/tests/ccxx_testsuite.dsp Build Fails
From: |
Conrad T. Pino |
Subject: |
Project w32/tests/ccxx_testsuite.dsp Build Fails |
Date: |
Wed, 31 Aug 2005 22:43:29 -0700 |
The "#include <cc++/persist.h>" can be fixed by adding an include path.
However all "#include <cppunit/...>" of which there are serveral:
tests\Test_Date.h:41 #include <cppunit/extensions/HelperMacros.h>
tests\Test_Digest.h:41 #include <cppunit/extensions/HelperMacros.h>
tests\Test_Engine.h:41 #include <cppunit/extensions/HelperMacros.h>
tests\Test_SHATumbler.h:2 #include <cppunit/extensions/HelperMacros.h>
tests\Test_TCPStream.h:41 #include <cppunit/extensions/HelperMacros.h>
tests\Test_URLString.h:41 #include <cppunit/extensions/HelperMacros.h>
tests\ccxx_tests.cpp:1 #include <cppunit/extensions/TestFactoryRegistry.h>
tests\ccxx_tests.cpp 2 #include <cppunit/CompilerOutputter.h>
tests\ccxx_tests.cpp 3 #include <cppunit/ui/text/TestRunner.h>
can't be easily fixed since the required files appear to be part of another
project:
http://sourceforge.net/projects/cppunit
--------------------Configuration: ccxx_testsuite - Win32
Release--------------------
Compiling...
ccxx_tests.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\ccxx_tests.cpp(1) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/TestFactoryRegistry.h': No such file or directory
SampleObject.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\SampleObject.h(44) : fatal error
C1083: Cannot open include file: 'cc++/persist.h': No
such file or directory
SampleSubObject.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\SampleSubObject.h(44) : fatal
error C1083: Cannot open include file: 'cc++/persist.h':
No such file or directory
Test_Date.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\Test_Date.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_Digest.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\Test_Digest.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_Engine.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\Test_Engine.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_TCPStream.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\Test_TCPStream.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_URLString.cpp
H:\Clients\Trakker\T3i\lib\commoncpp20\tests\Test_URLString.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Error executing cl.exe.
ccxx_testsuite.exe - 8 error(s), 0 warning(s)
--------------------Configuration: ccxx_testsuite - Win32
Debug--------------------
Compiling...
ccxx_tests.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\ccxx_tests.cpp(1) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/TestFactoryRegistry.h': No such file or directory
SampleObject.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\sampleobject.h(44) : fatal error
C1083: Cannot open include file: 'cc++/persist.h': No
such file or directory
SampleSubObject.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\samplesubobject.h(44) : fatal
error C1083: Cannot open include file: 'cc++/persist.h':
No such file or directory
Test_Date.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\test_date.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_Digest.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\test_digest.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_Engine.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\test_engine.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_TCPStream.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\test_tcpstream.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Test_URLString.cpp
h:\clients\trakker\t3i\lib\commoncpp20\tests\test_urlstring.h(41) : fatal error
C1083: Cannot open include file:
'cppunit/extensions/HelperMacros.h': No such file or directory
Error executing cl.exe.
ccxx_testsuite.exe - 8 error(s), 0 warning(s)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Project w32/tests/ccxx_testsuite.dsp Build Fails,
Conrad T. Pino <=