> I tried to compile the console plugin with this gcc > as well, but it > complained about a deprecated header and then > freaked out like so: <snip bit about vector.h being depreciated>
I don't have the sources handy, but the easiest solution is to change the line #include <vector.h> to read #include <vector> using namespace std; That's a bit cheating though, because the "using namespace" statement isn't supposed to be used either, but it should work, I think. (Again, not tested because I don't have the source) - Roie M __________________________________________________ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel