KoKuToru / gTox

[abandoned] GTK3 Tox-Client
GNU General Public License v3.0
45 stars 7 forks source link

Failing to build (possibly user error) #179

Closed Algram closed 8 years ago

Algram commented 8 years ago

I am trying to build gTox but I get this error:

gTox/src/tox/types.cpp:27:23: schwerwiegender Fehler: uuid/uuid.h: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
KoKuToru commented 8 years ago

You need libuuid, looks like it's missing in the dependencies..

EDIT: in archlinux it's in the util-linux-package

Algram commented 8 years ago

Yeah, I had to install the package "libuuid-devel" on Fedora. Now it is workign fine, thanks :)