No, I meant that the Syllable binary may end up looking for it in
/usr/share/lemon/lempar.c.
Dee Sharpe
-----Original Message-----
From: Rob Kendrick <rjek(a)netsurf-browser.org>
To: netsurf-dev(a)netsurf-browser.org
Cc: demetrioussharpe(a)netscape.net
Sent: Fri, 10 Oct 2008 9:16 am
Subject: Re: Porting to Syllable
On Fri, 10 Oct 2008 10:12:22 -0400
demetrioussharpe(a)netscape.net wrote:
> > Fair enough.? So, where did you put lempar.c?
>
> I have in /usr/share/lemon/lempar.c, and the packaged version of
> Lemon (in Debian at least) has a patch to make it look for it
> there.
>
> As John-Mark suggested, read Docs/BUILDING-GTK - it explains how to
> build and install Lemon. You will need to adapt this to Syllable.
We may be able to use the same directory in Syllable.? Though,
I'd
rather a custom solution, sometimes it's better to follow the crowd
in situations like this.
The same directory for the location of Lemon's runtime data? It
doesn't matter where you put it; just that Lemon can find it. It is
only required at build time for NetSurf - it does not require it to run
NetSurf, only to build it.
B.