[epiar-devel] epiar.net Contact Form Submission
Christopher Thielen
chris at epiar.net
Sat Jun 18 17:03:50 PDT 2011
On Sat, Jun 18, 2011 at 01:59:07PM -0700, Dave wrote:
> I'm attempting to build Epiar on Ubuntu 10.10. I've followed the wiki instructions here: http://epiar.net/trac/wiki/BuildingEpiarOnUbuntu
> and get this error:
> ...checking for sdl-config... /usr/bin/sdl-config
> checking for SDL - version >= 1.2.10... no
> *** Could not run SDL test program, checking why...
> *** The test program failed to compile or link. See the file config.log for the
> *** exact error that occured. This usually means SDL was incorrectly installed
> *** or that you have moved SDL since it was installed. In the latter case, you
> *** may want to edit the sdl-config script: /usr/bin/sdl-config
> configure: error: *** SDL version 1.2.10 not found!
> ...
> Some advice is needed on how to change sdl-config to use my version of sdl. I think that is the problem, but not sure.
What's the output of "sdl-version --version"? Is it less than 1.2.10? If
it's just a bit behind, you can just have Epiar ignore the version
difference:
Edit configure.in and find "1.2.10" and change it to whatever your
version is. It'll be in a line that also mentions SDL. Save and type:
./autogen.sh && ./configure && make and see if that helps.
Out of curiosity, what version of SDL does Ubuntu 10.10 ship with?
- Chris
More information about the epiar-devel
mailing list