URL:
  <http://gna.org/bugs/?19030>

                 Summary: gmake of trunk on OpenBSD includes postgresql with
wrong path
                 Project: Freeciv
            Submitted by: akfaew
            Submitted on: Sat Nov 19 17:47:15 2011
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: r20592
         Discussion Lock: Any
        Operating System: *BSD
         Planned Release: 

    _______________________________________________________

Details:


$ ./autogen.sh --disable-nls --disable-client --enable-fcdb=postgres
! nls checks disabled
+ checking for autoconf >= 2.59 ... found 2.60, ok.
+ checking for autoheader >= 2.59 ... found 2.60, ok.
+ checking for automake >= 1.7 ... found 1.9.6, ok.
+ checking for aclocal >= 1.7 ... found 1.9.6, ok.
+ checking for libtoolize >= 1.4.3 ... found 2.4.2, ok.
...
checking for pg_config... /usr/local/bin/pg_config
checking for PostgreSQL libraries... yes
...
ls_postgres.c:23:28: error: pgsql/libpq-fe.h: No such file or directory



[18:43:ttyp8][dude@hopek:/usr/local/include:5]$ find . -iname 'libpq-fe.h'  

./postgresql/libpq-fe.h



$ pg_config
BINDIR = /usr/local/bin
DOCDIR = /usr/local/share/doc/postgresql
HTMLDIR = /usr/local/share/doc/postgresql
INCLUDEDIR = /usr/local/include/postgresql
PKGINCLUDEDIR = /usr/local/include/postgresql
INCLUDEDIR-SERVER = /usr/local/include/postgresql/server
LIBDIR = /usr/local/lib
PKGLIBDIR = /usr/local/lib/postgresql
LOCALEDIR = /usr/local/share/locale
MANDIR = /usr/local/man
SHAREDIR = /usr/local/share/postgresql
SYSCONFDIR = /etc/postgresql
PGXS = /usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--disable-rpath' '--with-openssl=/usr' '--with-perl'
'--enable-integer-datetimes' '--includedir=/usr/local/include/postgresql'
'--datadir=/usr/local/share/postgresql'
'--docdir=/usr/local/share/doc/postgresql' '--with-includes=/usr/local/include
/usr/include/kerberosV' '--with-libraries=/usr/local/lib'
'--with-system-tzdata=/usr/share/zoneinfo' '--with-openssl' '--with-ossp-uuid'
'--with-libxml' '--disable-thread-safety' '--with-krb5' '--prefix=/usr/local'
'--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info'
'--disable-silent-rules' 'CC=cc' 'CFLAGS=-O2 -pipe'
CC = cc
CPPFLAGS = -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/local/include -I/usr/include/kerberosV
CFLAGS = -O2 -pipe -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wformat-security
-fno-strict-aliasing -fwrapv
CFLAGS_SL = -fpic -DPIC
LDFLAGS = -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-Bdynamic
LDFLAGS_EX = 
LDFLAGS_SL = 
LIBS = -lpgport -lxml2 -lssl -lcrypto -lcom_err -lssl -lcrypto -lz -lreadline
-ltermcap -lm 
VERSION = PostgreSQL 9.1.1







    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19030>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to