by Waldek Hebisch <hebisch@[EMAIL PROTECTED]
>
May 28, 2007 at 01:50 PM
In comp.lang.pascal.misc Louie <jlrn77@[EMAIL PROTECTED]
> wrote:
> Hello!
>
> I'm new in this group, and it's been a while since the last time I
> tried Pascal...
>
> Anyway, I'm trying to compile a C object requiring gpctypes.h; I need
> the object to compile a gpc program. I'd like to know if it is
> available somewhere on the web...
>
If C source requires 'gpctypes.h' then 'gpctypes.h' should be considered
part of C source -- if you miss it the source you get is incomplete.
You should first ask provider of C source about 'gpctypes.h'. If
that fails you will have to re-create 'gpctypes.h', but that depends
on C source: we can not just guess what C source expects.
--
Waldek Hebisch
hebisch@[EMAIL PROTECTED]