Lists: | pgsql-ports |
---|
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 |
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
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bob <luckyratfoot(at)gmail(dot)com> |
Cc: | pgsql-ports(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: compile of newest windows code failing |
Date: | 2005-07-01 20:20:38 |
Message-ID: | 21060.1120249238@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Bob <luckyratfoot(at)gmail(dot)com> writes:
> 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
You need perl installed to build from CVS. If you don't want to do
that, consider building from the nightly tarball snapshot instead.
(Probably configure ought to warn about this, the same way it warns
about missing bison and flex.)
regards, tom lane
From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bob <luckyratfoot(at)gmail(dot)com> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: compile of newest windows code failing |
Date: | 2005-07-01 20:21:36 |
Message-ID: | 200507012221.37290.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Bob wrote:
> "" create_help.pl ../../../doc/src/sgml/ref sql_help.h
> /bin/sh.exe: ./: is a directory
> make[3]: *** [sql_help.h] Error 127
Perl is missing. Make sure you have it installed and configure finds
it.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
From: | Bob <luckyratfoot(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-ports(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: compile of newest windows code failing |
Date: | 2005-07-01 20:27:08 |
Message-ID: | 762e5c05070113277fe6bd30@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Ah yes that would be nice. I hit those issues but the warning gave me enough
information to go out and install the needed peices.
Thanks
On 7/1/05, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Bob <luckyratfoot(at)gmail(dot)com> writes:
> > 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
>
> You need perl installed to build from CVS. If you don't want to do
> that, consider building from the nightly tarball snapshot instead.
>
> (Probably configure ought to warn about this, the same way it warns
> about missing bison and flex.)
>
> regards, tom lane
>
From: | Bob <luckyratfoot(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-ports(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: compile of newest windows code failing |
Date: | 2005-07-01 20:46:28 |
Message-ID: | 762e5c05070113467c39eadf@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
I installed perl as seen below. I than ran my configre and make install from
the same prompt that you see below. However I still get the error message.
$ perl --version
This is perl, v5.8.7 built for MSWin32-x86-multi-thread
(with 7 registered patches, see perl -V for more detail)
Copyright 1987-2005, Larry Wall
Binary build 813 [148120] provided by ActiveState
http://www.ActiveState.com<http://www.activestate.com/>
ActiveState is a division of Sophos.
Built Jun 6 2005 13:36:37
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
On 7/1/05, Bob <luckyratfoot(at)gmail(dot)com> wrote:
>
> Ah yes that would be nice. I hit those issues but the warning gave me
> enough information to go out and install the needed peices.
> Thanks
>
> On 7/1/05, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > Bob <luckyratfoot(at)gmail(dot)com> writes:
> > > 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
> >
> > You need perl installed to build from CVS. If you don't want to do
> > that, consider building from the nightly tarball snapshot instead.
> >
> > (Probably configure ought to warn about this, the same way it warns
> > about missing bison and flex.)
> >
> > regards, tom lane
> >
>
>
From: | Bob <luckyratfoot(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-ports(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: compile of newest windows code failing |
Date: | 2005-07-01 20:56:13 |
Message-ID: | 762e5c05070113562cf1b627@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Before I waste much of your valuable time, I will play with paths and make
sure the Perl install really set the path like it said it would.
On 7/1/05, Bob <luckyratfoot(at)gmail(dot)com> wrote:
>
> I installed perl as seen below. I than ran my configre and make install
> from the same prompt that you see below. However I still get the error
> message.
>
> $ perl --version
>
> This is perl, v5.8.7 built for MSWin32-x86-multi-thread
> (with 7 registered patches, see perl -V for more detail)
>
> Copyright 1987-2005, Larry Wall
>
> Binary build 813 [148120] provided by ActiveState
> http://www.ActiveState.com <http://www.activestate.com/>
> ActiveState is a division of Sophos.
> Built Jun 6 2005 13:36:37
>
> Perl may be copied only under the terms of either the Artistic License or
> the
> GNU General Public License, which may be found in the Perl 5 source kit.
>
> Complete documentation for Perl, including FAQ lists, should be found on
> this system using `man perl' or `perldoc perl'. If you have access to the
> Internet, point your browser at http://www.perl.org/, the Perl Home Page.
>
>
> On 7/1/05, Bob <luckyratfoot(at)gmail(dot)com> wrote:
> >
> > Ah yes that would be nice. I hit those issues but the warning gave me
> > enough information to go out and install the needed peices.
> > Thanks
> >
> > On 7/1/05, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > >
> > > Bob < luckyratfoot(at)gmail(dot)com> writes:
> > > > 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
> > >
> > > You need perl installed to build from CVS. If you don't want to do
> > > that, consider building from the nightly tarball snapshot instead.
> > >
> > > (Probably configure ought to warn about this, the same way it warns
> > > about missing bison and flex.)
> > >
> > > regards, tom lane
> > >
> >
> >
>
From: | Bob <luckyratfoot(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-ports(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: compile of newest windows code failing |
Date: | 2005-07-01 21:05:41 |
Message-ID: | 762e5c050701140531fc185e@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Ok I good to go. I just entered the path in and made a variable called PERL
with a value of perl. Not sure if that last part is needed but I had to do
that with FLEX if I remeber correctly.
On 7/1/05, Bob <luckyratfoot(at)gmail(dot)com> wrote:
>
> Before I waste much of your valuable time, I will play with paths and make
> sure the Perl install really set the path like it said it would.
>
> On 7/1/05, Bob <luckyratfoot(at)gmail(dot)com> wrote:
> >
> > I installed perl as seen below. I than ran my configre and make install
> > from the same prompt that you see below. However I still get the error
> > message.
> >
> > $ perl --version
> >
> > This is perl, v5.8.7 built for MSWin32-x86-multi-thread
> > (with 7 registered patches, see perl -V for more detail)
> >
> > Copyright 1987-2005, Larry Wall
> >
> > Binary build 813 [148120] provided by ActiveState
> > http://www.ActiveState.com <http://www.activestate.com/>
> > ActiveState is a division of Sophos.
> > Built Jun 6 2005 13:36:37
> >
> > Perl may be copied only under the terms of either the Artistic License
> > or the
> > GNU General Public License, which may be found in the Perl 5 source kit.
> >
> > Complete documentation for Perl, including FAQ lists, should be found on
> > this system using `man perl' or `perldoc perl'. If you have access to
> > the
> > Internet, point your browser at http://www.perl.org/, the Perl Home
> > Page.
> >
> >
> > On 7/1/05, Bob <luckyratfoot(at)gmail(dot)com> wrote:
> > >
> > > Ah yes that would be nice. I hit those issues but the warning gave me
> > > enough information to go out and install the needed peices.
> > > Thanks
> > >
> > > On 7/1/05, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > > >
> > > > Bob < luckyratfoot(at)gmail(dot)com> writes:
> > > > > 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
> > > >
> > > > You need perl installed to build from CVS. If you don't want to do
> > > > that, consider building from the nightly tarball snapshot instead.
> > > >
> > > > (Probably configure ought to warn about this, the same way it warns
> > > > about missing bison and flex.)
> > > >
> > > > regards, tom lane
> > > >
> > >
> > >
> >
>