Problem compiling from cvs, mingw

From: Juan Manuel Diaz Lara <jmdiazlr(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Problem compiling from cvs, mingw
Date: 2006-04-14 17:03:30
Message-ID: 20060414170330.79522.qmail@web60324.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I get the following error:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -fno-strict-aliasing -I. -I../../../src/include -I./src/include/port/win32 -DEXEC_BACKEND "-I../../../src/include/port/win32" -DBUILDING_DLL -c -o bootparse.o bootparse.c
bootparse.y:101:10: "b4_file_name" is not a valid filename
make[3]: *** [bootparse.o] Error 1
make[3]: Leaving directory `/pgsql/src/backend/bootstrap'
make[2]: *** [bootstrap-recursive] Error 2
make[2]: Leaving directory `/pgsql/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/pgsql/src'
make: *** [all] Error 2

I have installed flex 2.5.4 y bison 2.1.

The configure scripts pass correctly the tests for flex and bison.

The problem seems to como from src/backend/bootstrap/bootparse.c with I suposse works with bison, but I do not know how.

Thanks for any help.

Atte.

Juan Manuel Díaz Lara

---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-14 17:05:11 Re: Practical impediment to supporting multiple SSL libraries
Previous Message Sergey E. Koposov 2006-04-14 17:00:36 Re: two-argument aggregates and SQL 2003