Re: Help needed [Was: Bug#667325: plink: ftbfs with GCC-4.7]

2012-04-22 Thread Fernando Lemos
Hi, On Sun, Apr 22, 2012 at 5:37 PM, Dmitry Nezhevenko wrote: > As you can see, there is nested declaration here. It's wrong. Looks like > this code was working due to some GCC bug. Other compilers forbids this > too. To expand/clarify, this is not a "nested declaration", but rather a redefiniti

Re: Help needed [Was: Bug#667325: plink: ftbfs with GCC-4.7]

2012-04-22 Thread Rodolfo García Peñas
On Sun, 22 Apr 2012, Andreas Tille escribió: > Hi, > > I tried to follow the hints to fix this problem but failed. > Any more skilled C++ programmer than me who might have a clue? > > Kind regards > > Andreas. > [snip] > - Forwarded message from Matthias Klose - > sets.cpp:703:31

Re: Help needed [Was: Bug#667325: plink: ftbfs with GCC-4.7]

2012-04-22 Thread Dmitry Nezhevenko
On Sun, Apr 22, 2012 at 09:45:42PM +0200, Andreas Tille wrote: > Hi, > > I tried to follow the hints to fix this problem but failed. > Any more skilled C++ programmer than me who might have a clue? Hi, It's just incorrect code (sets.cpp): 703 for (int i=0; i count; 708 vector acount;

Help needed [Was: Bug#667325: plink: ftbfs with GCC-4.7]

2012-04-22 Thread Andreas Tille
Hi, I tried to follow the hints to fix this problem but failed. Any more skilled C++ programmer than me who might have a clue? Kind regards Andreas. - Forwarded message from Matthias Klose - Date: Tue, 03 Apr 2012 23:11:40 + From: Matthias Klose To: mainto...@bugs.debian.org