Port Bug Report: parse error in "pgtclId.h" file ???

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: parse error in "pgtclId.h" file ???
Date: 1999-04-27 12:03:39
Message-ID: 199904271203.IAA73698@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Jean-Luc Commeau
Your email address : commeau(at)ensta(dot)fr

Category : install: compile
Severity : critical

Summary: parse error in "pgtclId.h" file ???

System Configuration
--------------------
Operating System : solaris-2.5.1

PostgreSQL version : 6.4.2

Compiler used : gcc 2.7

Hardware:
---------
SUN sparc4

Versions of other tools:
------------------------
gmake 3.77
flex 2.5.4

--------------------------------------------------------------------------

Problem Description:
--------------------
In "postgresql-6.4.2/src/interfaces/libpgtcl" directory,
during the compilation of "pgtcl.c" with gcc the following
error message appears :
gcc -I../../include -I../../backend -Wall -Wmissing-prototypes -I../../backend -I../../include -I../../interfaces/libpq -fPIC -c pgtcl.c -o pgtcl.o
In file included from pgtcl.c:22:
pgtclId.h:61: parse error before `Pg_ConnType'
pgtclId.h:61: warning: data definition has no type or storage class
pgtcl.c: In function `Pgtcl_Init':
pgtcl.c:129: warning: implicit declaration of function `Tcl_PkgProvide'
gmake[2]: *** [pgtcl.o] Error 1
....
gmake: *** [all] Error 2

Could you help me ?

Thanks in advance.

--------------------------------------------------------------------------

Test Case:
----------

--------------------------------------------------------------------------

Solution:
---------
no patch included

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-04-27 18:22:14 Port Bug Report: pgaccess does not handle "select * from footable limit 5; " properly
Previous Message Bruce Momjian 1999-04-26 22:43:53 Re: [PORTS] Port Bug Report: UPDATE reports successful but was not