| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 4 | |
Hi everyone, I was able to compile qt 4.3 on my SXDE box at. For those who are interested (or those who are into qt programming, but are solaris newbies like me , read on :-) ) 1) Install the JDS CBE (Java Desktop System Common Build Enviroment) JDS CBE is small, it's installation is easy. http://www.opensolaris.org/os/project/jds/contributing/building/;jsessionid=E77AD0746A96B028467460AAC38E8A93#jds-cbe 2) Get qt 4.3 and SunStudio 12 3) Source /opt/jdsbld/env.sh 4) a simple ./configure , make , make install is all you need to do! One question: now that i have compiled qt with suncc (ss12) , can i use gcc to compile applications that link to the sun-cc compiled qt? I ask this cause this would greatly simplify going after KDE4 dependencies Thanks Manish PS: I'll start going after KDE4 dependencies now.
begin:vcard
begin:vcard fn:Manish Chakravarty n:Chakravarty;Manish org:SpikeSource Inc;Solution Engineering adr:;;;Bangalore;Karnataka;56008;India email;internet:manishchaks@xxxxxxxxx title:Associate Software Developer tel;work:+91-8041810800 tel;fax:+91-8041810800 tel;pager:+91-9901030104 tel;home:+91-9901030104 tel;cell:+91-9901030104 x-mozilla-html:TRUE url:http://manish-chaks.livejournal.com version:2.1 end:vcard
Attachment:
Attachment:
signature.asc
Attachment:
Attachment:
signature.asc
Attachment:
Attachment:
signature.asc
Attachment:
Attachment:
signature.asc
Description: OpenPGP digital signature
Message 2 in thread
> No, C++ ABI incompatibilities prevent this.
>
So the best bet is to do the whole thing with SS12, as i understand.
begin:vcard
begin:vcard
fn:Manish Chakravarty
n:Chakravarty;Manish
org:SpikeSource Inc;Solution Engineering
adr:;;;Bangalore;Karnataka;56008;India
email;internet:manishchaks@xxxxxxxxx
title:Associate Software Developer
tel;work:+91-8041810800
tel;fax:+91-8041810800
tel;pager:+91-9901030104
tel;home:+91-9901030104
tel;cell:+91-9901030104
x-mozilla-html:TRUE
url:http://manish-chaks.livejournal.com
version:2.1
end:vcard
Description: OpenPGP digital signature
Message 3 in thread
Hi, Manish,
Have you tried examples/widgets/lineedits/lineedits, it would hang in
QBezier::split() on my nevada build 66.
PS. I also built qt-4.3 with SunStudio 12 and CBE 1.6.
Regards,
> Manish Chakravarty wrote:
>> Hi everyone,
>>
>> I was able to compile qt 4.3 on my SXDE box at.
>>
>> For those who are interested (or those who are into qt programming, but
>> are solaris newbies like me , read on :-) )
>>
>> 1) Install the JDS CBE (Java Desktop System Common Build Enviroment)
>> JDS CBE is small, it's installation is easy.
>> http://www.opensolaris.org/os/project/jds/contributing/building/;jsessionid=E77AD0746A96B028467460AAC38E8A93#jds-cbe
>>
>>
>> 2) Get qt 4.3 and SunStudio 12
>>
>> 3) Source /opt/jdsbld/env.sh
>>
>> 4) a simple ./configure , make , make install is all you need to do!
>>
>> One question: now that i have compiled qt with suncc (ss12) , can i use
>> gcc to compile applications that link to the sun-cc compiled qt?
>> I ask this cause this would greatly simplify going after KDE4
>> dependencies
>>
>> Thanks
>> Manish
>>
>> PS: I'll start going after KDE4 dependencies now.
>> _______________________________________________
>> opensolaris-discuss mailing list
>> opensolaris-discuss@xxxxxxxxxxxxxxx
>>
>
>
--
[ signature omitted ]
Message 4 in thread
Hi Yong,
Till now i have not.
Will surely try and let you know.
Thanks
Manish
Yong Sun wrote:
> Hi, Manish,
>
> Have you tried examples/widgets/lineedits/lineedits, it would hang in
> QBezier::split() on my nevada build 66.
>
> PS. I also built qt-4.3 with SunStudio 12 and CBE 1.6.
>
> Regards,
>> Manish Chakravarty wrote:
>>> Hi everyone,
>>>
>>> I was able to compile qt 4.3 on my SXDE box at.
>>>
>>> For those who are interested (or those who are into qt programming, but
>>> are solaris newbies like me , read on :-) )
>>>
>>> 1) Install the JDS CBE (Java Desktop System Common Build Enviroment)
>>> JDS CBE is small, it's installation is easy.
>>> http://www.opensolaris.org/os/project/jds/contributing/building/;jsessionid=E77AD0746A96B028467460AAC38E8A93#jds-cbe
>>>
>>>
>>> 2) Get qt 4.3 and SunStudio 12
>>>
>>> 3) Source /opt/jdsbld/env.sh
>>>
>>> 4) a simple ./configure , make , make install is all you need to do!
>>>
>>> One question: now that i have compiled qt with suncc (ss12) , can i use
>>> gcc to compile applications that link to the sun-cc compiled qt?
>>> I ask this cause this would greatly simplify going after KDE4
>>> dependencies
>>>
>>> Thanks
>>> Manish
>>>
>>> PS: I'll start going after KDE4 dependencies now.
>>> _______________________________________________
>>> opensolaris-discuss mailing list
>>> opensolaris-discuss@xxxxxxxxxxxxxxx
>>>
>>
>>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
begin:vcard
begin:vcard
fn:Manish Chakravarty
n:Chakravarty;Manish
org:SpikeSource Inc;Solution Engineering
adr:;;;Bangalore;Karnataka;56008;India
email;internet:manishchaks@xxxxxxxxx
title:Associate Software Developer
tel;work:+91-8041810800
tel;fax:+91-8041810800
tel;pager:+91-9901030104
tel;home:+91-9901030104
tel;cell:+91-9901030104
x-mozilla-html:TRUE
url:http://manish-chaks.livejournal.com
version:2.1
end:vcard
Description: OpenPGP digital signature
Message 5 in thread
Hi, Manish,
I just tried to rebuild the entire source code with debug enabled. Then
the problem disappeared. I think it may be caused by the compiler
optimization. :(
Regards,
Manish Chakravarty wrote:
> Hi Yong,
>
> Till now i have not.
> Will surely try and let you know.
>
> Thanks
> Manish
>
> Yong Sun wrote:
>
>> Hi, Manish,
>>
>> Have you tried examples/widgets/lineedits/lineedits, it would hang in
>> QBezier::split() on my nevada build 66.
>>
>> PS. I also built qt-4.3 with SunStudio 12 and CBE 1.6.
>>
>> Regards,
>>
>>> Manish Chakravarty wrote:
>>>
>>>> Hi everyone,
>>>>
>>>> I was able to compile qt 4.3 on my SXDE box at.
>>>>
>>>> For those who are interested (or those who are into qt programming, but
>>>> are solaris newbies like me , read on :-) )
>>>>
>>>> 1) Install the JDS CBE (Java Desktop System Common Build Enviroment)
>>>> JDS CBE is small, it's installation is easy.
>>>> http://www.opensolaris.org/os/project/jds/contributing/building/;jsessionid=E77AD0746A96B028467460AAC38E8A93#jds-cbe
>>>>
>>>>
>>>> 2) Get qt 4.3 and SunStudio 12
>>>>
>>>> 3) Source /opt/jdsbld/env.sh
>>>>
>>>> 4) a simple ./configure , make , make install is all you need to do!
>>>>
>>>> One question: now that i have compiled qt with suncc (ss12) , can i use
>>>> gcc to compile applications that link to the sun-cc compiled qt?
>>>> I ask this cause this would greatly simplify going after KDE4
>>>> dependencies
>>>>
>>>> Thanks
>>>> Manish
>>>>
>>>> PS: I'll start going after KDE4 dependencies now.
>>>> _______________________________________________
>>>> opensolaris-discuss mailing list
>>>> opensolaris-discuss@xxxxxxxxxxxxxxx
>>>>
>>>>
>>>
>> --
>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
>> "unsubscribe" in the subject or the body.
>> List archive and information: http://lists.trolltech.com/qt-interest/
>>
>>
>>
--
[ signature omitted ]
Message 6 in thread
Hi Yong
I have a release build. At the default options. Will check if the
problem occurs with my machine, confirm and let you know.
Thanks
Manish
Yong Sun wrote:
> Hi, Manish,
>
> I just tried to rebuild the entire source code with debug enabled.
> Then the problem disappeared. I think it may be caused by the compiler
> optimization. :(
>
> Regards,
>
> Manish Chakravarty wrote:
>> Hi Yong,
>>
>> Till now i have not.
>> Will surely try and let you know.
>>
>> Thanks
>> Manish
>>
>> Yong Sun wrote:
>>
>>> Hi, Manish,
>>>
>>> Have you tried examples/widgets/lineedits/lineedits, it would hang in
>>> QBezier::split() on my nevada build 66.
>>>
>>> PS. I also built qt-4.3 with SunStudio 12 and CBE 1.6.
>>>
>>> Regards,
>>>
>>>> Manish Chakravarty wrote:
>>>>
>>>>> Hi everyone,
>>>>>
>>>>> I was able to compile qt 4.3 on my SXDE box at.
>>>>>
>>>>> For those who are interested (or those who are into qt
>>>>> programming, but
>>>>> are solaris newbies like me , read on :-) )
>>>>>
>>>>> 1) Install the JDS CBE (Java Desktop System Common Build Enviroment)
>>>>> JDS CBE is small, it's installation is easy.
>>>>> http://www.opensolaris.org/os/project/jds/contributing/building/;jsessionid=E77AD0746A96B028467460AAC38E8A93#jds-cbe
>>>>>
>>>>>
>>>>>
>>>>> 2) Get qt 4.3 and SunStudio 12
>>>>>
>>>>> 3) Source /opt/jdsbld/env.sh
>>>>>
>>>>> 4) a simple ./configure , make , make install is all you need to do!
>>>>>
>>>>> One question: now that i have compiled qt with suncc (ss12) , can
>>>>> i use
>>>>> gcc to compile applications that link to the sun-cc compiled qt?
>>>>> I ask this cause this would greatly simplify going after KDE4
>>>>> dependencies
>>>>>
>>>>> Thanks
>>>>> Manish
>>>>>
>>>>> PS: I'll start going after KDE4 dependencies now.
>>>>> _______________________________________________
>>>>> opensolaris-discuss mailing list
>>>>> opensolaris-discuss@xxxxxxxxxxxxxxx
>>>>>
>>>>
>>> --
>>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
>>> "unsubscribe" in the subject or the body.
>>> List archive and information: http://lists.trolltech.com/qt-interest/
>>>
>>>
>>>
>
>
begin:vcard
begin:vcard
fn:Manish Chakravarty
n:Chakravarty;Manish
org:SpikeSource Inc;Solution Engineering
adr:;;;Bangalore;Karnataka;56008;India
email;internet:manishchaks@xxxxxxxxx
title:Associate Software Developer
tel;work:+91-8041810800
tel;fax:+91-8041810800
tel;pager:+91-9901030104
tel;home:+91-9901030104
tel;cell:+91-9901030104
x-mozilla-html:TRUE
url:http://manish-chaks.livejournal.com
version:2.1
end:vcard
Description: OpenPGP digital signature