tag 564968 + patch thanks The attached patch should fix the FTBFS.
Kind regards, -- Sebastian Ramacher
--- source/ScriptCommands.C.orig 2011-05-19 23:54:51.000000000 +0200
+++ source/ScriptCommands.C 2011-05-19 23:54:56.000000000 +0200
@@ -383,7 +383,7 @@
SCM res = gh_list(SCM_UNDEFINED);
::Server *s;
int i = 0;
- std::vector<Server::Server *>::iterator it = Interp::bot->serverList->begin();
+ std::vector< ::Server *>::iterator it = Interp::bot->serverList->begin();
for ( ; it != Interp::bot->serverList->end(); ++it) {
s = (*it);
signature.asc
Description: OpenPGP digital signature

