monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Build errors with VC8


From: Anthony Williams
Subject: [Monotone-devel] Build errors with VC8
Date: Fri, 15 Jun 2007 10:21:57 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.19 (windows-nt)

Hi,

I just sync-ed with venge.net following the instructions at
http://www.venge.net/mtn-wiki/SelfHostingInfo and tried to build the
net.venge.monotone branch with VC8.

Firstly, is this the correct branch to be building for trying out the
up-coming 0.36 release?

Unfortunately I got quite a few errors, mainly on the uses of join_words, such
as this:

c:\documents and settings\anthony williams\monotone-build\monotone.cc(288) : 
error C2784: 'T2 join_words(const T1<T2> &,const std::string &)' : could not 
deduce template argument for 'const T1<T2> &' from 'std::vector<_Ty>'
1>        with
1>        [
1>            _Ty=utf8
1>        ]
1>        c:\documents and settings\anthony 
williams\monotone-build\simplestring_xform.hh(48) : see declaration of 
'join_words'

This is unsurprising, given that std::vector has two template parameters, so
shouldn't ever match the T1<T2> parameter.

There were other errors, and I have fixes for all of them. What's the process
for submitting the patches?

Anthony
-- 
Anthony Williams
Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk
Registered in England, Company Number 5478976.
Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL





reply via email to

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