-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails #35
Comments
Sorry to be slow getting back to you. I have never tried to compile with clang, only with gcc. The error looks like it is in the wxWindows code, which is one of the older less well maintained parts of the code, so I am not certain what to say. wx has moved a major version past the one the Ecce uses, specifically to deal with unicode issues, and this looks like where the problem is.
On Aug 28, 2018, at 1:36 PM, ***@***.*** ***@***.***> wrote:
clang-6 fails to build it on FreeBSD 11.2:
c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -I/usr/ports/science/ecce/work/ECCE-7.3.4-beta-8-gaf79f45/include -I/usr/include/freetype2/freetype -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_THREAD_SAFE -I/usr/ports/science/ecce/work/ECCE-7.3.4-beta-8-gaf79f45/3rdparty/xerces/include -c BookmarkEditor.C -o /usr/ports/science/ecce/work/ECCE-7.3.4-beta-8-gaf79f45/obj/organizer/BookmarkEditor.o
BookmarkEditor.C:85:28: error: no viable conversion from 'wxCStrData' to 'std::__1::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >')
setBookmarkName(pos, value.c_str());
^~~~~~~~~~~~~
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#35>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AcDHgEjRBrIo7hxUBG1KV6yDXGBztE5rks5uVZvPgaJpZM4WQQyv>.
Matthew Asplund
matt@asplundfamily.org
|
There is also this error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clang-6 fails to build it on FreeBSD 11.2:
The text was updated successfully, but these errors were encountered: