All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto] qtwayland compile issue 5.15 #dunfell
@ 2020-11-18  2:59 sateesh m
  0 siblings, 0 replies; 11+ messages in thread
From: sateesh m @ 2020-11-18  2:59 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 144 bytes --]

Hi Guys,

I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.

Regards,
Sateesh




[-- Attachment #1.2: Type: text/html, Size: 209 bytes --]

[-- Attachment #2: qtwayland_issue.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 37748 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  5:40 ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
@ 2020-11-18 16:34   ` Khem Raj
  2 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18 16:34 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list



On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote:
> Find  QSizeF
> 
> newSize(qMax(width, 1.0), qMax(height, 1.0));
> 
> in src/compositor/extensions/qwaylandxdgshellv5.cpp
> 
> and change it to
> newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));
> 
> and see if it helps.
> 

btw. qtwaywand worked fine with gcc and clang on latest master for rv64
so please describe any local changes you are carrying

> On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>>
>> Hi Guys,
>>
>>                I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>>
>>
>>
>> Regards,
>> Sateesh
>>
>>
> 
> 
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  5:40 ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
@ 2020-11-18 16:34   ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
  2 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18 16:34 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]



On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote:
> Find  QSizeF
> 
> newSize(qMax(width, 1.0), qMax(height, 1.0));
> 
> in src/compositor/extensions/qwaylandxdgshellv5.cpp
> 
> and change it to
> newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));
> 
> and see if it helps.
> 

btw. qtwaywand worked fine with gcc and clang on latest master for rv64
so please describe any local changes you are carrying

> On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>>
>> Hi Guys,
>>
>>                I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>>
>>
>>
>> Regards,
>> Sateesh
>>
>>
> 
> 
> 
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  5:40 ` Khem Raj
@ 2020-11-18 16:34   ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
  2 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18 16:34 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]



On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote:
> Find  QSizeF
> 
> newSize(qMax(width, 1.0), qMax(height, 1.0));
> 
> in src/compositor/extensions/qwaylandxdgshellv5.cpp
> 
> and change it to
> newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));
> 
> and see if it helps.
> 

btw. qtwaywand worked fine with gcc and clang on latest master for rv64
so please describe any local changes you are carrying

> On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>>
>> Hi Guys,
>>
>>                I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>>
>>
>>
>> Regards,
>> Sateesh
>>
>>
> 
> 
> 
> 
> 
> 
> 




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  2:59 sateesh m
@ 2020-11-18  5:40 ` Khem Raj
  2020-11-18  5:40 ` Khem Raj
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18  5:40 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list

Find  QSizeF

newSize(qMax(width, 1.0), qMax(height, 1.0));

in src/compositor/extensions/qwaylandxdgshellv5.cpp

and change it to
newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));

and see if it helps.

On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>
> Hi Guys,
>
>               I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>
>
>
> Regards,
> Sateesh
> 
>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  2:59 sateesh m
                   ` (2 preceding siblings ...)
  2020-11-18  5:40 ` Khem Raj
@ 2020-11-18  5:40 ` Khem Raj
  2020-11-18 16:34   ` Khem Raj
                     ` (2 more replies)
  3 siblings, 3 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18  5:40 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

Find  QSizeF

newSize(qMax(width, 1.0), qMax(height, 1.0));

in src/compositor/extensions/qwaylandxdgshellv5.cpp

and change it to
newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));

and see if it helps.

On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>
> Hi Guys,
>
>               I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>
>
>
> Regards,
> Sateesh
> 
>




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  2:59 sateesh m
  2020-11-18  5:40 ` [yocto] " Khem Raj
  2020-11-18  5:40 ` Khem Raj
@ 2020-11-18  5:40 ` Khem Raj
  2020-11-18  5:40 ` Khem Raj
  3 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18  5:40 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

Find  QSizeF

newSize(qMax(width, 1.0), qMax(height, 1.0));

in src/compositor/extensions/qwaylandxdgshellv5.cpp

and change it to
newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));

and see if it helps.

On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>
> Hi Guys,
>
>               I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>
>
>
> Regards,
> Sateesh
> 
>







^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [yocto] qtwayland compile issue 5.15 #dunfell
  2020-11-18  2:59 sateesh m
  2020-11-18  5:40 ` [yocto] " Khem Raj
@ 2020-11-18  5:40 ` Khem Raj
  2020-11-18  5:40 ` Khem Raj
  2020-11-18  5:40 ` Khem Raj
  3 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2020-11-18  5:40 UTC (permalink / raw)
  To: sateesh m; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

Find  QSizeF

newSize(qMax(width, 1.0), qMax(height, 1.0));

in src/compositor/extensions/qwaylandxdgshellv5.cpp

and change it to
newSize(qMax((double)width, 1.0), qMax((double)height, 1.0));

and see if it helps.

On Tue, Nov 17, 2020 at 6:59 PM sateesh m <sateesh0457@gmail.com> wrote:
>
> Hi Guys,
>
>               I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.
>
>
>
> Regards,
> Sateesh
> 
>




^ permalink raw reply	[flat|nested] 11+ messages in thread

* [yocto] qtwayland compile issue 5.15 #dunfell
@ 2020-11-18  2:59 sateesh m
  0 siblings, 0 replies; 11+ messages in thread
From: sateesh m @ 2020-11-18  2:59 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 144 bytes --]

Hi Guys,

I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.

Regards,
Sateesh




[-- Attachment #1.2: Type: text/html, Size: 209 bytes --]

[-- Attachment #2: qtwayland_issue.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 37748 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [yocto] qtwayland compile issue 5.15 #dunfell
@ 2020-11-18  2:59 sateesh m
  0 siblings, 0 replies; 11+ messages in thread
From: sateesh m @ 2020-11-18  2:59 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 150 bytes --]

Hi Guys,

I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.

Regards,
Sateesh







[-- Attachment #1.2: Type: text/html, Size: 209 bytes --]

[-- Attachment #2: qtwayland_issue.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 37748 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [yocto] qtwayland compile issue 5.15 #dunfell
@ 2020-11-18  2:59 sateesh m
  0 siblings, 0 replies; 11+ messages in thread
From: sateesh m @ 2020-11-18  2:59 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 144 bytes --]

Hi Guys,

I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue.

Regards,
Sateesh




[-- Attachment #1.2: Type: text/html, Size: 209 bytes --]

[-- Attachment #2: qtwayland_issue.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 37748 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-11-19 18:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18  2:59 [yocto] qtwayland compile issue 5.15 #dunfell sateesh m
  -- strict thread matches above, loose matches on Subject: below --
2020-11-18  2:59 sateesh m
2020-11-18  2:59 sateesh m
2020-11-18  2:59 sateesh m
2020-11-18  2:59 sateesh m
2020-11-18  5:40 ` [yocto] " Khem Raj
2020-11-18  5:40 ` Khem Raj
2020-11-18  5:40 ` Khem Raj
2020-11-18  5:40 ` Khem Raj
2020-11-18 16:34   ` Khem Raj
2020-11-18 16:34   ` Khem Raj
2020-11-18 16:34   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.