guile-user
[Top][All Lists]
Advanced

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

Re: JIT compiler


From: Neil Jerram
Subject: Re: JIT compiler
Date: Mon, 09 Jan 2006 22:52:31 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Sure, and it's called `update'.  :-)  To summarize:
>
>   # Teach tla that some archive (or ``repository'') is available at URI.
>   $ tla register-archive URI
>
>   # At this point, it knows that an archive named
>   # address@hidden' is available at URI.
>   # From now on, you will always use this name and not the URI.
>
>   # You can now get files from that archive.
>
>   $ tla get address@hidden/C--B--V  DIR
>   # This retrieves the latest version of the branch C--B--V into
>   # directory DIR.
>
>   $ cd DIR
>
>   # Updating the local copy, as with `cvs update':
>   $ tla update
>

Very useful, thanks.  That all works for me, but I get the following
error running make (after an apparently successful ./autogen.sh and
./configure):

make[2]: Entering directory `/home/neil/arch/guile-vm/src'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
-I/usr/local/include -pthread   -Wall -g -pg -g -O2 -MT envs.lo -MD -MP -MF 
".deps/envs.Tpo" \
  -c -o envs.lo `test -f 'envs.c' || echo './'`envs.c; \
then mv -f ".deps/envs.Tpo" ".deps/envs.Plo"; \
else rm -f ".deps/envs.Tpo"; exit 1; \
fi
../libtool: ../libtool: No such file or directory
make[2]: *** [envs.lo] Error 1
make[2]: Leaving directory `/home/neil/arch/guile-vm/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/neil/arch/guile-vm/src'
make: *** [all-recursive] Error 1
address@hidden:~/arch/guile-vm$ 

Probably just means you have something in your tree which hasn't been
committed to the archive ...

Regards,
        Neil





reply via email to

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