Code: Select all
g++.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.But the following error appears:
Code: Select all
make[2]: Entering directory '/home/Ivan/ZynAddSubFX-2.4.0/src/Input'
g++ -O6 -Wall -g -DOS_WINDOWS -DWINMIDIIN -DFFTW_VERSION_3 -DASM_F2I_YES -ggdb -DFLTK_GUI 'fltk-config --cflags' -DPAAUDIOOUT -c -o WINMidiIn.o WINMidiIn.cpp
In file included from ../Misc/../Effects/../Controls/DelayCtl.h:22,
from ../Misc/../Effects/Echo.h:30,
from ../Misc/../Effects/EffectMgr.h:29,
from ../Misc/Master.h:28,
from WINMidiIn.h:27,
from WINMidiIn.cpp:29:
../Misc/../Effects/../Controls/Control.h:27: warning: 'class Control' has virtual functions but non-virtual destructor
In file included from ../Misc/../Effects/Echo.h:30,
from ../Misc/../Effects/EffectMgr.h:29,
from ../Misc/Master.h:28,
from WINMidiIn.h:27,
from WINMidiIn.cpp:29:
../Misc/../Effects/../Controls/DelayCtl.h:30: warning: 'class DelayCtl' has virtual functions but non-virtual destructor
WINMidiIn.cpp:35: error: cannot declare variable 'midictl' to be of type 'MidiIn'
WINMidiIn.cpp:35: error: because the following virtual functions are abstract:
MidiIn.h:41: error: virtual void MidiIn::getmidicmd(MidiCmdType&, unsigned char&, int*)
WINMidiIn.cpp: In function 'void WinMidiInProc(HMIDIIN__*, UINT, DWORD, DWORD, DWORD)':
WINMidiIn.cpp:40: warning: unused variable 'midicommand'
make[2]: *** [WINMidiIn.o] Error 1
make[2]: Leaving directory '/home/Ivan/ZynAddSubFX-2.4.0/src/Input'
make[1]: *** [Input] Error 2
make[1]: Leaving directory '/home/Ivan/ZynAddSubFX-2.4.0/src'
make: *** [all] Error 2
