Replies: 4 comments
-
Looks like libre is too old. You need always the same latest stable or dev versions: https://github.com/baresip/baresip/wiki/Install:-Stable-Release#how-to-install-baresip-stable |
Beta Was this translation helpful? Give feedback.
-
making debsd ..... |
Beta Was this translation helpful? Give feedback.
-
librem problem solved |
Beta Was this translation helpful? Give feedback.
-
which lib should I go after now, ffmpeg ? modules/av1/decode.c: In function ‘av1_decode’: |
Beta Was this translation helpful? Give feedback.
-
src/aubuf/aubuf.c:21:2: error: unknown type name ‘mtx_t’
21 | mtx_t *lock;
| ^~~~~
src/aubuf/aubuf.c: In function ‘aubuf_alloc’:
src/aubuf/aubuf.c:128:8: warning: implicit declaration of function ‘mtx_alloc’; did you mean ‘rtp_alloc’? [-Wimplicit-function-declaration]
128 | err = mtx_alloc(&ab->lock);
| ^~~~~~~~~
| rtp_alloc
src/aubuf/aubuf.c:128:8: warning: nested extern declaration of ‘mtx_alloc’ [-Wnested-externs]
src/aubuf/aubuf.c: In function ‘aubuf_resize’:
src/aubuf/aubuf.c:184:2: warning: implicit declaration of function ‘mtx_lock’ [-Wimplicit-function-declaration]
184 | mtx_lock(ab->lock);
| ^~~~~~~~
src/aubuf/aubuf.c:184:2: warning: nested extern declaration of ‘mtx_lock’ [-Wnested-externs]
src/aubuf/aubuf.c:187:2: warning: implicit declaration of function ‘mtx_unlock’ [-Wimplicit-function-declaration]
187 | mtx_unlock(ab->lock);
| ^~~~~~~~~~
src/aubuf/aubuf.c:187:2: warning: nested extern declaration of ‘mtx_unlock’ [-Wnested-externs]
src/aubuf/aubuf.c: In function ‘aubuf_append_auframe’:
src/aubuf/aubuf.c:239:2: warning: implicit declaration of function ‘list_insert_sorted’; did you mean ‘list_insert_after’? [-Wimplicit-function-declaration]
239 | list_insert_sorted(&ab->afl, frame_less_equal, NULL, &f->le, f);
| ^~~~~~~~~~~~~~~~~~
| list_insert_after
src/aubuf/aubuf.c:239:2: warning: nested extern declaration of ‘list_insert_sorted’ [-Wnested-externs]
make[1]: *** [Makefile:167: build-/aubuf/aubuf.o] Error 1
make[1]: Leaving directory '/usr/src/rem'
make: *** [debian/rules:29: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Beta Was this translation helpful? Give feedback.
All reactions