[RFC] dirstate walk speedup

Christian Ebert blacktrash at gmx.net
Sat Oct 6 03:59:02 CDT 2007


* Christian Ebert on Saturday, October 06, 2007 at 02:09:44 +0200
> On MacOS 10.4.10 build fails like so:
> 
> building 'mercurial.osutil' extension
> gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include/python2.5 -c mercurial/osutil.c -o build/temp.macosx-10.4-ppc-2.5/mercurial/osutil.o
> mercurial/osutil.c: In function ‘listdir’:
> mercurial/osutil.c:150: warning: implicit declaration of function ‘readdir64’
> mercurial/osutil.c:150: warning: assignment makes pointer from integer without a cast
> mercurial/osutil.c:157: error: dereferencing pointer to incomplete type
> mercurial/osutil.c:157: error: dereferencing pointer to incomplete type
> mercurial/osutil.c:164: error: dereferencing pointer to incomplete type
> mercurial/osutil.c:185: error: dereferencing pointer to incomplete type
> error: command 'gcc' failed with exit status 1

BTW, I get the same error when I use the shipped Python 2.3.

And, yes, I use the patch from crew.

c
-- 
In der WIRklICHkeit steht das WIR vor dem ICH.
--Rainald Goetz


More information about the Mercurial-devel mailing list