Doesnt compile
In file included from ADLSearch.cpp:24:
stdinc.h:88:20: hash_map: No such file or directory
In file included from ADLSearch.cpp:24:
stdinc.h:89: error: expected namespace-name before ';' token
stdinc.h:89: error: `<type error>' is not a namespace
In file included from ADLSearch.cpp:25:
DCPlusPlus.h:90: error: expected init-declarator before '<' token
DCPlusPlus.h:90: error: expected `,' or `;' before '<' token
DCPlusPlus.h:91: error: `StringMap' has not been declared
DCPlusPlus.h:91: error: expected init-declarator before "StringMapIter"
DCPlusPlus.h:91: error: expected `,' or `;' before "StringMapIter"
In file included from ADLSearch.h:31,
from ADLSearch.cpp:27:
Util.h:298: error: `StringMap' has not been declared
Util.h:298: error: ISO C++ forbids declaration of `params' with no type
In file included from ADLSearch.h:34,
from ADLSearch.cpp:27:
ResourceManager.h:39: error: ISO C++ forbids declaration of `hash_map' with no type
ResourceManager.h:39: error: expected `;' before '<' token
ResourceManager.h:40: error: `NameMap' has not been declared
ResourceManager.h:40: error: ISO C++ forbids declaration of `iterator' with no type
ResourceManager.h:40: error: expected `;' before "NameIter"
In file included from ADLSearch.cpp:27:
ADLSearch.h:54: error: variable or field `Prepare' declared void
ADLSearch.h:54: error: expected `;' before '(' token
ADLSearch.h:72: error: expected `;' before "string"
In file included from DirectoryListing.h:26,
from ADLSearch.h:228,
from ADLSearch.cpp:27:
User.h:65: error: ISO C++ forbids declaration of `hash_map' with no type
User.h:65: error: expected `;' before '<' token
User.h:66: error: `NickMap' has not been declared
User.h:66: error: ISO C++ forbids declaration of `iterator' with no type
User.h:66: error: expected `;' before "NickIter"
User.h:67: error: ISO C++ forbids declaration of `hash_map' with no type
User.h:67: error: expected `;' before '<' token
User.h:68: error: `CIDMap' has not been declared
User.h:68: error: ISO C++ forbids declaration of `iterator' with no type
User.h:68: error: expected `;' before "CIDIter"
User.h:107: error: variable or field `getParams' declared void
User.h:107: error: expected `;' before '(' token
In file included from ADLSearch.cpp:27:
ADLSearch.h:275: error: `StringMap' has not been declared
ADLSearch.h:275: error: ISO C++ forbids declaration of `params' with no type
In file included from QueueManager.h:32,
from ADLSearch.cpp:28:
QueueItem.h:42: error: ISO C++ forbids declaration of `hash_map' with no type
QueueItem.h:42: error: expected `;' before '<' token
QueueItem.h:43: error: `UserMap' has not been declared
QueueItem.h:43: error: ISO C++ forbids declaration of `iterator' with no type
QueueItem.h:43: error: expected `;' before "UserIter"
QueueItem.h:44: error: ISO C++ forbids declaration of `hash_map' with no type
QueueItem.h:44: error: expected `;' before '<' token
QueueItem.h:45: error: `UserListMap' has not been declared
QueueItem.h:45: error: ISO C++ forbids declaration of `iterator' with no type
QueueItem.h:45: error: expected `;' before "UserListIter"
In file included from ADLSearch.cpp:28:
QueueManager.h:48: error: ISO C++ forbids declaration of `hash_multimap' with no type
QueueManager.h:48: error: expected `;' before '<' token
QueueManager.h:49: error: `DirectoryMap' has not been declared
QueueManager.h:49: error: ISO C++ forbids declaration of `iterator' with no typeQueueManager.h:49: error: expected `;' before "DirectoryIter"
QueueManager.h:50: error: `DirectoryIter' was not declared in this scope
QueueManager.h:50: error: `DirectoryIter' was not declared in this scope
QueueManager.h:50: error: template argument 1 is invalid
QueueManager.h:50: error: template argument 2 is invalid
QueueManager.h:50: error: ISO C++ forbids declaration of `DirectoryPair' with no type
QueueManager.h:186: error: expected `;' before '&' token
QueueManager.h:190: error: expected `;' before '&' token
QueueManager.h:196: error: expected `;' before "userQueue"
QueueManager.h:198: error: expected `;' before "running"
QueueManager.h:214: error: expected `;' before "directories"
QueueManager.h: In member function `bool QueueManager::UserQueue::isRunning(const Pointer<User>&) const':
QueueManager.h:192: error: `running' undeclared (first use this function)
QueueManager.h:192: error: (Each undeclared identifier is reported only once for each function it appears in.)
ADLSearch.cpp: At global scope:
ADLSearch.cpp:246: error: `StringMap' has not been declared
ADLSearch.cpp:246: error: ISO C++ forbids declaration of `params' with no type
ADLSearch.cpp: In member function `void ADLSearchManager::PrepareDestinationDirectories(std::vector<ADLSearchManager::DestDir, std::allocator<ADLSearchManager::DestDir> >&, DirectoryListing::Directory*, int&)':
ADLSearch.cpp:284: error: 'class ADLSearch' has no member named 'Prepare'
make[1]: *** [ADLSearch.o] Error 1
make[1]: Leaving directory `/home/psofa/client'
make: *** [all-recursive] Error 1