| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | Otto Blomqvist <o(dot)blomqvist(at)secomintl(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Adding miscadmin.h generates errors ? |
| Date: | 2005-07-06 22:19:21 |
| Message-ID: | 20050706221921.GC11042@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Jul 06, 2005 at 02:51:53PM -0700, Otto Blomqvist wrote:
> After adding miscadmin.h to my source I get "some" errors, shown below. I'm
> sure its something simple like adding a flag or similar, but I'v spent hours
> on this now. Im running Fedora 3 and Postgres 8.0.3. GCC 3.4.3 20050227.
Do you include c.h before miscadmin.h? It seems to be required.
(The first error seems to be related to DLL_IMPORT).
--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"You knock on that door or the sun will be shining on places inside you
that the sun doesn't usually shine" (en Death: "The High Cost of Living")
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-07-07 03:36:52 | Re: ERROR: cache lookup failed for relation 438095645 |
| Previous Message | Michael Fuhr | 2005-07-06 22:16:18 | Re: Adding miscadmin.h generates errors ? |