From: Brendan L. <che...@gm...> - 2013-01-01 20:57:14
|
Hi Arshpreet, Pretty sure mixer is optional, but your output says RSVG was not found. I think Pango depends on RSVG too. Installing libRSVG should fix your problem. doc/install says you can get away without RSVG, just using ttf and image, but I'm not sure that's still true. Vector graphics/fonts are preferred, in any case. HTH, Brendan arshpreet singh wrote: > 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 msg merge... /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 (--withou t-rsvg to disable svg > support) > See `config.log' for more details. > > * > > > ------------------------------------------------------------------------------ > Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS > and more. Get SQL Server skills now (including 2012) with LearnDevNow - > 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only - learn more at: > http://p.sf.net/sfu/learnmore_122512 > _______________________________________________ > Tuxmath-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxmath-devel |