Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Playing Video on OSX 10.8 with 0090RC

$
0
0

I am trying to compile the videoPlayerExample in 009 on OSX 10.8 but haven't had any luck so far. I think it might be something small that I am missing, but can't seem to figure out what it is. These are the steps that I have attempted. (Sorry for the errors dump). Any help would be greatly appreciated.

Not sure if this has an effect, but the examples were built on a 10.9 machine and then copied over to my current machine.

When building with base SDK 10.9 and 64 bit, I can compile, but immediately crash:

The base SDK was 10.9. I changed it to 10.8, cleaned and built in 64 bit and got the following errors:

Undefined symbols for architecture x86_64:
  "___exp10", referenced from:
      _opj_tcd_rateallocate in freeimage.a(tcd.o-x86_64)
  "_AVPlayerItemPlaybackStalledNotification", referenced from:
      ___47-[ofAVFoundationVideoPlayer loadWithURL:async:]_block_invoke_2 in openFrameworksDebug.a(ofAVFoundationVideoPlayer.o)
      -[ofAVFoundationVideoPlayer unloadVideo] in openFrameworksDebug.a(ofAVFoundationVideoPlayer.o)
ld: symbol(s) not found for architecture x86_64

I then cleaned and tried building in 32 bit with the 10.8 SDK and got the following errors:

Undefined symbols for architecture i386:
  "ofVideoPlayer::setPaused(bool)", referenced from:
      ofApp::keyPressed(int) in ofApp.o
      ofApp::mousePressed(int, int, int) in ofApp.o
      ofApp::mouseReleased(int, int, int) in ofApp.o
  "ofVideoPlayer::previousFrame()", referenced from:
      ofApp::keyPressed(int) in ofApp.o
  "ofVideoPlayer::firstFrame()", referenced from:
      ofApp::keyPressed(int) in ofApp.o
  "VTT for ofVideoPlayer", referenced from:
      ofVideoPlayer::~ofVideoPlayer() in ofApp.o
  "ofGetWidth()", referenced from:
      ofApp::mouseMoved(int, int) in ofApp.o
      ofApp::mouseDragged(int, int, int) in ofApp.o
  "ofPixels_<unsigned char>::getWidth() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofPixels_<unsigned char>::getNumChannels() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::nextFrame()", referenced from:
      ofApp::keyPressed(int) in ofApp.o
  "ofPixels_<unsigned char>::operator[](int)", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::getTotalNumFrames() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::update()", referenced from:
      ofApp::update() in ofApp.o
  "ofVideoPlayer::setPosition(float)", referenced from:
      ofApp::mouseDragged(int, int, int) in ofApp.o
  "ofBackground(int, int, int, int)", referenced from:
      ofApp::setup() in ofApp.o
  "ofBaseVideoPlayer::~ofBaseVideoPlayer()", referenced from:
      ofVideoPlayer::~ofVideoPlayer() in ofApp.o
  "ofVideoPlayer::getIsMovieDone() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofSetVerticalSync(bool)", referenced from:
      ofApp::setup() in ofApp.o
  "ofVideoPlayer::play()", referenced from:
      ofApp::setup() in ofApp.o
  "void ofDrawBitmapString<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, float, float, float)", referenced from:
      void ofDrawBitmapString<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, float, float) in ofApp.o
      void ofDrawBitmapString<char [13]>(char const (&) [13], float, float, float) in ofApp.o
      void ofDrawBitmapString<char [27]>(char const (&) [27], float, float, float) in ofApp.o
      void ofDrawBitmapString<char [21]>(char const (&) [21], float, float, float) in ofApp.o
      void ofDrawBitmapString<char [18]>(char const (&) [18], float, float, float) in ofApp.o
  "ofVideoPlayer::draw(float, float) const", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::load(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)", referenced from:
      ofApp::setup() in ofApp.o
  "ofVideoPlayer::setSpeed(float)", referenced from:
      ofApp::mouseMoved(int, int) in ofApp.o
  "vtable for ofBaseSoundInput", referenced from:
      ofBaseSoundInput::ofBaseSoundInput() in main.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "ofPixels_<unsigned char>::getHeight() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::getPosition() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::getDuration() const", referenced from:
      ofApp::draw() in ofApp.o
  "vtable for ofBaseSoundOutput", referenced from:
      ofBaseSoundOutput::ofBaseSoundOutput() in main.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "ofVideoPlayer::setLoopState(ofLoopType)", referenced from:
      ofApp::setup() in ofApp.o
  "ofBaseSoundOutput::audioOut(float*, int, int, int, unsigned long long)", referenced from:
      vtable for ofBaseApp in main.o
      vtable for ofApp in ofApp.o
  "ofBaseSoundInput::audioIn(ofSoundBuffer&)", referenced from:
      vtable for ofBaseApp in main.o
      vtable for ofApp in ofApp.o
  "vtable for ofVideoPlayer", referenced from:
      ofVideoPlayer::~ofVideoPlayer() in ofApp.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "ofBaseSoundInput::audioIn(float*, int, int, int, unsigned long long)", referenced from:
      vtable for ofBaseApp in main.o
      vtable for ofApp in ofApp.o
  "ofBaseSoundOutput::audioOut(ofSoundBuffer&)", referenced from:
      vtable for ofBaseApp in main.o
      vtable for ofApp in ofApp.o
  "typeinfo for ofBaseSoundOutput", referenced from:
      typeinfo for ofBaseApp in main.o
  "ofVideoPlayer::getCurrentFrame() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofBaseSoundInput::audioIn(float*, int, int)", referenced from:
      vtable for ofBaseApp in main.o
      vtable for ofApp in ofApp.o
  "typeinfo for ofBaseSoundInput", referenced from:
      typeinfo for ofBaseApp in main.o
  "ofDrawCircle(float, float, float)", referenced from:
      ofApp::draw() in ofApp.o
  "ofVideoPlayer::getSpeed() const", referenced from:
      ofApp::draw() in ofApp.o
  "ofSetupOpenGL(int, int, ofWindowMode)", referenced from:
      _main in main.o
  "ofVideoPlayer::getPixels()", referenced from:
      ofApp::draw() in ofApp.o
  "ofBaseSoundOutput::audioOut(float*, int, int)", referenced from:
      vtable for ofBaseApp in main.o
      vtable for ofApp in ofApp.o
  "ofVideoPlayer::ofVideoPlayer()", referenced from:
      ofApp::ofApp() in main.o
  "ofSetHexColor(int)", referenced from:
      ofApp::draw() in ofApp.o
  "ofRunApp(ofBaseApp*)", referenced from:
      _main in main.o
ld: symbol(s) not found for architecture i386

Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>