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

develop branch build error #266

Open
will-riley opened this issue Jan 10, 2025 · 4 comments
Open

develop branch build error #266

will-riley opened this issue Jan 10, 2025 · 4 comments

Comments

@will-riley
Copy link

will-riley commented Jan 10, 2025

Ubuntu 24.04.1
Dependencies compiled without issue. SigDigger make step:

In file included from Misc/SigDiggerHelpers.cpp:30:
include/ExportSamplesTask.h:35:7: error: ‘SNDFILE’ does not name a type; did you mean ‘ENFILE’?
   35 |       SNDFILE *sfp = nullptr;
      |       ^~~~~~~
      |       ENFILE
make: *** [Makefile:4598: SigDiggerHelpers.o] Error 1
@BatchDrake
Copy link
Owner

We no longer build from develop. Try building everything from master instead. Also, it looks you need to install libsndfile (and it's development files) first.

@will-riley
Copy link
Author

I'd actually moved to develop cause the issue appeared first using master (blsd). Already have libsndfile1 (1.2.2) and libsndfile1-dev on board. Just ran blsd again - still have the SNDFILE error. Shared object here: /usr/lib/x86_64-linux-gnu/libsndfile.so

@BatchDrake
Copy link
Owner

BatchDrake commented Jan 11, 2025 via email

@BatchDrake
Copy link
Owner

Hi,

I believe I have fixed this issue, could you try to build again?

Thanks,

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

2 participants