We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i'm not sure if i should post here or on ivy.
compilation of ivy was fine, but when i tried to launch it, it says :
ffi-obj: couldn't get "flif_create_image_GRAY16" from "libflif.so" (libflif.so: undefined symbol: flif_create_image_GRAY16) context...: /usr/share/racket/collects/ffi/../racket/private/more-scheme.rkt:261:28 /usr/share/racket/collects/ffi/unsafe.rkt:209:2: get-ffi-obj* '#%embedded:g12075:flif: [running body] for-loop run-module-instance!125 for-loop [repeats 1 more time] run-module-instance!125 for-loop [repeats 1 more time] run-module-instance!125 for-loop [repeats 1 more time] run-module-instance!125 perform-require!78 top-level: [running body] ...
libflif.so is in the same folder as ivy. FLIF v0.3 OS : Gentoo
The text was updated successfully, but these errors were encountered:
You need to use riff release tag v0.2 instead of pulling from master.
git pull https://github.com/lehitoskin/riff.git cd riff git fetch --all --tags --prune git checkout tags/v0.2 -b v0.2 raco make main.rkt raco link .
Sorry, something went wrong.
No branches or pull requests
Hi, i'm not sure if i should post here or on ivy.
compilation of ivy was fine, but when i tried to launch it, it says :
ffi-obj: couldn't get "flif_create_image_GRAY16" from "libflif.so" (libflif.so: undefined symbol: flif_create_image_GRAY16)
context...:
/usr/share/racket/collects/ffi/../racket/private/more-scheme.rkt:261:28
/usr/share/racket/collects/ffi/unsafe.rkt:209:2: get-ffi-obj*
'#%embedded:g12075:flif: [running body]
for-loop
run-module-instance!125
for-loop
[repeats 1 more time]
run-module-instance!125
for-loop
[repeats 1 more time]
run-module-instance!125
for-loop
[repeats 1 more time]
run-module-instance!125
perform-require!78
top-level: [running body]
...
libflif.so is in the same folder as ivy.
FLIF v0.3
OS : Gentoo
The text was updated successfully, but these errors were encountered: