SigDigger icon indicating copy to clipboard operation
SigDigger copied to clipboard

develop branch build error

Open will-riley opened this issue 1 year ago • 5 comments

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

will-riley avatar Jan 10 '25 03:01 will-riley

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.

BatchDrake avatar Jan 10 '25 08:01 BatchDrake

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

will-riley avatar Jan 11 '25 01:01 will-riley

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: @.***>

BatchDrake avatar Jan 11 '25 07:01 BatchDrake

Hi,

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

Thanks,

BatchDrake avatar Jan 14 '25 11:01 BatchDrake

" * * * Build successful! * * * " Many thanks, app looks great.

will-riley avatar Jan 15 '25 06:01 will-riley