Testing needed on tip
Guy Brand
gb at isis.u-strasbg.fr
Thu Oct 11 04:12:17 CDT 2007
On 11 octobre at 01:02, Matt Mackall wrote:
> First: there's a new C module that speeds up status and other
> operations that walk the filesystem. This needs compile testing on
> various less common systems as well as stress testing.
bug ~/mercurial/mercurial# uname -sr
FreeBSD 7.0-CURRENT
bug ~/mercurial# gmake all
python setup.py build
running build
running build_py
running build_ext
building 'mercurial.osutil' extension
cc -fno-strict-aliasing -DNDEBUG -O1 -pipe -D__wchar_t=wchar_t
-DTHREAD_STACK_SIZE=0x20000 -fPIC -I/usr/local/include/python2.5 -c
mercurial/osutil.c -o
build/temp.freebsd-7.0-CURRENT-i386-2.5/mercurial/osutil.o
mercurial/osutil.c:12:20: error: alloca.h: No such file or directory
error: command 'cc' failed with exit status 1
gmake: *** [build] Erreur 1
Changing osutils.c:
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
helps.
--
bug
More information about the Mercurial
mailing list