Re: Bug #946: Problem to make version 7.3.2 with cygwin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: fgaroso(at)ig(dot)com(dot)br, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #946: Problem to make version 7.3.2 with cygwin
Date: 2003-04-16 19:50:00
Message-ID: 29878.1050522600@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
>> make[1]: Entering directory `/src/backend/parser'
>> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I.
>> -I../../../src/inc
>> lude -DBUILDING_DLL -c -o analyze.o analyze.c
>> analyze.c:41:28: utils/fmgroids.h: No such file or directory
>> make[1]: *** [analyze.o] Error 1

That can't be the first failure --- it must have failed to build
fmgroids.h earlier. Look at the invocation of
src/backend/utils/Gen_fmgrtab.sh and see what went wrong.

Perhaps you are missing awk or sed.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-04-17 00:45:34 Bug #947: time(timenow()) Parse Error
Previous Message pgsql-bugs 2003-04-16 18:00:08 Bug #946: Problem to make version 7.3.2 with cygwin