Hi, all. I'm trying to build CppUnit and, not for the first time when I have tried to build a SourceForge project, I seem to be missing entire directories. Example in XmlElement.cpp:
#include <cppunit/tools/StringTools.h>
There is no "tools" directory anywhere in the source I unzipped from the download "cppunit-1.12.1.tar.gz". I have tried a couple of other projects in the past and never got beyond what appear to be source files excluded from the download. What am I missing?
Cheers...
Elliott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, all. I'm trying to build CppUnit and, not for the first time when I have tried to build a SourceForge project, I seem to be missing entire directories. Example in XmlElement.cpp:
#include <cppunit/tools/StringTools.h>
There is no "tools" directory anywhere in the source I unzipped from the download "cppunit-1.12.1.tar.gz". I have tried a couple of other projects in the past and never got beyond what appear to be source files excluded from the download. What am I missing?
Cheers...
Elliott
Hi Elliott,
where have you downloaded it from?
I just did a quick check: download from
http://sourceforge.net/project/showfiles.php?group_id=11795
The tar.gz has a file cppunit-1.12.1/include/cppunit/tools/StringTools.h
Cheers,
Stefan
So it does. Duh? I couldn't find it with a find in Explorer and the MSVC compiler didn't find it. What's going on...
Well, it looks like it was my mistake anyway. Thanks.