muse-sequencer / muse

MusE is a digital audio workstation with support for both Audio and MIDI
https://muse-sequencer.github.io/
Other
644 stars 69 forks source link

Fails to properly discover libsamplerate: fatal error: 'samplerate.h' file not found #1066

Closed yurivict closed 1 week ago

yurivict commented 2 years ago
/disk-samsung/freebsd-ports/audio/muse-sequencer/work/muse-4.1.0/src/libs/wave/wave.cpp:30:10: fatal error: 'samplerate.h' file not found
#include <samplerate.h>
         ^~~~~~~~~~~~~~
1 error generated.
/disk-samsung/freebsd-ports/audio/muse-sequencer/work/muse-4.1.0/src/libs/plugin/plugin_rdf.cpp:33:12: fatal error: 'lrdf.h' file not found
  #include <lrdf.h>
           ^~~~~~~~
1 error generated.
/disk-samsung/freebsd-ports/audio/muse-sequencer/work/muse-4.1.0/src/audio_convert/lib_audio_convert/audioconvert.h:33:10: fatal error: 'sndfile.h' file not found
#include <sndfile.h>
         ^~~~~~~~~~~
1 error generated.

Version: 4.1.0 OS: FreeBSD 13

spamatica commented 2 years ago

so, where is samplerate.h? What does pkg-config --cflags samplerate return?

terminator356 commented 2 years ago

See issue 1079. Some changes were requested and performed, which it is claimed might solve this issue. Hope it helps. Tim.

github-actions[bot] commented 1 month ago

This issue is stale because it has been inactive for two years. Remove Stale label or write a comment, otherwise it will be closed in 30 days.

github-actions[bot] commented 1 week ago

Issue has been closed automatically after two years of inactivity. Feel free to reopen if the issue is still relevant for current MusE version.