skribilo-users
[Top][All Lists]
Advanced

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

[Jean Magnan de Bornier] Re: [skribilo-users] another configure problem


From: Jean Magnan de Bornier
Subject: [Jean Magnan de Bornier] Re: [skribilo-users] another configure problem
Date: Tue, 21 Dec 2010 08:11:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

--- Begin Message --- Subject: Re: [skribilo-users] another configure problem Date: Tue, 21 Dec 2010 07:45:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
Le 21 décembre à 07:03:31 Jean Magnan de Bornier <address@hidden> écrit 
notamment:

| Le 20 décembre à 18:56:29 address@hidden (Ludovic Courtès) écrit notamment:
>
| | Hi,
| >
| | Jean Magnan de Bornier <address@hidden> writes:
| >
| | > Le 20 décembre à 09:38:40 address@hidden (Ludovic Courtès) écrit 
notamment:
| >
| | > | What does “guile -c '(use-modules (system reader))'” say?
| | >
| | > ERROR: no code for module (system reader)
| >
| | Then you must set the ‘GUILE_LOAD_PATH’ environment variable to point to
| | the directory where ‘system/reader.scm’ is installed.
| >
| | Alternatively, you could reinstall Guile-Reader after having configured
| | it with ‘--with-guilemoduledir=/where/you/want’.
| >
| | Hope this helps,
>
| No it doesn't:
>
| .......................
| 06:56 address@hidden /home/jean/skribilo % 
GUILE_LOAD_PATH=/usr/local/share/guile-reader/     
| 06:57 address@hidden /home/jean/skribilo % ls $GUILE_LOAD_PATH
| total 4                                                     
| drwxr-xr-x 4 root root 4096 2010-12-19 06:37 system
| 06:57 address@hidden /home/jean/skribilo % ./configure                        
    
| configure: error: cannot find install-sh, install.sh, or shtool in
| build-aux "."/build-aux
| ........................
>
| and:
>
| ........................
| 06:57 address@hidden /home/jean/skribilo % 
GUILE_LOAD_PATH=/usr/local/share/guile-reader/system/
| 07:00 address@hidden /home/jean/skribilo % ./configure
| configure: error: cannot find install-sh, install.sh, or shtool in build-aux 
"."/build-aux
| ........................
>
| will give up soon  :-(

Uh, sorry, I forgot there to «autoreconf»:
..................................
07:25 address@hidden /home/jean/skribilo % automake --add-missing
configure.ac:19: installing `build-aux/config.guess'
configure.ac:19: installing `build-aux/config.sub'
configure.ac:9: installing `build-aux/install-sh'
configure.ac:9: installing `build-aux/missing'
guile-lint.am:15: BUILT_SOURCES was already defined in condition TRUE, which 
includes condition HAVE_GUILE_LINT ...
src/guile/Makefile.am:132:   `guile-lint.am' included from here
src/guile/Makefile.am:87: ... `BUILT_SOURCES' previously defined here
07:26 address@hidden /home/jean/skribilo % autoreconf            
guile-lint.am:15: BUILT_SOURCES was already defined in condition TRUE, which 
includes condition HAVE_GUILE_LINT ...
src/guile/Makefile.am:132:   `guile-lint.am' included from here
src/guile/Makefile.am:87: ... `BUILT_SOURCES' previously defined here
..................................

and then:
..................................
07:27 address@hidden /home/jean/skribilo % ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking for Guile site directory... /usr/share/guile/site
checking for guile-lint... no
checking if (system reader) is available... no
configure: error: required guile module not found: (system reader)
.....................................

Is GUILE_LOAD_PATH a real variable?
-- 
Jean

--- End Message ---

-- 
Jean

reply via email to

[Prev in Thread] Current Thread [Next in Thread]