Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing uuid module (in antlr dependencies) #26

Closed
tg-m opened this issue Dec 11, 2021 · 1 comment
Closed

Missing uuid module (in antlr dependencies) #26

tg-m opened this issue Dec 11, 2021 · 1 comment

Comments

@tg-m
Copy link
Contributor

tg-m commented Dec 11, 2021

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.

@tg-m tg-m closed this as completed Dec 11, 2021
ArthurSonzogni added a commit that referenced this issue Dec 14, 2021
@ArthurSonzogni
Copy link
Owner

Thanks for letting me know!

I added some warning in the README.

ArthurSonzogni added a commit that referenced this issue Mar 25, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants