I'm getting a bunch of weird errors like this when building:
[ 1%] Building CXX object src/CMakeFiles/guayadeque.dir/AlListBox.o In file included from /home/l300m/guayadeque/src/PlayerPanel.h:28:0, from /home/l300m/guayadeque/src/AlbumBrowser.h:27, from /home/l300m/guayadeque/src/MainFrame.h:24, from /home/l300m/guayadeque/src/AlListBox.cpp:28: /home/l300m/guayadeque/src/MediaCtrl.h: In member function ‘void guFaderPlayBin::EndFade()’: /home/l300m/guayadeque/src/MediaCtrl.h:287:50: warning: deleting object of polymorphic class type ‘guTimeLine’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] ^Cmake[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Interrupt make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Interrupt make: *** [all] Interrupt
and I get an error 2 and error 1 so I can't try installing:
/home/l300m/guayadeque/src/EditWithOptions.h:44:5: note: no known conversion for argument 5 from ‘wxSortedArrayString’ to ‘const wxArrayString&’ /home/l300m/guayadeque/src/EditWithOptions.h:38:7: note: guEditWithOptions::guEditWithOptions(const guEditWithOptions&) /home/l300m/guayadeque/src/EditWithOptions.h:38:7: note: candidate expects 1 argument, 5 provided make[2]: *** [src/CMakeFiles/guayadeque.dir/MainFrame.o] Error 1 make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2 make: *** [all] Error 2
The whole log is rather long but it all seems related to both of those 2 snippets^ making me think it's something to do with wxwidgets perhaps?
I half remember having a problem with wxwidgets before but I don't want to forget this
I solved this using advice you gave kovtunos, they sent to me in a pm a long time ago, this is why I remember reading about a wxwidgets problem but couldn't remember where:
<<Please try removing wxWidgets-devel and installing wxWidgets-wxcontainer-devel<br /> That did it for me.