[pgadmin-hackers] sh bootstrap warnings

2005-02-04 Thread Serguei A. Mokhov
Hello,

I get these on a fresh checkout:

-8
[EMAIL PROTECTED] pgadmin3] % sh bootstrap
+ '[' -x config ']'
+ aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of 
PKG_CHECK_MODULES
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of 
AM_PATH_LIBMIKMOD
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
...
-8

Does it mean the autoconf installed is slightly old?

Thanks,

-- 
Serguei A. Mokhov|  /~\The ASCII
Computer Science Department  |  \ / Ribbon Campaign
Concordia University |   XAgainst HTML
Montreal, Quebec, Canada |  / \  Email!

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-04 Thread Serguei A. Mokhov
Hello,

My pgsql is installed in /local/pkg/pgsql8.0, but configure of pgadmin
can't seem to be persuaded to believe that or anything else for that
matter. Could you hint me what am I doing wrong? (I have pg in fact in
two different locations, one is fresh from CVS the other is 8.0.1, none
is found by the pgadmin's configure).

[EMAIL PROTECTED] pgadmin3] % uname -srvpio
Linux 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i386 GNU/Linux

pg version: bleeding edge
padmin version: alike

[EMAIL PROTECTED] pgadmin3] % ./configure --prefix=/local/pkg/pgadmin3 
--enable-debug --with-pgsql=/local/pkg/pgsql8.0/
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 for gcc... gcc
checking for C compiler default output file name... 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 for style of include used by make... GNU
checking dependency style of gcc... 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 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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working strtod... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memset... yes
checking for strchr... yes
checking for wx-config binary... yes
checking for pgsql include files... yes
checking for pgsql... yes
checking for PQexec in -lpq... no
checking for SSL_connect in -lpq... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking pgsql in /local/pkg/pgsql8.0/... failed
configure: error: you must specify a valid pgsql installation with 
--with-pgsql=DIR

Thanks,

-- 
Serguei A. Mokhov|  /~\The ASCII
Computer Science Department  |  \ / Ribbon Campaign
Concordia University |   XAgainst HTML
Montreal, Quebec, Canada |  / \  Email!

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-04 Thread Adam H. Pendleton
Could you send the config.log file generated by configure?  This will 
help in debugging the problem.

Serguei A. Mokhov wrote:
Hello,
My pgsql is installed in /local/pkg/pgsql8.0, but configure of pgadmin
can't seem to be persuaded to believe that or anything else for that
matter. Could you hint me what am I doing wrong? (I have pg in fact in
two different locations, one is fresh from CVS the other is 8.0.1, none
is found by the pgadmin's configure).
[EMAIL PROTECTED] pgadmin3] % uname -srvpio
Linux 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i386 GNU/Linux
pg version: bleeding edge
padmin version: alike
[EMAIL PROTECTED] pgadmin3] % ./configure --prefix=/local/pkg/pgadmin3 
--enable-debug --with-pgsql=/local/pkg/pgsql8.0/
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 for gcc... gcc
checking for C compiler default output file name... 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 for style of include used by make... GNU
checking dependency style of gcc... 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 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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working strtod... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memset... yes
checking for strchr... yes
checking for wx-config binary... yes
checking for pgsql include files... yes
checking for pgsql... yes
checking for PQexec in -lpq... no
checking for SSL_connect in -lpq... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking pgsql in /local/pkg/pgsql8.0/... failed
configure: error: you must specify a valid pgsql installation with 
--with-pgsql=DIR
Thanks,
 


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] configure doesn't find my pgsql installation

2005-02-04 Thread Serguei A. Mokhov
On Fri, 4 Feb 2005, Adam H. Pendleton wrote:

 Date: Fri, 04 Feb 2005 18:21:37 -0500
 installation

 Could you send the config.log file generated by configure?  This will
 help in debugging the problem.

