While trying to build sqwebmail-3.5.0 on FreeBSD 4.7 it fails. Specificaly when it moves into the "maildir" directory and tries to compile "maildirsearch." This is where it fails:
Compiling maildirsearchC.cpp In file included from maildirsearchC.cpp:7: maildirsearch.h:89: string: No such file or directory gmake[1]: *** [maildirsearchC.o] Error 1 gmake[1]: Leaving directory `/home/phobos/server_testing/sqwebmail-3.5.0/maildir' gmake: *** [all] Error 2 Also, here is my config: ./configure --enable-authvchkpw --without-authpam --without-authuserdb --enable-webpass=no --without-authpwd --without-authshadow --enable-imagedir=/usr/local/www/data --enable-mimetypes=/usr/local/etc/apache2/mime.types gcc version 2.8.1 Not knowing much about C/C++ I changed line 89 to read <string.h> but got many other errors. On a side note I was using gmake. Does anyone have any clue to what the problem is? Regards Tedd
