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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to