Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2015 18:14:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199916] games/wxlauncher: fails to build with WX3 on 8.4R and 9.3R
Message-ID:  <bug-199916-13-q0O7NxYTLc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199916-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199916-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199916

lightside <lightside@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(lights |maintainer-feedback+
                   |ide@gmx.com)                |

--- Comment #3 from lightside <lightside@gmx.com> ---
Hello, Jan Beich.

Thanks for the patches.

The patch in attachment 156330 is clever, because there is a difference in
wxDateTime::ParseFormat implementations for wxWidgets 2.8.12 (returns (const
wxChar *)):
http://docs.wxwidgets.org/2.8.12/wx_wxdatetime.html#wxdatetimeparseformat
and wxWidgets 3.0.2 (returns bool):
http://docs.wxwidgets.org/3.0.2/classwx_date_time.html#a5d01d56c310d505a093f1a7f25086a1b
Otherwise it would be WX3 option dependent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199916-13-q0O7NxYTLc>