Thanks. Fixed it.
Baptiste.
----- Original Message -----
From: "FUKUDA Fumiki" <ff...@nt...>
To: <cpp...@li...>
Sent: Monday, September 02, 2002 4:58 AM
Subject: [Cppunit-devel] include-guard error on 1.9.10 (was: CppUnit 1.9.10
snapshot available)
> Hi,
>
> --- "[Cppunit-devel] [Announce] CppUnit 1.9.10 snapshot available" /
Baptiste Lepilleur ---
>
> >http://cppunit.sourceforge.net/snapshot/cppunit-1.9.10.tar.gz
> >http://cppunit.sourceforge.net/snapshot/cppunit-docs-1.9.10.tar.gz
> > Enjoy,
>
> include/cppunit/ui/text/TextTestRunner.h
> include-guard is as follows:
>
> #ifndef CPPUNIT_TEXTTSTRUNNER_H_
> #define CPPUNIT_TEXTTSTRUNNER_H_
>
> ...oops! it's identical to include/cppunit/TextTestRunner.h
>
> so it should change to:
>
> #ifndef CPPUNIT_UI_TEXT_TEXTTESTRUNNER_H
> #define CPPUNIT_UI_TEXT_TEXTTESTRUNNER_H
>
> # another headers are OK?
|