when i try to install rainbowcrack from source i get the following issues. My installation procedures were the same as defined in http://ubuntuforums.org/showthread.php?t=909946 .
Any ideas?
Code:$ make -f makefile.linux g++ Public.cpp ChainWalkContext.cpp HashAlgorithm.cpp HashRoutine.cpp RainbowTableGenerate.cpp -lssl -O3 -o rtgen In file included from Public.cpp:11: Public.h:25: error: âuint64â does not name a type Public.h:26: error: âuint64â does not name a type Public.h:37: error: âuint64â was not declared in this scope Public.h:38: error: âuint64â was not declared in this scope Public.cpp: In function âbool ReadLinesFromFile(std::string, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)â: Public.cpp:61: warning: ignoring return value of âsize_t fread(void*, size_t, size_t, FILE*)â, declared with attribute warn_unused_result Public.cpp: At global scope: Public.cpp:113: error: redefinition of âstd::string uint64tostrâ Public.h:37: error: âstd::string uint64tostrâ previously declared here Public.cpp:113: error: âuint64â was not declared in this scope Public.cpp:126: error: redefinition of âstd::string uint64tohexstrâ Public.h:38: error: âstd::string uint64tohexstrâ previously declared here Public.cpp:126: error: âuint64â was not declared in this scope In file included from ChainWalkContext.h:11, from ChainWalkContext.cpp:11: Public.h:25: error: âuint64â does not name a type Public.h:26: error: âuint64â does not name a type Public.h:37: error: âuint64â was not declared in this scope Public.h:38: error: âuint64â was not declared in this scope In file included from ChainWalkContext.cpp:11: ChainWalkContext.h:30: error: âuint64â does not name a type ChainWalkContext.h:31: error: âuint64â does not name a type ChainWalkContext.h:34: error: âuint64â does not name a type ChainWalkContext.h:37: error: âuint64â does not name a type ChainWalkContext.h:56: error: âuint64â does not name a type ChainWalkContext.h:61: error: âuint64â has not been declared ChainWalkContext.h:68: error: âuint64â does not name a type ChainWalkContext.cpp:31: error: âuint64â does not name a type ChainWalkContext.cpp:32: error: âuint64â does not name a type ChainWalkContext.cpp:35: error: âuint64â does not name a type ChainWalkContext.cpp: In static member function âstatic bool CChainWalkContext::LoadCharset(std::string)â: ChainWalkContext.cpp:119: error: âmemcpyâ was not declared in this scope ChainWalkContext.cpp: In static member function âstatic bool CChainWalkContext::SetPlainCharset(std::string, int, int)â: ChainWalkContext.cpp:165: error: âm_nPlainSpaceUpToXâ was not declared in this scope ChainWalkContext.cpp:166: error: âuint64â was not declared in this scope ChainWalkContext.cpp:166: error: expected `;' before ânTempâ ChainWalkContext.cpp:170: error: ânTempâ was not declared in this scope ChainWalkContext.cpp:178: error: âm_nPlainSpaceTotalâ was not declared in this scope ChainWalkContext.cpp: In static member function âstatic bool CChainWalkContext::SetRainbowTableIndex(int)â: ChainWalkContext.cpp:188: error: âm_nReduceOffsetâ was not declared in this scope ChainWalkContext.cpp: At global scope: ChainWalkContext.cpp:303: error: âuint64â does not name a type ChainWalkContext.cpp: In static member function âstatic void CChainWalkContext::Dump()â: ChainWalkContext.cpp:339: error: âm_nPlainSpaceTotalâ was not declared in this scope ChainWalkContext.cpp:342: error: âm_nReduceOffsetâ was not declared in this scope ChainWalkContext.cpp: In member function âvoid CChainWalkContext::GenerateRandomIndex()â: ChainWalkContext.cpp:348: error: âm_nIndexâ was not declared in this scope ChainWalkContext.cpp:349: error: âm_nPlainSpaceTotalâ was not declared in this scope ChainWalkContext.cpp: At global scope: ChainWalkContext.cpp:352: error: variable or field âSetIndexâ declared void ChainWalkContext.cpp:352: error: âuint64â was not declared in this scope ChainWalkContext.cpp: In member function âvoid CChainWalkContext::SetHash(unsigned char*)â: ChainWalkContext.cpp:359: error: âmemcpyâ was not declared in this scope ChainWalkContext.cpp: In member function âvoid CChainWalkContext::IndexToPlain()â: ChainWalkContext.cpp:367: error: âm_nIndexâ was not declared in this scope ChainWalkContext.cpp:367: error: âm_nPlainSpaceUpToXâ was not declared in this scope ChainWalkContext.cpp:374: error: âuint64â was not declared in this scope ChainWalkContext.cpp:374: error: expected `;' before ânIndexOfXâ ChainWalkContext.cpp:392: error: ânIndexOfXâ was not declared in this scope ChainWalkContext.cpp:396: error: ânIndexOfXâ was not declared in this scope ChainWalkContext.cpp:399: error: ânIndexOfXâ was not declared in this scope ChainWalkContext.cpp: In member function âvoid CChainWalkContext::HashToIndex(int)â: ChainWalkContext.cpp:438: error: âm_nIndexâ was not declared in this scope ChainWalkContext.cpp:438: error: âuint64â was not declared in this scope ChainWalkContext.cpp:438: error: expected primary-expression before â)â token ChainWalkContext.cpp:438: error: expected `)' before âm_Hashâ ChainWalkContext.cpp: At global scope: ChainWalkContext.cpp:441: error: âuint64â does not name a type ChainWalkContext.cpp: In member function âbool CChainWalkContext::CheckHash(unsigned char*)â: ChainWalkContext.cpp:491: error: âmemcmpâ was not declared in this scope In file included from HashAlgorithm.cpp:9: Public.h:25: error: âuint64â does not name a type Public.h:26: error: âuint64â does not name a type Public.h:37: error: âuint64â was not declared in this scope Public.h:38: error: âuint64â was not declared in this scope In file included from ChainWalkContext.h:11, from RainbowTableGenerate.cpp:18: Public.h:25: error: âuint64â does not name a type Public.h:26: error: âuint64â does not name a type Public.h:37: error: âuint64â was not declared in this scope Public.h:38: error: âuint64â was not declared in this scope In file included from RainbowTableGenerate.cpp:18: ChainWalkContext.h:30: error: âuint64â does not name a type ChainWalkContext.h:31: error: âuint64â does not name a type ChainWalkContext.h:34: error: âuint64â does not name a type ChainWalkContext.h:37: error: âuint64â does not name a type ChainWalkContext.h:56: error: âuint64â does not name a type ChainWalkContext.h:61: error: âuint64â has not been declared ChainWalkContext.h:68: error: âuint64â does not name a type RainbowTableGenerate.cpp: In function âint main(int, char**)â: RainbowTableGenerate.cpp:113: error: âstrcmpâ was not declared in this scope RainbowTableGenerate.cpp:115: error: âatoiâ was not declared in this scope RainbowTableGenerate.cpp:128: error: âatoiâ was not declared in this scope RainbowTableGenerate.cpp:207: error: âuint64â was not declared in this scope RainbowTableGenerate.cpp:207: error: expected `;' before ânIndexâ RainbowTableGenerate.cpp:208: error: ânIndexâ was not declared in this scope RainbowTableGenerate.cpp:222: error: ânIndexâ was not declared in this scope RainbowTableGenerate.cpp:222: error: âclass CChainWalkContextâ has no member named âGetIndexâ RainbowTableGenerate.cpp:163: warning: ignoring return value of âint nice(int)â, declared with attribute warn_unused_result make: *** [rtgen] Error 1 $




Bookmarks