Are these error messages normal?

From: "Jim Morcombe" <jim(at)byronics(dot)com(dot)au>
To: "pgsql General" <pgsql-general(at)postgresql(dot)org>
Subject: Are these error messages normal?
Date: 2002-07-30 02:41:32
Message-ID: 001c01c23772$a2a7caa0$526567cb@BYRONICS
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to figure out why I can't use the Libpq library on SCO Unix.

I have gone through the installation again to double check things and would like to confirm that the following error massages are normal.

1. the compile command issued by the gmake includes many like this:

gcc -02 -Wall -Wmissing_prototypes -Wmissing_declarations -I../../../../src/include -c -o heapam.o heapam.c

The "missing_prototypes" and the "missing_declarations" seem strange to me.

2. I get many warning messages of this type:

variable.c:757:warning:passing arg 1 of 'strcasecmp' discards 'const' from pointer target type

3. I also get this:

tsort:warning:cycle in data

Hope someone can help with this.

Jim Morcombe

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-07-30 03:18:16 Re: plpgsql: function throws error on second call!
Previous Message Chris Albertson 2002-07-30 02:11:01 Re: Questions about my strategy