LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Alien Bob's gecko-mediaplayer buildscript fails... (https://www.linuxquestions.org/questions/slackware-14/alien-bobs-gecko-mediaplayer-buildscript-fails-788375/)

Daedra 02-10-2010 10:58 PM

Alien Bob's gecko-mediaplayer buildscript fails...
 
I noticed the newest version of gecko-mediaplayer is out (0.9.9) so I downloaded Alien Bob's slackbuild and just changed the version number but I am getting an error during ./configure...

from error log...

checking for ranlib... ranlib
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... cs es fr ja it nl pl pt_BR tr
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GECKO... no
configure: WARNING: mozilla-plugin not found, trying another
checking for GECKO... no
configure: WARNING: firefox-plugin not found, trying another
checking for GECKO... yes
checking for NSPR... yes
checking for DBUS... yes
checking for GIO... yes
configure: error: conditional "GCONF_SCHEMAS_INSTALL" was never defined.
Usually this means the macro was only invoked conditionally.

Any Ideas appreciated. Thanks

disturbed1 02-11-2010 01:03 AM

2 Attachment(s)
Grab this patch - http://sources.gentoo.org/viewcvs.py...ch?view=markup

After applying the patch, force an autoreconf, configure, make ...
BOLD lines are added to the SlackBuild.

------------
cd ${PRGNAM}-${VERSION}
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
patch -Np1 -i $SRCDIR/patch.patch
autoreconf -fi
echo Building ...
LDFLAGS="$SLKLDFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
-------------

I uploaded the patch.patch and SlackBuild.


All times are GMT -5. The time now is 06:28 PM.