Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. scons: done reading SConscript files.
  2. scons: Building targets ...
  3. g++ -o Src/GUI/MainFrame.o -c -DRENDERER_OPENGL -pthread -O3 -DNDEBUG=1 -DwxUSE_GLCANVAS=1 -D_ALSA -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -ISrc -I. -Ilibjdkmidi/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include Src/GUI/MainFrame.cpp
  4. g++ -o Src/GUI/MeasureBar.o -c -DRENDERER_OPENGL -pthread -O3 -DNDEBUG=1 -DwxUSE_GLCANVAS=1 -D_ALSA -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -ISrc -I. -Ilibjdkmidi/include -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include Src/GUI/MeasureBar.cpp
  5. Src/GUI/MainFrame.cpp: In member function 'void AriaMaestosa::MainFrame::init()':
  6. Src/GUI/MainFrame.cpp:424: error: conversion from 'const char [13]' to 'const wxString' is ambiguous
  7. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  8. /usr/include/wx-2.8/wx/string.h:682: note: wxString::wxString(int) <near match>
  9. Src/GUI/MainFrame.cpp: In member function 'void AriaMaestosa::MainFrame::loadMidiFile(wxString)':
  10. Src/GUI/MainFrame.cpp:1376: error: no matching function for call to 'wxStaticText::SetLabel(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
  11. /usr/include/wx-2.8/wx/gtk/stattext.h:38: note: candidates are: virtual void wxStaticText::SetLabel(const wxString&)
  12. scons: *** [Src/GUI/MainFrame.o] Error 1
  13. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement