Sam Varshavchik writes: > > James McGlinn writes: > > > Hi, > > > > When trying to compile SqWebmail 3.5.0 I get the following error: > > > > Compiling maildirsearchC.cpp > > maildirsearch.h:89: sorry, not implemented: namespace > > maildirsearchC.cpp:11: syntax error before `::' > > maildirsearchC.cpp:16: syntax error before `::' > > make[2]: *** [maildirsearchC.o] Error 1 > > make[2]: Leaving directory `/home/james/install/sqwebmail-3.5.0/maildir' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory `/home/james/install/sqwebmail-3.5.0/maildir' > > make: *** [all-recursive] Error 1 > > > > > > We're using vpopmail 5.2.1. Has anyone seen this before or have any > > suggestions? > > You do not have your C++ development libraries installed.
Thanks for your reply Sam. I have these two RPMs installed: libstdc++-2.8.0-14 libstdc++-devel-2.8.0-14 What else do I need to implement namespace? Best regards, James McGlinn
