Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, February 2007
Qt on Solaris


Message 1 in thread

Hi All,
 
While downloading the evalution kit, it is asked if we want to dovelop
on linux MAC or windows.
Is solaris not supported ?
 
When I try to do a configure on Solaris for the linux kit, it aborts
giving an error during compilation :-(
 
Thnx
Prateek
 

Message 2 in thread

On Friday 16 February 2007 06:47, Prateek Tiwari wrote:
> Hi All,
>
> While downloading the evalution kit, it is asked if we want to dovelop
> on linux MAC or windows.
> Is solaris not supported ?

Yes, it is. See http://www.trolltech.com/developer/notes/supported_platforms 
for a list of all supported platform+compiler combinations

> When I try to do a configure on Solaris for the linux kit, it aborts
> giving an error during compilation :-(

Without know what the error is, it's difficult to say what the problem could 
be. :) If you have a supported evaluation license, you should have gotten 
information on how to get support during the evaluation period. If not, could 
you send the error to this list? Someone may know how to solve the problem.

-- 
 [ signature omitted ] 

Message 3 in thread

I skipped the error info as I was compiling linux kit on solaris. 
This is the error :-

CC  -c -o qvariant.o    -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/src/corelib/arch/generic
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/include
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/include/QtCore
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/include
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/include/QtCore
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/src/corelib/global
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/src/3rdparty/md5
-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL
-DQT_BUILD_QMAKE -DQT_NO_COMPRESS
-I/home/ptiwari/QT/qt-x11-eval-src-4.2.2/mkspecs/solaris-cc
-DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT
/home/ptiwari/QT/qt-x11-eval-src-4.2.2/src/corelib/kernel/qvariant.cpp
"/home/ptiwari/QT/qt-x11-eval-src-4.2.2/include/QtCore/../../src/corelib
/io/qdebug.h", line 149: Error: Overloading ambiguity between
"operator<<(QDebug, const QVariant&)" and "QDebug::operator<<(bool)".

To me it looks like a compiler issue ..  Has anyone also encountered the
same problem ?

Thnx
Prateek

-----Original Message-----
From: Bradley T Hughes [mailto:bhughes@xxxxxxxxxxxxx] 
Sent: Friday, February 16, 2007 11:50 AM
To: qt-interest@xxxxxxxxxxxxx
Cc: Prateek Tiwari
Subject: Re: Qt on Solaris

On Friday 16 February 2007 06:47, Prateek Tiwari wrote:
> Hi All,
>
> While downloading the evalution kit, it is asked if we want to dovelop

> on linux MAC or windows.
> Is solaris not supported ?

Yes, it is. See
http://www.trolltech.com/developer/notes/supported_platforms
for a list of all supported platform+compiler combinations

> When I try to do a configure on Solaris for the linux kit, it aborts 
> giving an error during compilation :-(

Without know what the error is, it's difficult to say what the problem
could be. :) If you have a supported evaluation license, you should have
gotten information on how to get support during the evaluation period.
If not, could you send the error to this list? Someone may know how to
solve the problem.

--
 [ signature omitted ] 

Message 4 in thread

On Friday 16 February 2007 07:27, Prateek Tiwari wrote:
> I skipped the error info as I was compiling linux kit on solaris.
> This is the error :-
[snip]
>
> To me it looks like a compiler issue ..  Has anyone also encountered the
> same problem ?

Indeed. Which version of CC? Have you looked at 
http://www.trolltech.com/developer/notes/compilers/suncc? Do you have all the 
patches for the compiler installed?

-- 
 [ signature omitted ]