bzr 1.14 release schedule and manager

Alexander Belchenko bialix at ukr.net
Thu Mar 26 11:46:35 GMT 2009


Alexander Belchenko пишет:
> Talden пишет:
>>> We talked a bit about this on the phone the other day, so I thought I
>>> would summarize here.
>>> I'll also mention, by way of background, John's recent post
>>> http://jam-bazaar.blogspot.com/2009/03/brisbane-core.html summarizing
>>> what's going on in this branch.
>>
>> I grabbed the brisbane-core branch (lp:~bzr/bzr/brisbane-core) to have
>> a play.  I notice there are new dependencies to get the extensions
>> compiled... and I apparently don't have them (on WindowsXP using GCC).
>>
>> Is there a document of what I need to add to build the extensions - I
>> added zlib after make reported it missing but may have done so
>> incorrectly, I progressed from errors that were very clearly zlib to
>> one that reports that -lz was not found which sounds zlibby...
>>
>> (keep in mind I've barely touched C/C++ since university and that's a
>> dozen years or more ago - be gentle with me).
> 
> I hope someone will update this page for new dependencies:
> http://bazaar-vcs.org/BzrWin32Installer
> 
> I saw there is now zlib, lzo, lzma, xdelta, and other players there?

And btw, some code is not MSVC-friendly:

c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -DWIN32 
-IC:\Python\2.5.1\
include -IC:\Python\2.5.1\PC /Tcbzrlib/_groupcompress_pyx.c /Fobuild\temp.win32-2.5\Release\bzrlib/_groupcompress_pyx.obj
_groupcompress_pyx.c
c:\work\Bazaar\mydev.packs\brisbane-core\bzrlib\delta.h(87) : error C2054: expected '(' to follow 'inline'
c:\work\Bazaar\mydev.packs\brisbane-core\bzrlib\delta.h(89) : error C2085: 'get_delta_hdr_size' : not in formal 
parameter list
c:\work\Bazaar\mydev.packs\brisbane-core\bzrlib\delta.h(89) : error C2143: syntax error : missing ';' before '{'
bzrlib\_groupcompress_pyx.c(993) : warning C4013: 'get_delta_hdr_size' undefined; assuming extern returning int
bzrlib\_groupcompress_pyx.c(1160) : warning C4018: '>' : signed/unsigned mismatch
bzrlib\_groupcompress_pyx.c(1162) : warning C4018: '>' : signed/unsigned mismatch

   Cannot build extension "bzrlib._groupcompress_pyx".
   Use "build_ext --allow-python-fallback" to use slower python implementations instead.


It's intended? I hope that it's not.




More information about the bazaar mailing list