Re: [Interest] qt-everywhere-opensource-src-4.8.0 build errors?

2012-01-20 Thread Konstantin Tokarev
20.01.2012, 01:10, Carl Schumann schum...@fnal.gov: Thanks for your response.  We are using GCC 4.1.2. If you use RHEL or CentOS 5, you can easily install GCC 4.4.0 from repositories. -- Regards, Konstantin ___ Interest mailing list

Re: [Interest] qt-everywhere-opensource-src-4.8.0 build errors?

2012-01-19 Thread Alan Ezust
The key line is this one: cc1plus: warnings being treated as errors If you edit the file WebKit.pri and comment the line # !CONFIG(standalone_package):isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror And rebuild, that should make the problem go away. On Thu, Jan 19,

Re: [Interest] qt-everywhere-opensource-src-4.8.0 build errors?

2012-01-19 Thread Carl Schumann
Thanks for your response. We are using GCC 4.1.2. On 1/19/2012 3:01 PM, Thiago Macieira wrote: On Thursday, 19 de January de 2012 11.26.51, Alan Ezust wrote: The key line is this one: cc1plus: warnings being treated as errors If you edit the file WebKit.pri and comment the line #

Re: [Interest] qt-everywhere-opensource-src-4.8.0 build errors?

2012-01-19 Thread Thiago Macieira
On Thursday, 19 de January de 2012 15.10.06, Carl Schumann wrote: Thanks for your response. We are using GCC 4.1.2. That's pretty old... We support GCC 4.2 only because that's what Apple ships Mac OS X with. Given the choice, we'd rather support compilers released in the past 3 or 4 years