develop branch build error
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
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.
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
Yeah, I am seeing the same issue in GitHub actions, but somehow I am not being able to reproduce this at home. Still working on it.
El sáb., 11 ene. 2025 2:30, Will Riley @.***> escribió:
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
— Reply to this email directly, view it on GitHub https://github.com/BatchDrake/SigDigger/issues/266#issuecomment-2584985382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEVET6C3FNWZZDNITWDVPL2KBX45AVCNFSM6AAAAABU5PWRSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBUHE4DKMZYGI . You are receiving this because you commented.Message ID: @.***>
Hi,
I believe I have fixed this issue, could you try to build again?
Thanks,
" * * * Build successful! * * * " Many thanks, app looks great.