[PATCH] scripts: kconfig: qconf.cc: fix a compiliation error when using make xconfig

2013-01-24 Thread Tiana Rakotovao Andriamahefa
Le jeudi 24 janvier 2013 à 11:36:31, Michal Marek a écrit : > On 16.1.2013 13:26, Tiana Rakotovao Andriamahefa wrote: > > I have checked it and found that the error was effectively fixed in the last > > maintained upload of Qt3 in 2011. However, the correction is not yet in > &g

[PATCH] scripts: kconfig: qconf.cc: fix a compiliation error when using make xconfig

2013-01-12 Thread Tiana Rakotovao Andriamahefa
When using make xconfig, the following compilation error appears : /usr/include/qt3/qvaluelist.h:427:13: error: ‘ptrdiff_t’ does not name a type Including stddef.h in scripts/kconfig/qconf.cc permits to avoid this error. Signed-off-by: Tiana Rakotovao Andriamahefa --- scripts/kconfig

Re: [PATCH] scripts: kconfig: qconf.cc: fix a compiliation error when using make xconfig

2013-01-13 Thread Tiana Rakotovao Andriamahefa
Le dimanche 13 janvier 2013 à 09:50:52, Michal Marek a écrit : > On 13.1.2013 04:28, Tiana Rakotovao Andriamahefa wrote: > > When using make xconfig, the following compilation error appears : > >/usr/include/qt3/qvaluelist.h:427:13: error: ‘ptrdiff_t’ does not name a > &g

Re: qt3 and ptrdiff_t build error

2013-01-16 Thread Tiana Rakotovao Andriamahefa
Le mercredi 16 janvier 2013 à 07:31:56, Ana Guerrero a écrit : > On Tue, Jan 15, 2013 at 11:12:51PM +0000, Tiana Rakotovao Andriamahefa wrote: > > Hi all, > > > > The build of an application using qt3 always fails into this > > kind of error (with GCC-4.6) : > >