Re: compiling guayadeque on rawhide and f38 - error: ambiguous overload for 'operator!='

2023-02-24 Thread Martin Gansser
did work, many thanks.

Regards
Martin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: compiling guayadeque on rawhide and f38 - error: ambiguous overload for 'operator!='

2023-02-24 Thread Mamoru TASAKA

Martin Gansser wrote on 2023/02/24 18:23:

Hi,

when i compile guayadeque-0.4.7 [1] on rawhide and f38 i get the following 
error messages [2]:

/builddir/build/BUILD/guayadeque-0.4.7/src/taginfo/TagInfo.cpp: In member function 
'virtual bool Guayadeque::guGStreamerTagInfo::ReadGStreamerTags(const 
wxString&)':
/usr/include/glib-2.0/glib/gstrfuncs.h:209:22: error: ambiguous overload for 
'operator!=' (operand types are 'wxCStrData' and 'long int')
   209 | (G_LIKELY ((STR) != NULL) ?
   \
   |  ^

[1] https://src.fedoraproject.org/rpms/guayadeque/tree/master
[2] https://kojipkgs.fedoraproject.org//work/tasks/1757/97931757/build.log

How can i solve this ?


Perhaps
2533 | uri = g_strdup( filename.c_str() );
needs explicit cast like

uri = g_strdup ( (const gchar*)filename.c_str() );



Regards
Martin


Regards,
Mamoru
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


compiling guayadeque on rawhide and f38 - error: ambiguous overload for 'operator!='

2023-02-24 Thread Martin Gansser
Hi,

when i compile guayadeque-0.4.7 [1] on rawhide and f38 i get the following 
error messages [2]:

/builddir/build/BUILD/guayadeque-0.4.7/src/taginfo/TagInfo.cpp: In member 
function 'virtual bool Guayadeque::guGStreamerTagInfo::ReadGStreamerTags(const 
wxString&)':
/usr/include/glib-2.0/glib/gstrfuncs.h:209:22: error: ambiguous overload for 
'operator!=' (operand types are 'wxCStrData' and 'long int')
  209 | (G_LIKELY ((STR) != NULL) ? 
  \
  |  ^

[1] https://src.fedoraproject.org/rpms/guayadeque/tree/master
[2] https://kojipkgs.fedoraproject.org//work/tasks/1757/97931757/build.log

How can i solve this ?

Regards
Martin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue