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 when compiling. #28

Closed
alexandermeek opened this issue Sep 18, 2021 · 2 comments
Closed

Error when compiling. #28

alexandermeek opened this issue Sep 18, 2021 · 2 comments

Comments

@alexandermeek
Copy link

I'm on linux trying to build from source. Followed the instructions on the readme, including installing the libfmt package.
When running the make command I got the following error:

ntfs2btrfs/src/compress.cpp:25:10: fatal error: lzo/lzo1x.h: No such file or directory
#include <lzo/lzo1x.h>

Am I missing a package? I have the liblzo2-2 package.

Any help would be appreciated.

@alexandermeek alexandermeek changed the title Errors when compiling. Error when compiling. Sep 18, 2021
@maharmstone
Copy link
Owner

Possibly. It doesn't ship a cmake file unfortunately, so there's no easy way to check you're missing it. The exact version I'm using is lzo 2.10.2 on Gentoo, if that helps.

@alexandermeek
Copy link
Author

Got it to work, had to install the dev version since I only had liblzo 2.10.1. Also needed libzstd-dev.

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