Building postgresql project

Started by Chamila Wijayarathnaabout 13 years ago3 messageshackers
Jump to latest
#1Chamila Wijayarathna
cdwijayarathna@gmail.com

Hello Everyone,
I'm new to postresql development. I cloned the project from git and tried
to build it. When I tried to run it using gmake, it gave me an error saying
'! is unexpected at this time gmake: *** [world] Error 255', Can somebody
please tell me where I got it wrong.

--
*Chamila Dilshan Wijayarathna,*
SMIEEE, SMIESL,
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Chamila Wijayarathna (#1)
Re: Building postgresql project

Chamila Wijayarathna <cdwijayarathna@gmail.com> writes:

I'm new to postresql development. I cloned the project from git and tried
to build it. When I tried to run it using gmake, it gave me an error saying
'! is unexpected at this time gmake: *** [world] Error 255', Can somebody
please tell me where I got it wrong.

Hm, did you run "configure" first? I'm also wondering whether you could
be using an old version of gmake. See
http://www.postgresql.org/docs/devel/static/installation.html

regards, tom lane

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

#3Chamila Wijayarathna
cdwijayarathna@gmail.com
In reply to: Tom Lane (#2)
Re: Building postgresql project

I installed cygwin and ran ./configure on it. It says cannot run /bin/sh
config/config.sub
I was already following that link.

On Mon, Apr 1, 2013 at 8:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Chamila Wijayarathna <cdwijayarathna@gmail.com> writes:

I'm new to postresql development. I cloned the project from git and tried
to build it. When I tried to run it using gmake, it gave me an error

saying

'! is unexpected at this time gmake: *** [world] Error 255', Can somebody
please tell me where I got it wrong.

Hm, did you run "configure" first? I'm also wondering whether you could
be using an old version of gmake. See
http://www.postgresql.org/docs/devel/static/installation.html

regards, tom lane

--
*Chamila Dilshan Wijayarathna,*
SMIEEE, SMIESL,
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.