Re: vincent_other trunk errors

From: vincent vincent <vincent.abiword_at_gmail.com>
Date: Mon Mar 05 2012 - 02:25:49 CET

OK. thanks

I see this bug. I will add the windows implementation of 'strptime'
function to fix this bug. thanks

Vincent

2012/3/5 Hub Figuière <hfiguiere@teaser.fr>:
>
> 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 Mon Mar 5 02:26:03 2012

This archive was generated by hypermail 2.1.8 : Mon Mar 05 2012 - 02:26:03 CET