Ticket #51 (closed defect: wontfix)
phonline@centralpets.com
| Reported by: | mike@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | highest | Milestone: | milestone4 |
| Component: | component2 | Version: | |
| Severity: | normal | Keywords: | <Default> |
| Cc: | <Default> |
Description
stable source PowerMail? 1.7 grabbed off the website
[root@dev01 powermail-1.7]# CPPFLAGS=-I/usr/local/mysql/include ./configure --with-mysql=/usr/local/mysql loading cache ./config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... (cached) mawk checking whether make sets ${MAKE}... (cached) yes checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking for c++... (cached) c++ checking whether the C++ compiler (c++ -Wall -pthread -O2 ) works... yes checking whether the C++ compiler (c++ -Wall -pthread -O2 ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for flex... (cached) flex checking for flex... (cached) flex checking for yywrap in -lfl... (cached) yes checking lex output file root... (cached) lex.yy checking whether yytext is a pointer... (cached) yes checking for bison... (cached) bison -y checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... (cached) yes checking for ranlib... (cached) ranlib checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for string.h... (cached) yes checking for errno.h... (cached) yes checking for db.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for pwd.h... (cached) yes checking for ctype.h... (cached) yes checking for sys/types.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking whether setvbuf arguments are reversed... (cached) no checking return type of signal handlers... (cached) void checking for strftime... (cached) yes checking whether we should build static binaries... no checking for MySQL library directory... /usr/local/mysql/lib/mysql checking for MySQL include directory... /usr/local/mysql/include/mysql creating ./config.status creating userbases/text/Makefile creating userbases/Makefile creating userbases/mysqlplain/Makefile creating userbases/mysqlpdns/Makefile creating userbases/postgresql/Makefile creating userbases/mysqlsimplepdns/Makefile creating userbases/oracle/Makefile creating userbases/ldap/Makefile creating Makefile creating codedocs/Makefile creating pplistener.init.d creating powersmtp.init.d creating powerpop.init.d creating config.h config.h is unchanged creating pplistenerdefaults.h pplistenerdefaults.h is unchanged [root@dev01 powermail-1.7]# CPPFLAGS=-I/usr/local/mysql/include make
(truncated)
smtpsession.cc: In member function 'bool SmtpSession::eatDataLine(const std::string&, std::string&)': smtpsession.cc:202: warning: comparison is always true due to limited range of data type smtpsession.cc:206: warning: comparison is always true due to limited range of data type smtpsession.cc: In member function 'int SmtpSession::determineKbUsage(const std::string&, size_t*, std::string&)': smtpsession.cc:397: error: no matching function for call to 'max(unsigned int, long unsigned int)' smtpsession.cc: In member function 'bool SmtpSession::eatTo(const std::string&, std::string&)': smtpsession.cc:426: warning: comparison is always true due to limited range of data type smtpsession.cc: In member function 'void SmtpSession::strip(std::string&)': smtpsession.cc:483: warning: comparison is always true due to limited range of data type make[2]: *** [smtpsession.o] Error 1 make[2]: Leaving directory `/root/powermail-1.7' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/powermail-1.7' make: *** [all] Error 2
Debian-amd64 kernel 2.6.13 GNU ld version 2.16.91 20051117 Debian GNU/Linux gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) Target: x86_64-linux-gnu