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

Error on make step #33

Closed
zemadmat opened this issue Nov 5, 2023 · 2 comments
Closed

Error on make step #33

zemadmat opened this issue Nov 5, 2023 · 2 comments

Comments

@zemadmat
Copy link

zemadmat commented Nov 5, 2023

Hello,
i follow the step to compile the project and i have an error on the make step:

make
[release_debug] Compile src/accounts.cpp
[release_debug] Compile src/api.cpp
[release_debug] Compile src/args.cpp
[release_debug] Compile src/asset_classes.cpp
[release_debug] Compile src/assets.cpp
[release_debug] Compile src/asset_shares.cpp
[release_debug] Compile src/asset_values.cpp
[release_debug] Compile src/budget.cpp
[release_debug] Compile src/budget_exception.cpp
[release_debug] Compile src/compute.cpp
[release_debug] Compile src/config.cpp
[release_debug] Compile src/console.cpp
[release_debug] Compile src/console_writer.cpp
[release_debug] Compile src/currency.cpp
[release_debug] Compile src/data_cache.cpp
[release_debug] Compile src/data.cpp
[release_debug] Compile src/date.cpp
[release_debug] Compile src/debts.cpp
[release_debug] Compile src/earnings.cpp
[release_debug] Compile src/expenses.cpp
[release_debug] Compile src/fortune.cpp
[release_debug] Compile src/guid.cpp
src/guid.cpp:14:10: erreur fatale: uuid/uuid.h : Aucun fichier ou dossier de ce type
   14 | #include <uuid/uuid.h>
      |          ^~~~~~~~~~~~~
compilation terminée.
make: *** [Makefile:25: release_debug/src/guid.cpp.o] Error 1

Have you already get this error ?

@wichtounet
Copy link
Owner

Hi,

You need libuuid on your computer. On most Linux distros, this is called either libuuid-devel or uuid-devel.

@zemadmat
Copy link
Author

zemadmat commented Nov 6, 2023

Thanks a lot, my bad i haven't read fully your note :(
The tool is developed for Linux. You need libcurl and libuuid installed on your computer to build this project.

@zemadmat zemadmat closed this as completed Nov 6, 2023
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