Invalid type conversions

Tim Jackson <[email protected]> Mon, 6 Aug 2018 22:49:31 +0200
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
Hi

Having tried to build the latest version in Github on Fedora 28, there are a 
lot of type conversion (and/or similar) errors which cause it to fail. I 
suspect they're trivial or simple to fix, but I'm lacking sufficient 
knowledge. Can anyone help?

Here's a couple of examples:

src/action_event.cpp: In member function 'void ActionEvent::init(wxWindow*, 
int, LogItemType, const wxString&, const wxString&)':
src/action_event.cpp:118:17: error: ambiguous overload for 'operator<<' 
(operand types are 'wxString' and 'const char [4]')
cat << action << "|||" << msg;

src/action_event.cpp:118:20: error: conversion from 'const char [4]' to 'const 
wxString' is ambiguous
cat << action << "|||" << msg;
Full details at https://github.com/RapidSVN/RapidSVN/issues/35

Thanks

Tim

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=3623661

To unsubscribe from this discussion, e-mail: [[email protected]].