Sam Bateman
2005-07-13 02:26:00 UTC
I've downloaded audiere-1.9.3.tar.gz, gunzipped it, ran ./configure
all without a hitch. Then, when I try to make it, I get this error:
DeviceFrame.cpp:40: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:41: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:42: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:43: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:44: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:45: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:46: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:47: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:48: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:49: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:50: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:51: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
Audiere seems like it would be a great way for me to use music and
sound effects in my programs, but I can't use it if it won't compile.
Any solutions?
all without a hitch. Then, when I try to make it, I get this error:
DeviceFrame.cpp:40: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:41: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:42: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:43: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:44: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:45: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:46: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:47: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:48: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:49: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:50: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
DeviceFrame.cpp:51: error: invalid static_cast from type `void
(DeviceFrame::*)()' to type `void (wxEvtHandler::*)(wxCommandEvent&)'
Audiere seems like it would be a great way for me to use music and
sound effects in my programs, but I can't use it if it won't compile.
Any solutions?