certi-devel
[Top][All Lists]
Advanced

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

Re: [certi-dev] Building Certi on Windows from CVS Head


From: Eric Noulard
Subject: Re: [certi-dev] Building Certi on Windows from CVS Head
Date: Thu, 8 Sep 2011 22:14:22 +0200

2011/9/8 Jean-Philippe Lebel <address@hidden>:
> Hi Guys,
>
> Is there a reason why I can't build Certi from sources with the CVS Head?
> Compiling libCERTI fails with a bunch of
>
> Error    1    error C2039: 'data' : is not a member of 'std::vector<_Ty>'
>  c:\Code\Certi\certi\libCERTI\NM_Classes.cc    1216

Looks like a plain mistake of mine assuming that stl::vector<T> class does
have a data() method.

I should have used &(v[0]), I'm looking into it just now.
Do not fix things inside [N]M_Classe.[cc|hh] because those files
are generated files.

The generator (certi/script/GenMsgCXX.py) should be fixed.


-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org



reply via email to

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