Difference between revisions of "256-fall-2008/hw2/FAQ"

From CCRMA Wiki
Jump to: navigation, search
(Asked Questions)
(Asked Questions)
Line 5: Line 5:
 
* what?
 
* what?
  
   Anyone get an error similar to this when compiling RtAudio with RtMidi?  I searched through the code and couldn't even find an variable vtable...I have not idea.  Maybe the way my make file is done?  I'm just #include-ing not even, calling the function...:(
+
   Anyone get an error similar to this when compiling RtAudio with RtMidi?  I searched through the code and couldn't even find an variable vtable...
 +
I have not idea.  Maybe the way my make file is done?  I'm just #include-ing not even, calling the function...:(
  
  

Revision as of 01:50, 15 October 2008

back to assignment #2

Asked Questions

  • what?
 Anyone get an error similar to this when compiling RtAudio with RtMidi?  I searched through the code and couldn't even find an variable vtable...

I have not idea. Maybe the way my make file is done? I'm just #include-ing not even, calling the function...:(


/home/njb/mus256/hw2/partII/RtMidi.cpp:72: undefined reference to `vtable for RtMidiIn'

/home/njb/mus256/hw2/partII/RtMidi.cpp:74: undefined reference to `RtMidiIn::initialize()'

/home/njb/mus256/hw2/partII/RtMidi.cpp:72: undefined reference to `vtable for RtMidiIn'

/home/njb/mus256/hw2/partII/RtMidi.cpp:74: undefined reference to `RtMidiIn::initialize()'

RtMidi.o: In function `RtMidiOut':

/home/njb/mus256/hw2/partII/RtMidi.cpp:147: undefined reference to `vtable for RtMidiOut'

/home/njb/mus256/hw2/partII/RtMidi.cpp:149: undefined reference to `RtMidiOut::initialize()'

/home/njb/mus256/hw2/partII/RtMidi.cpp:147: undefined reference to `vtable for RtMidiOut'

/home/njb/mus256/hw2/partII/RtMidi.cpp:149: undefined reference to `RtMidiOut::initialize()'

-Nick