compiling parser.c

Sigbjorn Finne sof@galconn.com
Thu, 19 Jul 2001 09:12:31 -0700


ok, parser.c isn't meant to be compiled on its own,
but rather to be #included with input.c

To find out what C files you need to compile directly,
consult the Makefile's defn of CFILES & just compile
those (or better yet, use 'make'! :-)

--sigbjorn

----- Original Message -----
From: "rrb1" <rrb1@ukc.ac.uk>
To: <hugs-bugs@haskell.org>
Sent: Thursday, July 19, 2001 08:58
Subject: Re: compiling parser.c


> i'm not using make to compile parser.c for various reasons,
> just the files i need to compile. When i compile parser.c i
> get the errors in the attached out.txt. I do however
> usually compile it on windows (and get the same errors),
> just that it was easier to capture the output on unix.
>
> Richard
>
> On Thu, 19 Jul 2001 08:44:50 -0700 Sigbjorn Finne
> <sof@galconn.com> wrote:
> > Hi,
> >
> > it's hard to pinpoint what's going wrong based on the
> > information you give -- could you send the output of
> > 'make' that's causing the break to hugs-bugs@haskell.org,
> > and we'll try to help you out.
> >
> > thanks,
> > --sigbjorn
> >
> > ----- Original Message -----
> > From: "Richard Backhouse" <rrb1@ukc.ac.uk>
> > To: <hugs-users@haskell.org>
> > Sent: Thursday, July 19, 2001 02:16
> > Subject: compiling parser.c
> >
> >
> > > hi,
> > >
> > > i'm working with the Hugs source but i can't compile parser.c. Do I
need
> > to
> > > have/do something to make this compile. I'm using gcc.
> > >
> > > Thanks for any help you can give.
> > >
> > > Richard
> > >
> > >
> > > _______________________________________________
> > > Hugs-Users mailing list
> > > Hugs-Users@haskell.org
> > > http://www.haskell.org/mailman/listinfo/hugs-users
> >
>
>