From: arshpreet s. <ar...@gm...> - 2013-01-01 20:31:36
|
Hello tuxmath developers hope i am sending my problem to accurate mailing list. i am building tuxmath from source and have some problems on it.i have completely read /doc/install file and installed all the required packages and dependencies.i build the following packages from source:- SDL_image SDL_mixer SDL_ttf SDL_Pango: so the command "autoreconf --install" works fine but ater that when i run ./configure it shows that SDL_image,SDL_mixer not found.following is output:- please help to solve this issue:- *checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SDL... yes checking for SDL_IMAGE... no configure: SDL_image not located by pkg-config, checking with AC CHECK LIB: checking for IMG_Load in -lSDL_image... yes checking for SDL_MIXER... no configure: SDL_mixer not located by pkg-config, checking with AC CHECK LIB: checking for Mix_OpenAudio in -lSDL_mixer... yes checking for RSVG... no configure: error: in `/home/redhat/tuxforkids/tuxmath': configure: error: libRSVG test failed (--without-rsvg to disable svg support) See `config.log' for more details. * -- Thanks Arshpreet singh http://arshpreetsingh.wordpress.com/ <http://arshpreetsingh.wordpress.com/> |