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

Linking to festival in gcc #49

Closed
josharmenta opened this issue Oct 20, 2020 · 0 comments
Closed

Linking to festival in gcc #49

josharmenta opened this issue Oct 20, 2020 · 0 comments

Comments

@josharmenta
Copy link

Having problems including init.scm via the API.

When running the compiled binary on a machine without festival:

$ ./a.out
Initialization file /usr/local/lib/festival/lib/init.scm not found
SIOD ERROR: unbound variable : SynthText
SIOD ERROR: unbound variable : utt.features
SIOD ERROR: unbound variable : utt2

When trying to include init.scm in gcc:
ld: warning: ignoring file /usr/local/lib/festival/lib/init.scm, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B 0x3B )

Any suggestions?

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