Closed fritzthekid closed 5 months ago
What version of glib do you have?
$ pkg-config --modversion glib-2.0
2.74.6
edit:
libglib2.0-dev ist schon die neueste Version (2.72.4-0ubuntu2.3).
I think this is saying the version of glib you have is 2.72... that missing function appears to be added in 2.74. I'll switch to an alternative.
I pushed a version that uses an older api. Try it now.
Hello,
I used the wrong e-mail Address - excuse me for that.
about:
/> What version of glib do you have?/
|/> $ pkg-config --modversion glib-2.0 > 2.74.6/ |
I get 2.72.4
furthermore:
Von: Eduard Moser @. Gesendet: Dienstag, 4. Juni 2024 um 17:18 An: thewierdnut @.> Betreff: [thewierdnut/asha_pipewire_sink] Question about asha.cxx (Issue #2)
thank you for the fast update, now I got 68%.
Next issue is:
[ 72%] Building CXX object CMakeFiles/asha_pipewire_sink.dir/pw/Stream.cxx.o
/home/eduard/work/tmp/asha_pipewire_sink/pw/Stream.cxx:8:10: fatal
error: spa/param/audio/raw-utils.h: Datei oder Verzeichnis nicht gefunden
8 | #include <spa/param/audio/raw-utils.h>
| ^~~~~~~~~
compilation terminated.
Regards, Eduard
Von: thewierdnut @. Gesendet: Dienstag, 4. Juni 2024 um 16:58 An: thewierdnut/asha_pipewire_sink @.> Cc: Eduard Moser @.>, Author @.> Betreff: [thewierdnut/asha_pipewire_sink] Question about asha.cxx (Issue #2)
I pushed a version that uses an older api. Try it now.
— Reply to this email directly, view it on GitHub https://github.com/thewierdnut/asha_pipewire_sink/issues/2#issuecomment-2147754010, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP7XAEXUTA2IS2SIY7VUBKLZFXIYJAVCNFSM6AAAAABIYUUWEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBXG42TIMBRGA. You are receiving this because you authored the thread.Message ID: @.***>
-- Wilhelm-Blos-Straße 35 71636 Ludwigsburg https://keys.openpgp.org/search?q=eduard.moser%40gmx.de
I think I fixed that header. Try it again.
The above answer (from me) was totally confusing. That works already since yesterday. Thank you for fixing it that fast.
Thank you again. > [100%] Built target encode_test
lol encode_test is a piece of garbage I forgot to remove :D
thank you for doing this stuff. This might be very helpful. I have a simple compile question:
(same issue line 117.) Probably, I simply did something stupid. (cmake worked find - therefore I assume all packages were available.)