hi.
I get the following problem when compiling:
In file included from GUI.h:24,
from GUI.cc:4:
ParameterView.h:34: warning: `class ParameterView' has virtual functions but
non-virtual destructor
In file included from GUI.h:29,
from GUI.cc:4:
ControllerMapDialog.h: In method `gint ControllerMapDialog::delete_event_impl(GdkEventAny
*)':
ControllerMapDialog.h:25: warning: control reaches end of non-void function
`ControllerMapDialog::delete_event_impl(GdkEventAny *)'
In file included from GUI.cc:4:
GUI.h: In method `int GUI::delete_events(GdkEventAny *, Gtk::Window *)':
GUI.h:63: warning: control reaches end of non-void function
`GUI::delete_events(GdkEventAny *, Gtk::Window *)'
GUI.cc: In method `GUI::GUI(Config &, MidiController &, VoiceAllocationUnit &,
int *, GenericOutput &, const char *)':
GUI.cc:152: implicit declaration of function `int WEXITSTATUS(...)'
GUI.cc: In method `gint GUI::idle_callback()':
GUI.cc:962: warning: control reaches end of non-void function `GUI::idle_callback()'
make[3]: *** [GUI.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
configure worked fine.
regards.
Yassen