test.log run on 6.3 attached, does it differs from yours ?
Cheers
Giovanni
On 04/10/18 15:16, Matthew Martin wrote:
> Seems easier to make the C++11 fixes rather than patch the makefiles to
> compile for C++03. There's a test failure, but I don't know if it's new.
>
> - Matthew Martin
>
>
> diff --git Makefile Makefile
> index 78a8c328b25..2cc5016be00 100644
> --- Makefile
> +++ Makefile
> @@ -3,7 +3,7 @@
> COMMENT = software able to hide data in various kind of files
>
> DISTNAME = steghide-0.5.1
> -REVISION = 4
> +REVISION = 5
> CATEGORIES = security
> HOMEPAGE = http://steghide.sf.net/
>
> diff --git patches/patch-src_Arguments_h patches/patch-src_Arguments_h
> new file mode 100644
> index 00000000000..189f313f3c0
> --- /dev/null
> +++ patches/patch-src_Arguments_h
> @@ -0,0 +1,14 @@
> +$OpenBSD$
> +
> +Index: src/Arguments.h
> +--- src/Arguments.h.orig
> ++++ src/Arguments.h
> +@@ -100,7 +100,7 @@ class Arguments {
> + static const VERBOSITY Default_Verbosity = NORMAL ;
> + static const unsigned long Default_Radius = 0 ; // there is no
> default radius for all file formats
> + static const unsigned int Max_Algorithm = 3 ;
> +- static const float Default_Goal = 100.0 ;
> ++ static constexpr float Default_Goal = 100.0 ;
> + static const DEBUGCOMMAND Default_DebugCommand = NONE ;
> + static const bool Default_Check = false ;
> + static const unsigned int Default_DebugLevel = 0 ;
> diff --git patches/patch-src_ProgressOutput_h
> patches/patch-src_ProgressOutput_h
> new file mode 100644
> index 00000000000..133e2b781ca
> --- /dev/null
> +++ patches/patch-src_ProgressOutput_h
> @@ -0,0 +1,14 @@
> +$OpenBSD$
> +
> +Index: src/ProgressOutput.h
> +--- src/ProgressOutput.h.orig
> ++++ src/ProgressOutput.h
> +@@ -64,7 +64,7 @@ class ProgressOutput {
> + **/
> + void done (float rate, float avgweight = NoAvgWeight) const ;
> +
> +- static const float NoAvgWeight = -1.0 ;
> ++ static constexpr float NoAvgWeight = -1.0 ;
> +
> + protected:
> + std::string vcompose (const char *msgfmt, va_list ap) const ;
>
Making check in m4
Making check in intl
Making check in po
Making check in doc
Making check in src
Making check in tests
Making check in data
make unittests
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT AuFileTest.o -MD -MP -MF ".deps/AuFileTest.Tpo" -c -o AuFileTest.o `test -f 'AuFileTest.cc' || echo './'`AuFileTest.cc; then mv ".deps/AuFileTest.Tpo" ".deps/AuFileTest.Po"; else rm -f ".deps/AuFileTest.Tpo"; exit 1; fi
In file included from AuFileTest.cc:21:
In file included from ../src/AuSampleValues.h:24:
In file included from ../src/AudioSampleValue.h:24:
In file included from ../src/CvrStgFile.h:28:
In file included from ../src/BinaryIO.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from AuFileTest.cc:21:
In file included from ../src/AuSampleValues.h:24:
In file included from ../src/AudioSampleValue.h:25:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
AuFileTest.cc:29:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AuFileTest, testReadWrite) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:479:1: note: expanded from here
"testReadWrite"
^
AuFileTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AuFileTest, testReadEmbedExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:480:1: note: expanded from here
"testReadEmbedExtract"
^
AuFileTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AuFileTest, testReadEmbedWriteReadExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:481:1: note: expanded from here
"testReadEmbedWriteReadExtract"
^
AuFileTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AuFileTest, testPosition) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:482:1: note: expanded from here
"testPosition"
^
AuFileTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AuFileTest, testReadExtractCompare) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:483:1: note: expanded from here
"testReadExtractCompare"
^
AuFileTest.cc:34:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AuFileTest, testEmbeddedValue) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:484:1: note: expanded from here
"testEmbeddedValue"
^
8 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT AUtilsTest.o -MD -MP -MF ".deps/AUtilsTest.Tpo" -c -o AUtilsTest.o `test -f 'AUtilsTest.cc' || echo './'`AUtilsTest.cc; then mv ".deps/AUtilsTest.Tpo" ".deps/AUtilsTest.Po"; else rm -f ".deps/AUtilsTest.Tpo"; exit 1; fi
In file included from AUtilsTest.cc:21:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
AUtilsTest.cc:29:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AUtilsTest, testLog2) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:263:1: note: expanded from here
"testLog2"
^
2 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT AudioSampleValueTest.o -MD -MP -MF ".deps/AudioSampleValueTest.Tpo" -c -o AudioSampleValueTest.o `test -f 'AudioSampleValueTest.cc' || echo './'`AudioSampleValueTest.cc; then mv ".deps/AudioSampleValueTest.Tpo" ".deps/AudioSampleValueTest.Po"; else rm -f ".deps/AudioSampleValueTest.Tpo"; exit 1; fi
In file included from AudioSampleValueTest.cc:21:
In file included from ../src/AudioSampleValue.h:24:
In file included from ../src/CvrStgFile.h:28:
In file included from ../src/BinaryIO.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from AudioSampleValueTest.cc:21:
In file included from ../src/AudioSampleValue.h:25:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
AudioSampleValueTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AudioSampleValueTest, testDistance) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:473:1: note: expanded from here
"testDistance"
^
AudioSampleValueTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (AudioSampleValueTest, testIsNeighbour) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:474:1: note: expanded from here
"testIsNeighbour"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BFSAPHeuristicTest.o -MD -MP -MF ".deps/BFSAPHeuristicTest.Tpo" -c -o BFSAPHeuristicTest.o `test -f 'BFSAPHeuristicTest.cc' || echo './'`BFSAPHeuristicTest.cc; then mv ".deps/BFSAPHeuristicTest.Tpo" ".deps/BFSAPHeuristicTest.Po"; else rm -f ".deps/BFSAPHeuristicTest.Tpo"; exit 1; fi
In file included from BFSAPHeuristicTest.cc:23:
In file included from ../src/BFSAPHeuristic.h:24:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from BFSAPHeuristicTest.cc:23:
In file included from ../src/BFSAPHeuristic.h:24:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from BFSAPHeuristicTest.cc:30:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
BFSAPHeuristicTest.cc:40:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BFSAPHeuristicTest, testAlgorithm) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:614:1: note: expanded from here
"testAlgorithm"
^
In file included from BFSAPHeuristicTest.cc:33:
./BFSAPHeuristicTest.h:43:37: warning: private field 'bs5' is not used [-Wunused-private-field]
BitString *bs1, *bs2, *bs3, *bs4, *bs5 ;
^
./BFSAPHeuristicTest.h:44:34: warning: private field 'f5' is not used [-Wunused-private-field]
CvrStgFile *f1, *f2, *f3, *f4, *f5 ;
^
./BFSAPHeuristicTest.h:45:32: warning: private field 's5' is not used [-Wunused-private-field]
Selector *s1, *s2, *s3, *s4, *s5 ;
^
./BFSAPHeuristicTest.h:46:29: warning: private field 'g5' is not used [-Wunused-private-field]
Graph *g1, *g2, *g3, *g4, *g5 ;
^
./BFSAPHeuristicTest.h:47:32: warning: private field 'm5' is not used [-Wunused-private-field]
Matching *m1, *m2, *m3, *m4, *m5 ;
^
./BFSAPHeuristicTest.h:48:46: warning: private field 'aph5' is not used [-Wunused-private-field]
BFSAPHeuristic *aph1, *aph2, *aph3, *aph4, *aph5 ;
^
10 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT DFSAPHeuristicTest.o -MD -MP -MF ".deps/DFSAPHeuristicTest.Tpo" -c -o DFSAPHeuristicTest.o `test -f 'DFSAPHeuristicTest.cc' || echo './'`DFSAPHeuristicTest.cc; then mv ".deps/DFSAPHeuristicTest.Tpo" ".deps/DFSAPHeuristicTest.Po"; else rm -f ".deps/DFSAPHeuristicTest.Tpo"; exit 1; fi
In file included from DFSAPHeuristicTest.cc:23:
In file included from ../src/DFSAPHeuristic.h:24:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from DFSAPHeuristicTest.cc:23:
In file included from ../src/DFSAPHeuristic.h:24:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from DFSAPHeuristicTest.cc:30:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
DFSAPHeuristicTest.cc:40:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (DFSAPHeuristicTest, testAlgorithm) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:614:1: note: expanded from here
"testAlgorithm"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BitStringTest.o -MD -MP -MF ".deps/BitStringTest.Tpo" -c -o BitStringTest.o `test -f 'BitStringTest.cc' || echo './'`BitStringTest.cc; then mv ".deps/BitStringTest.Tpo" ".deps/BitStringTest.Po"; else rm -f ".deps/BitStringTest.Tpo"; exit 1; fi
In file included from BitStringTest.cc:21:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
BitStringTest.cc:29:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testBitInputOutput) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:263:1: note: expanded from here
"testBitInputOutput"
^
BitStringTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testLength) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:264:1: note: expanded from here
"testLength"
^
BitStringTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testDatatypeInput) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:265:1: note: expanded from here
"testDatatypeInput"
^
BitStringTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testDatatypeOutput) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:266:1: note: expanded from here
"testDatatypeOutput"
^
BitStringTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testEquality) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:267:1: note: expanded from here
"testEquality"
^
BitStringTest.cc:34:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testCutting) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:268:1: note: expanded from here
"testCutting"
^
BitStringTest.cc:35:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testCompression) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:269:1: note: expanded from here
"testCompression"
^
BitStringTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BitStringTest, testArity) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:270:1: note: expanded from here
"testArity"
^
9 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BmpOS2FileTest.o -MD -MP -MF ".deps/BmpOS2FileTest.Tpo" -c -o BmpOS2FileTest.o `test -f 'BmpOS2FileTest.cc' || echo './'`BmpOS2FileTest.cc; then mv ".deps/BmpOS2FileTest.Tpo" ".deps/BmpOS2FileTest.Po"; else rm -f ".deps/BmpOS2FileTest.Tpo"; exit 1; fi
In file included from BmpOS2FileTest.cc:23:
In file included from ../src/BmpPaletteSampleValue.h:24:
In file included from ../src/BmpSampleValue.h:24:
In file included from ../src/SampleValue.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from BmpOS2FileTest.cc:23:
In file included from ../src/BmpPaletteSampleValue.h:24:
In file included from ../src/BmpSampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
BmpOS2FileTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpOS2FileTest, testReadWrite) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:472:1: note: expanded from here
"testReadWrite"
^
BmpOS2FileTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpOS2FileTest, testReadEmbedExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:473:1: note: expanded from here
"testReadEmbedExtract"
^
BmpOS2FileTest.cc:34:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpOS2FileTest, testReadEmbedWriteReadExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:474:1: note: expanded from here
"testReadEmbedWriteReadExtract"
^
BmpOS2FileTest.cc:35:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpOS2FileTest, testPosition) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:475:1: note: expanded from here
"testPosition"
^
BmpOS2FileTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpOS2FileTest, testEmbeddedValue) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:476:1: note: expanded from here
"testEmbeddedValue"
^
7 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BmpPaletteSampleValueTest.o -MD -MP -MF ".deps/BmpPaletteSampleValueTest.Tpo" -c -o BmpPaletteSampleValueTest.o `test -f 'BmpPaletteSampleValueTest.cc' || echo './'`BmpPaletteSampleValueTest.cc; then mv ".deps/BmpPaletteSampleValueTest.Tpo" ".deps/BmpPaletteSampleValueTest.Po"; else rm -f ".deps/BmpPaletteSampleValueTest.Tpo"; exit 1; fi
In file included from BmpPaletteSampleValueTest.cc:21:
In file included from ./BmpPaletteSampleValueTest.h:24:
In file included from ./SampleValueTest.h:26:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from BmpPaletteSampleValueTest.cc:24:
In file included from ../src/BmpPaletteSampleValue.h:24:
In file included from ../src/BmpSampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
BmpPaletteSampleValueTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpPaletteSampleValueTest, testDistance) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:464:1: note: expanded from here
"testDistance"
^
BmpPaletteSampleValueTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpPaletteSampleValueTest, testIsNeighbour) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:465:1: note: expanded from here
"testIsNeighbour"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BmpRGBSampleValueTest.o -MD -MP -MF ".deps/BmpRGBSampleValueTest.Tpo" -c -o BmpRGBSampleValueTest.o `test -f 'BmpRGBSampleValueTest.cc' || echo './'`BmpRGBSampleValueTest.cc; then mv ".deps/BmpRGBSampleValueTest.Tpo" ".deps/BmpRGBSampleValueTest.Po"; else rm -f ".deps/BmpRGBSampleValueTest.Tpo"; exit 1; fi
In file included from BmpRGBSampleValueTest.cc:21:
In file included from ./BmpRGBSampleValueTest.h:24:
In file included from ./SampleValueTest.h:26:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from BmpRGBSampleValueTest.cc:24:
In file included from ../src/BmpRGBSampleValue.h:24:
In file included from ../src/BmpSampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
BmpRGBSampleValueTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpRGBSampleValueTest, testDistance) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:464:1: note: expanded from here
"testDistance"
^
BmpRGBSampleValueTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpRGBSampleValueTest, testIsNeighbour) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:465:1: note: expanded from here
"testIsNeighbour"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BmpWinFileTest.o -MD -MP -MF ".deps/BmpWinFileTest.Tpo" -c -o BmpWinFileTest.o `test -f 'BmpWinFileTest.cc' || echo './'`BmpWinFileTest.cc; then mv ".deps/BmpWinFileTest.Tpo" ".deps/BmpWinFileTest.Po"; else rm -f ".deps/BmpWinFileTest.Tpo"; exit 1; fi
In file included from BmpWinFileTest.cc:24:
In file included from ./BmpWinFileTest.h:26:
In file included from ../src/BmpFile.h:26:
In file included from ../src/CvrStgFile.h:28:
In file included from ../src/BinaryIO.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from BmpWinFileTest.cc:26:
In file included from ../src/BmpPaletteSampleValue.h:24:
In file included from ../src/BmpSampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
BmpWinFileTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpWinFileTest, testReadWrite) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:460:1: note: expanded from here
"testReadWrite"
^
BmpWinFileTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpWinFileTest, testReadEmbedExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:461:1: note: expanded from here
"testReadEmbedExtract"
^
BmpWinFileTest.cc:34:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpWinFileTest, testReadEmbedWriteReadExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:462:1: note: expanded from here
"testReadEmbedWriteReadExtract"
^
BmpWinFileTest.cc:35:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpWinFileTest, testPosition) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:463:1: note: expanded from here
"testPosition"
^
BmpWinFileTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpWinFileTest, testEmbeddedValue) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:464:1: note: expanded from here
"testEmbeddedValue"
^
7 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT WKSConstructionHeuristicTest.o -MD -MP -MF ".deps/WKSConstructionHeuristicTest.Tpo" -c -o WKSConstructionHeuristicTest.o `test -f 'WKSConstructionHeuristicTest.cc' || echo './'`WKSConstructionHeuristicTest.cc; then mv ".deps/WKSConstructionHeuristicTest.Tpo" ".deps/WKSConstructionHeuristicTest.Po"; else rm -f ".deps/WKSConstructionHeuristicTest.Tpo"; exit 1; fi
In file included from WKSConstructionHeuristicTest.cc:21:
In file included from ../src/WKSConstructionHeuristic.h:34:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from WKSConstructionHeuristicTest.cc:23:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from WKSConstructionHeuristicTest.cc:26:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
WKSConstructionHeuristicTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WKSConstructionHeuristicTest, testAlgorithm) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:574:1: note: expanded from here
"testAlgorithm"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT BmpFileTest.o -MD -MP -MF ".deps/BmpFileTest.Tpo" -c -o BmpFileTest.o `test -f 'BmpFileTest.cc' || echo './'`BmpFileTest.cc; then mv ".deps/BmpFileTest.Tpo" ".deps/BmpFileTest.Po"; else rm -f ".deps/BmpFileTest.Tpo"; exit 1; fi
In file included from BmpFileTest.cc:23:
In file included from ../src/Graph.h:30:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from BmpFileTest.cc:23:
In file included from ../src/Graph.h:30:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from BmpFileTest.cc:26:
In file included from ./BmpFileTest.h:25:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
BmpFileTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (BmpFileTest, testSVALCalculation) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:584:1: note: expanded from here
"testSVALCalculation"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT CvrStgFileTest.o -MD -MP -MF ".deps/CvrStgFileTest.Tpo" -c -o CvrStgFileTest.o `test -f 'CvrStgFileTest.cc' || echo './'`CvrStgFileTest.cc; then mv ".deps/CvrStgFileTest.Tpo" ".deps/CvrStgFileTest.Po"; else rm -f ".deps/CvrStgFileTest.Tpo"; exit 1; fi
In file included from CvrStgFileTest.cc:24:
In file included from ./CvrStgFileTest.h:24:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from CvrStgFileTest.cc:27:
In file included from ../src/Graph.h:30:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
2 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT DummyFile.o -MD -MP -MF ".deps/DummyFile.Tpo" -c -o DummyFile.o `test -f 'DummyFile.cc' || echo './'`DummyFile.cc; then mv ".deps/DummyFile.Tpo" ".deps/DummyFile.Po"; else rm -f ".deps/DummyFile.Tpo"; exit 1; fi
In file included from DummyFile.cc:21:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from DummyFile.cc:22:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
In file included from DummyFile.cc:25:
In file included from ./DummySampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
3 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT DummySampleValue.o -MD -MP -MF ".deps/DummySampleValue.Tpo" -c -o DummySampleValue.o `test -f 'DummySampleValue.cc' || echo './'`DummySampleValue.cc; then mv ".deps/DummySampleValue.Tpo" ".deps/DummySampleValue.Po"; else rm -f ".deps/DummySampleValue.Tpo"; exit 1; fi
In file included from DummySampleValue.cc:21:
In file included from ../src/CvrStgFile.h:28:
In file included from ../src/BinaryIO.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from DummySampleValue.cc:24:
In file included from ./DummySampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
2 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT EdgeIteratorTest.o -MD -MP -MF ".deps/EdgeIteratorTest.Tpo" -c -o EdgeIteratorTest.o `test -f 'EdgeIteratorTest.cc' || echo './'`EdgeIteratorTest.cc; then mv ".deps/EdgeIteratorTest.Tpo" ".deps/EdgeIteratorTest.Po"; else rm -f ".deps/EdgeIteratorTest.Tpo"; exit 1; fi
In file included from EdgeIteratorTest.cc:21:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from EdgeIteratorTest.cc:21:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from EdgeIteratorTest.cc:25:
In file included from ./EdgeIteratorTest.h:32:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
EdgeIteratorTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (EdgeIteratorTest, testReferenceIteration) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:614:1: note: expanded from here
"testReferenceIteration"
^
EdgeIteratorTest.cc:37:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (EdgeIteratorTest, testIterationLength) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:615:1: note: expanded from here
"testIterationLength"
^
5 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT EmbDataTest.o -MD -MP -MF ".deps/EmbDataTest.Tpo" -c -o EmbDataTest.o `test -f 'EmbDataTest.cc' || echo './'`EmbDataTest.cc; then mv ".deps/EmbDataTest.Tpo" ".deps/EmbDataTest.Po"; else rm -f ".deps/EmbDataTest.Tpo"; exit 1; fi
In file included from EmbDataTest.cc:23:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
EmbDataTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (EmbDataTest, testEmbedding) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:230:1: note: expanded from here
"testEmbedding"
^
EmbDataTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (EmbDataTest, testExtracting) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:231:1: note: expanded from here
"testExtracting"
^
3 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT GraphTest.o -MD -MP -MF ".deps/GraphTest.Tpo" -c -o GraphTest.o `test -f 'GraphTest.cc' || echo './'`GraphTest.cc; then mv ".deps/GraphTest.Tpo" ".deps/GraphTest.Po"; else rm -f ".deps/GraphTest.Tpo"; exit 1; fi
In file included from GraphTest.cc:21:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from GraphTest.cc:25:
In file included from ../src/Graph.h:30:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from GraphTest.cc:28:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
GraphTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (GraphTest, testSampleValues) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:581:1: note: expanded from here
"testSampleValues"
^
GraphTest.cc:37:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (GraphTest, testVertices) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:582:1: note: expanded from here
"testVertices"
^
GraphTest.cc:38:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (GraphTest, testSampleOccurences) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:583:1: note: expanded from here
"testSampleOccurences"
^
GraphTest.cc:39:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (GraphTest, testSampleValueAdjacencyLists) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:584:1: note: expanded from here
"testSampleValueAdjacencyLists"
^
7 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT JpegFileTest.o -MD -MP -MF ".deps/JpegFileTest.Tpo" -c -o JpegFileTest.o `test -f 'JpegFileTest.cc' || echo './'`JpegFileTest.cc; then mv ".deps/JpegFileTest.Tpo" ".deps/JpegFileTest.Po"; else rm -f ".deps/JpegFileTest.Tpo"; exit 1; fi
In file included from JpegFileTest.cc:23:
In file included from ./JpegFileTest.h:24:
In file included from ../src/JpegFile.h:24:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
JpegFileTest.cc:28:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (JpegFileTest, testReadEmbedExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:400:1: note: expanded from here
"testReadEmbedExtract"
^
JpegFileTest.cc:29:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (JpegFileTest, testReadEmbedWriteReadExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:401:1: note: expanded from here
"testReadEmbedWriteReadExtract"
^
3 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT JpegSampleValueTest.o -MD -MP -MF ".deps/JpegSampleValueTest.Tpo" -c -o JpegSampleValueTest.o `test -f 'JpegSampleValueTest.cc' || echo './'`JpegSampleValueTest.cc; then mv ".deps/JpegSampleValueTest.Tpo" ".deps/JpegSampleValueTest.Po"; else rm -f ".deps/JpegSampleValueTest.Tpo"; exit 1; fi
In file included from JpegSampleValueTest.cc:21:
In file included from ./JpegSampleValueTest.h:24:
In file included from ./SampleValueTest.h:26:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from JpegSampleValueTest.cc:24:
In file included from ../src/JpegSampleValue.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
JpegSampleValueTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (JpegSampleValueTest, testDistance) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:464:1: note: expanded from here
"testDistance"
^
JpegSampleValueTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (JpegSampleValueTest, testIsNeighbour) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:465:1: note: expanded from here
"testIsNeighbour"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT MCryptPPTest.o -MD -MP -MF ".deps/MCryptPPTest.Tpo" -c -o MCryptPPTest.o `test -f 'MCryptPPTest.cc' || echo './'`MCryptPPTest.cc; then mv ".deps/MCryptPPTest.Tpo" ".deps/MCryptPPTest.Po"; else rm -f ".deps/MCryptPPTest.Tpo"; exit 1; fi
In file included from MCryptPPTest.cc:21:
In file included from ./MCryptPPTest.h:24:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
MCryptPPTest.cc:26:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (MCryptPPTest, testEncryption) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:230:1: note: expanded from here
"testEncryption"
^
MCryptPPTest.cc:27:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (MCryptPPTest, testDecryption) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:231:1: note: expanded from here
"testDecryption"
^
MCryptPPTest.cc:43:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
MCryptPPTest.cc:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT MHashKeyGenTest.o -MD -MP -MF ".deps/MHashKeyGenTest.Tpo" -c -o MHashKeyGenTest.o `test -f 'MHashKeyGenTest.cc' || echo './'`MHashKeyGenTest.cc; then mv ".deps/MHashKeyGenTest.Tpo" ".deps/MHashKeyGenTest.Po"; else rm -f ".deps/MHashKeyGenTest.Tpo"; exit 1; fi
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:24:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:186:9: warning: 'PACKAGE' macro redefined [-Wmacro-redefined]
#define PACKAGE "mhash"
^
../config.h:219:9: note: previous definition is here
#define PACKAGE "steghide"
^
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:189:9: warning: 'PACKAGE_BUGREPORT' macro redefined [-Wmacro-redefined]
#define PACKAGE_BUGREPORT "[email protected]"
^
../config.h:222:9: note: previous definition is here
#define PACKAGE_BUGREPORT ""
^
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:192:9: warning: 'PACKAGE_NAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_NAME "MHASH"
^
../config.h:225:9: note: previous definition is here
#define PACKAGE_NAME ""
^
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:195:9: warning: 'PACKAGE_STRING' macro redefined [-Wmacro-redefined]
#define PACKAGE_STRING "MHASH 0.9.9"
^
../config.h:228:9: note: previous definition is here
#define PACKAGE_STRING ""
^
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:198:9: warning: 'PACKAGE_TARNAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_TARNAME "mhash"
^
../config.h:231:9: note: previous definition is here
#define PACKAGE_TARNAME ""
^
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:201:9: warning: 'PACKAGE_VERSION' macro redefined [-Wmacro-redefined]
#define PACKAGE_VERSION "0.9.9"
^
../config.h:234:9: note: previous definition is here
#define PACKAGE_VERSION ""
^
In file included from MHashKeyGenTest.cc:23:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:213:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
#define VERSION "0.9.9"
^
../config.h:302:9: note: previous definition is here
#define VERSION "0.5.1"
^
8 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT MHashPPTest.o -MD -MP -MF ".deps/MHashPPTest.Tpo" -c -o MHashPPTest.o `test -f 'MHashPPTest.cc' || echo './'`MHashPPTest.cc; then mv ".deps/MHashPPTest.Tpo" ".deps/MHashPPTest.Po"; else rm -f ".deps/MHashPPTest.Tpo"; exit 1; fi
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:219:9: warning: 'PACKAGE' macro redefined [-Wmacro-redefined]
#define PACKAGE "steghide"
^
/usr/local/include/mutils/mhash_config.h:186:9: note: previous definition is here
#define PACKAGE "mhash"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:222:9: warning: 'PACKAGE_BUGREPORT' macro redefined [-Wmacro-redefined]
#define PACKAGE_BUGREPORT ""
^
/usr/local/include/mutils/mhash_config.h:189:9: note: previous definition is here
#define PACKAGE_BUGREPORT "[email protected]"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:225:9: warning: 'PACKAGE_NAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_NAME ""
^
/usr/local/include/mutils/mhash_config.h:192:9: note: previous definition is here
#define PACKAGE_NAME "MHASH"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:228:9: warning: 'PACKAGE_STRING' macro redefined [-Wmacro-redefined]
#define PACKAGE_STRING ""
^
/usr/local/include/mutils/mhash_config.h:195:9: note: previous definition is here
#define PACKAGE_STRING "MHASH 0.9.9"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:231:9: warning: 'PACKAGE_TARNAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_TARNAME ""
^
/usr/local/include/mutils/mhash_config.h:198:9: note: previous definition is here
#define PACKAGE_TARNAME "mhash"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:234:9: warning: 'PACKAGE_VERSION' macro redefined [-Wmacro-redefined]
#define PACKAGE_VERSION ""
^
/usr/local/include/mutils/mhash_config.h:201:9: note: previous definition is here
#define PACKAGE_VERSION "0.9.9"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:31:
../config.h:302:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
#define VERSION "0.5.1"
^
/usr/local/include/mutils/mhash_config.h:213:9: note: previous definition is here
#define VERSION "0.9.9"
^
In file included from MHashPPTest.cc:23:
In file included from ./MHashPPTest.h:26:
In file included from ../src/MHashPP.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
MHashPPTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (MHashPPTest, testMD5) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:244:1: note: expanded from here
"testMD5"
^
MHashPPTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (MHashPPTest, testCRC32) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:245:1: note: expanded from here
"testCRC32"
^
10 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT MatchingTest.o -MD -MP -MF ".deps/MatchingTest.Tpo" -c -o MatchingTest.o `test -f 'MatchingTest.cc' || echo './'`MatchingTest.cc; then mv ".deps/MatchingTest.Tpo" ".deps/MatchingTest.Po"; else rm -f ".deps/MatchingTest.Tpo"; exit 1; fi
In file included from MatchingTest.cc:21:
In file included from ../src/BitString.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from MatchingTest.cc:22:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from MatchingTest.cc:24:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
MatchingTest.cc:35:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (MatchingTest, testAddRemoveEdge) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:581:1: note: expanded from here
"testAddRemoveEdge"
^
MatchingTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (MatchingTest, testAugmentingPath) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:582:1: note: expanded from here
"testAugmentingPath"
^
5 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT SampleValueAdjacencyListTest.o -MD -MP -MF ".deps/SampleValueAdjacencyListTest.Tpo" -c -o SampleValueAdjacencyListTest.o `test -f 'SampleValueAdjacencyListTest.cc' || echo './'`SampleValueAdjacencyListTest.cc; then mv ".deps/SampleValueAdjacencyListTest.Tpo" ".deps/SampleValueAdjacencyListTest.Po"; else rm -f ".deps/SampleValueAdjacencyListTest.Tpo"; exit 1; fi
In file included from SampleValueAdjacencyListTest.cc:23:
In file included from ../src/AuSampleValues.h:24:
In file included from ../src/AudioSampleValue.h:24:
In file included from ../src/CvrStgFile.h:28:
In file included from ../src/BinaryIO.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from SampleValueAdjacencyListTest.cc:23:
In file included from ../src/AuSampleValues.h:24:
In file included from ../src/AudioSampleValue.h:25:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
SampleValueAdjacencyListTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (SampleValueAdjacencyListTest, testEquality) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:454:1: note: expanded from here
"testEquality"
^
SampleValueAdjacencyListTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (SampleValueAdjacencyListTest, testQuicksort) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:455:1: note: expanded from here
"testQuicksort"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT SampleValueTest.o -MD -MP -MF ".deps/SampleValueTest.Tpo" -c -o SampleValueTest.o `test -f 'SampleValueTest.cc' || echo './'`SampleValueTest.cc; then mv ".deps/SampleValueTest.Tpo" ".deps/SampleValueTest.Po"; else rm -f ".deps/SampleValueTest.Tpo"; exit 1; fi
In file included from SampleValueTest.cc:21:
In file included from ./SampleValueTest.h:26:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from SampleValueTest.cc:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
2 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT SelectorTest.o -MD -MP -MF ".deps/SelectorTest.Tpo" -c -o SelectorTest.o `test -f 'SelectorTest.cc' || echo './'`SelectorTest.cc; then mv ".deps/SelectorTest.Tpo" ".deps/SelectorTest.Po"; else rm -f ".deps/SelectorTest.Tpo"; exit 1; fi
In file included from SelectorTest.cc:23:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
In file included from SelectorTest.cc:23:
In file included from ../src/Selector.h:28:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
SelectorTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (SelectorTest, testIsPermutation) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:326:1: note: expanded from here
"testIsPermutation"
^
SelectorTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (SelectorTest, testIsIdentityPermutation) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:327:1: note: expanded from here
"testIsIdentityPermutation"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT TestSuite.o -MD -MP -MF ".deps/TestSuite.Tpo" -c -o TestSuite.o `test -f 'TestSuite.cc' || echo './'`TestSuite.cc; then mv ".deps/TestSuite.Tpo" ".deps/TestSuite.Po"; else rm -f ".deps/TestSuite.Tpo"; exit 1; fi
In file included from TestSuite.cc:23:
In file included from ./TestSuite.h:29:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
1 warning generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT UnitTest.o -MD -MP -MF ".deps/UnitTest.Tpo" -c -o UnitTest.o `test -f 'UnitTest.cc' || echo './'`UnitTest.cc; then mv ".deps/UnitTest.Tpo" ".deps/UnitTest.Po"; else rm -f ".deps/UnitTest.Tpo"; exit 1; fi
In file included from UnitTest.cc:24:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
1 warning generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT WavFileTest.o -MD -MP -MF ".deps/WavFileTest.Tpo" -c -o WavFileTest.o `test -f 'WavFileTest.cc' || echo './'`WavFileTest.cc; then mv ".deps/WavFileTest.Tpo" ".deps/WavFileTest.Po"; else rm -f ".deps/WavFileTest.Tpo"; exit 1; fi
In file included from WavFileTest.cc:23:
In file included from ../src/Graph.h:30:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:26:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from WavFileTest.cc:23:
In file included from ../src/Graph.h:30:
In file included from ../src/EdgeIterator.h:26:
In file included from ../src/Edge.h:24:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from WavFileTest.cc:26:
In file included from ./WavFileTest.h:26:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
WavFileTest.cc:32:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavFileTest, testReadWrite) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:584:1: note: expanded from here
"testReadWrite"
^
WavFileTest.cc:33:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavFileTest, testReadEmbedExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:585:1: note: expanded from here
"testReadEmbedExtract"
^
WavFileTest.cc:34:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavFileTest, testReadEmbedWriteReadExtract) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:586:1: note: expanded from here
"testReadEmbedWriteReadExtract"
^
WavFileTest.cc:35:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavFileTest, testPosition) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:587:1: note: expanded from here
"testPosition"
^
WavFileTest.cc:36:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavFileTest, testSVALCalculation) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:588:1: note: expanded from here
"testSVALCalculation"
^
WavFileTest.cc:37:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavFileTest, testEmbeddedValue) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:589:1: note: expanded from here
"testEmbeddedValue"
^
9 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT WavPCMSampleValueTest.o -MD -MP -MF ".deps/WavPCMSampleValueTest.Tpo" -c -o WavPCMSampleValueTest.o `test -f 'WavPCMSampleValueTest.cc' || echo './'`WavPCMSampleValueTest.cc; then mv ".deps/WavPCMSampleValueTest.Tpo" ".deps/WavPCMSampleValueTest.Po"; else rm -f ".deps/WavPCMSampleValueTest.Tpo"; exit 1; fi
In file included from WavPCMSampleValueTest.cc:21:
In file included from ./WavPCMSampleValueTest.h:24:
In file included from ./SampleValueTest.h:26:
In file included from ./UnitTest.h:27:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from WavPCMSampleValueTest.cc:24:
In file included from ../src/WavPCMSampleValue.h:26:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
WavPCMSampleValueTest.cc:30:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavPCMSampleValueTest, testDistance) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:464:1: note: expanded from here
"testDistance"
^
WavPCMSampleValueTest.cc:31:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
ADDTESTCATEGORY (WavPCMSampleValueTest, testIsNeighbour) ;
^
./UnitTest.h:36:63: note: expanded from macro 'ADDTESTCATEGORY'
addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
^
<scratch space>:465:1: note: expanded from here
"testIsNeighbour"
^
4 warnings generated.
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/local/include -O2 -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o `test -f 'main.cc' || echo './'`main.cc; then mv ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from main.cc:23:
In file included from ../src/common.h:101:
../src/Arguments.h:103:22: warning: in-class initializer for static data member of type 'const float' is a GNU extension [-Wgnu-static-float-init]
static const float Default_Goal = 100.0 ;
^ ~~~~~
In file included from main.cc:27:
In file included from ./AuFileTest.h:24:
In file included from ../src/AuFile.h:26:
In file included from ../src/AudioData.h:26:
In file included from ../src/AudioSampleValue.h:25:
In file included from ../src/SampleValue.h:27:
In file included from ../src/wrapper_hash_set.h:32:
/usr/include/c++/v1/ext/hash_set:205:5: warning: Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> [-W#warnings]
# warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
^
In file included from main.cc:31:
In file included from ./BmpFileTest.h:25:
In file included from ../src/Selector.h:26:
In file included from ../src/wrapper_hash_map.h:31:
/usr/include/c++/v1/ext/hash_map:213:5: warning: Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [-W#warnings]
# warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:186:9: warning: 'PACKAGE' macro redefined [-Wmacro-redefined]
#define PACKAGE "mhash"
^
../config.h:219:9: note: previous definition is here
#define PACKAGE "steghide"
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:189:9: warning: 'PACKAGE_BUGREPORT' macro redefined [-Wmacro-redefined]
#define PACKAGE_BUGREPORT "[email protected]"
^
../config.h:222:9: note: previous definition is here
#define PACKAGE_BUGREPORT ""
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:192:9: warning: 'PACKAGE_NAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_NAME "MHASH"
^
../config.h:225:9: note: previous definition is here
#define PACKAGE_NAME ""
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:195:9: warning: 'PACKAGE_STRING' macro redefined [-Wmacro-redefined]
#define PACKAGE_STRING "MHASH 0.9.9"
^
../config.h:228:9: note: previous definition is here
#define PACKAGE_STRING ""
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:198:9: warning: 'PACKAGE_TARNAME' macro redefined [-Wmacro-redefined]
#define PACKAGE_TARNAME "mhash"
^
../config.h:231:9: note: previous definition is here
#define PACKAGE_TARNAME ""
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:201:9: warning: 'PACKAGE_VERSION' macro redefined [-Wmacro-redefined]
#define PACKAGE_VERSION "0.9.9"
^
../config.h:234:9: note: previous definition is here
#define PACKAGE_VERSION ""
^
In file included from main.cc:45:
In file included from ./MHashKeyGenTest.h:25:
In file included from ../src/MHashKeyGen.h:26:
In file included from /usr/local/include/mhash.h:6:
In file included from /usr/local/include/mutils/mincludes.h:34:
/usr/local/include/mutils/mhash_config.h:213:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
#define VERSION "0.9.9"
^
../config.h:302:9: note: previous definition is here
#define VERSION "0.5.1"
^
10 warnings generated.
c++ -O2 -Wall -L/usr/local/lib -liconv -lintl -o unittests AuFileTest.o AUtilsTest.o AudioSampleValueTest.o BFSAPHeuristicTest.o DFSAPHeuristicTest.o BitStringTest.o BmpOS2FileTest.o BmpPaletteSampleValueTest.o BmpRGBSampleValueTest.o BmpWinFileTest.o WKSConstructionHeuristicTest.o BmpFileTest.o CvrStgFileTest.o DummyFile.o DummySampleValue.o EdgeIteratorTest.o EmbDataTest.o GraphTest.o JpegFileTest.o JpegSampleValueTest.o MCryptPPTest.o MHashKeyGenTest.o MHashPPTest.o MatchingTest.o SampleValueAdjacencyListTest.o SampleValueTest.o SelectorTest.o TestSuite.o UnitTest.o WavFileTest.o WavPCMSampleValueTest.o main.o ../src/Arg.o ../src/Arguments.o ../src/AssertionFailed.o ../src/AuFile.o ../src/AuSampleValues.o ../src/DFSAPHeuristic.o ../src/BFSAPHeuristic.o ../src/BinaryIO.o ../src/BitString.o ../src/BmpFile.o ../src/BmpPaletteSampleValue.o ../src/BmpRGBSampleValue.o ../src/BmpSampleValue.o ../src/WKSConstructionHeuristic.o ../src/CvrStgFile.o ../src/Edge.o ../src/EdgeIterator.o ../src/DMDConstructionHeuristic.o ../src/EmbData.o ../src/Embedder.o ../src/EncryptionAlgorithm.o ../src/EncryptionMode.o ../src/Extractor.o ../src/Graph.o ../src/JpegFile.o ../src/JpegSampleValue.o ../src/MCryptPP.o ../src/MHashKeyGen.o ../src/MHashPP.o ../src/Matching.o ../src/MatchingAlgorithm.o ../src/ProgressOutput.o ../src/PseudoRandomSource.o ../src/RGBTriple.o ../src/RandomSource.o ../src/SampleValue.o ../src/SampleValueAdjacencyList.o ../src/Selector.o ../src/Session.o ../src/SteghideError.o ../src/Terminal.o ../src/Utils.o ../src/Vertex.o ../src/WavChunk.o ../src/WavChunkHeader.o ../src/WavChunkUnused.o ../src/WavFile.o ../src/WavFormatChunk.o ../src/WavPCMSampleValue.o ../src/error.o ../src/msg.o ../src/SMDConstructionHeuristic.o /usr/local/lib/libintl.a /usr/local/lib/libiconv.a -lc -Wl,-rpath,/usr/local/lib -ljpeg -lmcrypt -lmhash -lz
../src/MCryptPP.o: In function `MCryptPP::open(EncryptionAlgorithm, EncryptionMode)':
MCryptPP.cc:(.text+0xb6): warning: strcpy() is almost always misused, please use strlcpy()
../src/RandomSource.o: In function `RandomSource::getByte()':
RandomSource.cc:(.text+0x175): warning: rand() may return deterministic values, is that what you want?
AuFileTest.o: In function `AudioSampleValue<(AUDIOSAMPLETYPE)0, unsigned char>::getName() const':
AuFileTest.cc:(.text._ZNK16AudioSampleValueIL15AUDIOSAMPLETYPE0EhE7getNameEv[_ZNK16AudioSampleValueIL15AUDIOSAMPLETYPE0EhE7getNameEv]+0x35): warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/libmcrypt.so.8.7: warning: strcat() is almost always misused, please use strlcat()
make check-TESTS
-----------------------
Running Unit Tests.....
-----------------------
AUtils:
Log2....ok
BitString:
BitInputOutput......ok
Length.....ok
DatatypeInput.....ok
DatatypeOutput....ok
Equality....ok
Cutting.....ok
Compression..ok
Arity.....ok
Selector:
IsPermutation....ok
IsIdentityPermutation..ok
EmbData:
Embedding.ok
Extracting.ok
MHashPP:
MD5.......ok
CRC32.ok
MHashKeyGen:
MCryptPP:
Encryptionok
Decryptionok
AudioSampleValue:
Distance.....ok
IsNeighbour.....ok
BmpRGBSampleValue:
Distance......ok
IsNeighbour......ok
BmpPaletteSampleValue:
Distance.........ok
IsNeighbour........ok
JpegSampleValue:
Distance..ok
IsNeighbour..ok
WavPCMSampleValue:
Distance.....ok
IsNeighbour.....ok
AuFile:
ReadWrite...ok
ReadEmbedExtract...ok
ReadEmbedWriteReadExtract...ok
Position..........ok
ReadExtractCompare.ok
EmbeddedValue...ok
BmpFile:
SVALCalculation..ok
BmpOS2File:
ReadWrite....ok
ReadEmbedExtract....ok
ReadEmbedWriteReadExtract....ok
Position..........ok
EmbeddedValue....ok
BmpWinFile:
ReadWrite....ok
ReadEmbedExtract....ok
ReadEmbedWriteReadExtract....ok
Position....................ok
EmbeddedValue....ok
JpegFile:
ReadEmbedExtract..ok
ReadEmbedWriteReadExtract..ok
WavFile:
ReadWrite..ok
ReadEmbedExtract..ok
ReadEmbedWriteReadExtract..ok
Position....ok
SVALCalculation..ok
EmbeddedValue..ok
SampleValueAdjacencyList:
Equality..ok
Quicksort....ok
Graph:
SampleValues................ok
Vertices................ok
SampleOccurences...............ok
SampleValueAdjacencyLists...............ok
EdgeIterator:
ReferenceIteration..........ok
IterationLength..ok
Matching:
AddRemoveEdge..........ok
AugmentingPath......ok
WKSConstructionHeuristic:
Algorithm...ok
BFSAPHeuristic:
Algorithm....ok
DFSAPHeuristic:
Algorithm.....ok
PASS: unittests
-------------------------
Running System Tests.....
-------------------------
Embedding Parameters:
Encryption....F. !! FAILED !!
Compression.F. !! FAILED !!
Checksum.....ok
File Formats:
au..F !! FAILED !!
bmp........ok
jpeg..ok
wav.F !! FAILED !!
FAIL: systemtests.pl
===================
1 of 2 tests failed
===================
*** Error 1 in tests (Makefile:574 'check-TESTS': @failed=0; all=0; xfail=0; xpass=0; skip=0; srcdir=.; export srcdir; list='unittests sys...)
*** Error 1 in tests (Makefile:622 'check-am')
*** Error 1 in tests (Makefile:408 'check-recursive')
*** Error 1 in /usr/obj/ports/steghide-0.5.1/steghide-0.5.1 (Makefile:268 'check-recursive')