Çözüldü gmake libcryptopp.a -j14 hata

Çözüldü 
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

Mavi Ekran

Üye
Üye
Mesaj
27
Beğeni
27
Puan
685
Ticaret Puanı
0
Videoyu takip ederek yaptım herşeyi ama birşey kaçırdımmı bilemedim . Hata az buz da deil hiçbişe anlamadım :D

Kod:
root@maviekran93:/home/novaline/Srcs/Extern/cryptopp # gmake libcryptopp.a -j14
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c shacal2.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c seed.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c integer.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c rc6.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c gf2n.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c md4.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c socketft.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c xtr.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c luc.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c sosemanuk.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c md2.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c fipstest.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c cpu.cpp
c++ -DNDEBUG -g -O2 -I../include/cryptopp -I. -pipe -c filters.cpp
shacal2.cpp:8:17: error: pch.h: No such file or directory
shacal2.cpp:9:21: error: shacal2.h: No such file or directory
shacal2.cpp:10:18: error: misc.h: No such file or directory
shacal2.cpp:12: error: expected constructor, destructor, or type conversion before '(' token
seed.cpp:3:17: error: pch.h: No such file or directory
seed.cpp:4:18: error: seed.h: No such file or directory
seed.cpp:5:18: error: misc.h: No such file or directory
seed.cpp:7: error: expected constructor, destructor, or type conversion before '(' token
seed.cpp:13: error: 'byte' does not name a type
seed.cpp:31: error: 'byte' does not name a type
seed.cpp:55: error: 'SEED' has not been declared
seed.cpp:55: error: expected ',' or '...' before '*' token
seed.cpp:55: error: ISO C++ forbids declaration of 'byte' with no type
seed.cpp: In function 'void UncheckedSetKey(int)':
seed.cpp:57: error: 'length' was not declared in this scope
seed.cpp:57: error: 'AssertValidKeyLength' was not declared in this scope
seed.cpp:59: error: 'word64' was not declared in this scope
seed.cpp:59: error: expected `;' before 'key01'
seed.cpp:60: error: 'GetBlock' was not declared in this scope
seed.cpp:60: error: 'BigEndian' was not declared in this scope
seed.cpp:60: error: 'userKey' was not declared in this scope
seed.cpp:60: error: 'get' was not declared in this scope
seed.cpp:61: error: 'key01' was not declared in this scope
seed.cpp:61: error: 'key23' was not declared in this scope
seed.cpp:62: error: 'word32' was not declared in this scope
seed.cpp:62: error: 'k' was not declared in this scope
seed.cpp:62: error: 'm_k' was not declared in this scope
seed.cpp:63: error: 'size_t' was not declared in this scope
seed.cpp:63: error: expected `;' before 'kInc'
seed.cpp:64: error: 'IsForwardTransformation' was not declared in this scope
seed.cpp:67: error: 'kInc' was not declared in this scope
seed.cpp:70: error: 'ROUNDS' was not declared in this scope
seed.cpp:72: error: expected `;' before 't0'
seed.cpp:73: error: expected `;' before 't1'
seed.cpp:74: error: 's_s0' was not declared in this scope
seed.cpp:74: error: 't0' was not declared in this scope
seed.cpp:74: error: 'GETBYTE' was not declared in this scope
seed.cpp:74: error: 's_s1' was not declared in this scope
seed.cpp:75: error: 't1' was not declared in this scope
seed.cpp:76: error: 'kInc' was not declared in this scope
seed.cpp:78: error: 'rotlFixed' was not declared in this scope
seed.cpp:80: error: 'rotrFixed' was not declared in this scope
seed.cpp: At global scope:
seed.cpp:84: error: 'SEED' has not been declared
seed.cpp:84: error: expected ',' or '...' before '*' token
seed.cpp:84: error: ISO C++ forbids declaration of 'byte' with no type
seed.cpp:84: error: non-member function 'void ProcessAndXorBlock(int)' cannot have cv-qualifier
seed.cpp: In function 'void ProcessAndXorBlock(int)':
seed.cpp:86: error: expected initializer before '<' token
seed.cpp:87: error: 'word32' was not declared in this scope
seed.cpp:87: error: expected `;' before 'a0'
seed.cpp:88: error: 'Block' has not been declared
seed.cpp:88: error: 'inBlock' was not declared in this scope
seed.cpp:88: error: 'a0' was not declared in this scope
seed.cpp:88: error: 'a1' was not declared in this scope
seed.cpp:88: error: 'b0' was not declared in this scope
seed.cpp:88: error: 'b1' was not declared in this scope
seed.cpp:90: error: 'ROUNDS' was not declared in this scope
seed.cpp:92: error: 't0' was not declared in this scope
seed.cpp:92: error: 'm_k' was not declared in this scope
seed.cpp:92: error: 't1' was not declared in this scope
seed.cpp:93: error: 's_s0' was not declared in this scope
seed.cpp:93: error: 'GETBYTE' was not declared in this scope
seed.cpp:93: error: 's_s1' was not declared in this scope
seed.cpp:101: error: 'Block' has not been declared
seed.cpp:101: error: 'xorBlock' was not declared in this scope
seed.cpp:101: error: 'outBlock' was not declared in this scope
seed.cpp: At global scope:
seed.cpp:104: error: expected constructor, destructor, or type conversion at end of input
GNUmakefile:198: recipe for target 'seed.o' failed
gmake: *** [seed.o] Error 1
gmake: *** Waiting for unfinished jobs....
integer.cpp:4:17: error: pch.h: No such file or directory
integer.cpp:8:21: error: integer.h: No such file or directory
integer.cpp:9:22: error: modarith.h: No such file or directory
integer.cpp:10:22: error: nbtheory.h: No such file or directory
integer.cpp:11:17: error: asn.h: No such file or directory
integer.cpp:12:18: error: oids.h: No such file or directory
integer.cpp:13:19: error: words.h: No such file or directory
integer.cpp:14:22: error: algparam.h: No such file or directory
integer.cpp:15:39: error: pubkey.h: No such file or directory
integer.cpp:17:17: error: cpu.h: No such file or directory
rc6.cpp:4:17: error: pch.h: No such file or directory
rc6.cpp:5:17: error: rc6.h: No such file or directory
rc6.cpp:6:18: error: misc.h: No such file or directory
rc6.cpp:8: error: expected constructor, destructor, or type conversion before '(' token
md4.cpp:17:17: error: pch.h: No such file or directory
md4.cpp:20:18: error: misc.h: No such file or directory
In file included from md4.cpp:19:
/usr/include/md4.h:30: error: 'u_int32_t' does not name a type
/usr/include/md4.h:31: error: 'u_int32_t' does not name a type
In file included from md4.cpp:19:
/usr/include/md4.h:44: error: 'off_t' has not been declared
/usr/include/md4.h:44: error: 'off_t' has not been declared
md4.cpp:22: error: expected constructor, destructor, or type conversion before '(' token
GNUmakefile:198: recipe for target 'rc6.o' failed
gmake: *** [rc6.o] Error 1
socketft.cpp:3:17: error: pch.h: No such file or directory
socketft.cpp:4:22: error: socketft.h: No such file or directory
GNUmakefile:198: recipe for target 'md4.o' failed
gmake: *** [md4.o] Error 1
xtr.cpp:3:17: error: pch.h: No such file or directory
xtr.cpp:4:17: error: xtr.h: No such file or directory
xtr.cpp:5:22: error: nbtheory.h: No such file or directory
In file included from xtr.cpp:7:
algebra.cpp:8:21: error: algebra.h: No such file or directory
algebra.cpp:9:21: error: integer.h: No such file or directory
GNUmakefile:198: recipe for target 'socketft.o' failed
gmake: *** [socketft.o] Error 1
luc.cpp:3:17: error: pch.h: No such file or directory
luc.cpp:4:17: error: luc.h: No such file or directory
luc.cpp:5:17: error: asn.h: No such file or directory
luc.cpp:6:22: error: nbtheory.h: No such file or directory
luc.cpp:8:22: error: algparam.h: No such file or directory
luc.cpp:10: error: expected constructor, destructor, or type conversion before '(' token
luc.cpp:19: error: 'DL_Algorithm_LUC_HMP' has not been declared
luc.cpp:19: error: expected ',' or '...' before '<' token
luc.cpp:19: error: ISO C++ forbids declaration of 'DL_GroupParameters' with no type
luc.cpp:19: error: non-member function 'void Sign(int)' cannot have cv-qualifier
luc.cpp: In function 'void Sign(int)':
luc.cpp:21: error: expected initializer before '&' token
luc.cpp:22: error: 'r' was not declared in this scope
luc.cpp:22: error: 'params' was not declared in this scope
luc.cpp:22: error: 'k' was not declared in this scope
luc.cpp:23: error: 's' was not declared in this scope
luc.cpp:23: error: 'x' was not declared in this scope
luc.cpp:23: error: 'e' was not declared in this scope
luc.cpp:23: error: 'q' was not declared in this scope
luc.cpp: At global scope:
luc.cpp:26: error: 'DL_Algorithm_LUC_HMP' has not been declared
luc.cpp:26: error: expected ',' or '...' before '<' token
luc.cpp:26: error: ISO C++ forbids declaration of 'DL_GroupParameters' with no type
luc.cpp:26: error: non-member function 'bool Verify(int)' cannot have cv-qualifier
luc.cpp: In function 'bool Verify(int)':
luc.cpp:28: error: 'Integer' was not declared in this scope
luc.cpp:28: error: expected `;' before 'p'
luc.cpp:29: error: expected initializer before '&' token
luc.cpp:31: error: expected `;' before 'Vsg'
luc.cpp:32: error: expected `;' before 'Vry'
luc.cpp:33: error: 'Vsg' was not declared in this scope
luc.cpp:33: error: 'Vry' was not declared in this scope
luc.cpp:33: error: 'r' was not declared in this scope
luc.cpp:33: error: 'p' was not declared in this scope
luc.cpp: At global scope:
luc.cpp:36: error: 'Integer' does not name a type
luc.cpp:41: error: 'DL_GroupParameters_LUC' has not been declared
luc.cpp:41: error: variable or field 'SimultaneousExponentiate' declared void
luc.cpp:41: error: 'Element' was not declared in this scope
luc.cpp:41: error: 'results' was not declared in this scope
luc.cpp:41: error: expected primary-expression before 'const'
luc.cpp:41: error: expected primary-expression before 'const'
luc.cpp:41: error: expected primary-expression before 'unsigned'
luc.cpp:47: error: 'LUCFunction' has not been declared
luc.cpp:47: error: variable or field 'BERDecode' declared void
luc.cpp:47: error: 'BufferedTransformation' was not declared in this scope
luc.cpp:47: error: 'bt' was not declared in this scope
luc.cpp:55: error: 'LUCFunction' has not been declared
luc.cpp:55: error: variable or field 'DEREncode' declared void
luc.cpp:55: error: 'BufferedTransformation' was not declared in this scope
luc.cpp:55: error: 'bt' was not declared in this scope
luc.cpp:63: error: 'Integer' does not name a type
luc.cpp:69: error: 'LUCFunction' has not been declared
luc.cpp:69: error: 'RandomNumberGenerator' was not declared in this scope
luc.cpp:69: error: 'rng' was not declared in this scope
luc.cpp:69: error: expected primary-expression before 'unsigned'
luc.cpp:69: error: initializer expression list treated as compound expression
luc.cpp:69: error: expected ',' or ';' before 'const'
luc.cpp:77: error: 'LUCFunction' has not been declared
luc.cpp:77: error: non-member function 'bool GetVoidValue(const char*, const std::type_info&, void*)' cannot have cv-qualifier
luc.cpp: In function 'bool GetVoidValue(const char*, const std::type_info&, void*)':
luc.cpp:79: error: invalid use of 'this' in non-member function
luc.cpp:79: error: 'GetValueHelper' was not declared in this scope
luc.cpp:80: error: expected ';' before 'CRYPTOPP_GET_FUNCTION_ENTRY'
luc.cpp:80: error: 'Modulus' was not declared in this scope
luc.cpp:80: error: 'CRYPTOPP_GET_FUNCTION_ENTRY' was not declared in this scope
luc.cpp:81: error: expected `;' before 'CRYPTOPP_GET_FUNCTION_ENTRY'
luc.cpp: At global scope:
luc.cpp:85: error: 'LUCFunction' has not been declared
luc.cpp:85: error: expected ',' or '...' before '&' token
luc.cpp:85: error: ISO C++ forbids declaration of 'NameValuePairs' with no type
luc.cpp: In function 'void AssignFrom(int)':
luc.cpp:87: error: invalid use of 'this' in non-member function
luc.cpp:87: error: 'source' was not declared in this scope
luc.cpp:87: error: 'AssignFromHelper' was not declared in this scope
luc.cpp:88: error: expected `;' before 'CRYPTOPP_SET_FUNCTION_ENTRY'
luc.cpp: At global scope:
luc.cpp:97: error: expected class-name before '{' token
luc.cpp:99: error: expected ',' or '...' before '&' token
luc.cpp:99: error: ISO C++ forbids declaration of 'Integer' with no type
luc.cpp:100: error: expected ',' or '...' before '&' token
luc.cpp:100: error: ISO C++ forbids declaration of 'Integer' with no type
luc.cpp:104: error: 'Integer' does not name a type
luc.cpp: In constructor 'LUCPrimeSelector::LUCPrimeSelector(int)':
luc.cpp:99: error: class 'LUCPrimeSelector' does not have any field named 'm_e'
luc.cpp:99: error: 'e' was not declared in this scope
luc.cpp: In member function 'bool LUCPrimeSelector::IsAcceptable(int) const':
luc.cpp:102: error: 'm_e' was not declared in this scope
luc.cpp:102: error: 'candidate' was not declared in this scope
luc.cpp:102: error: 'RelativelyPrime' was not declared in this scope
luc.cpp: At global scope:
luc.cpp:107: error: 'InvertibleLUCFunction' has not been declared
luc.cpp:107: error: variable or field 'GenerateRandom' declared void
luc.cpp:107: error: 'RandomNumberGenerator' was not declared in this scope
luc.cpp:107: error: 'rng' was not declared in this scope
luc.cpp:107: error: expected primary-expression before 'const'
luc.cpp:130: error: 'InvertibleLUCFunction' has not been declared
luc.cpp:130: error: variable or field 'Initialize' declared void
luc.cpp:130: error: 'RandomNumberGenerator' was not declared in this scope
luc.cpp:130: error: 'rng' was not declared in this scope
luc.cpp:130: error: expected primary-expression before 'unsigned'
luc.cpp:130: error: expected primary-expression before 'const'
luc.cpp:135: error: 'InvertibleLUCFunction' has not been declared
luc.cpp:135: error: variable or field 'BERDecode' declared void
luc.cpp:135: error: 'BufferedTransformation' was not declared in this scope
luc.cpp:135: error: 'bt' was not declared in this scope
luc.cpp:151: error: 'InvertibleLUCFunction' has not been declared
luc.cpp:151: error: variable or field 'DEREncode' declared void
luc.cpp:151: error: 'BufferedTransformation' was not declared in this scope
luc.cpp:151: error: 'bt' was not declared in this scope
sosemanuk.cpp:5:17: error: pch.h: No such file or directory
sosemanuk.cpp:9:23: error: sosemanuk.h: No such file or directory
sosemanuk.cpp:10:18: error: misc.h: No such file or directory
sosemanuk.cpp:11:17: error: cpu.h: No such file or directory
sosemanuk.cpp:13:22: error: serpentp.h: No such file or directory
sosemanuk.cpp:15: error: expected constructor, destructor, or type conversion before '(' token
sosemanuk.cpp:22: error: 'SosemanukPolicy' has not been declared
sosemanuk.cpp:22: error: variable or field 'CipherResynchronize' declared void
sosemanuk.cpp:22: error: 'byte' was not declared in this scope
sosemanuk.cpp:22: error: 'keystreamBuffer' was not declared in this scope
sosemanuk.cpp:22: error: expected primary-expression before 'const'
sosemanuk.cpp:22: error: 'size_t' was not declared in this scope
GNUmakefile:198: recipe for target 'luc.o' failed
gmake: *** [luc.o] Error 1
md2.cpp:17:17: error: pch.h: No such file or directory
In file included from md2.cpp:19:
/usr/include/md2.h:42: error: 'off_t' has not been declared
/usr/include/md2.h:42: error: 'off_t' has not been declared
md2.cpp:21: error: expected constructor, destructor, or type conversion before '(' token
GNUmakefile:198: recipe for target 'sosemanuk.o' failed
gmake: *** [sosemanuk.o] Error 1
filters.cpp:3:17: error: pch.h: No such file or directory
filters.cpp:7:21: error: filters.h: No such file or directory
filters.cpp:9:22: error: fltrimpl.h: No such file or directory
filters.cpp:10:22: error: argnames.h: No such file or directory
GNUmakefile:198: recipe for target 'shacal2.o' failed
gmake: *** [shacal2.o] Error 1
gf2n.cpp:3:17: error: pch.h: No such file or directory
gf2n.cpp:7:18: error: gf2n.h: No such file or directory
gf2n.cpp:8:21: error: algebra.h: No such file or directory
gf2n.cpp:9:19: error: words.h: No such file or directory
gf2n.cpp:10:22: error: randpool.h: No such file or directory
gf2n.cpp:11:17: error: asn.h: No such file or directory
gf2n.cpp:12:18: error: oids.h: No such file or directory
In file included from xtr.cpp:7:
algebra.cpp:13: error: expected constructor, destructor, or type conversion before '(' token
algebra.cpp:20: error: expected initializer before '<' token
algebra.cpp:27: error: expected initializer before '<' token
algebra.cpp:32: error: expected initializer before '<' token
algebra.cpp:37: error: expected initializer before '<' token
algebra.cpp:42: error: expected initializer before '<' token
algebra.cpp:49: error: expected initializer before '<' token
algebra.cpp:56: error: expected initializer before '<' token
algebra.cpp:70: error: expected nested-name-specifier before 'QuotientRing'
algebra.cpp:70: error: expected initializer before '<' token
algebra.cpp:90: error: expected initializer before '<' token
algebra.cpp:97: error: expected initializer before '<' token
algebra.cpp:172: error: expected ',' or '...' before '<' token
algebra.cpp:172: error: ISO C++ forbids declaration of 'AbstractGroup' with no type
algebra.cpp: In function 'Element GeneralCascadeMultiplication(int)':
algebra.cpp:174: error: 'end' was not declared in this scope
algebra.cpp:174: error: 'begin' was not declared in this scope
algebra.cpp:175: error: 'group' was not declared in this scope
algebra.cpp:177: error: 'group' was not declared in this scope
algebra.cpp:180: error: 'Integer' was not declared in this scope
algebra.cpp:180: error: expected `;' before 'q'
algebra.cpp:184: error: 'make_heap' is not a member of 'std'
algebra.cpp:185: error: 'pop_heap' is not a member of 'std'
algebra.cpp:190: error: 't' was not declared in this scope
algebra.cpp:191: error: 'Integer' is not a class or namespace
algebra.cpp:191: error: 'q' was not declared in this scope
algebra.cpp:193: error: 'Integer' is not a class or namespace
algebra.cpp:194: error: 'group' was not declared in this scope
algebra.cpp:196: error: 'group' was not declared in this scope
algebra.cpp:198: error: 'push_heap' is not a member of 'std'
algebra.cpp:199: error: 'pop_heap' is not a member of 'std'
algebra.cpp:202: error: 'group' was not declared in this scope
algebra.cpp: At global scope:
algebra.cpp:208: error: expected ',' or '...' before '&' token
algebra.cpp:208: error: ISO C++ forbids declaration of 'Integer' with no type
algebra.cpp:248: error: 'Integer' does not name a type
algebra.cpp:250: error: 'word32' does not name a type
algebra.cpp: In constructor 'WindowSlider::WindowSlider(int)':
algebra.cpp:209: error: class 'WindowSlider' does not have any field named 'exp'
algebra.cpp:209: error: 'expIn' was not declared in this scope
algebra.cpp:209: error: class 'WindowSlider' does not have any field named 'windowModulus'
algebra.cpp:209: error: 'Integer' is not a class or namespace
algebra.cpp:209: error: 'windowSizeIn' was not declared in this scope
algebra.cpp:213: error: 'exp' was not declared in this scope
algebra.cpp:216: error: 'windowModulus' was not declared in this scope
algebra.cpp: In member function 'void WindowSlider::FindNextWindow()':
algebra.cpp:221: error: 'exp' was not declared in this scope
algebra.cpp:221: error: 'WORD_BITS' was not declared in this scope
algebra.cpp:236: error: 'expWindow' was not declared in this scope
algebra.cpp:236: error: 'word' was not declared in this scope
algebra.cpp:236: error: 'word32' was not declared in this scope
algebra.cpp:242: error: 'windowModulus' was not declared in this scope
algebra.cpp: At global scope:
algebra.cpp:255: error: expected initializer before '<' token
algebra.cpp:315: error: expected initializer before '<' token
algebra.cpp:322: error: expected initializer before '<' token
algebra.cpp:327: error: expected ',' or '...' before '<' token
algebra.cpp:327: error: ISO C++ forbids declaration of 'AbstractRing' with no type
algebra.cpp: In function 'Element GeneralCascadeExponentiation(int)':
algebra.cpp:329: error: 'ring' was not declared in this scope
algebra.cpp:329: error: 'begin' was not declared in this scope
algebra.cpp:329: error: 'end' was not declared in this scope
algebra.cpp: At global scope:
algebra.cpp:333: error: expected initializer before '<' token
algebra.cpp:338: error: 'NAMESPACE_END' does not name a type
xtr.cpp:16: error: variable or field 'XTR_FindPrimesAndGenerator' declared void
xtr.cpp:16: error: 'RandomNumberGenerator' was not declared in this scope
xtr.cpp:16: error: 'rng' was not declared in this scope
xtr.cpp:16: error: 'Integer' was not declared in this scope
xtr.cpp:16: error: 'p' was not declared in this scope
xtr.cpp:16: error: 'Integer' was not declared in this scope
xtr.cpp:16: error: 'q' was not declared in this scope
xtr.cpp:16: error: 'GFP2Element' was not declared in this scope
xtr.cpp:16: error: 'g' was not declared in this scope
xtr.cpp:16: error: expected primary-expression before 'unsigned'
xtr.cpp:16: error: expected primary-expression before 'unsigned'
fipstest.cpp:3:17: error: pch.h: No such file or directory
fipstest.cpp:8:17: error: dll.h: No such file or directory
cpu.cpp:3:17: error: pch.h: No such file or directory
cpu.cpp:7:17: error: cpu.h: No such file or directory
cpu.cpp:8:18: error: misc.h: No such file or directory
filters.cpp:14: error: expected constructor, destructor, or type conversion before '(' token
filters.cpp:21: error: expected constructor, destructor, or type conversion before '*' token
filters.cpp:26: error: expected constructor, destructor, or type conversion before '*' token
filters.cpp:33: error: expected initializer before '*' token
filters.cpp:40: error: 'Filter' has not been declared
filters.cpp:40: error: variable or field 'Detach' declared void
filters.cpp:40: error: 'BufferedTransformation' was not declared in this scope
filters.cpp:40: error: 'newOut' was not declared in this scope
filters.cpp:45: error: 'Filter' has not been declared
filters.cpp:45: error: variable or field 'Insert' declared void
filters.cpp:45: error: 'Filter' was not declared in this scope
filters.cpp:45: error: 'filter' was not declared in this scope
filters.cpp:51: error: 'Filter' has not been declared
filters.cpp:51: error: 'BufferedTransformation' was not declared in this scope
filters.cpp:51: error: 'target' was not declared in this scope
filters.cpp:51: error: 'lword' was not declared in this scope
filters.cpp:51: error: 'begin' was not declared in this scope
filters.cpp:51: error: 'lword' was not declared in this scope
filters.cpp:51: error: expected primary-expression before 'const'
filters.cpp:51: error: expected primary-expression before 'bool'
filters.cpp:51: error: initializer expression list treated as compound expression
filters.cpp:51: error: expected ',' or ';' before 'const'
filters.cpp:56: error: 'Filter' has not been declared
filters.cpp:56: error: 'BufferedTransformation' was not declared in this scope
filters.cpp:56: error: 'target' was not declared in this scope
filters.cpp:56: error: 'lword' was not declared in this scope
filters.cpp:56: error: 'transferBytes' was not declared in this scope
filters.cpp:56: error: expected primary-expression before 'const'
filters.cpp:56: error: expected primary-expression before 'bool'
filters.cpp:56: error: initializer expression list treated as compound expression
filters.cpp:57: error: expected ',' or ';' before '{' token
filters.cpp:61: error: 'Filter' has not been declared
filters.cpp:61: error: expected ',' or '...' before '&' token
filters.cpp:61: error: ISO C++ forbids declaration of 'NameValuePairs' with no type
filters.cpp: In function 'void Initialize(int)':
filters.cpp:63: error: 'm_continueAt' was not declared in this scope
filters.cpp:64: error: 'parameters' was not declared in this scope
filters.cpp:64: error: 'IsolatedInitialize' was not declared in this scope
filters.cpp:65: error: 'propagation' was not declared in this scope
filters.cpp:65: error: 'PropagateInitialize' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:68: error: 'Filter' has not been declared
filters.cpp: In function 'bool Flush(bool, int, bool)':
filters.cpp:70: error: 'm_continueAt' was not declared in this scope
filters.cpp:73: error: 'IsolatedFlush' was not declared in this scope
filters.cpp:76: error: 'OutputFlush' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:82: error: 'Filter' has not been declared
filters.cpp: In function 'bool MessageSeriesEnd(int, bool)':
filters.cpp:84: error: 'm_continueAt' was not declared in this scope
filters.cpp:87: error: 'IsolatedMessageSeriesEnd' was not declared in this scope
filters.cpp:90: error: 'ShouldPropagateMessageSeriesEnd' was not declared in this scope
filters.cpp:90: error: 'OutputMessageSeriesEnd' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:96: error: 'Filter' has not been declared
filters.cpp:96: error: expected ',' or '...' before '&' token
filters.cpp:96: error: ISO C++ forbids declaration of 'NameValuePairs' with no type
filters.cpp: In function 'void PropagateInitialize(int)':
filters.cpp:98: error: 'propagation' was not declared in this scope
filters.cpp:99: error: 'AttachedTransformation' was not declared in this scope
filters.cpp:99: error: 'parameters' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:102: error: 'Filter' has not been declared
filters.cpp:102: error: 'byte' has not been declared
filters.cpp: In function 'size_t OutputModifiable(int, int*, size_t, int, bool, const std::string&)':
filters.cpp:106: error: 'AttachedTransformation' was not declared in this scope
filters.cpp:107: error: 'm_continueAt' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:111: error: 'Filter' has not been declared
filters.cpp:111: error: expected ',' or '...' before '*' token
filters.cpp:111: error: ISO C++ forbids declaration of 'byte' with no type
filters.cpp: In function 'size_t Output(int, int)':
filters.cpp:113: error: 'messageEnd' was not declared in this scope
filters.cpp:115: error: 'AttachedTransformation' was not declared in this scope
filters.cpp:115: error: 'channel' was not declared in this scope
filters.cpp:115: error: 'inString' was not declared in this scope
filters.cpp:115: error: 'length' was not declared in this scope
filters.cpp:115: error: 'messageEnd' was not declared in this scope
filters.cpp:115: error: 'blocking' was not declared in this scope
filters.cpp:116: error: 'm_continueAt' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:120: error: 'Filter' has not been declared
filters.cpp: In function 'bool OutputFlush(int, bool, int, bool, const std::string&)':
filters.cpp:122: error: 'AttachedTransformation' was not declared in this scope
filters.cpp:124: error: 'm_continueAt' was not declared in this scope
filters.cpp:127: error: 'm_continueAt' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:131: error: 'Filter' has not been declared
filters.cpp: In function 'bool OutputMessageSeriesEnd(int, int, bool, const std::string&)':
filters.cpp:133: error: 'AttachedTransformation' was not declared in this scope
filters.cpp:135: error: 'm_continueAt' was not declared in this scope
filters.cpp:138: error: 'm_continueAt' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:144: error: 'MeterFilter' has not been declared
filters.cpp: In function 'void ResetMeter()':
filters.cpp:146: error: 'm_currentMessageBytes' was not declared in this scope
filters.cpp:146: error: 'm_totalBytes' was not declared in this scope
filters.cpp:146: error: 'm_currentSeriesMessages' was not declared in this scope
filters.cpp:146: error: 'm_totalMessages' was not declared in this scope
filters.cpp:146: error: 'm_totalMessageSeries' was not declared in this scope
filters.cpp:147: error: 'm_rangesToSkip' was not declared in this scope
filters.cpp: At global scope:
filters.cpp:150: error: 'MeterFilter' has not been declared
filters.cpp:150: error: 'lword' has not been declared
filters.cpp:150: error: 'lword' has not been declared
filters.cpp: In function 'void AddRangeToSkip(unsigned int, int, int, bool)':
filters.cpp:152: error: 'MessageRange' was not declared in this scope
filters.cpp:152: error: expected `;' before 'r'
filters.cpp:153: error: 'm_rangesToSkip' was not declared in this scope
filters.cpp:153: error: 'r' was not declared in this scope
filters.cpp:155: error: 'sort' is not a member of 'std'
filters.cpp: At global scope:
filters.cpp:158: error: 'MeterFilter' has not been declared
filters.cpp:158: error: 'byte' was not declared in this scope
filters.cpp:158: error: 'begin' was not declared in this scope
filters.cpp:158: error: expected primary-expression before 'length'
filters.cpp:158: error: expected primary-expression before 'int'
filters.cpp:158: error: expected primary-expression before 'bool'
filters.cpp:158: error: expected primary-expression before 'bool'
filters.cpp:158: error: initializer expression list treated as compound expression
filters.cpp:159: error: expected ',' or ';' before '{' token
GNUmakefile:198: recipe for target 'xtr.o' failed
gmake: *** [xtr.o] Error 1
GNUmakefile:198: recipe for target 'md2.o' failed
gmake: *** [md2.o] Error 1
GNUmakefile:198: recipe for target 'filters.o' failed
gmake: *** [filters.o] Error 1
cpu.cpp:20: error: expected constructor, destructor, or type conversion before '(' token
GNUmakefile:198: recipe for target 'cpu.o' failed
gmake: *** [cpu.o] Error 1
integer.cpp:35: error: expected constructor, destructor, or type conversion before '(' token
integer.cpp:45: error: expected ',' or '...' before '*' token
integer.cpp:45: error: ISO C++ forbids declaration of 'word' with no type
integer.cpp: In function 'int Compare(int)':
integer.cpp:47: error: 'N' was not declared in this scope
integer.cpp:48: error: 'A' was not declared in this scope
integer.cpp:48: error: 'B' was not declared in this scope
integer.cpp: At global scope:
integer.cpp:56: error: 'Increment' declared as an 'inline' variable
integer.cpp:56: error: 'word' was not declared in this scope
integer.cpp:56: error: 'A' was not declared in this scope
integer.cpp:56: error: expected primary-expression before 'N'
integer.cpp:56: error: 'word' was not declared in this scope
integer.cpp:56: error: initializer expression list treated as compound expression
integer.cpp:57: error: expected ',' or ';' before '{' token
integer.cpp:69: error: 'Decrement' declared as an 'inline' variable
integer.cpp:69: error: 'word' was not declared in this scope
integer.cpp:69: error: 'A' was not declared in this scope
integer.cpp:69: error: expected primary-expression before 'N'
integer.cpp:69: error: 'word' was not declared in this scope
integer.cpp:69: error: initializer expression list treated as compound expression
integer.cpp:70: error: expected ',' or ';' before '{' token
integer.cpp:82: error: variable or field 'TwosComplement' declared void
integer.cpp:82: error: 'word' was not declared in this scope
integer.cpp:82: error: 'A' was not declared in this scope
integer.cpp:82: error: expected primary-expression before 'N'
integer.cpp:89: error: 'word' does not name a type
integer.cpp:180: error: expected `)' before 'low'
integer.cpp:187: error: expected `)' before 'low'
integer.cpp:193: error: 'word' has not been declared
integer.cpp:193: error: 'word' has not been declared
integer.cpp:204: error: 'word' has not been declared
integer.cpp:204: error: 'word' has not been declared
integer.cpp:204: error: 'word' has not been declared
integer.cpp:210: error: declaration of 'operator+=' as non-function
integer.cpp:210: error: expected ';' before '(' token
integer.cpp:221: error: expected `;' before 'DWord'
integer.cpp:221: error: 'word' has not been declared
integer.cpp:245: error: 'word' has not been declared
integer.cpp:258: error: ISO C++ forbids declaration of 'word' with no type
integer.cpp:258: error: expected ';' before 'operator'
integer.cpp:260: error: ISO C++ forbids declaration of 'word' with no type
integer.cpp:260: error: expected ';' before 'operator'
integer.cpp:271: error: 'word' does not name a type
integer.cpp:272: error: 'word' does not name a type
integer.cpp:273: error: 'word' does not name a type
integer.cpp:287: error: 'word' does not name a type
integer.cpp:288: error: 'word' does not name a type
integer.cpp: In static member function 'static DWord DWord::MultiplyAndAdd(int, int, int)':
integer.cpp:207: error: no match for 'operator+=' in 'r += c'
integer.cpp: In member function 'DWord DWord::operator+(int)':
integer.cpp:227: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:227: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:228: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:228: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:228: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp: In member function 'DWord DWord::operator-(DWord)':
integer.cpp:239: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:239: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:239: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:240: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:240: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:240: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:240: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:240: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp: In member function 'DWord DWord::operator-(int)':
integer.cpp:251: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:251: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:252: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:252: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:252: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp:252: error: 'struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp: In member function 'bool DWord::operator!() const':
integer.cpp:267: error: 'const struct DWord::<anonymous union>::<anonymous>' has no member named 'high'
integer.cpp:267: error: 'const struct DWord::<anonymous union>::<anonymous>' has no member named 'low'
integer.cpp: At global scope:
integer.cpp:299: error: expected `)' before 'value'
integer.cpp:304: error: expected `)' before 'low'
integer.cpp:309: error: 'hword' has not been declared
integer.cpp:309: error: 'hword' has not been declared
integer.cpp:323: error: 'hword' has not been declared
integer.cpp:331: error: ISO C++ forbids declaration of 'hword' with no type
integer.cpp:331: error: expected ';' before 'operator'
integer.cpp:336: error: expected `;' before 'bool'
integer.cpp:341: error: 'word' does not name a type
integer.cpp:342: error: 'hword' does not name a type
integer.cpp:343: error: 'hword' does not name a type
integer.cpp:344: error: 'hword' does not name a type
integer.cpp:347: error: 'word' does not name a type
integer.cpp: In static member function 'static Word Word::Multiply(int, int)':
integer.cpp:312: error: 'class Word' has no member named 'm_whole'
integer.cpp:312: error: 'word' was not declared in this scope
integer.cpp:312: error: expected `;' before 'a'
integer.cpp: In member function 'Word Word::operator-(Word)':
integer.cpp:319: error: 'class Word' has no member named 'm_whole'
integer.cpp:319: error: 'm_whole' was not declared in this scope
integer.cpp:319: error: 'class Word' has no member named 'm_whole'
integer.cpp: In member function 'Word Word::operator-(int)':
integer.cpp:326: error: 'class Word' has no member named 'm_whole'
integer.cpp:326: error: 'm_whole' was not declared in this scope
integer.cpp: In member function 'bool Word::operator!() const':
integer.cpp:338: error: 'm_whole' was not declared in this scope
integer.cpp: At global scope:
integer.cpp:409: error: 'word' does not name a type
integer.cpp:419: error: 'word' does not name a type
integer.cpp:792: error: expected initializer before 'Baseline_Add'
GNUmakefile:198: recipe for target 'integer.o' failed
gmake: *** [integer.o] Error 1
gf2n.cpp:16: error: expected constructor, destructor, or type conversion before '(' token
gf2n.cpp:22: error: 'PolynomialMod2' has not been declared
gf2n.cpp:22: error: expected constructor, destructor, or type conversion before '(' token
GNUmakefile:198: recipe for target 'gf2n.o' failed
gmake: *** [gf2n.o] Error 1
fipstest.cpp:26: error: expected constructor, destructor, or type conversion before '(' token
fipstest.cpp:29: error: 'SecByteBlock' does not name a type
fipstest.cpp:33: error: 'byte' does not name a type
fipstest.cpp:34: error: expected constructor, destructor, or type conversion before '(' token
fipstest.cpp:40: error: expected initializer before '*' token
fipstest.cpp:47: error: variable or field 'KnownAnswerTest' declared void
fipstest.cpp:47: error: 'RandomNumberGenerator' was not declared in this scope
fipstest.cpp:47: error: 'rng' was not declared in this scope
fipstest.cpp:47: error: expected primary-expression before 'const'
fipstest.cpp:80: error: variable or field 'KnownAnswerTest' declared void
fipstest.cpp:80: error: 'StreamTransformation' was not declared in this scope
fipstest.cpp:80: error: 'encryption' was not declared in this scope
fipstest.cpp:80: error: 'StreamTransformation' was not declared in this scope
fipstest.cpp:80: error: 'decryption' was not declared in this scope
fipstest.cpp:80: error: expected primary-expression before 'const'
fipstest.cpp:80: error: expected primary-expression before 'const'
fipstest.cpp: In function 'void SymmetricEncryptionKnownAnswerTest(const char*, const char*, const char*, const char*, const char*, const char*, const char*, const char*, CIPHER*)':
fipstest.cpp:107: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:107: error: expected `)' before 'HexDecoder'
fipstest.cpp:107: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:107: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
fipstest.cpp:109: error: ISO C++ forbids declaration of 'type name' with no type
fipstest.cpp:109: error: ISO C++ forbids declaration of 'type name' with no type
fipstest.cpp:109: error: expected primary-expression before 'const'
fipstest.cpp:109: error: expected `)' before 'const'
fipstest.cpp:110: error: ISO C++ forbids declaration of 'type name' with no type
fipstest.cpp:110: error: ISO C++ forbids declaration of 'type name' with no type
fipstest.cpp:110: error: expected primary-expression before 'const'
fipstest.cpp:110: error: expected `)' before 'const'
fipstest.cpp:112: error: 'SecByteBlock' was not declared in this scope
fipstest.cpp:112: error: expected `;' before 'iv'
fipstest.cpp:113: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:113: error: expected `)' before 'HexDecoder'
fipstest.cpp:113: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:116: error: 'ECB_Mode_ExternalCipher' has not been declared
fipstest.cpp:116: error: 'ECB_Mode_ExternalCipher' has not been declared
fipstest.cpp:116: error: there are no arguments to 'KnownAnswerTest' that depend on a template parameter, so a declaration of 'KnownAnswerTest' must be available
fipstest.cpp:118: error: 'CBC_Mode_ExternalCipher' has not been declared
fipstest.cpp:118: error: 'iv' was not declared in this scope
fipstest.cpp:118: error: 'CBC_Mode_ExternalCipher' has not been declared
fipstest.cpp:118: error: there are no arguments to 'KnownAnswerTest' that depend on a template parameter, so a declaration of 'KnownAnswerTest' must be available
fipstest.cpp:120: error: 'CFB_Mode_ExternalCipher' has not been declared
fipstest.cpp:120: error: 'iv' was not declared in this scope
fipstest.cpp:120: error: 'CFB_Mode_ExternalCipher' has not been declared
fipstest.cpp:120: error: there are no arguments to 'KnownAnswerTest' that depend on a template parameter, so a declaration of 'KnownAnswerTest' must be available
fipstest.cpp:122: error: 'OFB_Mode_ExternalCipher' has not been declared
fipstest.cpp:122: error: 'iv' was not declared in this scope
fipstest.cpp:122: error: 'OFB_Mode_ExternalCipher' has not been declared
fipstest.cpp:122: error: there are no arguments to 'KnownAnswerTest' that depend on a template parameter, so a declaration of 'KnownAnswerTest' must be available
fipstest.cpp:124: error: 'CTR_Mode_ExternalCipher' has not been declared
fipstest.cpp:124: error: 'iv' was not declared in this scope
fipstest.cpp:124: error: 'CTR_Mode_ExternalCipher' has not been declared
fipstest.cpp:124: error: there are no arguments to 'KnownAnswerTest' that depend on a template parameter, so a declaration of 'KnownAnswerTest' must be available
fipstest.cpp: At global scope:
fipstest.cpp:127: error: variable or field 'KnownAnswerTest' declared void
fipstest.cpp:127: error: 'HashTransformation' was not declared in this scope
fipstest.cpp:127: error: 'hash' was not declared in this scope
fipstest.cpp:127: error: expected primary-expression before 'const'
fipstest.cpp:127: error: expected primary-expression before 'const'
fipstest.cpp: In function 'void MAC_KnownAnswerTest(const char*, const char*, const char*, MAC*)':
fipstest.cpp:148: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:148: error: expected `)' before 'HexDecoder'
fipstest.cpp:148: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:150: error: ISO C++ forbids declaration of 'type name' with no type
fipstest.cpp:150: error: ISO C++ forbids declaration of 'type name' with no type
fipstest.cpp:150: error: expected primary-expression before 'const'
fipstest.cpp:150: error: expected `)' before 'const'
fipstest.cpp: In function 'void SignatureKnownAnswerTest(const char*, const char*, const char*, SCHEME*)':
fipstest.cpp:157: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:157: error: expected `)' before 'HexDecoder'
fipstest.cpp:157: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:160: error: 'RandomPool' was not declared in this scope
fipstest.cpp:160: error: expected `;' before 'rng'
fipstest.cpp:161: error: 'EqualityComparisonFilter' was not declared in this scope
fipstest.cpp:161: error: expected `;' before 'comparison'
fipstest.cpp:163: error: expected type-specifier before 'SignerFilter'
fipstest.cpp:163: error: expected `)' before 'SignerFilter'
fipstest.cpp:163: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:164: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:164: error: expected `)' before 'HexDecoder'
fipstest.cpp:164: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:166: error: 'comparison' was not declared in this scope
fipstest.cpp:169: error: 'VerifierFilter' was not declared in this scope
fipstest.cpp:169: error: expected `;' before 'verifierFilter'
fipstest.cpp:170: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:170: error: expected `)' before 'HexDecoder'
fipstest.cpp:170: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp:171: error: expected type-specifier before 'Redirector'
fipstest.cpp:171: error: expected `)' before 'Redirector'
fipstest.cpp:171: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp: At global scope:
fipstest.cpp:174: error: expected ',' or '...' before '&' token
fipstest.cpp:174: error: ISO C++ forbids declaration of 'PK_Encryptor' with no type
fipstest.cpp: In function 'void EncryptionPairwiseConsistencyTest(int)':
fipstest.cpp:178: error: 'RandomPool' was not declared in this scope
fipstest.cpp:178: error: expected `;' before 'rng'
fipstest.cpp:185: error: expected type-specifier before 'PK_EncryptorFilter'
fipstest.cpp:185: error: expected `)' before 'PK_EncryptorFilter'
fipstest.cpp:188: error: 'StringSource' was not declared in this scope
fipstest.cpp:196: error: expected type-specifier before 'PK_DecryptorFilter'
fipstest.cpp:196: error: expected `)' before 'PK_DecryptorFilter'
fipstest.cpp:206: error: 'encryptor' was not declared in this scope
fipstest.cpp:206: error: 'SelfTestFailure' was not declared in this scope
fipstest.cpp: At global scope:
fipstest.cpp:210: error: expected ',' or '...' before '&' token
fipstest.cpp:210: error: ISO C++ forbids declaration of 'PK_Signer' with no type
fipstest.cpp: In function 'void SignaturePairwiseConsistencyTest(int)':
fipstest.cpp:214: error: 'RandomPool' was not declared in this scope
fipstest.cpp:214: error: expected `;' before 'rng'
fipstest.cpp:219: error: expected type-specifier before 'SignerFilter'
fipstest.cpp:219: error: expected `)' before 'SignerFilter'
fipstest.cpp:223: error: 'StringSource' was not declared in this scope
fipstest.cpp:227: error: 'signer' was not declared in this scope
fipstest.cpp:227: error: 'SelfTestFailure' was not declared in this scope
fipstest.cpp: In function 'void SignaturePairwiseConsistencyTest(const char*, SCHEME*)':
fipstest.cpp:234: error: expected type-specifier before 'HexDecoder'
fipstest.cpp:234: error: expected `)' before 'HexDecoder'
fipstest.cpp:234: error: there are no arguments to 'StringSource' that depend on a template parameter, so a declaration of 'StringSource' must be available
fipstest.cpp: At global scope:
fipstest.cpp:240: error: expected constructor, destructor, or type conversion before '*' token
GNUmakefile:198: recipe for target 'fipstest.o' failed
gmake: *** [fipstest.o] Error 1
 
büyük ihtimalle .h dosyalarını extern in içine kopyalamamışsın kesip yapıştırmışsın.
 
Paylaştığım hazır dosyaları deneyin
 
videoda nasıl olduysa o şekilde yaptım ama olmadı yine . Dönüp tekrar bakayım dedim gözümden kaçan olmuştur diye ama yoktur . nasıl halledecem hiç bilgim yok :(
 
ben cryptopp build ederken direk gmake diye build ettim. hazır build edilmiş 8.2.0 sürümünü upload edebilirim sana
 

Dosya Eklentileri

  • hdos.PNG
    hdos.PNG
    73 KB · Gösterim: 189
upload ediyorum, dosyanın içini açtığın zaman nerelere atacğın beli
 
Dikkatli bir şekilde ilerlemek gerekiyor diyeceğim ama insan dalgınlıktan gözünden kaçırabiliyor. Videolardaki bazı yerler en iyi örnek. Çözüldüyse konunuzu çözüldü olarak işaretliyorum. İyi çalışmalar :)

@Elisia yardımcı olduğunuzuz için teşekkürler
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Geri
Üst