2 messages in com.mysql.lists.plusplusRe: RELEASE: v1.7.12| From | Sent On | Attachments |
|---|---|---|
| Warren Young | 19 Aug 2004 13:31 | |
| cell...@littletonps.org | 19 Aug 2004 14:57 |
| Subject: | Re: RELEASE: v1.7.12![]() |
|---|---|
| From: | cell...@littletonps.org (cell...@littletonps.org) |
| Date: | 08/19/2004 02:57:47 PM |
| List: | com.mysql.lists.plusplus |
Here are the results of my attempted compile:
./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking whether to enable maintainer-specific portions of Makefiles... no checking for MySQL library directory... /usr/local/lib/mysql checking for MySQL include directory... /usr/local/include/mysql checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for main in -lintl... no checking for main in -lsocket... no checking for main in -lnsl... yes checking for mysql_store_result in -lmysqlclient... yes checking if malloc debugging is wanted... no checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for strtol... yes configure: creating ./config.status config.status: creating Makefile config.status: creating sqlplusint/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: creating sqlplusint/exceptions.hh config.status: sqlplusint/exceptions.hh is unchanged config.status: executing depfiles commands
[root@surveys mysql++-1.7.12]# make make all-recursive make[1]: Entering directory `/root/mysql++-1.7.12' Making all in sqlplusint make[2]: Entering directory `/root/mysql++-1.7.12/sqlplusint' make all-am make[3]: Entering directory `/root/mysql++-1.7.12/sqlplusint' source='coldata.cc' object='coldata.lo' libtool=yes \ depfile='.deps/coldata.Plo' tmpdepfile='.deps/coldata.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -g -O2 -c -o coldata.lo `test -f 'coldata.cc' || echo './'`coldata.cc mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -g -O2 -c coldata.cc -MT coldata.lo -MD -MP -MF .deps/coldata.TPlo -fPIC -DPIC -o .libs/coldata.lo g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -g -O2 -c coldata.cc -MT coldata.lo -MD -MP -MF .deps/coldata.TPlo -o coldata.o >/dev/null 2>&1 mv -f .libs/coldata.lo coldata.lo source='connection.cc' object='connection.lo' libtool=yes \ depfile='.deps/connection.Plo' tmpdepfile='.deps/connection.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -g -O2 -c -o connection.lo `test -f 'connection.cc' || echo './'`connection.cc rm -f .libs/connection.lo g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint -I/usr/local/include/mysql -g -O2 -c connection.cc -MT connection.lo -MD -MP -MF .deps/connection.TPlo -fPIC -DPIC -o .libs/connection.lo In file included from /usr/lib/gcc/i386-redhat-linux/3.4.1/../../../../include/c++/3.4.1/backward/strstream:51, from sql_query1.hh:4, from query1.hh:12, from connection1.hh:22, from connection2.hh:4, from connection3.hh:2, from connection.cc:2: /usr/lib/gcc/i386-redhat-linux/3.4.1/../../../../include/c++/3.4.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. In file included from query1.hh:12, from connection1.hh:22, from connection2.hh:4, from connection3.hh:2, from connection.cc:2: sql_query1.hh: In member function `SQLQuery& SQLQuery::update(const T&, const T&)': sql_query1.hh:171: error: `sql_use_compare' undeclared (first use this function) sql_query1.hh:171: error: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [connection.lo] Error 1 make[3]: Leaving directory `/root/mysql++-1.7.12/sqlplusint' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/mysql++-1.7.12/sqlplusint' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/mysql++-1.7.12' make: *** [all] Error 2
Okay, I went a whole day without releasing a new version. :) Changes:
o Many Standard C++ fixes, most from the GCC 3.4 patch by Rune Kleveland.
o Added Wishlist file to distribution.
o Fixed a problem in tne bootstrap script that caused complaints from the autotools on some systems.
o RPM building is working properly now.
o Fixed the indempotency guard in datetime1.hh.
Regarding the wishlist, everyone is invited to look at it and start attacking the problems mentioned there. Some of the fixes will require some extensive updates, though, so if you decide to tackle one of them, please email me first to coordinate the change. The big ones are the stringstream, cascading header files from hell, and defines_short.hh elimination items.
As always, the new version is here:
http://tangentsoft.net/mysql++/
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=cell...@littletonps.org




