[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexidb/drivers
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2005-03-04 22:21:09
Message-ID: 20050304222109.10504157B9 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

-even more informative warnings for configure stage


  M +4 -4      configure.in.in   1.12


--- koffice/kexi/kexidb/drivers/configure.in.in  #1.11:1.12
@@ -129,5 +129,5 @@
   if test ! -r $pgsql_incdir/libpq-fe.h; then
     compile_pgsql_plugin="no"
-    AC_MSG_CHECKING("Could not find the libpq HEADER files.  You must install the \
libpq HEADER files to be able to use the libpqxx c++ library ") +    \
AC_MSG_CHECKING("Could not find the libpq HEADER files. This is nothing critical, but \
Kexi will be compiled without PostgresSQL support.  You must install the libpq HEADER \
files (and run this configure script again) to be able to use the libpqxx c++ \
library. ")  else
     PG_INCDIR=$pgsql_incdir
@@ -145,5 +145,5 @@
   if test ! -r $pgsql_libdir/libpq.so; then
     compile_pgsql_plugin="no"
-    AC_MSG_CHECKING("Could not find the libpq LIBRARY files.  You must install the \
libpq LIBRARY files to be able to use the libpqxx c++ library ") +    \
AC_MSG_CHECKING("Could not find the libpq LIBRARY files. This is nothing critical, \
but Kexi will be compiled without PostgresSQL support.  You must install the libpq \
LIBRARY files (and run this configure script again) to be able to use the libpqxx c++ \
library. ")  else
     PG_LIBDIR=$pgsql_libdir
@@ -162,5 +162,5 @@
   if test ! -r $pqxx_incdir/pqxx/pqxx; then
     compile_pgsql_plugin="no"
-    AC_MSG_CHECKING("Could not find the libpqxx HEADER files.  You must install the \
libpqxx HEADER files to be able to use the kexi postgresql driver ") +    \
AC_MSG_CHECKING("Could not find the libpqxx HEADER files. This is nothing critical, \
but Kexi will be compiled without PostgresSQL support.  You must install the libpqxx \
HEADER files (and run this configure script again) to be able to use Kexi PostgreSQL \
driver. ")  else
     PQXX_INCDIR=$pqxx_incdir
@@ -178,5 +178,5 @@
   if test ! -r $pqxx_libdir/libpqxx.so; then
     compile_pgsql_plugin="no"
-     AC_MSG_CHECKING("Could not find the libpqxx LIBRARY files.  You must install \
shared libpqxx LIBRARY files to be able to use the kexi postgresql driver. If you \
build this library on your own, don't forget to add --enable-shared option to your \
libpqxx configure script's options to get SHARED library, not STATIC. ") +     \
AC_MSG_CHECKING("Could not find the shared libpqxx.so LIBRARY files. This is nothing \
critical, but Kexi will be compiled without PostgresSQL support. You must install \
shared libpqxx.so LIBRARY files (and run this configure script again) to be able to \
use Kexi PostgreSQL driver. If you build pqxx library on your own, don't forget to \
add --enable-shared option to your libpqxx configure script's options to get SHARED \
library, not STATIC libpqxx.a. ")  else
     PQXX_LIBDIR=$pqxx_libdir


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic