Please reply to the mailing list, not me directly. Thanks. On Fri, 2009-10-16 at 11:38 +0530, Moutusi De wrote: > Hi John, > I have installed both lemon and re2c-0.12.3. > Still I am getting undefined reference to following function. > > netsurf/css/css.c:1539:undefined reference to `css_parser_Alloc' > netsurf/css/css.c:1552: undefined reference to `css_parser_' > netsurf/css/css.c:1556: undefined reference to `css_tokenise' > netsurf/css/css.c:1574: undefined reference to `css_parser_Free' > > Please help me to resolve this.
make clean; make, as discussed in Docs/BUILDING-GTK. Please ensure you have read, and understood this, as it provides answers for most of the questions you have asked so far. John.