Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 00:26:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223758] math/saga: fail build with wxgtk30 - 3.0.3.1
Message-ID:  <bug-223758-13-PS9vB1bEX3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223758-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223758-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=3D223758

--- Comment #1 from rozhuk.im@gmail.com ---
Probably this can be fixed by change:

   if( Stream.Open(FileName.GetFullPath().wc_str(), SG_FILE_R) &&
Stream.Read(Description, Stream.Length()) )

to

   if( Stream.Open(static_cast<const
wchar_t*>(FileName.GetFullPath().wc_str()), SG_FILE_R) &&
Stream.Read(Description, Stream.Length()) )

--=20
You are receiving this mail because:
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-223758-13-PS9vB1bEX3>