On Fri, 2009-02-06 at 18:47 +0100, Simon Voortman wrote:
Hi,
I'm building NetSurf from svn on Kubuntu Linux (Hardy Heron).
While compiling NetSurf, I get this:
COMPILE: desktop/save_pdf/pdf_plotters.c
desktop/save_pdf/pdf_plotters.c: In function ‘pdf_extract_image’:
desktop/save_pdf/pdf_plotters.c:482: warning: passing argument 1
of ‘HPDF_Image_AddSMask’ from incompatible pointer type
desktop/save_pdf/pdf_plotters.c:482: error: too few arguments to
function ‘HPDF_Image_AddSMask’
make: *** [build-Linux-gtk/desktop_save_pdf_pdf_plotters.o] Error 1
This happens on build 6373 (I think it went wrong with build 6361).
Should I raise a bugreport, or is this info enough?
You need to update your copy of libharu. Currently, no release version
of libharu contains the changes we require. You can obtain a suitable
version of libharu from our SVN repository:
svn co
svn://source.netsurf-browser.org/trunk/libharu
J.