Implementation notes: amd64, river, crypto_stream/panama

Computer: river
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: panama

Compiler output

Implementation: crypto_stream/panama/cryptopp
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.cpp: stream.cpp:1:29: error: cryptopp/panama.h: No such file or directory
stream.cpp: stream.cpp: In function 'int crypto_stream_panama_cryptopp(unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
stream.cpp: stream.cpp:11: error: 'CryptoPP' has not been declared
stream.cpp: stream.cpp:11: error: expected primary-expression before '>gt;' token
stream.cpp: stream.cpp:11: error: '::Encryption' has not been declared
stream.cpp: stream.cpp:11: error: expected `;' before 's'
stream.cpp: stream.cpp:12: error: 's' was not declared in this scope
stream.cpp: stream.cpp:13: error: 'size_t' was not declared in this scope
stream.cpp: stream.cpp: In function 'int crypto_stream_panama_cryptopp_xor(unsigned char*, const unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
stream.cpp: stream.cpp:25: error: 'CryptoPP' has not been declared
stream.cpp: stream.cpp:25: error: expected primary-expression before '>gt;' token
stream.cpp: stream.cpp:25: error: '::Encryption' has not been declared
stream.cpp: stream.cpp:25: error: expected `;' before 's'
stream.cpp: stream.cpp:26: error: 's' was not declared in this scope
stream.cpp: stream.cpp:27: error: 'size_t' was not declared in this scope

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv cryptopp