Open Thomas-Harrell opened 1 year ago
Hi there,
The errors seem to be related to dependencies and library calls. Specifically, it appears that the program is encountering issues with functions like jpeg_mem_src
, png_set_keep_unknown_chunks
, and png_set_iCCP
. It doesn't seem to be related to Cloudinary.
Best regards,
Tamara
Hi there, The errors seem to be related to dependencies and library calls. Specifically, it appears that the program is encountering issues with functions like
jpeg_mem_src
,png_set_keep_unknown_chunks
, andpng_set_iCCP
. It doesn't seem to be related to Cloudinary. Best regards, Tamara
Thank you for the reminder.
Could you please advise me on how to fix these issues?
I suspect it might be due to the different installation paths of dependencies through Homebrew.
Hello there, I'm afraid I can't access your code directly, which makes it a bit tricky for me to offer specific recommendations. Additionally, the issues you're encountering don't appear to be directly tied to Cloudinary. However, I'd suggest looking into other sources of information on the internet. You might be able to find helpful solutions and insights from online communities or forums related to the technologies you're working with. Wishing you all the best on your troubleshooting journey! Warm regards, Tamara
Hello there, I'm afraid I can't access your code directly, which makes it a bit tricky for me to offer specific recommendations. Additionally, the issues you're encountering don't appear to be directly tied to Cloudinary. However, I'd suggest looking into other sources of information on the internet. You might be able to find helpful solutions and insights from online communities or forums related to the technologies you're working with. Wishing you all the best on your troubleshooting journey! Warm regards, Tamara
Thank you for your response.
I have searched the internet for a long time, but I haven't found a corresponding solution.
It seems that this problem cannot be resolved.
However, I have already found an alternative solution, which is a version built on Rust.
It would be great if a Homebrew version similar to dssim could be provided
I only need one command to complete the installations brew install dssim
.
If ssimulacra2 could also be installed like this, it would be brew install ssimulacra2
.
This would make it convenient for macOS users to install and utilize ssimulacra2.
First, clone the project to your local machine using
git clone https://github.com/cloudinary/ssimulacra2
I have installed the following dependencies using Homebrew:
cmake, ninja, libpng, jpeg-turbo, little-cms2
Then, run the
./build_ssimulacra
script, but I encountered three errorsI have also tried using
./build_ssimulacra2_from_libjxl_repo
, but it failed as well.I'm not a developer, and my English skills are not very good
I've been trying for a long time, but I couldn't figure it out