Bad news:  Now the install process bombs out when I attempt to "make"
(it gets Error 1 and Error 2 and backs out of the /c/program
files/postgresql-9.0.0/src directory)

This is the full log of what happens when I run make:

        $ make
        make -C src all
        make[1]: Entering directory `/c/program
files/postgresql-9.0.0/src'
        make -C port all
        make[2]: Entering directory `/c/program files/postgresql-
9.0.0/src/port'
        gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-  after-statement
         -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -
DFRONTEND -I../..
        /src/include -I./src/include/port/win32 -DEXEC_BACKEND  "-
I../../src/include/port/win32"  -c -o crypt.o crypt.c
        In file included from crypt.c:44:
        ../../src/include/c.h:284:2: #error must have a working 64-bit
integer         datatype
        In file included from ../../src/include/c.h:851,
                 from crypt.c:44:
        ../../src/include/port.h:369:1: warning: "fseeko" redefined
        In file included from ../../src/include/c.h:90,
                 from crypt.c:44:
        ../../src/include/pg_config_os.h:208:1: warning: this is the
location        of the previous definition
        In file included from ../../src/include/c.h:851,
                 from crypt.c:44:
        ../../src/include/port.h:370:1: warning: "ftello" redefined
        In file included from ../../src/include/c.h:90,
                 from crypt.c:44:
        ../../src/include/pg_config_os.h:209:1: warning: this is the
location        of the previous definition
        make[2]: *** [crypt.o] Error 1
        make[2]: Leaving directory `/c/program files/postgresql-
9.0.0/src/port'
        make[1]: *** [all] Error 2
        make[1]: Leaving directory `/c/program
files/postgresql-9.0.0/src'
        make: *** [all] Error 2

Thanks,
John


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to