Closed GoogleCodeExporter closed 8 years ago
Hi.
Perhaps try editing configure.ac and comment out the line checking for the PNG
(and maybe the check for jpeg also). ie:
#AC_CHECK_LIB(png, ...
#AC_CHECK_LIB(jpeg, ...
Regenerate configure by running 'autoconf' and see it works.
Gource doesn't use libpng directly, rather it uses SDL_image, which uses
libpng, so you may find it works.
Original comment by acaudw...@gmail.com
on 2 Jan 2011 at 11:03
Thanks for your response.
This works now, but gource says now that SDL_Image is missing.
But I have installed it, but also not in a standard directory.
So how can I fix that?
Thanks very much
Original comment by uwepette...@gmx.de
on 4 Jan 2011 at 11:34
I know there are options on 'configure' for overriding default locations for
headers and libraries, but this is outside my area of expertise.
Good luck :)
Original comment by acaudw...@gmail.com
on 8 Jan 2011 at 10:32
Original issue reported on code.google.com by
uwepette...@gmx.de
on 2 Jan 2011 at 9:50