* [gentoo-desktop] [kde-sunset] qt-3 fails to compile with a gcc-4.6
@ 2012-10-19 0:41 Fat-Zer
2012-10-19 14:31 ` [gentoo-desktop] " Duncan
0 siblings, 1 reply; 2+ messages in thread
From: Fat-Zer @ 2012-10-19 0:41 UTC (permalink / raw
To: gentoo-desktop
[-- Attachment #1.1: Type: text/plain, Size: 232 bytes --]
Qt-3 fails to compile with a gcc-4.6 becouse ptrdiff_t was restricted dined
in <cstddef>.
Here is a small fix path in the atach. Could somebody add it to the overlay?
I'm not sure if i should write abouat a kde stuff here... am I?
[-- Attachment #1.2: Type: text/html, Size: 294 bytes --]
[-- Attachment #2: qt-3.8.2b-gcc-4.6.patch --]
[-- Type: application/octet-stream, Size: 310 bytes --]
--- ./qt-x11-free-3.3.8b/include/qvaluelist.h.orig 2008-01-15 22:09:13.000000000 +0300
+++ ./qt-x11-free-3.3.8b/include/qvaluelist.h 2012-10-19 04:29:29.137621806 +0400
@@ -50,6 +50,7 @@
#ifndef QT_NO_STL
#include <iterator>
#include <list>
+#include <cstddef>
#endif
//#define QT_CHECK_VALUELIST_RANGE
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-desktop] Re: [kde-sunset] qt-3 fails to compile with a gcc-4.6
2012-10-19 0:41 [gentoo-desktop] [kde-sunset] qt-3 fails to compile with a gcc-4.6 Fat-Zer
@ 2012-10-19 14:31 ` Duncan
0 siblings, 0 replies; 2+ messages in thread
From: Duncan @ 2012-10-19 14:31 UTC (permalink / raw
To: gentoo-desktop
Fat-Zer posted on Fri, 19 Oct 2012 04:41:29 +0400 as excerpted:
> I'm not sure if i should write abouat a kde stuff here... am I?
Yes, this is the place for kde-sunset discussion, along with other
desktop issues. (I'm a kde4 user here, with USE=-semantic-desktop set
FWIW, so won't try to answer your main question, but kde-sunset posts do
occur regularly here; this is the right place. I can answer that.)
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-19 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19 0:41 [gentoo-desktop] [kde-sunset] qt-3 fails to compile with a gcc-4.6 Fat-Zer
2012-10-19 14:31 ` [gentoo-desktop] " Duncan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox