compile of newest windows code failing

From: Bob <luckyratfoot(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: compile of newest windows code failing
Date: 2005-07-01 19:55:01
Message-ID: 762e5c0507011255172ba624@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

I'm kinda new as this so keep that in mind. I got the latest code from cvs
today. When I do make install I get this error
make[4]: Leaving directory `/c/cvs/pgsql/src/backend/parser'
/bin/sh.exe ../../../config/install-sh -c pg_dump.exe
/usr/local/pgsql/bin/pg_dump.exe
/bin/sh.exe ../../../config/install-sh -c pg_restore.exe
/usr/local/pgsql/bin/pg_restore.exe
/bin/sh.exe ../../../config/install-sh -c pg_dumpall.exe
/usr/local/pgsql/bin/pg_dumpall.exe
make[3]: Leaving directory `/c/cvs/pgsql/src/bin/pg_dump'
make[3]: Entering directory `/c/cvs/pgsql/src/bin/psql'
make -C ../../../src/interfaces/libpq all
make[4]: Entering directory `/c/cvs/pgsql/src/interfaces/libpq'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/c/cvs/pgsql/src/interfaces/libpq'
make -C ../../../src/port all
make[4]: Entering directory `/c/cvs/pgsql/src/port'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/c/cvs/pgsql/src/port'
"" create_help.pl ../../../doc/src/sgml/ref sql_help.h
/bin/sh.exe: ./: is a directory
make[3]: *** [sql_help.h] Error 127
make[3]: Leaving directory `/c/cvs/pgsql/src/bin/psql'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/c/cvs/pgsql/src/bin'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/c/cvs/pgsql/src'
make: *** [install] Error 2

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2005-07-01 20:20:38 Re: compile of newest windows code failing
Previous Message Bob 2005-06-29 18:02:18 Re: windows xp compile error