Jump to content

256-fall-2008/hw2/FAQ: Difference between revisions

From CCRMA Wiki
Njb (talk | contribs)
No edit summary
Njb (talk | contribs)
Line 5: Line 5:
* what?
* what?


/Question
**Question


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...
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...
Line 31: Line 31:
-Nick
-Nick


/Answer
**Answer


You didn't setup the flags correctly in the makefile...I can't believe how stupid you are...
You didn't setup the flags correctly in the makefile...must have the flags for RtAudio and RtMidi in there....silly, silly Nick


-Nick
-Nick

Revision as of 17:19, 15 October 2008

back to assignment #2

Asked Questions

  • what?
    • Question

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

    • Answer

You didn't setup the flags correctly in the makefile...must have the flags for RtAudio and RtMidi in there....silly, silly Nick

-Nick