-
Notifications
You must be signed in to change notification settings - Fork 812
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
[bug] unable to compile #507
Comments
so , here is the thing , I create a new machine with ubuntu 20.04 , golang v1.19 , then try to recompile.
missing some packages ?? |
my environment NPM
go version
make build_backend generates a lot of error messages , so I upload the entire log to here maybe you could help us to compile filestash ? |
I'm getting kinda the same error when trying to
Even if I Any help on building the app would be appreciated @mickael-kerjean I want to try and submit a PR fixing the issue #510 |
To get things to compile without that error, you can edit this file and comment out FYI: In the next few weeks, plg_image_light will likely retire as I found a better approach that is both faster and doesn't rely on libvips |
Thank you for your time, help and effort! |
We just introduce a new plugin to generate thumbnail that's don't have the dependencies we used to have aka that won't cause this exact issue, it should be much simpler than to compile the project |
I want to update default locales to zh-tw , but I can not find any settings about locale in admin console , so I need to compile filestash.
but I got some error messages during the process
Step by step instructions to reproduce the bug
git clone this repo , and do make all
error messages
so I check the Makefile and find out the default pkg_config_path is incorrect in ubuntu 22.04 , so I update the path to /usr/lib/pkgconfig
then make again , but still get same error.
any suggestions ? did I miss some necessary packages to make filestash ?
The text was updated successfully, but these errors were encountered: