Re: Review Request: Bug 298134: gcc 4.7 cannot save a ODF file or open a .doc file

2012-04-21 Thread Commit Hook
t: > http://git.reviewboard.kde.org/r/104677/ > --- > > (Updated April 19, 2012, 7:57 p.m.) > > > Review request for Calligra. > > > Description > --- > > With gcc 4.7 installed we where not able to save a odt fil

Re: Review Request: Bug 298134: gcc 4.7 cannot save a ODF file or open a .doc file

2012-04-20 Thread Commit Hook
t: > http://git.reviewboard.kde.org/r/104677/ > --- > > (Updated April 19, 2012, 7:57 p.m.) > > > Review request for Calligra. > > > Description > --- > > With gcc 4.7 installed we where not able to save a odt fil

Re: Review Request: Bug 298134: gcc 4.7 cannot save a ODF file or open a .doc file

2012-04-20 Thread Commit Hook
rd.kde.org/r/104677/ > --- > > (Updated April 19, 2012, 7:57 p.m.) > > > Review request for Calligra. > > > Description > --- > > With gcc 4.7 installed we where not able to save a odt file becaus

Re: Review Request: Bug 298134: gcc 4.7 cannot save a ODF file or open a .doc file

2012-04-20 Thread Boudewijn Rempt
gt; (Updated April 19, 2012, 7:57 p.m.) > > > Review request for Calligra. > > > Description > --- > > With gcc 4.7 installed we where not able to save a odt file because the xml > file that was generated was missing the '>' for a tag. Exampl

Re: Review Request: Bug 298134: gcc 4.7 cannot save a ODF file or open a .doc file

2012-04-19 Thread Boudewijn Rempt
.kde.org/r/104677/ > --- > > (Updated April 19, 2012, 7:57 p.m.) > > > Review request for Calligra. > > > Description > --- > > With gcc 4.7 installed we where not able to save a odt file because the xml > file that was generated was m

Review Request: Bug 298134: gcc 4.7 cannot save a ODF file or open a .doc file

2012-04-19 Thread Gopalakrishna Bhat
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104677/ --- Review request for Calligra. Description --- With gcc 4.7 installed

Re: gcc 4.7

2012-04-17 Thread Jameson
Giving the second variable a new name was my second guess. :) Thanks for the correction. I'm packaging it up for Arch. =-Jameson ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: gcc 4.7

2012-04-17 Thread Boudewijn Rempt
On Tuesday 17 April 2012 Apr, Jameson wrote: > In order to build the stable release on my system, I needed the > attached patch. I'm not much of a C++ programmer, so I'm not sure if > it breaks anything. Could someone take a look at it? That's not quite right, but thanks for the warning, I'll f

gcc 4.7

2012-04-17 Thread Jameson
In order to build the stable release on my system, I needed the attached patch. I'm not much of a C++ programmer, so I'm not sure if it breaks anything. Could someone take a look at it? Thanks, =-Jameson pole.patch Description: Binary data ___ calli

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread C. Boemann
the > >> hancomword filter. I can take care of the starwriter filter. > >> > >> On Sat, Mar 24, 2012 at 3:30 AM, Yue Liu wrote: > >>> looks like it's okay to rename r with other name. > >>> > >>> 2012/3/24 Christoph Fe

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread Boudewijn Rempt
ligra master builds fails with GCC 4.7 due to an error in the > "hancomwords" import filter. > > The loop in filters/words/hancomword/pole.cpp:869 reads: > >        for (unsigned r = 0; r < header->num_mbat; r++) { >            unsigned long r = loadBigBlock(mblock, bu

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread Yue Liu
2012 at 3:30 AM, Yue Liu wrote: >> >> looks like it's okay to rename r with other name. >> >> 2012/3/24 Christoph Feck : >> > Hi, >> > >> > The calligra master builds fails with GCC 4.7 due to an error in the >> > "

Re: Words filter compiler error with GCC 4.7

2012-03-26 Thread Matus Uzak
> Hi, > > > > The calligra master builds fails with GCC 4.7 due to an error in the > > "hancomwords" import filter. > > > > The loop in filters/words/hancomword/pole.cpp:869 reads: > > > >for (unsigned r = 0; r < header->num_mb

Re: Words filter compiler error with GCC 4.7

2012-03-23 Thread Yue Liu
looks like it's okay to rename r with other name. 2012/3/24 Christoph Feck : > Hi, > > The calligra master builds fails with GCC 4.7 due to an error in the > "hancomwords" import filter. > > The loop in filters/words/hancomword/pole.cpp:869 reads: > >

Words filter compiler error with GCC 4.7

2012-03-23 Thread Christoph Feck
Hi, The calligra master builds fails with GCC 4.7 due to an error in the "hancomwords" import filter. The loop in filters/words/hancomword/pole.cpp:869 reads: for (unsigned r = 0; r < header->num_mbat; r++) { unsigned long r = loadBigBlock(mblock, buffer2,