After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 509678 - Make scrollkeeper optional.
Make scrollkeeper optional.
Status: RESOLVED NOTABUG
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks: 324644
 
 
Reported: 2008-01-15 16:10 UTC by Marcelo Lira
Modified: 2008-01-18 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Turns scrollkeeper support optional. (758 bytes, patch)
2008-01-15 16:11 UTC, Marcelo Lira
none Details | Review

Description Marcelo Lira 2008-01-15 16:10:17 UTC
Making scrollkeeper optional could ease the build in non-standard environments, like Maemo or Windows.
Comment 1 Marcelo Lira 2008-01-15 16:11:18 UTC
Created attachment 102914 [details] [review]
Turns scrollkeeper support optional.
Comment 2 Nickolay V. Shmyrev 2008-01-15 16:42:24 UTC
We already have --disable-scrollkeeper, this is the standard flag for gnome applications. Why do you need additional patch?
Comment 3 Marcelo Lira 2008-01-17 10:27:36 UTC
When trying to run autogen.sh inside scratchbox it says

help/Makefile.am:3:   `gnome-doc-utils.make' included from here
gnome-doc-utils.make:133: ENABLE_SK does not appear in AM_CONDITIONAL
help/Makefile.am:3:   `gnome-doc-utils.make' included from here
gnome-doc-utils.make:182: ENABLE_SK does not appear in AM_CONDITIONAL
help/Makefile.am:3:   `gnome-doc-utils.make' included from here
Makefile.am: installing `./INSTALL'

The patch is just to add this ENABLE_SK.
Comment 4 Eduardo Lima (Etrunko) 2008-01-17 17:26:55 UTC
ENABLE_SK is defined in gnome-doc-utils.m4. Can you check if it is installed in your scratchbox environment, in somewhere like /usr/share/aclocal/?
Comment 5 Christian Persch 2008-01-17 18:50:36 UTC
When building from svn, you _will_ need the m4 macro packages; tarball releases are not affected. Note that you can run autogen from without scratchbox and then configure from within.
Comment 6 Marcelo Lira 2008-01-18 21:15:55 UTC
I tried Christian and Eduardo tips, but in the end I've installed gnome-doc-util (another tip from etrunko) package in sbox, and everything went fine.
Sorry for opening this bogus bug, and thanks for the patience.