Re: [Qt-creator] Unable to build on Solaris

2010-11-20 Thread André Pönitz
On Tuesday 16 November 2010 14:34:12 ext Murphy, Sean M. wrote: > I'm trying to build QtCreator on Solaris, and I'm hitting the following snag: > > > make > cd src/ && /data1/u/murphy/qt-4.7.1/bin/qmake > /data1/u/murphy/qt-creator-2.1.0-beta1-src/src/src.pro -o Makefile > cd src/ && make -f Make

Re: [Qt-creator] Unable to build on Solaris

2010-11-19 Thread Murphy, Sean M.
> I have built Qt from source code twice in the past (last time the > Qt-4.5.1 branch, if I remember well). This on a Solaris 9 machine, and > it took about 16 whole hours to compile the whole thing. It felt as > though it would take forever... I've heard from a co-worker, that Qt-4.5.x was the

Re: [Qt-creator] Unable to build on Solaris

2010-11-18 Thread Victor Sardina
eator-boun...@trolltech.com >> [mailto:qt-creator- boun...@trolltech.com] On Behalf Of Coda >> Highland Sent: Tuesday, November 16, 2010 10:12 AM To: >> qt-creator@trolltech.com Subject: Re: [Qt-creator] Unable to build >> on Solaris >> >> As I recall, Solaris's C+

Re: [Qt-creator] Unable to build on Solaris

2010-11-17 Thread Oswald Buddenhagen
hi, On Tue, Nov 16, 2010 at 02:34:12PM +0100, ext Murphy, Sean M. wrote: > ".moc/release-shared/../../../../../../qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent/runextensions.h", > line 354: Error: Templates can only declare classes or functions. > > > > I'm using Qt 4.7.1, Solaris Studio 12

Re: [Qt-creator] Unable to build on Solaris

2010-11-16 Thread Murphy, Sean M.
er 16, 2010 10:12 AM > To: qt-creator@trolltech.com > Subject: Re: [Qt-creator] Unable to build on Solaris > > As I recall, Solaris's C++ compiler has almost as many template issues > as MSVC6. > > Is there a Solaris port of gcc? Might try that. > > /s/ Adam > >

Re: [Qt-creator] Unable to build on Solaris

2010-11-16 Thread Peter Pearson
On 16/11/10 15:14, Murphy, Sean M. wrote: >>> CC -c -m64 -library=stlport4 -O -xldscope=hidden -mt -KPIC - >> DBUILD_QTCONCURRENT -DIDE_LIBRARY_BASENAME=\"lib\" - >> DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS - >> DQT_USE_FAST_CONCATENATION -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB - >> DQT_SH

Re: [Qt-creator] Unable to build on Solaris

2010-11-16 Thread Murphy, Sean M.
> > CC -c -m64 -library=stlport4 -O -xldscope=hidden -mt -KPIC - > DBUILD_QTCONCURRENT -DIDE_LIBRARY_BASENAME=\"lib\" - > DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS - > DQT_USE_FAST_CONCATENATION -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB - > DQT_SHARED -I../../../../qt-4.7.1/mkspecs/solaris-cc

Re: [Qt-creator] Unable to build on Solaris

2010-11-16 Thread Coda Highland
As I recall, Solaris's C++ compiler has almost as many template issues as MSVC6. Is there a Solaris port of gcc? Might try that. /s/ Adam On Tue, Nov 16, 2010 at 8:34 AM, André Pönitz wrote: > On Tuesday 16 November 2010 14:34:12 ext Murphy, Sean M. wrote: >> I'm trying to build QtCreator on So

Re: [Qt-creator] Unable to build on Solaris

2010-11-16 Thread eike.ziller
On Nov 16, 2010, at 2:49 PM, ext Oswald Buddenhagen wrote: > hi, > > On Tue, Nov 16, 2010 at 02:34:12PM +0100, ext Murphy, Sean M. wrote: >> ".moc/release-shared/../../../../../../qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent/runextensions.h", >> line 354: Error: Templates can only declare c

[Qt-creator] Unable to build on Solaris

2010-11-16 Thread Murphy, Sean M.
I'm trying to build QtCreator on Solaris, and I'm hitting the following snag: > make cd src/ && /data1/u/murphy/qt-4.7.1/bin/qmake /data1/u/murphy/qt-creator-2.1.0-beta1-src/src/src.pro -o Makefile cd src/ && make -f Makefile cd libs/ && /data1/u/murphy/qt-4.7.1/bin/qmake /data1/u/murphy/qt-crea