Date: Tue, 29 May 2007 12:06:20 -0500 From: eculp@encontacto.net To: freebsd-ports <freebsd-ports@freebsd.org> Subject: mysql.cc:2361: error: 'max' was not declared in this scope Message-ID: <20070529120620.vo6qkgego44o0kkk@intranet.encontacto.net>
next in thread | raw e-mail | index | archive | help
Finishing my portupgrade marathon, I'm down to mysql update and with =20 mysql-client I get the following that I have no idea where to start. =20 This is on today's current. if c++ -DUNDEF_THREADS_HACK -DDEFAULT_MYSQL_HOME=3D"\"/usr/local\"" =20 -DDATADIR=3D"\"/var/db/mysql\"" -I. -I. -I.. -I../include -I../include =20 -I../regex -O2 -fno-strict-aliasing -pipe -O2 =20 -fno-strict-aliasing -pipe -felide-constructors -fno-rtti =20 -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti =20 -DMYSQLD_NET_RETRY_COUNT=3D1000000 -MT mysql.o -MD -MP -MF =20 ".deps/mysql.Tpo" -c -o mysql.o mysql.cc; then mv -f =20 ".deps/mysql.Tpo" ".deps/mysql.Po"; else rm -f ".deps/mysql.Tpo"; exit =20 1; fi mysql.cc: In function 'void print_table_data(MYSQL_RES*)': mysql.cc:2361: error: 'max' was not declared in this scope mysql.cc:2363: error: 'max' was not declared in this scope mysql.cc:2384: error: 'min' was not declared in this scope *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client. *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta/client. *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. *** Error code 1 Stop in /usr/ports/databases/mysql51-client/work/mysql-5.1.18-beta. *** Error code 1 Any help, suggestions, even flames, appreciated ;) Thanks, ed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070529120620.vo6qkgego44o0kkk>