Steve Alberty writes: > Hi Sam, > > I have a broken build with the new version: > > c++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/openssl/current/include > -I/usr/local/BerkeleyDB.4.0/include -g -O2 -Wall -c maildirsearchC.cpp > In file included from maildirsearchC.cpp:7: > maildirsearch.h:93: 'string' is used as a type, but is not defined as a > type.
You are missing the C++ STL header files. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
