---- Rajesh Marathe <rmarath...@hotmail.com> wrote: > > Hi, > > Extremely sorry to bother you guys again but still I get the same compilation > error while compiling Netsurf. > -------- > css/css.c:1552: error: ‘LBRACE’ undeclared (first use in this function) > -------
I had this problem with the Amiga build. You can add: #define LBRACE { #define RBRACE } To the top of the file (or to a header somewhere). I remember doing this, but I'm pretty sure it wasn't needed in the end. Can't remember though.