Re: installing from source in Windows

From: "Turner, John J" <JJTurner(at)statestreet(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <daniel(at)manitou-mail(dot)org>
Subject: Re: installing from source in Windows
Date: 2010-10-17 22:18:01
Message-ID: C150472B41070648A2935266FE8D7B290B78C22F@INCG2002A.corp.statestr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Uckun 2010-10-17 23:33:54 Selecting top N percent of records.
Previous Message Daniel Verite 2010-10-17 20:50:27 Re: installing from source in Windows