Sure. Attached.

 Serguei A. Mokhov wrote:

 Hello,
 
 My pgsql is installed in /local/pkg/pgsql8.0, but configure of pgadmin
 can't seem to be persuaded to believe that or anything else for that
 matter. Could you hint me what am I doing wrong? (I have pg in fact in
 two different locations, one is fresh from CVS the other is 8.0.1, none
 is found by the pgadmin's configure).
 
 [EMAIL PROTECTED] pgadmin3] % uname -srvpio
 Linux 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i386 GNU/Linux
 
 pg version: bleeding edge
 padmin version: alike
 
 [EMAIL PROTECTED] pgadmin3] % ./configure --prefix=/local/pkg/pgadmin3 
 --enable-debug --with-pgsql=/local/pkg/pgsql8.0/
 checking pgsql in /local/pkg/pgsql8.0/... failed
 configure: error: you must specify a valid pgsql installation with 
 --with-pgsql=DIR
 
 Thanks,


-- 
Serguei A. Mokhov|  /~\The ASCII
Computer Science Department  |  \ / Ribbon Campaign
Concordia University |   XAgainst HTML
Montreal, Quebec, Canada |  / \  Email!This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by pgadmin3 configure 1.3.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/local/pkg/pgadmin3 --enable-debug 
--with-pgsql=/local/pkg/pgsql8.0/

## - ##
## Platform. ##
## - ##

hostname = ipecac.cs.concordia.ca
uname -m = i686
uname -r = 2.6.5-1.358
uname -s = Linux
uname -v = #1 Sat May 8 09:04:50 EDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = i686
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /mnt/fis0/pkg/cvs/bin
PATH: /local/bin
PATH: /encs/bin
PATH: /site/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/ucb
PATH: /site/bin
PATH: /mnt/fis0/pkg/mysql/bin
PATH: /mnt/fis0/pkg/lyx/bin


## --- ##
## Core tests. ##
## --- ##

configure:1377: checking build system type
configure:1395: result: i686-pc-linux-gnu
configure:1403: checking host system type
configure:1417: result: i686-pc-linux-gnu
configure:1439: checking for a BSD-compatible install
configure:1494: result: /usr/bin/install -c
configure:1505: checking whether build environment is sane
configure:1548: result: yes
configure:1605: checking for gawk
configure:1621: found /usr/bin/gawk
configure:1631: result: gawk
configure:1641: checking whether make sets $(MAKE)
configure:1661: result: yes
configure:1874: checking for gcc
configure:1890: found /encs/bin/gcc
configure:1900: result: gcc
configure:2144: checking for C compiler version
configure:2147: gcc --version /dev/null 5
gcc (GCC) 3.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2150: $? = 0
configure:2152: gcc -v /dev/null 5
Reading specs from 
/encs/pkg/gcc-3.3.2/root/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ./configure --prefix=/encs/pkg/gcc-3.3.2/root --enable-shared 
--enable-threads=posix --disable-checking --with-system-zlib 
--enable-__cxa_atexit
Thread model: posix
gcc version 3.3.2
configure:2155: $? = 0
configure:2157: gcc -V /dev/null 5
gcc: `-V' option must have argument
configure:2160: $? = 1
configure:2183: checking for C compiler default output file name
configure:2186: gccconftest.c  5
configure:2189: $? = 0
configure:2235: result: a.out
configure:2240: checking whether the C compiler works
configure:2246: ./a.out
configure:2249: $? = 0
configure:2266: result: yes
configure:2273: checking whether we are cross compiling
configure:2275: result: no
configure:2278: checking for suffix of executables
configure:2280: gcc -o conftestconftest.c  5
configure:2283: $? = 0
configure:2308: result: 
configure:2314: checking for suffix of object files
configure:2335: gcc -c   conftest.c 5
configure:2338: $? = 0
configure:2360: result: o
configure:2364: checking whether we are using the GNU C compiler
configure:2388: gcc -c   conftest.c 5
configure:2394: $? = 0
configure:2398: test -z 
 || test ! -s conftest.err
configure:2401: $? = 0
configure:2404: test -s conftest.o
configure:2407: $? = 0
configure:2420: result: yes
configure:2426: checking whether gcc accepts -g
configure:2447: gcc -c -g  conftest.c 5
configure:2453: $? = 0
configure:2457: test -z 
 || test ! -s conftest.err
configure:2460: $? = 0
configure:2463: test -s conftest.o
configure:2466: $? = 0