You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with missing uuid module, which cannot be successfully found by pkg-config during antlr dependencies resolving.
The error log:
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'uuid'
-- No package 'uuid' found
This can be fixed by installing uuid-dev package on Ubuntu (tested on Ubuntu 18.04.1 LTS, Xubuntu flavour actually), should also work on Debian.
For those who look only for code snippets:
sudo apt-get install uuid-dev
Can be marked as resolved.
I've added this issue mainly because grepping for uuid.h in antlr dependencies and reverse searching this file in using apt-file might not be obvious for everyone.
The text was updated successfully, but these errors were encountered:
It was added as part of:
#26
This was a dependency in ANTLR, but it looks like it has been removed recently:
antlr/antlr4@0b8ed20
This was found by @petertrotman in
#73
There is a problem with missing
uuid
module, which cannot be successfully found bypkg-config
duringantlr
dependencies resolving.The error log:
This can be fixed by installing
uuid-dev
package on Ubuntu (tested on Ubuntu 18.04.1 LTS, Xubuntu flavour actually), should also work on Debian.For those who look only for code snippets:
Can be marked as resolved.
I've added this issue mainly because grepping for
uuid.h
inantlr
dependencies and reverse searching this file in usingapt-file
might not be obvious for everyone.The text was updated successfully, but these errors were encountered: