Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib structure for espeak on osx? #2

Open
danbz opened this issue Oct 7, 2018 · 0 comments
Open

lib structure for espeak on osx? #2

danbz opened this issue Oct 7, 2018 · 0 comments

Comments

@danbz
Copy link

danbz commented Oct 7, 2018

I am setting up a version on OSX - can you post example of the folder/library structure for correct inclusion of espeak libs?

the osx addon looks for <espeak/speak_lib.h> but in the download from https://downloads.sourceforge.net/project/espeak/espeak/espeak-1.45/espeak-1.45.04-OSX.zip this file is in the docs folder - moving it up into a renamed espeak folder finds the header file but then I get linker errors

Undefined symbols for architecture x86_64:
  "_espeak_Synth", referenced from:
      ofxEspeakSynth::threadedFunction() in ofxEspeakSynth.o
  "_espeak_Synchronize", referenced from:
      ofxEspeakSynth::threadedFunction() in ofxEspeakSynth.o
  "_espeak_Initialize", referenced from:
      ofxEspeakSynth::setup(ofxEspeakSynth::ESParam) in ofxEspeakSynth.o
  "_espeak_SetParameter", referenced from:
      ofxEspeakSynth::setup(ofxEspeakSynth::ESParam) in ofxEspeakSynth.o
  "_espeak_SetSynthCallback", referenced from:
      ofxEspeakSynth::setup(ofxEspeakSynth::ESParam) in ofxEspeakSynth.o
  "_espeak_SetVoiceByProperties", referenced from:
      ofxEspeakSynth::setup(ofxEspeakSynth::ESParam) in ofxEspeakSynth.o
ld: symbol(s) not found for architecture x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant