JFreegman / toxic

A Tox-based instant messaging and video chat client.
https://tox.chat
GNU General Public License v3.0
1.2k stars 153 forks source link

Fedora - Incorrect missing libraries. #646

Closed Etherdrake closed 8 months ago

Etherdrake commented 1 year ago

I am encountering a problem where make is producing a lot of missing library errors when some of the libraries are installed on the system. For example

/home/redacted/Applications/toxic/cfg/checks/desktop_notifications.mk:12: WARNING -- Toxic will be compiled without desktop notifications support /home/redacted/Applications/toxic/cfg/checks/desktop_notifications.mk:13: WARNING -- You need these libraries for desktop notifications support /home/redacted/Applications/toxic/cfg/checks/desktop_notifications.mk:14: WARNING -- libnotify

But when I run sudo dnf install libnotify I get:

Last metadata expiration check: 0:11:16 ago on Fri 02 Jun 2023 06:53:44 PM EDT. Package libnotify-0.8.2-1.fc38.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete!

Full error log:

` /home/redacted/Applications/toxic/cfg/checks/audio.mk:19: WARNING -- Toxic will be compiled without audio support /home/redacted/Applications/toxic/cfg/checks/audio.mk:20: WARNING -- You need these libraries for audio support /home/redacted/Applications/toxic/cfg/checks/audio.mk:21: WARNING -- openal /home/redacted/Applications/toxic/cfg/checks/video.mk:18: WARNING -- Toxic will be compiled without video support /home/redacted/Applications/toxic/cfg/checks/video.mk:19: WARNING -- You will need these libraries for video support /home/redacted/Applications/toxic/cfg/checks/video.mk:20: WARNING -- openal vpx /home/redacted/Applications/toxic/cfg/checks/sound_notifications.mk:18: WARNING -- Toxic will be compiled without sound notifications support /home/redacted/Applications/toxic/cfg/checks/sound_notifications.mk:19: WARNING -- You need these libraries for sound notifications support /home/redacted/Applications/toxic/cfg/checks/sound_notifications.mk:20: WARNING -- openal freealut /home/redacted/Applications/toxic/cfg/checks/desktop_notifications.mk:12: WARNING -- Toxic will be compiled without desktop notifications support /home/redacted/Applications/toxic/cfg/checks/desktop_notifications.mk:13: WARNING -- You need these libraries for desktop notifications support /home/redacted/Applications/toxic/cfg/checks/desktop_notifications.mk:14: WARNING -- libnotify /home/redacted/Applications/toxic/cfg/checks/qr.mk:12: WARNING -- Toxic will be compiled without QR export support /home/redacted/Applications/toxic/cfg/checks/qr.mk:13: WARNING -- You need these libraries for QR export support /home/redacted/Applications/toxic/cfg/checks/qr.mk:14: WARNING -- libqrencode /home/redacted/Applications/toxic/cfg/checks/check_features.mk:68: ERROR -- Cannot compile Toxic /home/redacted/Applications/toxic/cfg/checks/check_features.mk:69: ERROR -- You need these libraries /home/redacted/Applications/toxic/cfg/checks/check_features.mk:70: ERROR -- libconfig /home/redacted/Applications/toxic/cfg/checks/check_features.mk:71: *** ERROR. Stop.

`

JFreegman commented 1 year ago

Do you have the devels installed as well?

JFreegman commented 8 months ago

Closing due to inactivity