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

Build instructions not working for macOS 10.12 Sierra #22

Open
thomas-alrek opened this issue May 3, 2017 · 2 comments
Open

Build instructions not working for macOS 10.12 Sierra #22

thomas-alrek opened this issue May 3, 2017 · 2 comments

Comments

@thomas-alrek
Copy link

Unable to build om macOS. The dependencies isn't found by the compiler

@beschulz
Copy link
Owner

Hi,

have you installed the dependencies (https://github.com/beschulz/wav2json#on-max-os)?

If yes, what's the error message?

Best,
Ben

@MaxLevs
Copy link

MaxLevs commented Feb 27, 2021

I've installed dependences and got this message

  "_opus_get_version_string", referenced from:
      _ogg_opus_open in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_write_header in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_decode_float", referenced from:
      _ogg_opus_read_refill in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_decoder_create", referenced from:
      _ogg_opus_setup_decoder in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_decoder_ctl", referenced from:
      _ogg_opus_seek in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_setup_decoder in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_decoder_destroy", referenced from:
      _ogg_opus_close in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_setup_decoder in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_encode_float", referenced from:
      _ogg_opus_close in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_write_out in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_encoder_create", referenced from:
      _ogg_opus_open in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_encoder_ctl", referenced from:
      _ogg_opus_open in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_command in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_write_out in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_encoder_destroy", referenced from:
      _ogg_opus_close in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_multistream_surround_encoder_create", referenced from:
      _ogg_opus_open in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_packet_get_nb_samples", referenced from:
      _ogg_opus_byterate in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_read_refill in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_calculate_page_duration in libsndfile.a(libsndfile_la-ogg_opus.o)
  "_opus_strerror", referenced from:
      _ogg_opus_open in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_close in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_setup_decoder in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_read_refill in libsndfile.a(libsndfile_la-ogg_opus.o)
      _ogg_opus_write_out in libsndfile.a(libsndfile_la-ogg_opus.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [../bin/Darwin/wav2json] Error 1

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

3 participants