Re: installing from source in Windows - Mailing list pgsql-general

From Turner, John J
Subject Re: installing from source in Windows
Date
Msg-id C150472B41070648A2935266FE8D7B290B78C22F@INCG2002A.corp.statestr.com
Whole thread Raw
In response to Re: installing from source in Windows  ("Turner, John J" <JJTurner@statestreet.com>)
Responses Re: installing from source in Windows
List pgsql-general
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


pgsql-general by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: installing from source in Windows
Next
From: Tim Uckun
Date:
Subject: Selecting top N percent of records.