You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your efforts. The problem with the egg repository for us is ant currently.
Ant assumes all libraries are stored in libs/{ARCH} and have a lib prefix.
Subdirectories or files not in the naming scheme "lib*.so" wont be copied.
This means when building to package it in an APK we currently rely on ant do the correct things.
For compiled code it seems ok to copy them before ant kicks in like it wants it to have and modify
the runtime to look at the correct paths.
For a system wide build this shouldnt make things worse but would behave wrong when packaged.
A longterm solution probably is to get rid of ant where possible or do some repackaging after ant.
Oh yes, I remember this silly limitation. A while back I tricked the Chicken runtime into looking for the .so file with the lib-prefix if it can't find the original file.
Check this out if you haven't implemented something similar already.
When I build with
adb push files, and run
I get
I believe that should read:
Because
(use data-structures)
, for example, fails otherwise. Here's a patch that fixes this:Perhaps this means the
mv
command at the end can be dropped? Please note I don't know what I'm doing and the test-cycle is slow!K.
The text was updated successfully, but these errors were encountered: