Re: how to add my source file?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: dakotali kasap <dakotalidavid(at)yahoo(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: how to add my source file?
Date: 2006-12-27 17:20:50
Message-ID: 4592AB72.1020402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

dakotali kasap wrote:
> Hi,
>
> I have one source and one header file which are called my_writer.h and
> my_writer.c. I included my_writer.h inside postgres.c and do the
> implementation of declared functions inside my_writer.c. When I
> include, some other header files of postgresql (like nodes/pg_list.h
> or nodes/nodes.h) in my_writer.c, it gives me compile errors that are
> related with these header files of postgresql, although there is no
> problem.
>
> Do you know why?
>

We're not magicians, nor mindreaders. Unless you give us enough
information we can't possibly guess. At the very least you need to show
us what the offending code is and what the compiler error is.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message dakotali kasap 2006-12-27 17:41:40 Re: how to add my source file?
Previous Message dakotali kasap 2006-12-27 17:15:06 Re: how to add my source file?