Re: vincent_other trunk errors

From: Hub Figuière <hfiguiere_at_teaser.fr>
Date: Sun Mar 04 2012 - 23:00:26 CET

On 04/03/12 07:56 AM, vincent.abiword wrote:
> Hi,
> other build errors in trunk. Maybe it is due to my build environment, so correct me if I have something wrong. thanks
>
> Error 1:
> Code: src\text\ptbl\xp\pd_DocumentRDF.cpp,
> should be std::set< std::string >::const_iterator because xmlids is type of 'const std::set< std::string >'
> PD_DocumentRDF::selectXMLIDs( const std::set< std::string >& xmlids, FV_View* pView ) const
> {
> for(std::set< std::string >::const_iterator iter = xmlids.begin(); iter != xmlids.end(); ++iter )
> {
>
>
> Error 2:
> Code: src\text\ptbl\xp\pd_DocumentRDF.cpp
> Forget to add return in virtual function:
> std::pair< PT_DocPosition, PT_DocPosition > runInsertReferenceDialog( FV_View* pView )
> {
> return s_RDFDialogs->runInsertReferenceDialog( pView );
> }
> virtual std::pair< PT_DocPosition, PT_DocPosition > runInsertReferenceDialog( FV_View* pView )
> {
> // need return in virtual function, please help add a correct one
> }

I have these two already in a patch here I hadn't pushed.

>
> Error 3:
> Code:src\af\util\xp\ut_std_string.cpp
> strptime is not define in windows

This is already a known bug.
http://bugzilla.abisource.com/show_bug.cgi?id=13284

Hub
Received on Sun Mar 4 23:01:00 2012

This archive was generated by hypermail 2.1.8 : Sun Mar 04 2012 - 23:01:00 CET