Re: Scrollkeeper Will Not Compile



Antoni,

	I am the author and maintainer of the GAR system, which is a
set of makefile libraries that GARNOME uses to automate the build
process.  I do not actually know too much about GNOME, as I tend not
to use "desktop environments".  If you have a problem with your
GARNOME builds, the best place to take it is the garnome mailing list
(cc'd on this mail), or the #garnome channel on irc.gimp.net (but keep
in mind that jdub is in Australia).


begin  Antoni de Almeida Lopes  quotation:
> Hello. I have a question about garnome and installing gnome2-beta3.
> Each time I try to compile scrollkeeper it gives me the same errors.
> I have all of it's dependencies (as far as I know) including
> gettext, which i think this may be related to? Is there something I
> missed? I'll post my error first and then my configure at the
> bottom.
> 
> Thank in advance,
> 	* antoni
> 
> 
> Making install in cl
> make[4]: Entering directory
> `/root/garnome/src/garnome-0.8.6/gnome/scrollkeeper/work/scrollkeeper-0.3.6/cl'
> Making install in templates
> make[5]: Entering directory
> `/root/garnome/src/garnome-0.8.6/gnome/scrollkeeper/work/scrollkeeper-0.3.6/cl/templates'
> make[6]: Entering directory
> `/root/garnome/src/garnome-0.8.6/gnome/scrollkeeper/work/scrollkeeper-0.3.6/cl/templates'
> make[6]: Nothing to be done for `install-exec-am'.
> for locale in C ca da de el es fr hu it ja ko nb nl pt_BR ru sk sl sv
> tr; do \
>         /bin/sh ../../mkinstalldirs
> /root/garnome/share/scrollkeeper/Templates/$locale; \
>         /usr/bin/install -c -m 644 ./$locale/scrollkeeper_cl.xml \
>                 /root/garnome/share/scrollkeeper/Templates/$locale; \
> done
> /usr/bin/install: cannot stat `./ca/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./da/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./de/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./el/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./es/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./fr/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./hu/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./it/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./ja/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./ko/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./nb/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./nl/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./pt_BR/scrollkeeper_cl.xml': No such
> file or directory
> /usr/bin/install: cannot stat `./ru/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./sk/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./sl/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./sv/scrollkeeper_cl.xml': No such file
> or directory
> /usr/bin/install: cannot stat `./tr/scrollkeeper_cl.xml': No such file
> or directory
> make[6]: *** [install-data-local] Error 1
> 
> 
>  ==> Running configure in work/scrollkeeper-0.3.6
> creating cache ./config.cache
> checking for gawk... gawk
> checking for gcc... gcc
> checking whether the C compiler (gcc -I/root/garnome/include -g -O2
> -I/root/garnome/include -g -O2 -I/root/garnome/include -g -O2
> -L/root/garnome/lib -L/root/garnome/lib -L/root/garnome/lib) works...
> yes
> checking whether the C compiler (gcc -I/root/garnome/include -g -O2
> -I/root/garnome/include -g -O2 -I/root/garnome/include -g -O2
> -L/root/garnome/lib -L/root/garnome/lib -L/root/garnome/lib) is a
> cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether make sets ${MAKE}... yes
> checking for ANSI C header files... yes
> checking for strerror in -lcposix... no
> checking host system type... powerpc-unknown-linux-gnu
> checking target system type... powerpc-unknown-linux-gnu
> checking build system type... powerpc-unknown-linux-gnu
> checking whether build environment is sane... yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking how to recognise dependant libraries... pass_all
> checking for object suffix... o
> checking for executable suffix... no
> checking command to parse /usr/bin/nm -B output... ok
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/bin/ld) supports shared libraries...
> yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> creating libtool
> checking for working const... yes
> checking for inline... inline
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for stdlib.h... yes
> checking for unistd.h... yes
> checking for sys/stat.h... yes
> checking for sys/types.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for getcwd... yes
> checking for getwd... yes
> checking for putenv... yes
> checking for strdup... yes
> checking for intltool-extract... /root/garnome/bin/intltool-extract
> checking intltool version... 0.18
> checking for perl... /usr/bin/perl
> checking for xml2-config... /root/garnome/bin/xml2-config
> checking libxml2 version... 2.4.19
> checking for xslt-config... /root/garnome/bin/xslt-config
> checking for docbook-dtd412-xml... found
> checking for ranlib... (cached) ranlib
> checking for off_t... yes
> checking whether we are using the GNU C Library 2.1 or newer... yes
> checking for argz.h... yes
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... yes
> checking for malloc.h... yes
> checking for stddef.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for feof_unlocked... yes
> checking for fgets_unlocked... yes
> checking for getcwd... (cached) yes
> checking for getegid... yes
> checking for geteuid... yes
> checking for getgid... yes
> checking for getuid... yes
> checking for mempcpy... yes
> checking for munmap... yes
> checking for putenv... (cached) yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for stpcpy... yes
> checking for strchr... yes
> checking for strcasecmp... yes
> checking for strdup... (cached) yes
> checking for strtoul... yes
> checking for tsearch... yes
> checking for __argz_count... yes
> checking for __argz_stringify... yes
> checking for __argz_next... yes
> checking for iconv... yes
> checking for iconv declaration...
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t
> *inbytesleft, char * *outbuf, size_t *outbytesleft);checking for
> nl_langinfo and CODESET... yes
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking for libintl.h... yes
> checking for GNU gettext in libc... yes
> checking for dcgettext... yes
> checking for msgfmt... no
> checking for xgettext... :
> checking for bison... bison
> checking version of bison... 1.28, ok
> checking for catalogs to be installed...  az ca da de el es fr hu it ja
> ko nb nl no pl pt_BR ru sk sl sv tr uk zh_TWsetting up partial database
> directory ...
> partial database directory is lib/scrollkeeper
> updating cache ./config.cache
> creating ./config.status
> creating libs/Makefile
> creating libs/scrollkeeper.h
> creating libuuid/Makefile
> creating cl/Makefile
> creating cl/src/Makefile
> creating buildtools/Makefile
> creating cl/templates/Makefile
> creating extract/Makefile
> creating extract/src/Makefile
> creating extract/stylesheets/Makefile
> creating scripts/scrollkeeper-config
> creating scripts/scrollkeeper-get-content-list
> creating scripts/scrollkeeper-get-extended-content-list
> creating scripts/scrollkeeper-get-toc-from-id
> creating scripts/scrollkeeper-get-toc-from-docpath
> creating scripts/scrollkeeper-get-index-from-docpath
> creating scripts/scrollkeeper-rebuilddb
> creating scripts/Makefile
> creating man/Makefile
> creating man/man1/Makefile
> creating man/man5/Makefile
> creating man/man7/Makefile
> creating man/man8/Makefile
> creating config/Makefile
> creating intl/Makefile
> creating po/Makefile.in
> creating doc/Makefile
> creating doc/writing_scrollkeeper_omf_files/Makefile
> creating doc/writing_scrollkeeper_omf_files/C/Makefile
> creating Makefile
> creating scrollkeeper.spec
> creating config.h
> creating po/POTFILES
> creating po/Makefile
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 

-- 
INFORMATION GLADLY GIVEN BUT SAFETY REQUIRES AVOIDING UNNECESSARY CONVERSATION
end 
	01234567 <- The amazing* indent-o-meter! 
        ^	    (*: Indent-o-meter may not actually amaze.)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]