Re: Compile error while building postgresql 10.3

From: Terry Phelps <tgphelps50(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Compile error while building postgresql 10.3
Date: 2018-03-19 20:13:48
Message-ID: CAMUfR_tE7y6gp65ArqjUbp33k=OuWRA4Y=nF87FjebH743P49Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

The above was in response to Tom Lane's request to show him a listing of:

cd src/port
gmake

I didn't get any errors when I did that.

On Mon, Mar 19, 2018 at 4:11 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:

> Hi,
>
> On 2018-03-19 16:07:17 -0400, Terry Phelps wrote:
> > I did:
> > cd src/port
> > gmake -s clean
> > gmake
> >
> > It says:
> >
> > cc -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement
> > -Wendif-labels -Wmissing-format-attribute -Wformat-security
> > -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument
> > -I/usr/local/include -msse4.2 -I../../src/port -DFRONTEND
> > -I../../src/include -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c
>
> > cc -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement
> > -Wendif-labels -Wmissing-format-attribute -Wformat-security
> > -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument
> > -I/usr/local/include -msse4.2 -I../../src/port -I../../src/include -c
> > pg_crc32c_sse42.c -o pg_crc32c_sse42_srv.o
>
> So the build actually succeeds now? Or are you getting the error while
> you're in some other directory?
>
> Greetings,
>
> Andres Freund
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2018-03-19 20:15:12 Re: Compile error while building postgresql 10.3
Previous Message Andres Freund 2018-03-19 20:11:38 Re: Compile error while building postgresql 10.3

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-03-19 20:15:12 Re: Compile error while building postgresql 10.3
Previous Message Andres Freund 2018-03-19 20:11:38 Re: Compile error while building postgresql 10.3