Compilation failes in CVS tip

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compilation failes in CVS tip
Date: 2004-06-19 09:11:42
Message-ID: Pine.LNX.4.44.0406191205260.14452-100000@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I've made a fresh checkout from CVS and getting the following error.
Platform is RHEL 3 with

[pgsql75(at)devrim pgsql]$ gcc -v
...
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24)

======================================================================
make -C interfaces all
make[2]: Entering directory `/home/pgsql75/pgsql/src/interfaces'
make[3]: Entering directory `/home/pgsql75/pgsql/src/interfaces/libpq'
Makefile:75: *** invalid syntax in conditional. Stop.
make[3]: Leaving directory `/home/pgsql75/pgsql/src/interfaces/libpq'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/pgsql75/pgsql/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/pgsql75/pgsql/src'
make: *** [all] Error 2
======================================================================

Below are the relevant lines in
/home/pgsql75/pgsql/src/interfaces/libpq/Makefile:

======================================================================
ifeq ($(PTHREAD_H_WIN32))
pthread.h : % : $(top_srcdir)/src/interfaces/libpq/pthread.h.win
rm -f $@ && $(LN_S) $< .
endif
======================================================================

Any commments?

Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFA1ANQtl86P3SPfQ4RAra7AJsFk4ZCguSMNrEdp57XPO1VTprthACfeT8C
VmNWZ8AvLNJ00J9mT/ZVMQ0=
=8tuI
-----END PGP SIGNATURE-----

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-06-19 09:17:54 Re: Tablespace patch review
Previous Message Andreas Pflug 2004-06-19 09:10:39 Re: logfile rotation