Skip to content
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

Open
yurivict opened this issue Aug 28, 2018 · 2 comments
Open

Build fails #35

yurivict opened this issue Aug 28, 2018 · 2 comments

Comments

@yurivict
Copy link

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());
                           ^~~~~~~~~~~~~
@mattasplund
Copy link
Collaborator

mattasplund commented Sep 6, 2018 via email

@yurivict
Copy link
Author

yurivict commented Sep 7, 2018

There is also this error:

KeyValueReader.C:68:17: error: comparison between pointer and integer ('char *' and 'int')
    while (cptr != '\0') {
           ~~~~ ^  ~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants