> >> Hi all,

Hi Albert,

> >> Upon compiling the surf-webkit2 with either cc or clang, I am
> >> getting a number of errors.  
> >
> > I wonder if your config.h is outdated and is supposed to declare
> > these. Not familiarvwith surf myself.
> >
> > Thanks.  
> 
> 
> Thank you David, I had failed to notice that config.h had been moved
> to config.def.h (which makes sense).
> 
> Removing my old config.h and symlinking to config.def.h addressed
> these surprising issues.

No. That's not how it works.
config.h is for your local changes, it's copied automatically (through
the Makefile) from config.def.h, which obviously are the defaults.
And this has always been the case.

> Now only two undefined references remain, which surely it's some
> library I am missing.
> 
> Thanks,
> 
> Albert
> 
> 


Reply via email to