BincImap: `errno' was not declared in this scopeJuly 31, 2006Going ahead with the compilation of BincIMAP as described in yesterdays post. On CentOS it comes up with this errormaildir-writecache.cc: In member function `bool Binc::Maildir::writeCache()': maildir-writecache.cc:80: error: `errno' was not declared in this scope maildir-writecache.cc:80: error: `EROFS' was not declared in this scope maildir-writecache.cc:80: error: `EINVAL' was not declared in this scope maildir-writecache.cc:80: warning: unused variable 'EROFS' maildir-writecache.cc:80: warning: unused variable 'EINVAL' maildir-writecache.cc:91: error: `errno' was not declared in this scope maildir-writecache.cc:91: error: `EROFS' was not declared in this scope maildir-writecache.cc:91: error: `EINVAL' was not declared in this scope maildir-writecache.cc:91: warning: unused variable 'EROFS' maildir-writecache.cc:91: warning: unused variable 'EINVAL' make[2]: *** [maildir-writecache.o] Error 1 #include <errno.h>
Posted by raditha at July 31, 2006 11:58 AM
|
|



