Replies: 1 comment 2 replies
-
@suntong I see you have marked this as resolved. I'm not very familiar with vips, but it looks like bimg no longer supports the build script and you need to follow libvips build instructions. Is it all good now in any case? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to make bimg to use the latest version of libheif, which has moved away from autotools build to CMake, and I was not able to make the changes myself.
The current bimg build steps are:
(See https://github.com/h2non/bimg/blob/master/Dockerfile#L21-L24)
I've made numerous attempts, but all failed. This is my latest attempt:
The
mkdir -p /go/build/--preset=release
doesn't seem right to me, but without itcmake
won't proceed.Having added it, I'm getting:
CMake Error: The source directory "/go/build/--preset=release" does not appear to contain CMakeLists.txt.
by which I've run out of ideas making the build going.
PS.
UPDATE:
From the Dockerfile build log, I see the version of my CMake is
cmake-data (3.18.4-2+deb11u1)
, which is before 3.21, so I change my build script as:But now I'm getting:
CMake Error: The source directory "/go" does not appear to contain CMakeLists.txt.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions