Hi When trying to ./configure in any directory in licq I get the error that configure can't find vector.h. This is not really true, what happens is that it tries to create and compile small test program including vector.h. The problem is that when using gcc 3.1, vector.h is obsolete and generates a compiler-warning which causes the configure script to fail. The new header for vectors in gcc 3.1 is called just "vector" without the .h-suffix.
What I've done to fix this is that I've substituted "vector.h" to just "vector" in all configure.in scripts, and regenerated the configure scripts using autoconf, ./configure, make and make distclean. I've also created a patch for this, If you're interested just mail me and I'll send it to you. The patch originates from CVS snapshot licq-20020711. The patch is 1.2 mb large, which is why I did not attach it to this mail. :-) (Bzip:ed 135kb) This solution is just a temporary solution. Gcc still warns about vector.h becoming obsolete, so some changes should be made to the code as well, but this solution enables building licq using Gcc 3.1. Hope you can get some use out of this. // Ulrik ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel