Re: missing gnunetspeaker: gnunet-gtk requires GNUnet

"Schanzenbach, Martin" <[email protected]> Sat, 22 Aug 2020 11:25:11 +0200
Newsgroups gmane.network.gnunet.general
Message-ID <[email protected]>
Hi,

> On 22. Aug 2020, at 10:50, Mateusz Viste <[email protected]> wrote:
> 
> Hello,
> 
> I built and installed gnunet from git master without (too many) problems, and I am trying to build gnunetgtk now (from git master as well). Unfortunately, my attempt fails during configure time:
> 
> $ export GNUNET_PREFIX=/home/mateusz/gnunet/lib
> $ ./configure --prefix=$GNUNET_PREFIX/.. --disable-testing --disable-nls --disable-documentation --with-gnunet=/home/mateusz/gnunet/lib64
> 
> checking for GNUnet core... /home/mateusz/gnunet/lib64
> checking for GNUnet util library in /home/mateusz/gnunet/lib/..... checking for gnunet/gnunet_util_lib.h... yes
> checking for GNUNET_xfree_ in -lgnunetutil... no
> checking for gnunet/gnunet_conversation_service.h... yes
> checking for GNUNET_SPEAKER_destroy in -lgnunetspeaker... no
> configure: error: gnunet-gtk requires GNUnet
> 
> I looked into the files that gnunet 'make install' installed earlier, and do not see any gnunetspeaker library there, only a header file and a pkg descriptor:
> 
> mateusz@mateusz:~/gnunet> find ./ | grep speak
> ./include/gnunet/gnunet_speaker_lib.h
> ./lib64/pkgconfig/gnunetspeaker.pc

The reason libgnunetspeaker is not installed is because you likely missed dependencies for it when compiling gnunet.
If you do not need the conversation subsystem, you can ignore this info.

OTOH, what you cannot ignore is the info above that which sais libgnunetutil is not found resulting in the error.
Try with "--with-gnunet=/home/mateusz/gnunet". Without the "lib64".

BR
Martin

> 
> Hence my question would be - where may I find this gnunetspeaker library? Alternatively, may I somehow tell gnunetgtk to ignore it? My understanding is that it is needed for a telephony app, and voip is not something I was planning to use anyway.
> 
> best,
> Mateusz
>
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEPREGPBD5jRS9JNFHCwmY74b1m2oFAl9A5HcACgkQCwmY74b1
m2r8tA/+O0+yHV1CZ5qdhqR27OTr3FgT28CrUvWvcPZuhzCTqn4ISfkTX2JnrEhm
/+3FaoLv1OWpWFVCeEa1rn58ioNfXkwoobvNbaAY2EqBqht5Zcc+/Ydb4rPOmBFp
bSAyIYkf6pPEvxGd6P0HF1Ram+uFW7YGYMB6EePsjQHJC/b2yC6nM7hWTOgV0Fqn
chIzcdorqcOWXT+cg4Aybz73iI3uGwQvsL02TmGpG5aK+T6D3xbVv1Q0ZXbE70lr
BEeyTgtQtT97t1Sjrqp4DZwfCzwOmOdkd4YCsNofL4o5GxeIaM09JBaa/gRhTsba
u5DcSnFFVbb1hbzIxjGKPvK6iGcH2GEqeCN0MzjRrz9L76ZUbNTpHdv6TH2IPlWl
yirIiwpAxbTNGNrueEd5Bo2b9YA5YKAMT266kpIlIqQdW7ughXtQftUT3y8rigs0
h0+p7XKxCkuWxzLB0fXyxlShwIYfNlinsCYdaeElTnMRMv6aVfCwErjhNTYpytMh
szqVROIQaY3MbDDCL0qM4LSW8ZW7YBSUW58Ivgi3o08rCpax5QyZjZKMBkKMAVAa
O7hGGua7FooDwwPRgD6WWL0LteXIbHKS2xf9A7cBBEMQ3ZKzNWlsIMCZA4SoiQ9z
NMhDr7Rw6QWDQp7MTCLJleHhRyRYwbn5eCSKJzy4Iy6GK+pL+Is=
=INjA
-----END PGP SIGNATURE-----