Jump to content

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

From CCRMA Wiki
Njb (talk | contribs)
No edit summary
Njb (talk | contribs)
No edit summary
Line 4: Line 4:


* what?
* 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...
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 26: Line 28:


/home/njb/mus256/hw2/partII/RtMidi.cpp:149: undefined reference to `RtMidiOut::initialize()'
/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...I can't believe how stupid you are...


-Nick
-Nick

Revision as of 17:18, 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...I can't believe how stupid you are...

-Nick